Skip to content

Commit e26e831

Browse files
author
Logan Ripplinger
committed
Update to version 0.0.10
1 parent 4094580 commit e26e831

114 files changed

Lines changed: 515 additions & 535 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
env/
12+
build/
13+
develop-eggs/
14+
dist/
15+
downloads/
16+
eggs/
17+
.eggs/
18+
lib/
19+
lib64/
20+
parts/
21+
sdist/
22+
var/
23+
*.egg-info/
24+
.installed.cfg
25+
*.egg
26+
27+
# PyInstaller
28+
# Usually these files are written by a python script from a template
29+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
30+
*.manifest
31+
*.spec
32+
33+
# Installer logs
34+
pip-log.txt
35+
pip-delete-this-directory.txt
36+
37+
# Unit test / coverage reports
38+
htmlcov/
39+
.tox/
40+
.coverage
41+
.coverage.*
42+
.cache
43+
nosetests.xml
44+
coverage.xml
45+
*,cover
46+
.hypothesis/
47+
venv/
48+
.python-version
49+
50+
# Translations
51+
*.mo
52+
*.pot
53+
54+
# Django stuff:
55+
*.log
56+
57+
# Sphinx documentation
58+
docs/_build/
59+
60+
# PyBuilder
61+
target/
62+
63+
#Ipython Notebook
64+
.ipynb_checkpoints

.openapi-generator-ignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# OpenAPI Generator Ignore
2+
# Generated by openapi-generator https://github.com/openapitools/openapi-generator
3+
4+
# Use this file to prevent files from being overwritten by the generator.
5+
# The patterns follow closely to .gitignore or .dockerignore.
6+
7+
# As an example, the C# client generator defines ApiClient.cs.
8+
# You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9+
#ApiClient.cs
10+
11+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
12+
#foo/*/qux
13+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14+
15+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16+
#foo/**/qux
17+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18+
19+
# You can also negate patterns with an exclamation (!).
20+
# For example, you can ignore all files in a docs folder with the file extension .md:
21+
#docs/*.md
22+
# Then explicitly reverse the ignore rule for a single file:
23+
#!docs/README.md

.openapi-generator/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4.0.0

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ref: https://docs.travis-ci.com/user/languages/python
2+
language: python
3+
python:
4+
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
8+
- "3.5"
9+
#- "3.5-dev" # 3.5 development branch
10+
#- "nightly" # points to the latest development branch e.g. 3.6-dev
11+
# command to install dependencies
12+
install: "pip install -r requirements.txt"
13+
# command to run tests
14+
script: nosetests

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This is a collection of schemas and endpoints for the various JDX, Concentric Sk
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 0.0.9
6+
- API version: 0.0.10
77
- Package version: 1.0.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99

@@ -113,6 +113,7 @@ Class | Method | HTTP request | Description
113113
- [PreviewObject](docs/PreviewObject.md)
114114
- [PreviewObjectAutofill](docs/PreviewObjectAutofill.md)
115115
- [PreviewResponse](docs/PreviewResponse.md)
116+
- [PreviewResponseAllOf](docs/PreviewResponseAllOf.md)
116117
- [RawJobDescriptionRequest](docs/RawJobDescriptionRequest.md)
117118
- [RawJobDescriptionResponse](docs/RawJobDescriptionResponse.md)
118119
- [RawJobDescriptionResponseAllOf](docs/RawJobDescriptionResponseAllOf.md)

docs/DefaultApi.md

Lines changed: 0 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,6 @@ No authorization required
6161
- **Content-Type**: application/json
6262
- **Accept**: application/json
6363

64-
### HTTP response details
65-
| Status code | Description | Response headers |
66-
|-------------|-------------|------------------|
67-
**200** | Provides a list of frameworks, including competencies, occupation and industries, that the user may choose from (one or more). | - |
68-
**422** | Validation error. | - |
69-
**400** | Bad Request error | - |
70-
**415** | Unsupported media type | - |
71-
**503** | Service unavailable | - |
72-
7364
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
7465

7566
# **framework_selections_post**
@@ -117,15 +108,6 @@ No authorization required
117108
- **Content-Type**: application/json
118109
- **Accept**: application/json
119110

120-
### HTTP response details
121-
| Status code | Description | Response headers |
122-
|-------------|-------------|------------------|
123-
**200** | Stored the context object associated with `pipelineID` | - |
124-
**422** | Validation error. | - |
125-
**400** | Bad Request error | - |
126-
**415** | Unsupported media type | - |
127-
**503** | Service unavailable | - |
128-
129111
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
130112

131113
# **get_scored_recommendations_post**
@@ -173,15 +155,6 @@ No authorization required
173155
- **Content-Type**: application/json
174156
- **Accept**: application/json
175157

176-
### HTTP response details
177-
| Status code | Description | Response headers |
178-
|-------------|-------------|------------------|
179-
**200** | Provides a list of recommendations and scores (`scoredRecommendations`) for each `uuid` in the match table. | - |
180-
**422** | Validation error. | - |
181-
**400** | Bad Request error | - |
182-
**415** | Unsupported media type | - |
183-
**503** | Service unavailable | - |
184-
185158
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
186159

187160
# **health_get**
@@ -227,11 +200,6 @@ No authorization required
227200
- **Content-Type**: Not defined
228201
- **Accept**: application/json
229202

