66README.md
77cosmotech_api/__init__.py
88cosmotech_api/api/__init__.py
9- cosmotech_api/api/connector_api.py
109cosmotech_api/api/dataset_api.py
1110cosmotech_api/api/meta_api.py
1211cosmotech_api/api/organization_api.py
@@ -22,29 +21,21 @@ cosmotech_api/models/__init__.py
2221cosmotech_api/models/about_info.py
2322cosmotech_api/models/about_info_version.py
2423cosmotech_api/models/component_role_permissions.py
25- cosmotech_api/models/connector.py
26- cosmotech_api/models/connector_parameter.py
27- cosmotech_api/models/connector_parameter_group.py
2824cosmotech_api/models/container_resource_size_info.py
2925cosmotech_api/models/container_resource_sizing.py
26+ cosmotech_api/models/create_info.py
3027cosmotech_api/models/created_run.py
3128cosmotech_api/models/dataset.py
3229cosmotech_api/models/dataset_access_control.py
33- cosmotech_api/models/dataset_compatibility.py
34- cosmotech_api/models/dataset_connector.py
35- cosmotech_api/models/dataset_copy_parameters.py
30+ cosmotech_api/models/dataset_create_request.py
31+ cosmotech_api/models/dataset_part.py
32+ cosmotech_api/models/dataset_part_create_request.py
33+ cosmotech_api/models/dataset_part_type_enum.py
34+ cosmotech_api/models/dataset_part_update_request.py
3635cosmotech_api/models/dataset_role.py
37- cosmotech_api/models/dataset_search.py
3836cosmotech_api/models/dataset_security.py
39- cosmotech_api/models/dataset_source_type.py
40- cosmotech_api/models/dataset_twin_graph_hash.py
41- cosmotech_api/models/dataset_twin_graph_info.py
42- cosmotech_api/models/dataset_twin_graph_query.py
43- cosmotech_api/models/file_upload_metadata.py
44- cosmotech_api/models/file_upload_validation.py
45- cosmotech_api/models/graph_properties.py
46- cosmotech_api/models/ingestion_status_enum.py
47- cosmotech_api/models/io_types_enum.py
37+ cosmotech_api/models/dataset_update_request.py
38+ cosmotech_api/models/edit_info.py
4839cosmotech_api/models/last_run_info.py
4940cosmotech_api/models/organization.py
5041cosmotech_api/models/organization_access_control.py
@@ -93,10 +84,6 @@ cosmotech_api/models/solution_edit_info.py
9384cosmotech_api/models/solution_role.py
9485cosmotech_api/models/solution_security.py
9586cosmotech_api/models/solution_update_request.py
96- cosmotech_api/models/source_info.py
97- cosmotech_api/models/sub_dataset_graph_query.py
98- cosmotech_api/models/twin_graph_batch_result.py
99- cosmotech_api/models/twincache_status_enum.py
10087cosmotech_api/models/workspace.py
10188cosmotech_api/models/workspace_access_control.py
10289cosmotech_api/models/workspace_create_request.py
@@ -112,31 +99,22 @@ cosmotech_api/rest.py
11299docs/AboutInfo.md
113100docs/AboutInfoVersion.md
114101docs/ComponentRolePermissions.md
115- docs/Connector.md
116- docs/ConnectorApi.md
117- docs/ConnectorParameter.md
118- docs/ConnectorParameterGroup.md
119102docs/ContainerResourceSizeInfo.md
120103docs/ContainerResourceSizing.md
104+ docs/CreateInfo.md
121105docs/CreatedRun.md
122106docs/Dataset.md
123107docs/DatasetAccessControl.md
124108docs/DatasetApi.md
125- docs/DatasetCompatibility.md
126- docs/DatasetConnector.md
127- docs/DatasetCopyParameters.md
109+ docs/DatasetCreateRequest.md
110+ docs/DatasetPart.md
111+ docs/DatasetPartCreateRequest.md
112+ docs/DatasetPartTypeEnum.md
113+ docs/DatasetPartUpdateRequest.md
128114docs/DatasetRole.md
129- docs/DatasetSearch.md
130115docs/DatasetSecurity.md
131- docs/DatasetSourceType.md
132- docs/DatasetTwinGraphHash.md
133- docs/DatasetTwinGraphInfo.md
134- docs/DatasetTwinGraphQuery.md
135- docs/FileUploadMetadata.md
136- docs/FileUploadValidation.md
137- docs/GraphProperties.md
138- docs/IngestionStatusEnum.md
139- docs/IoTypesEnum.md
116+ docs/DatasetUpdateRequest.md
117+ docs/EditInfo.md
140118docs/LastRunInfo.md
141119docs/MetaApi.md
142120docs/Organization.md
@@ -190,10 +168,6 @@ docs/SolutionEditInfo.md
190168docs/SolutionRole.md
191169docs/SolutionSecurity.md
192170docs/SolutionUpdateRequest.md
193- docs/SourceInfo.md
194- docs/SubDatasetGraphQuery.md
195- docs/TwinGraphBatchResult.md
196- docs/TwincacheStatusEnum.md
197171docs/Workspace.md
198172docs/WorkspaceAccessControl.md
199173docs/WorkspaceApi.md
@@ -215,31 +189,22 @@ test/__init__.py
215189test/test_about_info.py
216190test/test_about_info_version.py
217191test/test_component_role_permissions.py
218- test/test_connector.py
219- test/test_connector_api.py
220- test/test_connector_parameter.py
221- test/test_connector_parameter_group.py
222192test/test_container_resource_size_info.py
223193test/test_container_resource_sizing.py
194+ test/test_create_info.py
224195test/test_created_run.py
225196test/test_dataset.py
226197test/test_dataset_access_control.py
227198test/test_dataset_api.py
228- test/test_dataset_compatibility.py
229- test/test_dataset_connector.py
230- test/test_dataset_copy_parameters.py
199+ test/test_dataset_create_request.py
200+ test/test_dataset_part.py
201+ test/test_dataset_part_create_request.py
202+ test/test_dataset_part_type_enum.py
203+ test/test_dataset_part_update_request.py
231204test/test_dataset_role.py
232- test/test_dataset_search.py
233205test/test_dataset_security.py
234- test/test_dataset_source_type.py
235- test/test_dataset_twin_graph_hash.py
236- test/test_dataset_twin_graph_info.py
237- test/test_dataset_twin_graph_query.py
238- test/test_file_upload_metadata.py
239- test/test_file_upload_validation.py
240- test/test_graph_properties.py
241- test/test_ingestion_status_enum.py
242- test/test_io_types_enum.py
206+ test/test_dataset_update_request.py
207+ test/test_edit_info.py
243208test/test_last_run_info.py
244209test/test_meta_api.py
245210test/test_organization.py
@@ -293,10 +258,6 @@ test/test_solution_edit_info.py
293258test/test_solution_role.py
294259test/test_solution_security.py
295260test/test_solution_update_request.py
296- test/test_source_info.py
297- test/test_sub_dataset_graph_query.py
298- test/test_twin_graph_batch_result.py
299- test/test_twincache_status_enum.py
300261test/test_workspace.py
301262test/test_workspace_access_control.py
302263test/test_workspace_api.py
0 commit comments