-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@cc7…
…e64f) Co-authored-by: jreynard-code <[email protected]>
- Loading branch information
1 parent
33500e6
commit 1e46a8c
Showing
252 changed files
with
2,724 additions
and
612 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
Cosmo Tech Platform API | ||
The version of the OpenAPI document: 3.2.2-SNAPSHOT | ||
The version of the OpenAPI document: 3.2.6 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
|
@@ -23,7 +23,10 @@ | |
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.solution_api import SolutionApi | ||
from cosmotech_api.api.twingraph_api import TwingraphApi | ||
from cosmotech_api.api.workspace_api import WorkspaceApi | ||
|
||
# import ApiClient | ||
|
@@ -66,6 +69,8 @@ | |
from cosmotech_api.models.organization_access_control import OrganizationAccessControl | ||
from cosmotech_api.models.organization_role import OrganizationRole | ||
from cosmotech_api.models.organization_security import OrganizationSecurity | ||
from cosmotech_api.models.organization_service import OrganizationService | ||
from cosmotech_api.models.organization_services import OrganizationServices | ||
from cosmotech_api.models.query_result import QueryResult | ||
from cosmotech_api.models.resource_size_info import ResourceSizeInfo | ||
from cosmotech_api.models.run import Run | ||
|
@@ -83,6 +88,7 @@ | |
from cosmotech_api.models.run_status import RunStatus | ||
from cosmotech_api.models.run_status_node import RunStatusNode | ||
from cosmotech_api.models.run_template import RunTemplate | ||
from cosmotech_api.models.run_template_handler_id import RunTemplateHandlerId | ||
from cosmotech_api.models.run_template_orchestrator import RunTemplateOrchestrator | ||
from cosmotech_api.models.run_template_parameter import RunTemplateParameter | ||
from cosmotech_api.models.run_template_parameter_group import RunTemplateParameterGroup | ||
|
@@ -100,6 +106,31 @@ | |
from cosmotech_api.models.runner_run_template_parameter_value import RunnerRunTemplateParameterValue | ||
from cosmotech_api.models.runner_security import RunnerSecurity | ||
from cosmotech_api.models.runner_validation_status import RunnerValidationStatus | ||
from cosmotech_api.models.scenario import Scenario | ||
from cosmotech_api.models.scenario_access_control import ScenarioAccessControl | ||
from cosmotech_api.models.scenario_changed_parameter_value import ScenarioChangedParameterValue | ||
from cosmotech_api.models.scenario_comparison_result import ScenarioComparisonResult | ||
from cosmotech_api.models.scenario_data_download_info import ScenarioDataDownloadInfo | ||
from cosmotech_api.models.scenario_data_download_job import ScenarioDataDownloadJob | ||
from cosmotech_api.models.scenario_job_state import ScenarioJobState | ||
from cosmotech_api.models.scenario_last_run import ScenarioLastRun | ||
from cosmotech_api.models.scenario_resource_sizing import ScenarioResourceSizing | ||
from cosmotech_api.models.scenario_role import ScenarioRole | ||
from cosmotech_api.models.scenario_run import ScenarioRun | ||
from cosmotech_api.models.scenario_run_container import ScenarioRunContainer | ||
from cosmotech_api.models.scenario_run_container_artifact import ScenarioRunContainerArtifact | ||
from cosmotech_api.models.scenario_run_container_logs import ScenarioRunContainerLogs | ||
from cosmotech_api.models.scenario_run_logs import ScenarioRunLogs | ||
from cosmotech_api.models.scenario_run_resource_requested import ScenarioRunResourceRequested | ||
from cosmotech_api.models.scenario_run_search import ScenarioRunSearch | ||
from cosmotech_api.models.scenario_run_search_state import ScenarioRunSearchState | ||
from cosmotech_api.models.scenario_run_start_containers import ScenarioRunStartContainers | ||
from cosmotech_api.models.scenario_run_state import ScenarioRunState | ||
from cosmotech_api.models.scenario_run_status import ScenarioRunStatus | ||
from cosmotech_api.models.scenario_run_status_node import ScenarioRunStatusNode | ||
from cosmotech_api.models.scenario_run_template_parameter_value import ScenarioRunTemplateParameterValue | ||
from cosmotech_api.models.scenario_security import ScenarioSecurity | ||
from cosmotech_api.models.scenario_validation_status import ScenarioValidationStatus | ||
from cosmotech_api.models.send_run_data_request import SendRunDataRequest | ||
from cosmotech_api.models.solution import Solution | ||
from cosmotech_api.models.solution_access_control import SolutionAccessControl | ||
|
@@ -108,6 +139,8 @@ | |
from cosmotech_api.models.source_info import SourceInfo | ||
from cosmotech_api.models.sub_dataset_graph_query import SubDatasetGraphQuery | ||
from cosmotech_api.models.twin_graph_batch_result import TwinGraphBatchResult | ||
from cosmotech_api.models.twin_graph_hash import TwinGraphHash | ||
from cosmotech_api.models.twin_graph_query import TwinGraphQuery | ||
from cosmotech_api.models.twincache_status_enum import TwincacheStatusEnum | ||
from cosmotech_api.models.validator import Validator | ||
from cosmotech_api.models.workspace import Workspace | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Cosmo Tech Platform API | ||
The version of the OpenAPI document: 3.2.2-SNAPSHOT | ||
The version of the OpenAPI document: 3.2.6 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
Cosmo Tech Platform API | ||
The version of the OpenAPI document: 3.2.2-SNAPSHOT | ||
The version of the OpenAPI document: 3.2.6 | ||
Contact: [email protected] | ||
Generated by OpenAPI Generator (https://openapi-generator.tech) | ||
|
Oops, something went wrong.