230-
### HTTP response details
231-
| Status code | Description | Response headers |
232-
|-------------|-------------|------------------|
233-
**200** | The API is up! | - |
234-
235203
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
236204

237205
# **match_table_post**
@@ -279,15 +247,6 @@ No authorization required
279247
- **Content-Type**: application/json
280248
- **Accept**: application/json
281249

282-
### HTTP response details
283-
| Status code | Description | Response headers |
284-
|-------------|-------------|------------------|
285-
**200** | Provides a match table with `uuid` references along with a json-ld object. The json-ld object contains `uuid`'s that reference into the match table, for instance, containing a list of possble competencies that the user should be asked to choose among, reject or approve one of. | - |
286-
**422** | Validation error. | - |
287-
**400** | Bad Request error | - |
288-
**415** | Unsupported media type | - |
289-
**503** | Service unavailable | - |
290-
291250
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
292251

293252
# **preview_post**
@@ -335,15 +294,6 @@ No authorization required
335294
- **Content-Type**: application/json
336295
- **Accept**: application/json
337296

338-
### HTTP response details
339-
| Status code | Description | Response headers |
340-
|-------------|-------------|------------------|
341-
**200** | Provides a chunked job description with matches that refer to the given paragraph chunks. | - |
342-
**422** | Validation error. | - |
343-
**400** | Bad Request error | - |
344-
**415** | Unsupported media type | - |
345-
**503** | Service unavailable | - |
346-
347297
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
348298

349299
# **set_scored_recommendations_post**
@@ -391,15 +341,6 @@ No authorization required
391341
- **Content-Type**: application/json
392342
- **Accept**: application/json
393343

394-
### HTTP response details
395-
| Status code | Description | Response headers |
396-
|-------------|-------------|------------------|
397-
**200** | The frameworkRecommendation response object | - |
398-
**422** | Validation error. | - |
399-
**400** | Bad Request error | - |
400-
**415** | Unsupported media type | - |
401-
**503** | Service unavailable | - |
402-
403344
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
404345

405346
# **upload_job_description_context_post**
@@ -447,16 +388,6 @@ No authorization required
447388
- **Content-Type**: application/json
448389
- **Accept**: application/json
449390

450-
### HTTP response details
451-
| Status code | Description | Response headers |
452-
|-------------|-------------|------------------|
453-
**200** | Stored the context object associated with `pipelineID` | - |
454-
**400** | Bad Request | - |
455-
**404** | Pipeline was not found | - |
456-
**422** | Validation error | - |
457-
**500** | Internal server error | - |
458-
**503** | Service is down | - |
459-
460391
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
461392

462393
# **upload_job_description_file_post**
@@ -504,14 +435,6 @@ No authorization required
504435
- **Content-Type**: multipart/form-data
505436
- **Accept**: application/json
506437

507-
### HTTP response details
508-
| Status code | Description | Response headers |
509-
|-------------|-------------|------------------|
510-
**200** | Created. A pipeline was created and the provided job description was converted to text and attached to the pipeline. | - |
511-
**400** | Bad Request | - |
512-
**422** | Validation error | - |
513-
**500** | Internal server error | - |
514-
515438
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
516439

517440
# **user_actions_post**
@@ -559,14 +482,5 @@ No authorization required
559482
- **Content-Type**: application/json
560483
- **Accept**: application/json
561484

562-
### HTTP response details
563-
| Status code | Description | Response headers |
564-
|-------------|-------------|------------------|
565-
**200** | The user actions response object | - |
566-
**422** | Validation error. | - |
567-
**400** | Bad Request error | - |
568-
**415** | Unsupported media type | - |
569-
**503** | Service unavailable | - |
570-
571485
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
572486

docs/PreviewResponse.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**pipeline_id** | **str** | An identifier for this jdx reference application session of converting a raw job description | [optional]
77
**timestamp** | **datetime** | A timestamp of when this response was generated | [optional]
8-
**fields** | [**list[PreviewFields]**](PreviewFields.md) | | [optional]
9-
**paragraphs** | **list[str]** | | [optional]
10-
**autofill** | [**PreviewObjectAutofill**](PreviewObjectAutofill.md) | | [optional]
8+
**preview** | [**PreviewObject**](PreviewObject.md) | | [optional]
119

1210
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1311

docs/PreviewResponseAllOf.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# PreviewResponseAllOf
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**preview** | [**PreviewObject**](PreviewObject.md) | | [optional]
7+
8+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9+
10+

openapi_client/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
99
10-
The version of the OpenAPI document: 0.0.9
10+
The version of the OpenAPI document: 0.0.10
1111
Contact: engineering@brighthive.io
1212
Generated by: https://openapi-generator.tech
1313
"""
@@ -57,6 +57,7 @@
5757
from openapi_client.models.preview_object import PreviewObject
5858
from openapi_client.models.preview_object_autofill import PreviewObjectAutofill
5959
from openapi_client.models.preview_response import PreviewResponse
60+
from openapi_client.models.preview_response_all_of import PreviewResponseAllOf
6061
from openapi_client.models.raw_job_description_request import RawJobDescriptionRequest
6162
from openapi_client.models.raw_job_description_response import RawJobDescriptionResponse
6263
from openapi_client.models.raw_job_description_response_all_of import RawJobDescriptionResponseAllOf

0 commit comments

Comments
 (0)