Skip to content

Commit

Permalink
Update to version 0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan committed Jul 11, 2019
1 parent e26e831 commit 3f77567
Show file tree
Hide file tree
Showing 72 changed files with 1,475 additions and 325 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.2
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is a collection of schemas and endpoints for the various JDX, Concentric Sk

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

- API version: 0.0.10
- API version: 0.0.12
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down Expand Up @@ -73,11 +73,11 @@ Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**framework_recommendations_post**](docs/DefaultApi.md#framework_recommendations_post) | **POST** /framework-recommendations | Get framework recommendations based on the uploaded job descripton and context.
*DefaultApi* | [**framework_selections_post**](docs/DefaultApi.md#framework_selections_post) | **POST** /framework-selections | The user indicates what frameworks they selected
*DefaultApi* | [**get_scored_recommendations_post**](docs/DefaultApi.md#get_scored_recommendations_post) | **POST** /get-scored-recommendations | [NOT IMPLEMENTED FOR 5/31 PROTOTYPE] Get a list of `scoredRecommendations` associated with the match table
*DefaultApi* | [**generate_job_schema_plus_post**](docs/DefaultApi.md#generate_job_schema_plus_post) | **POST** /generate-job-schema-plus | Generate JobSchema+
*DefaultApi* | [**get_score_post**](docs/DefaultApi.md#get_score_post) | **POST** /get-score | Provides a scored based on how much metadata you provide and the quality of that data.
*DefaultApi* | [**health_get**](docs/DefaultApi.md#health_get) | **GET** /health | Health Check
*DefaultApi* | [**match_table_post**](docs/DefaultApi.md#match_table_post) | **POST** /match-table | Get the match table associated with the provided `pipelineID`
*DefaultApi* | [**preview_post**](docs/DefaultApi.md#preview_post) | **POST** /preview | Get preview of job description with tagged matches.
*DefaultApi* | [**set_scored_recommendations_post**](docs/DefaultApi.md#set_scored_recommendations_post) | **POST** /set-scored-recommendations | [NOT IMPLEMENTED FOR 5/31 PROTOTYPE] Obtain a recommendation for a specific user replacement
*DefaultApi* | [**upload_job_description_context_post**](docs/DefaultApi.md#upload_job_description_context_post) | **POST** /upload-job-description-context | Provide job description context (e.g metadata) on the job description
*DefaultApi* | [**upload_job_description_file_post**](docs/DefaultApi.md#upload_job_description_file_post) | **POST** /upload-job-description-file | Upload a raw job description file.
*DefaultApi* | [**user_actions_post**](docs/DefaultApi.md#user_actions_post) | **POST** /user-actions | Provide the user responses as a list of user actions
Expand All @@ -95,18 +95,22 @@ Class | Method | HTTP request | Description
- [FrameworkSelectionRequestAllOf](docs/FrameworkSelectionRequestAllOf.md)
- [FrameworkSelectionResponse](docs/FrameworkSelectionResponse.md)
- [Frameworks](docs/Frameworks.md)
- [GenerateJobSchemaPlusResponse](docs/GenerateJobSchemaPlusResponse.md)
- [GeoCoordinates](docs/GeoCoordinates.md)
- [HealthResponse](docs/HealthResponse.md)
- [JobDescriptionContextRequest](docs/JobDescriptionContextRequest.md)
- [JobDescriptionContextRequestAllOf](docs/JobDescriptionContextRequestAllOf.md)
- [JobDescriptionContextResponse](docs/JobDescriptionContextResponse.md)
- [JobSchemaPlusFile](docs/JobSchemaPlusFile.md)
- [MatchTableRequest](docs/MatchTableRequest.md)
- [MatchTableRequestAllOf](docs/MatchTableRequestAllOf.md)
- [MatchTableResponse](docs/MatchTableResponse.md)
- [MatchTableRows](docs/MatchTableRows.md)
- [MatchTableSelection](docs/MatchTableSelection.md)
- [Metrics](docs/Metrics.md)
- [MetricsExtraInfo](docs/MetricsExtraInfo.md)
- [PipelineScoreObject](docs/PipelineScoreObject.md)
- [PipelineScoreResponse](docs/PipelineScoreResponse.md)
- [Place](docs/Place.md)
- [PostalAddress](docs/PostalAddress.md)
- [PreviewFields](docs/PreviewFields.md)
Expand Down
192 changes: 139 additions & 53 deletions docs/DefaultApi.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions docs/GenerateJobSchemaPlusResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# GenerateJobSchemaPlusResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pipeline_id** | **str** | An identifier for this jdx reference application session of converting a raw job description | [optional]
**timestamp** | **datetime** | A timestamp of when this response was generated | [optional]
**job_schema_plus_file** | **str** | | [optional]

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


10 changes: 10 additions & 0 deletions docs/JobSchemaPlusFile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# JobSchemaPlusFile

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**job_schema_plus_file** | **str** | | [optional]

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


11 changes: 11 additions & 0 deletions docs/PipelineScoreObject.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# PipelineScoreObject

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**score** | **str** | | [optional]
**explanation** | **str** | | [optional]

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


13 changes: 13 additions & 0 deletions docs/PipelineScoreResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# PipelineScoreResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pipeline_id** | **str** | An identifier for this jdx reference application session of converting a raw job description | [optional]
**timestamp** | **datetime** | A timestamp of when this response was generated | [optional]
**score** | **str** | | [optional]
**explanation** | **str** | | [optional]

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


6 changes: 5 additions & 1 deletion openapi_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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
The version of the OpenAPI document: 0.0.10
The version of the OpenAPI document: 0.0.12
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -39,18 +39,22 @@
from openapi_client.models.framework_selection_request_all_of import FrameworkSelectionRequestAllOf
from openapi_client.models.framework_selection_response import FrameworkSelectionResponse
from openapi_client.models.frameworks import Frameworks
from openapi_client.models.generate_job_schema_plus_response import GenerateJobSchemaPlusResponse
from openapi_client.models.geo_coordinates import GeoCoordinates
from openapi_client.models.health_response import HealthResponse
from openapi_client.models.job_description_context_request import JobDescriptionContextRequest
from openapi_client.models.job_description_context_request_all_of import JobDescriptionContextRequestAllOf
from openapi_client.models.job_description_context_response import JobDescriptionContextResponse
from openapi_client.models.job_schema_plus_file import JobSchemaPlusFile
from openapi_client.models.match_table_request import MatchTableRequest
from openapi_client.models.match_table_request_all_of import MatchTableRequestAllOf
from openapi_client.models.match_table_response import MatchTableResponse
from openapi_client.models.match_table_rows import MatchTableRows
from openapi_client.models.match_table_selection import MatchTableSelection
from openapi_client.models.metrics import Metrics
from openapi_client.models.metrics_extra_info import MetricsExtraInfo
from openapi_client.models.pipeline_score_object import PipelineScoreObject
from openapi_client.models.pipeline_score_response import PipelineScoreResponse
from openapi_client.models.place import Place
from openapi_client.models.postal_address import PostalAddress
from openapi_client.models.preview_fields import PreviewFields
Expand Down

0 comments on commit 3f77567

Please sign in to comment.