|
7 | 7 |
|
8 | 8 | Cosmo Tech Platform API |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 3.3.5 |
| 10 | + The version of the OpenAPI document: 5.0.1-SNAPSHOT |
11 | 11 | Contact: platform@cosmotech.com |
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
13 | 13 |
|
|
18 | 18 | __version__ = "1.0.0" |
19 | 19 |
|
20 | 20 | # import apis into sdk package |
21 | | -from cosmotech_api.api.connector_api import ConnectorApi |
22 | 21 | from cosmotech_api.api.dataset_api import DatasetApi |
| 22 | +from cosmotech_api.api.meta_api import MetaApi |
23 | 23 | from cosmotech_api.api.organization_api import OrganizationApi |
24 | 24 | from cosmotech_api.api.run_api import RunApi |
25 | 25 | from cosmotech_api.api.runner_api import RunnerApi |
26 | | -from cosmotech_api.api.scenario_api import ScenarioApi |
27 | | -from cosmotech_api.api.scenariorun_api import ScenariorunApi |
28 | 26 | from cosmotech_api.api.solution_api import SolutionApi |
29 | | -from cosmotech_api.api.twingraph_api import TwingraphApi |
30 | 27 | from cosmotech_api.api.workspace_api import WorkspaceApi |
31 | 28 |
|
32 | 29 | # import ApiClient |
|
41 | 38 | from cosmotech_api.exceptions import ApiException |
42 | 39 |
|
43 | 40 | # import models into sdk package |
| 41 | +from cosmotech_api.models.about_info import AboutInfo |
| 42 | +from cosmotech_api.models.about_info_version import AboutInfoVersion |
44 | 43 | from cosmotech_api.models.component_role_permissions import ComponentRolePermissions |
45 | | -from cosmotech_api.models.connector import Connector |
46 | | -from cosmotech_api.models.connector_parameter import ConnectorParameter |
47 | | -from cosmotech_api.models.connector_parameter_group import ConnectorParameterGroup |
48 | 44 | from cosmotech_api.models.container_resource_size_info import ContainerResourceSizeInfo |
49 | 45 | from cosmotech_api.models.container_resource_sizing import ContainerResourceSizing |
| 46 | +from cosmotech_api.models.create_info import CreateInfo |
| 47 | +from cosmotech_api.models.created_run import CreatedRun |
50 | 48 | from cosmotech_api.models.dataset import Dataset |
51 | 49 | from cosmotech_api.models.dataset_access_control import DatasetAccessControl |
52 | | -from cosmotech_api.models.dataset_compatibility import DatasetCompatibility |
53 | | -from cosmotech_api.models.dataset_connector import DatasetConnector |
54 | | -from cosmotech_api.models.dataset_copy_parameters import DatasetCopyParameters |
| 50 | +from cosmotech_api.models.dataset_create_request import DatasetCreateRequest |
| 51 | +from cosmotech_api.models.dataset_part import DatasetPart |
| 52 | +from cosmotech_api.models.dataset_part_create_request import DatasetPartCreateRequest |
| 53 | +from cosmotech_api.models.dataset_part_type_enum import DatasetPartTypeEnum |
| 54 | +from cosmotech_api.models.dataset_part_update_request import DatasetPartUpdateRequest |
55 | 55 | from cosmotech_api.models.dataset_role import DatasetRole |
56 | | -from cosmotech_api.models.dataset_search import DatasetSearch |
57 | 56 | from cosmotech_api.models.dataset_security import DatasetSecurity |
58 | | -from cosmotech_api.models.dataset_source_type import DatasetSourceType |
59 | | -from cosmotech_api.models.dataset_twin_graph_hash import DatasetTwinGraphHash |
60 | | -from cosmotech_api.models.dataset_twin_graph_info import DatasetTwinGraphInfo |
61 | | -from cosmotech_api.models.dataset_twin_graph_query import DatasetTwinGraphQuery |
62 | | -from cosmotech_api.models.delete_historical_data import DeleteHistoricalData |
63 | | -from cosmotech_api.models.file_upload_metadata import FileUploadMetadata |
64 | | -from cosmotech_api.models.file_upload_validation import FileUploadValidation |
65 | | -from cosmotech_api.models.graph_properties import GraphProperties |
66 | | -from cosmotech_api.models.ingestion_status_enum import IngestionStatusEnum |
67 | | -from cosmotech_api.models.io_types_enum import IoTypesEnum |
| 57 | +from cosmotech_api.models.dataset_update_request import DatasetUpdateRequest |
| 58 | +from cosmotech_api.models.edit_info import EditInfo |
| 59 | +from cosmotech_api.models.last_run_info import LastRunInfo |
68 | 60 | from cosmotech_api.models.organization import Organization |
69 | 61 | from cosmotech_api.models.organization_access_control import OrganizationAccessControl |
| 62 | +from cosmotech_api.models.organization_create_request import OrganizationCreateRequest |
| 63 | +from cosmotech_api.models.organization_edit_info import OrganizationEditInfo |
70 | 64 | from cosmotech_api.models.organization_role import OrganizationRole |
71 | 65 | from cosmotech_api.models.organization_security import OrganizationSecurity |
72 | | -from cosmotech_api.models.organization_service import OrganizationService |
73 | | -from cosmotech_api.models.organization_services import OrganizationServices |
74 | | -from cosmotech_api.models.query_result import QueryResult |
| 66 | +from cosmotech_api.models.organization_update_request import OrganizationUpdateRequest |
75 | 67 | from cosmotech_api.models.resource_size_info import ResourceSizeInfo |
76 | 68 | from cosmotech_api.models.run import Run |
77 | 69 | from cosmotech_api.models.run_container import RunContainer |
78 | | -from cosmotech_api.models.run_container_artifact import RunContainerArtifact |
79 | | -from cosmotech_api.models.run_container_logs import RunContainerLogs |
80 | | -from cosmotech_api.models.run_data import RunData |
81 | | -from cosmotech_api.models.run_data_query import RunDataQuery |
82 | | -from cosmotech_api.models.run_logs import RunLogs |
| 70 | +from cosmotech_api.models.run_edit_info import RunEditInfo |
83 | 71 | from cosmotech_api.models.run_resource_requested import RunResourceRequested |
84 | | -from cosmotech_api.models.run_search import RunSearch |
85 | | -from cosmotech_api.models.run_search_state import RunSearchState |
86 | | -from cosmotech_api.models.run_start_containers import RunStartContainers |
87 | 72 | from cosmotech_api.models.run_state import RunState |
88 | 73 | from cosmotech_api.models.run_status import RunStatus |
89 | 74 | from cosmotech_api.models.run_status_node import RunStatusNode |
90 | 75 | from cosmotech_api.models.run_template import RunTemplate |
91 | | -from cosmotech_api.models.run_template_handler_id import RunTemplateHandlerId |
92 | | -from cosmotech_api.models.run_template_orchestrator import RunTemplateOrchestrator |
| 76 | +from cosmotech_api.models.run_template_create_request import RunTemplateCreateRequest |
93 | 77 | from cosmotech_api.models.run_template_parameter import RunTemplateParameter |
| 78 | +from cosmotech_api.models.run_template_parameter_create_request import RunTemplateParameterCreateRequest |
94 | 79 | from cosmotech_api.models.run_template_parameter_group import RunTemplateParameterGroup |
| 80 | +from cosmotech_api.models.run_template_parameter_group_create_request import RunTemplateParameterGroupCreateRequest |
| 81 | +from cosmotech_api.models.run_template_parameter_group_update_request import RunTemplateParameterGroupUpdateRequest |
| 82 | +from cosmotech_api.models.run_template_parameter_update_request import RunTemplateParameterUpdateRequest |
95 | 83 | from cosmotech_api.models.run_template_parameter_value import RunTemplateParameterValue |
96 | 84 | from cosmotech_api.models.run_template_resource_sizing import RunTemplateResourceSizing |
97 | | -from cosmotech_api.models.run_template_step_source import RunTemplateStepSource |
| 85 | +from cosmotech_api.models.run_template_update_request import RunTemplateUpdateRequest |
98 | 86 | from cosmotech_api.models.runner import Runner |
99 | 87 | from cosmotech_api.models.runner_access_control import RunnerAccessControl |
100 | | -from cosmotech_api.models.runner_changed_parameter_value import RunnerChangedParameterValue |
101 | | -from cosmotech_api.models.runner_comparison_result import RunnerComparisonResult |
102 | | -from cosmotech_api.models.runner_data_download_info import RunnerDataDownloadInfo |
103 | | -from cosmotech_api.models.runner_data_download_job import RunnerDataDownloadJob |
104 | | -from cosmotech_api.models.runner_job_state import RunnerJobState |
105 | | -from cosmotech_api.models.runner_last_run import RunnerLastRun |
106 | | -from cosmotech_api.models.runner_parent_last_run import RunnerParentLastRun |
| 88 | +from cosmotech_api.models.runner_create_request import RunnerCreateRequest |
| 89 | +from cosmotech_api.models.runner_datasets import RunnerDatasets |
| 90 | +from cosmotech_api.models.runner_edit_info import RunnerEditInfo |
107 | 91 | from cosmotech_api.models.runner_resource_sizing import RunnerResourceSizing |
108 | 92 | from cosmotech_api.models.runner_role import RunnerRole |
109 | | -from cosmotech_api.models.runner_root_last_run import RunnerRootLastRun |
110 | 93 | from cosmotech_api.models.runner_run_template_parameter_value import RunnerRunTemplateParameterValue |
111 | 94 | from cosmotech_api.models.runner_security import RunnerSecurity |
| 95 | +from cosmotech_api.models.runner_update_request import RunnerUpdateRequest |
112 | 96 | from cosmotech_api.models.runner_validation_status import RunnerValidationStatus |
113 | | -from cosmotech_api.models.scenario import Scenario |
114 | | -from cosmotech_api.models.scenario_access_control import ScenarioAccessControl |
115 | | -from cosmotech_api.models.scenario_changed_parameter_value import ScenarioChangedParameterValue |
116 | | -from cosmotech_api.models.scenario_comparison_result import ScenarioComparisonResult |
117 | | -from cosmotech_api.models.scenario_data_download_info import ScenarioDataDownloadInfo |
118 | | -from cosmotech_api.models.scenario_data_download_job import ScenarioDataDownloadJob |
119 | | -from cosmotech_api.models.scenario_job_state import ScenarioJobState |
120 | | -from cosmotech_api.models.scenario_last_run import ScenarioLastRun |
121 | | -from cosmotech_api.models.scenario_resource_sizing import ScenarioResourceSizing |
122 | | -from cosmotech_api.models.scenario_role import ScenarioRole |
123 | | -from cosmotech_api.models.scenario_run import ScenarioRun |
124 | | -from cosmotech_api.models.scenario_run_container import ScenarioRunContainer |
125 | | -from cosmotech_api.models.scenario_run_container_artifact import ScenarioRunContainerArtifact |
126 | | -from cosmotech_api.models.scenario_run_container_logs import ScenarioRunContainerLogs |
127 | | -from cosmotech_api.models.scenario_run_logs import ScenarioRunLogs |
128 | | -from cosmotech_api.models.scenario_run_resource_requested import ScenarioRunResourceRequested |
129 | | -from cosmotech_api.models.scenario_run_search import ScenarioRunSearch |
130 | | -from cosmotech_api.models.scenario_run_search_state import ScenarioRunSearchState |
131 | | -from cosmotech_api.models.scenario_run_start_containers import ScenarioRunStartContainers |
132 | | -from cosmotech_api.models.scenario_run_state import ScenarioRunState |
133 | | -from cosmotech_api.models.scenario_run_status import ScenarioRunStatus |
134 | | -from cosmotech_api.models.scenario_run_status_node import ScenarioRunStatusNode |
135 | | -from cosmotech_api.models.scenario_run_template_parameter_value import ScenarioRunTemplateParameterValue |
136 | | -from cosmotech_api.models.scenario_security import ScenarioSecurity |
137 | | -from cosmotech_api.models.scenario_validation_status import ScenarioValidationStatus |
138 | | -from cosmotech_api.models.send_run_data_request import SendRunDataRequest |
139 | 97 | from cosmotech_api.models.solution import Solution |
140 | 98 | from cosmotech_api.models.solution_access_control import SolutionAccessControl |
| 99 | +from cosmotech_api.models.solution_create_request import SolutionCreateRequest |
| 100 | +from cosmotech_api.models.solution_edit_info import SolutionEditInfo |
141 | 101 | from cosmotech_api.models.solution_role import SolutionRole |
142 | 102 | from cosmotech_api.models.solution_security import SolutionSecurity |
143 | | -from cosmotech_api.models.source_info import SourceInfo |
144 | | -from cosmotech_api.models.sub_dataset_graph_query import SubDatasetGraphQuery |
145 | | -from cosmotech_api.models.twin_graph_batch_result import TwinGraphBatchResult |
146 | | -from cosmotech_api.models.twin_graph_hash import TwinGraphHash |
147 | | -from cosmotech_api.models.twin_graph_query import TwinGraphQuery |
148 | | -from cosmotech_api.models.twincache_status_enum import TwincacheStatusEnum |
149 | | -from cosmotech_api.models.validator import Validator |
| 103 | +from cosmotech_api.models.solution_update_request import SolutionUpdateRequest |
150 | 104 | from cosmotech_api.models.workspace import Workspace |
151 | 105 | from cosmotech_api.models.workspace_access_control import WorkspaceAccessControl |
| 106 | +from cosmotech_api.models.workspace_create_request import WorkspaceCreateRequest |
| 107 | +from cosmotech_api.models.workspace_edit_info import WorkspaceEditInfo |
152 | 108 | from cosmotech_api.models.workspace_file import WorkspaceFile |
153 | 109 | from cosmotech_api.models.workspace_role import WorkspaceRole |
154 | | -from cosmotech_api.models.workspace_secret import WorkspaceSecret |
155 | 110 | from cosmotech_api.models.workspace_security import WorkspaceSecurity |
156 | 111 | from cosmotech_api.models.workspace_solution import WorkspaceSolution |
| 112 | +from cosmotech_api.models.workspace_update_request import WorkspaceUpdateRequest |
157 | 113 | from cosmotech_api.models.workspace_web_app import WorkspaceWebApp |
0 commit comments