Skip to content

Commit

Permalink
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@5dc…
Browse files Browse the repository at this point in the history
…f9be)

Co-authored-by: jreynard-code <[email protected]>
  • Loading branch information
csmplatform and jreynard-code committed Mar 11, 2024
1 parent 9098ed6 commit 83e3d46
Show file tree
Hide file tree
Showing 199 changed files with 207 additions and 287 deletions.
46 changes: 1 addition & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Cosmo Tech Platform API

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

- API version: 3.1.0
- API version: 3.0.3
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/Cosmo-Tech/cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api)
Expand Down Expand Up @@ -144,26 +144,6 @@ Class | Method | HTTP request | Description
*OrganizationApi* | [**update_solutions_container_registry_by_organization_id**](docs/OrganizationApi.md#update_solutions_container_registry_by_organization_id) | **PATCH** /organizations/{organization_id}/services/solutionsContainerRegistry | Update the solutions container registry configuration for the Organization specified
*OrganizationApi* | [**update_storage_by_organization_id**](docs/OrganizationApi.md#update_storage_by_organization_id) | **PATCH** /organizations/{organization_id}/services/storage | Update storage configuration for the Organization specified
*OrganizationApi* | [**update_tenant_credentials_by_organization_id**](docs/OrganizationApi.md#update_tenant_credentials_by_organization_id) | **PATCH** /organizations/{organization_id}/services/tenantCredentials | Update tenant credentials for the Organization specified
*RunApi* | [**delete_run**](docs/RunApi.md#delete_run) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id} | Delete a run
*RunApi* | [**get_run**](docs/RunApi.md#get_run) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id} | Get the details of a run
*RunApi* | [**get_run_logs**](docs/RunApi.md#get_run_logs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/logs | get the logs for the Run
*RunApi* | [**get_run_status**](docs/RunApi.md#get_run_status) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/status | get the status for the Run
*RunApi* | [**list_runs**](docs/RunApi.md#list_runs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs | get the list of Runs for the Runner
*RunnerApi* | [**add_runner_access_control**](docs/RunnerApi.md#add_runner_access_control) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/access | Add a control access to the Runner
*RunnerApi* | [**create_runner**](docs/RunnerApi.md#create_runner) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners | Create a new Runner
*RunnerApi* | [**delete_runner**](docs/RunnerApi.md#delete_runner) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id} | Delete a runner
*RunnerApi* | [**get_runner**](docs/RunnerApi.md#get_runner) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id} | Get the details of an runner
*RunnerApi* | [**get_runner_access_control**](docs/RunnerApi.md#get_runner_access_control) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/access/{identity_id} | Get a control access for the Runner
*RunnerApi* | [**get_runner_permissions**](docs/RunnerApi.md#get_runner_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/permissions/{role} | Get the Runner permission by given role
*RunnerApi* | [**get_runner_security**](docs/RunnerApi.md#get_runner_security) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security | Get the Runner security information
*RunnerApi* | [**get_runner_security_users**](docs/RunnerApi.md#get_runner_security_users) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/users | Get the Runner security users list
*RunnerApi* | [**list_runners**](docs/RunnerApi.md#list_runners) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners | List all Runners
*RunnerApi* | [**remove_runner_access_control**](docs/RunnerApi.md#remove_runner_access_control) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/access/{identity_id} | Remove the specified access from the given Organization Runner
*RunnerApi* | [**set_runner_default_security**](docs/RunnerApi.md#set_runner_default_security) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/default | Set the Runner default security
*RunnerApi* | [**start_run**](docs/RunnerApi.md#start_run) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/start | Start a run with runner parameters
*RunnerApi* | [**stop_run**](docs/RunnerApi.md#stop_run) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/stop | Stop the last run
*RunnerApi* | [**update_runner**](docs/RunnerApi.md#update_runner) | **PATCH** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id} | Update a runner
*RunnerApi* | [**update_runner_access_control**](docs/RunnerApi.md#update_runner_access_control) | **PATCH** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/security/access/{identity_id} | Update the specified access to User for a Runner
*ScenarioApi* | [**add_or_replace_scenario_parameter_values**](docs/ScenarioApi.md#add_or_replace_scenario_parameter_values) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/parameterValues | Add (or replace) Parameter Values for the Scenario specified
*ScenarioApi* | [**add_scenario_access_control**](docs/ScenarioApi.md#add_scenario_access_control) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/access | Add a control access to the Scenario
*ScenarioApi* | [**compare_scenarios**](docs/ScenarioApi.md#compare_scenarios) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/compare/{compared_scenario_id} | Compare the Scenario with another one and returns the difference for parameters values
Expand Down Expand Up @@ -301,17 +281,6 @@ Class | Method | HTTP request | Description
- [OrganizationService](docs/OrganizationService.md)
- [OrganizationServices](docs/OrganizationServices.md)
- [ResourceSizeInfo](docs/ResourceSizeInfo.md)
- [Run](docs/Run.md)
- [RunContainer](docs/RunContainer.md)
- [RunContainerArtifact](docs/RunContainerArtifact.md)
- [RunContainerLogs](docs/RunContainerLogs.md)
- [RunLogs](docs/RunLogs.md)
- [RunResourceRequested](docs/RunResourceRequested.md)
- [RunSearch](docs/RunSearch.md)
- [RunStartContainers](docs/RunStartContainers.md)
- [RunState](docs/RunState.md)
- [RunStatus](docs/RunStatus.md)
- [RunStatusNode](docs/RunStatusNode.md)
- [RunTemplate](docs/RunTemplate.md)
- [RunTemplateHandlerId](docs/RunTemplateHandlerId.md)
- [RunTemplateOrchestrator](docs/RunTemplateOrchestrator.md)
Expand All @@ -320,19 +289,6 @@ Class | Method | HTTP request | Description
- [RunTemplateParameterValue](docs/RunTemplateParameterValue.md)
- [RunTemplateResourceSizing](docs/RunTemplateResourceSizing.md)
- [RunTemplateStepSource](docs/RunTemplateStepSource.md)
- [Runner](docs/Runner.md)
- [RunnerAccessControl](docs/RunnerAccessControl.md)
- [RunnerChangedParameterValue](docs/RunnerChangedParameterValue.md)
- [RunnerComparisonResult](docs/RunnerComparisonResult.md)
- [RunnerDataDownloadInfo](docs/RunnerDataDownloadInfo.md)
- [RunnerDataDownloadJob](docs/RunnerDataDownloadJob.md)
- [RunnerJobState](docs/RunnerJobState.md)
- [RunnerLastRun](docs/RunnerLastRun.md)
- [RunnerResourceSizing](docs/RunnerResourceSizing.md)
- [RunnerRole](docs/RunnerRole.md)
- [RunnerRunTemplateParameterValue](docs/RunnerRunTemplateParameterValue.md)
- [RunnerSecurity](docs/RunnerSecurity.md)
- [RunnerValidationStatus](docs/RunnerValidationStatus.md)
- [Scenario](docs/Scenario.md)
- [ScenarioAccessControl](docs/ScenarioAccessControl.md)
- [ScenarioChangedParameterValue](docs/ScenarioChangedParameterValue.md)
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/connector_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/dataset_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/organization_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/scenario_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/scenariorun_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/scenariorunresult_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/solution_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/twingraph_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/validator_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api/workspace_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 0 additions & 2 deletions cosmotech_api/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
from cosmotech_api.api.connector_api import ConnectorApi
from cosmotech_api.api.dataset_api import DatasetApi
from cosmotech_api.api.organization_api import OrganizationApi
from cosmotech_api.api.run_api import RunApi
from cosmotech_api.api.runner_api import RunnerApi
from cosmotech_api.api.scenario_api import ScenarioApi
from cosmotech_api.api.scenariorun_api import ScenariorunApi
from cosmotech_api.api.scenariorunresult_api import ScenariorunresultApi
Expand Down
4 changes: 2 additions & 2 deletions cosmotech_api/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -388,7 +388,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 3.1.0\n"\
"Version of the API: 3.0.3\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)

Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/component_role_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/connector_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/connector_parameter_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/container_resource_size_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/container_resource_sizing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
16 changes: 7 additions & 9 deletions cosmotech_api/model/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -69,14 +69,12 @@ class Dataset(ModelNormal):

allowed_values = {
('ingestion_status',): {
'None': None,
'NONE': "NONE",
'PENDING': "PENDING",
'ERROR': "ERROR",
'SUCCESS': "SUCCESS",
},
('twincache_status',): {
'None': None,
'EMPTY': "EMPTY",
'FULL': "FULL",
},
Expand Down Expand Up @@ -122,8 +120,8 @@ def openapi_types():
'refresh_date': (int,), # noqa: E501
'source_type': (DatasetSourceType,), # noqa: E501
'source': (SourceInfo,), # noqa: E501
'ingestion_status': (str, none_type,), # noqa: E501
'twincache_status': (str, none_type,), # noqa: E501
'ingestion_status': (str,), # noqa: E501
'twincache_status': (str,), # noqa: E501
'queries': ([str],), # noqa: E501
'tags': ([str],), # noqa: E501
'connector': (DatasetConnector,), # noqa: E501
Expand Down Expand Up @@ -225,8 +223,8 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
refresh_date (int): the last time a refresh was done. [optional] # noqa: E501
source_type (DatasetSourceType): [optional] # noqa: E501
source (SourceInfo): [optional] # noqa: E501
ingestion_status (str, none_type): the Dataset ingestion status. [optional] # noqa: E501
twincache_status (str, none_type): the twincache data status. [optional] # noqa: E501
ingestion_status (str): the Dataset ingestion status. [optional] # noqa: E501
twincache_status (str): the twincache data status. [optional] # noqa: E501
queries ([str]): the list of queries. [optional] # noqa: E501
tags ([str]): the list of tags. [optional] # noqa: E501
connector (DatasetConnector): [optional] # noqa: E501
Expand Down Expand Up @@ -329,8 +327,8 @@ def __init__(self, *args, **kwargs): # noqa: E501
refresh_date (int): the last time a refresh was done. [optional] # noqa: E501
source_type (DatasetSourceType): [optional] # noqa: E501
source (SourceInfo): [optional] # noqa: E501
ingestion_status (str, none_type): the Dataset ingestion status. [optional] # noqa: E501
twincache_status (str, none_type): the twincache data status. [optional] # noqa: E501
ingestion_status (str): the Dataset ingestion status. [optional] # noqa: E501
twincache_status (str): the twincache data status. [optional] # noqa: E501
queries ([str]): the list of queries. [optional] # noqa: E501
tags ([str]): the list of tags. [optional] # noqa: E501
connector (DatasetConnector): [optional] # noqa: E501
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_access_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_compatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_copy_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion cosmotech_api/model/dataset_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Cosmo Tech Platform API # noqa: E501
The version of the OpenAPI document: 3.1.0
The version of the OpenAPI document: 3.0.3
Contact: [email protected]
Generated by: https://openapi-generator.tech
"""
Expand Down
Loading

0 comments on commit 83e3d46

Please sign in to comment.