cosmotech-api 3.1.0.dev0__py3-none-any.whl → 3.1.13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cosmotech-api might be problematic. Click here for more details.
- cosmotech_api/__init__.py +1 -1
- cosmotech_api/api/connector_api.py +1 -1
- cosmotech_api/api/dataset_api.py +1 -1
- cosmotech_api/api/organization_api.py +1 -1
- cosmotech_api/api/run_api.py +1 -1
- cosmotech_api/api/runner_api.py +1 -1
- cosmotech_api/api/scenario_api.py +1 -1
- cosmotech_api/api/scenariorun_api.py +1 -1
- cosmotech_api/api/scenariorunresult_api.py +1 -1
- cosmotech_api/api/solution_api.py +1 -1
- cosmotech_api/api/twingraph_api.py +1 -1
- cosmotech_api/api/validator_api.py +1 -1
- cosmotech_api/api/workspace_api.py +1 -1
- cosmotech_api/api_client.py +1 -1
- cosmotech_api/api_response.py +21 -0
- cosmotech_api/configuration.py +2 -2
- cosmotech_api/exceptions.py +1 -1
- cosmotech_api/model/component_role_permissions.py +1 -1
- cosmotech_api/model/connector.py +1 -1
- cosmotech_api/model/connector_parameter.py +1 -1
- cosmotech_api/model/connector_parameter_group.py +1 -1
- cosmotech_api/model/container_resource_size_info.py +1 -1
- cosmotech_api/model/container_resource_sizing.py +1 -1
- cosmotech_api/model/dataset.py +9 -7
- cosmotech_api/model/dataset_access_control.py +1 -1
- cosmotech_api/model/dataset_compatibility.py +1 -1
- cosmotech_api/model/dataset_connector.py +1 -1
- cosmotech_api/model/dataset_copy_parameters.py +1 -1
- cosmotech_api/model/dataset_role.py +1 -1
- cosmotech_api/model/dataset_search.py +1 -1
- cosmotech_api/model/dataset_security.py +1 -1
- cosmotech_api/model/dataset_source_type.py +1 -1
- cosmotech_api/model/dataset_twin_graph_hash.py +1 -1
- cosmotech_api/model/dataset_twin_graph_info.py +1 -1
- cosmotech_api/model/dataset_twin_graph_query.py +1 -1
- cosmotech_api/model/delete_historical_data.py +1 -1
- cosmotech_api/model/file_upload_metadata.py +1 -1
- cosmotech_api/model/file_upload_validation.py +1 -1
- cosmotech_api/model/graph_properties.py +1 -1
- cosmotech_api/model/organization.py +1 -1
- cosmotech_api/model/organization_access_control.py +1 -1
- cosmotech_api/model/organization_role.py +1 -1
- cosmotech_api/model/organization_security.py +1 -1
- cosmotech_api/model/organization_service.py +1 -1
- cosmotech_api/model/organization_services.py +1 -1
- cosmotech_api/model/resource_size_info.py +1 -1
- cosmotech_api/model/run.py +1 -1
- cosmotech_api/model/run_container.py +1 -1
- cosmotech_api/model/run_container_artifact.py +1 -1
- cosmotech_api/model/run_container_logs.py +1 -1
- cosmotech_api/model/run_logs.py +1 -1
- cosmotech_api/model/run_resource_requested.py +1 -1
- cosmotech_api/model/run_search.py +1 -1
- cosmotech_api/model/run_start_containers.py +1 -1
- cosmotech_api/model/run_state.py +1 -1
- cosmotech_api/model/run_status.py +1 -1
- cosmotech_api/model/run_status_node.py +1 -1
- cosmotech_api/model/run_template.py +1 -1
- cosmotech_api/model/run_template_handler_id.py +1 -1
- cosmotech_api/model/run_template_orchestrator.py +1 -1
- cosmotech_api/model/run_template_parameter.py +1 -1
- cosmotech_api/model/run_template_parameter_group.py +1 -1
- cosmotech_api/model/run_template_parameter_value.py +1 -1
- cosmotech_api/model/run_template_resource_sizing.py +1 -1
- cosmotech_api/model/run_template_step_source.py +1 -1
- cosmotech_api/model/runner.py +1 -1
- cosmotech_api/model/runner_access_control.py +1 -1
- cosmotech_api/model/runner_changed_parameter_value.py +1 -1
- cosmotech_api/model/runner_comparison_result.py +1 -1
- cosmotech_api/model/runner_data_download_info.py +1 -1
- cosmotech_api/model/runner_data_download_job.py +1 -1
- cosmotech_api/model/runner_job_state.py +1 -1
- cosmotech_api/model/runner_last_run.py +1 -1
- cosmotech_api/model/runner_resource_sizing.py +1 -1
- cosmotech_api/model/runner_role.py +1 -1
- cosmotech_api/model/runner_run_template_parameter_value.py +1 -1
- cosmotech_api/model/runner_security.py +1 -1
- cosmotech_api/model/runner_validation_status.py +1 -1
- cosmotech_api/model/scenario.py +1 -1
- cosmotech_api/model/scenario_access_control.py +1 -1
- cosmotech_api/model/scenario_changed_parameter_value.py +1 -1
- cosmotech_api/model/scenario_comparison_result.py +1 -1
- cosmotech_api/model/scenario_data_download_info.py +1 -1
- cosmotech_api/model/scenario_data_download_job.py +1 -1
- cosmotech_api/model/scenario_job_state.py +1 -1
- cosmotech_api/model/scenario_last_run.py +1 -1
- cosmotech_api/model/scenario_resource_sizing.py +1 -1
- cosmotech_api/model/scenario_role.py +1 -1
- cosmotech_api/model/scenario_run.py +1 -1
- cosmotech_api/model/scenario_run_container.py +1 -1
- cosmotech_api/model/scenario_run_container_artifact.py +1 -1
- cosmotech_api/model/scenario_run_container_logs.py +1 -1
- cosmotech_api/model/scenario_run_logs.py +1 -1
- cosmotech_api/model/scenario_run_resource_requested.py +1 -1
- cosmotech_api/model/scenario_run_result.py +1 -1
- cosmotech_api/model/scenario_run_search.py +1 -1
- cosmotech_api/model/scenario_run_start_containers.py +1 -1
- cosmotech_api/model/scenario_run_state.py +1 -1
- cosmotech_api/model/scenario_run_status.py +1 -1
- cosmotech_api/model/scenario_run_status_node.py +1 -1
- cosmotech_api/model/scenario_run_template_parameter_value.py +1 -1
- cosmotech_api/model/scenario_security.py +1 -1
- cosmotech_api/model/scenario_validation_status.py +1 -1
- cosmotech_api/model/solution.py +1 -1
- cosmotech_api/model/solution_access_control.py +1 -1
- cosmotech_api/model/solution_role.py +1 -1
- cosmotech_api/model/solution_security.py +1 -1
- cosmotech_api/model/source_info.py +1 -1
- cosmotech_api/model/sub_dataset_graph_query.py +1 -1
- cosmotech_api/model/translated_labels.py +1 -1
- cosmotech_api/model/twin_graph_batch_result.py +1 -1
- cosmotech_api/model/twin_graph_hash.py +1 -1
- cosmotech_api/model/twin_graph_import.py +1 -1
- cosmotech_api/model/twin_graph_import_info.py +1 -1
- cosmotech_api/model/twin_graph_query.py +1 -1
- cosmotech_api/model/validator.py +1 -1
- cosmotech_api/model/validator_run.py +1 -1
- cosmotech_api/model/workspace.py +1 -1
- cosmotech_api/model/workspace_access_control.py +1 -1
- cosmotech_api/model/workspace_file.py +1 -1
- cosmotech_api/model/workspace_role.py +1 -1
- cosmotech_api/model/workspace_secret.py +1 -1
- cosmotech_api/model/workspace_security.py +1 -1
- cosmotech_api/model/workspace_solution.py +1 -1
- cosmotech_api/model/workspace_web_app.py +1 -1
- cosmotech_api/model_utils.py +1 -1
- cosmotech_api/models/component_role_permissions.py +90 -0
- cosmotech_api/models/connector.py +121 -0
- cosmotech_api/models/connector_parameter.py +98 -0
- cosmotech_api/models/connector_parameter_group.py +100 -0
- cosmotech_api/models/container_resource_size_info.py +90 -0
- cosmotech_api/models/container_resource_sizing.py +97 -0
- cosmotech_api/models/created_run.py +88 -0
- cosmotech_api/models/dataset.py +177 -0
- cosmotech_api/models/dataset_access_control.py +90 -0
- cosmotech_api/models/dataset_compatibility.py +92 -0
- cosmotech_api/models/dataset_connector.py +94 -0
- cosmotech_api/models/dataset_copy_parameters.py +92 -0
- cosmotech_api/models/dataset_role.py +88 -0
- cosmotech_api/models/dataset_search.py +88 -0
- cosmotech_api/models/dataset_security.py +98 -0
- cosmotech_api/models/dataset_source_type.py +42 -0
- cosmotech_api/models/dataset_twin_graph_hash.py +88 -0
- cosmotech_api/models/dataset_twin_graph_info.py +92 -0
- cosmotech_api/models/dataset_twin_graph_query.py +88 -0
- cosmotech_api/models/delete_historical_data.py +92 -0
- cosmotech_api/models/file_upload_metadata.py +90 -0
- cosmotech_api/models/file_upload_validation.py +105 -0
- cosmotech_api/models/graph_properties.py +96 -0
- cosmotech_api/models/ingestion_status_enum.py +40 -0
- cosmotech_api/models/io_types_enum.py +38 -0
- cosmotech_api/models/organization.py +102 -0
- cosmotech_api/models/organization_access_control.py +90 -0
- cosmotech_api/models/organization_role.py +88 -0
- cosmotech_api/models/organization_security.py +98 -0
- cosmotech_api/models/organization_service.py +96 -0
- cosmotech_api/models/organization_services.py +99 -0
- cosmotech_api/models/query_result.py +88 -0
- cosmotech_api/models/resource_size_info.py +90 -0
- cosmotech_api/models/run.py +167 -0
- cosmotech_api/models/run_container.py +116 -0
- cosmotech_api/models/run_container_artifact.py +90 -0
- cosmotech_api/models/run_container_logs.py +102 -0
- cosmotech_api/models/run_data.py +92 -0
- cosmotech_api/models/run_data_query.py +88 -0
- cosmotech_api/models/run_logs.py +102 -0
- cosmotech_api/models/run_logs_entry.py +88 -0
- cosmotech_api/models/run_resource_requested.py +90 -0
- cosmotech_api/models/run_search.py +103 -0
- cosmotech_api/models/run_search_state.py +46 -0
- cosmotech_api/models/run_start_containers.py +104 -0
- cosmotech_api/models/run_state.py +40 -0
- cosmotech_api/models/run_status.py +123 -0
- cosmotech_api/models/run_status_node.py +116 -0
- cosmotech_api/models/run_template.py +164 -0
- cosmotech_api/models/run_template_handler_id.py +42 -0
- cosmotech_api/models/run_template_orchestrator.py +38 -0
- cosmotech_api/models/run_template_parameter.py +102 -0
- cosmotech_api/models/run_template_parameter_group.py +98 -0
- cosmotech_api/models/run_template_parameter_value.py +94 -0
- cosmotech_api/models/run_template_resource_sizing.py +97 -0
- cosmotech_api/models/run_template_step_source.py +40 -0
- cosmotech_api/models/runner.py +169 -0
- cosmotech_api/models/runner_access_control.py +90 -0
- cosmotech_api/models/runner_changed_parameter_value.py +102 -0
- cosmotech_api/models/runner_comparison_result.py +106 -0
- cosmotech_api/models/runner_data_download_info.py +90 -0
- cosmotech_api/models/runner_data_download_job.py +90 -0
- cosmotech_api/models/runner_job_state.py +42 -0
- cosmotech_api/models/runner_last_run.py +94 -0
- cosmotech_api/models/runner_parent_last_run.py +94 -0
- cosmotech_api/models/runner_resource_sizing.py +97 -0
- cosmotech_api/models/runner_role.py +88 -0
- cosmotech_api/models/runner_root_last_run.py +94 -0
- cosmotech_api/models/runner_run_template_parameter_value.py +96 -0
- cosmotech_api/models/runner_security.py +98 -0
- cosmotech_api/models/runner_validation_status.py +40 -0
- cosmotech_api/models/scenario.py +186 -0
- cosmotech_api/models/scenario_access_control.py +90 -0
- cosmotech_api/models/scenario_changed_parameter_value.py +102 -0
- cosmotech_api/models/scenario_comparison_result.py +106 -0
- cosmotech_api/models/scenario_data_download_info.py +93 -0
- cosmotech_api/models/scenario_data_download_job.py +90 -0
- cosmotech_api/models/scenario_job_state.py +42 -0
- cosmotech_api/models/scenario_last_run.py +94 -0
- cosmotech_api/models/scenario_resource_sizing.py +97 -0
- cosmotech_api/models/scenario_role.py +88 -0
- cosmotech_api/models/scenario_run.py +179 -0
- cosmotech_api/models/scenario_run_container.py +126 -0
- cosmotech_api/models/scenario_run_container_artifact.py +90 -0
- cosmotech_api/models/scenario_run_container_logs.py +102 -0
- cosmotech_api/models/scenario_run_logs.py +107 -0
- cosmotech_api/models/scenario_run_resource_requested.py +90 -0
- cosmotech_api/models/scenario_run_result.py +90 -0
- cosmotech_api/models/scenario_run_search.py +103 -0
- cosmotech_api/models/scenario_run_search_state.py +46 -0
- cosmotech_api/models/scenario_run_start_containers.py +104 -0
- cosmotech_api/models/scenario_run_state.py +42 -0
- cosmotech_api/models/scenario_run_status.py +119 -0
- cosmotech_api/models/scenario_run_status_node.py +116 -0
- cosmotech_api/models/scenario_run_template_parameter_value.py +96 -0
- cosmotech_api/models/scenario_security.py +98 -0
- cosmotech_api/models/scenario_validation_status.py +40 -0
- cosmotech_api/models/send_run_data_request.py +90 -0
- cosmotech_api/models/solution.py +154 -0
- cosmotech_api/models/solution_access_control.py +90 -0
- cosmotech_api/models/solution_role.py +88 -0
- cosmotech_api/models/solution_security.py +98 -0
- cosmotech_api/models/source_info.py +94 -0
- cosmotech_api/models/sub_dataset_graph_query.py +94 -0
- cosmotech_api/models/twin_graph_batch_result.py +92 -0
- cosmotech_api/models/twin_graph_hash.py +88 -0
- cosmotech_api/models/twin_graph_query.py +90 -0
- cosmotech_api/models/twincache_status_enum.py +38 -0
- cosmotech_api/models/validator.py +106 -0
- cosmotech_api/models/validator_run.py +126 -0
- cosmotech_api/models/workspace.py +142 -0
- cosmotech_api/models/workspace_access_control.py +90 -0
- cosmotech_api/models/workspace_file.py +88 -0
- cosmotech_api/models/workspace_role.py +88 -0
- cosmotech_api/models/workspace_secret.py +88 -0
- cosmotech_api/models/workspace_security.py +98 -0
- cosmotech_api/models/workspace_solution.py +92 -0
- cosmotech_api/models/workspace_web_app.py +92 -0
- cosmotech_api/py.typed +0 -0
- cosmotech_api/rest.py +1 -1
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info}/METADATA +12 -3
- cosmotech_api-3.1.13.dist-info/RECORD +262 -0
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info}/WHEEL +1 -1
- cosmotech_api-3.1.0.dev0.dist-info/RECORD +0 -142
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info/licenses}/LICENSE +0 -0
- {cosmotech_api-3.1.0.dev0.dist-info → cosmotech_api-3.1.13.dist-info}/top_level.txt +0 -0
|
@@ -1,142 +0,0 @@
|
|
|
1
|
-
cosmotech_api/__init__.py,sha256=CzrW7IcUS_AiXzY4mdvGQu0nxrb4DTduUaz9XUiwKCI,731
|
|
2
|
-
cosmotech_api/api_client.py,sha256=GzDO7Snboicicl0kD7JjiwGHAmmvyqoEiggAMAYOhGU,37648
|
|
3
|
-
cosmotech_api/configuration.py,sha256=CAApB1vkCvUD8Od1a1tHaOpLcuxN_GwdxwZBGnbo6b4,16748
|
|
4
|
-
cosmotech_api/exceptions.py,sha256=3fsUuF_hMIYc7yCwLtvx7pB8hekTzAmhjkMrVKECbSw,5061
|
|
5
|
-
cosmotech_api/model_utils.py,sha256=pOSd7_wZ7V1TSd4oMQ8QRJqjb-eV3-4svlZZ9zOz-Og,82066
|
|
6
|
-
cosmotech_api/rest.py,sha256=56NszFwe9Q7kNf34i194A2pXXnezsGwvW793kN_aNf8,14184
|
|
7
|
-
cosmotech_api/api/__init__.py,sha256=j0YjaWa-mhP94dpnA6Rga8BSw_i5Zdx25sNMPNRUb64,219
|
|
8
|
-
cosmotech_api/api/connector_api.py,sha256=_U0WXaGfoUtcFjghVjHv4YIiP1MVlODot2BfIlckVBE,24397
|
|
9
|
-
cosmotech_api/api/dataset_api.py,sha256=KPg3r_RRp4O4HcC6pKLLxDpTSGgoM3_2qC00doKXbkI,175245
|
|
10
|
-
cosmotech_api/api/organization_api.py,sha256=ySoqMqrnXH1PYpJo74xMh1j8u50YMfxyPdmntLqjGuo,88439
|
|
11
|
-
cosmotech_api/api/run_api.py,sha256=1xwEl10CQWtuXw-k5WD33zTsTsW0HipHfVRkdBGnXVY,30102
|
|
12
|
-
cosmotech_api/api/runner_api.py,sha256=zXrAYf6fg_6s2bfu1fb9Mk-MIe3QRNvcGfj1fZOh4Vo,87668
|
|
13
|
-
cosmotech_api/api/scenario_api.py,sha256=5o2tibPUIW8ZFNmbl5kYeJRiASkOvaSQpA8_xUhJeQY,130013
|
|
14
|
-
cosmotech_api/api/scenariorun_api.py,sha256=RyV4zG2KeXY2Bc3usqsUjgjMdZ1sW08G5GsHamp8jac,77630
|
|
15
|
-
cosmotech_api/api/scenariorunresult_api.py,sha256=1CgspjRqMei6ZGSz2l8N8gOjfU47cgHwFd0wx00blQc,14190
|
|
16
|
-
cosmotech_api/api/solution_api.py,sha256=qpvAmEF4spnxuGySln1OO1XtgaUglR31YV7Gcjr6W_4,124084
|
|
17
|
-
cosmotech_api/api/twingraph_api.py,sha256=wNIAk1GLMA7RjBXHCSMWnqQjGCK1BxQsuEBdxhj19n0,79600
|
|
18
|
-
cosmotech_api/api/user_api.py,sha256=zSWOMck8FivYJEKFQgm9svV3F7poQbqPK0muNRB6gWA,46554
|
|
19
|
-
cosmotech_api/api/validator_api.py,sha256=iXAoBr8igNSD5f700BEqXl1VacQEgNlU4bnTE0Lu-AU,48790
|
|
20
|
-
cosmotech_api/api/workspace_api.py,sha256=CaImJvc0GsD7tPRHKZiZ6faMhHY9cQ0tvpCwWdjopuo,116648
|
|
21
|
-
cosmotech_api/apis/__init__.py,sha256=wm-t-B_k8CX6sba_LInXbT6nIpTvQF8Qqr7O-xU6kTY,1101
|
|
22
|
-
cosmotech_api/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
|
|
23
|
-
cosmotech_api/model/component_role_permissions.py,sha256=vOt8P2EbHJut3cdLHH5h4dfoWdk5nwuU9RAME51VMIc,11284
|
|
24
|
-
cosmotech_api/model/connector.py,sha256=w5t8T3GfhL46-5up9rT_HHglR3oOq673rnrOJsRj3TE,15377
|
|
25
|
-
cosmotech_api/model/connector_parameter.py,sha256=5YbAc3-Ls0T-riNWlX_14OUkVoa2N_uSSsAUyLQY4Bo,12490
|
|
26
|
-
cosmotech_api/model/connector_parameter_group.py,sha256=ad6K7Ugx2Mjs0n5fFxnKS5R0AuYs6xKsWjE6llntyiw,11965
|
|
27
|
-
cosmotech_api/model/container_resource_size_info.py,sha256=PCyuyvbrHeiSHytghh0v8XSJ7iT2XDK4UqITNvC4aqk,11360
|
|
28
|
-
cosmotech_api/model/container_resource_sizing.py,sha256=69UO3sgyInZ1yQqeDl9t9Gw5odavAFP9SSxBBVz7Xr4,11693
|
|
29
|
-
cosmotech_api/model/dataset.py,sha256=NCKGWsvUYPoGM5Ngey14u-_Ay7CD6yA9td6qdW5yEnc,18329
|
|
30
|
-
cosmotech_api/model/dataset_access_control.py,sha256=PO8WGOnl2L66NlScHqZ0TVS3znIMoo9jSHvsAlpo_mo,11284
|
|
31
|
-
cosmotech_api/model/dataset_compatibility.py,sha256=3hxOabDS8R1zgnbvFsUBLknxvas4-_h4QL3Hbbf5j3o,11967
|
|
32
|
-
cosmotech_api/model/dataset_connector.py,sha256=T9C_E1qe13Y5ZPICI54ajFBfwCcjUPu-vzmZyxMDlKY,11771
|
|
33
|
-
cosmotech_api/model/dataset_copy_parameters.py,sha256=iYKNz35X-UWCgg2OsVjH4PywYUxo2rhHwaPN2s-INeM,11820
|
|
34
|
-
cosmotech_api/model/dataset_role.py,sha256=EXdMYlLUdJexooPKhQczQrt1TLzvOtj2vaXebwMFInM,11077
|
|
35
|
-
cosmotech_api/model/dataset_search.py,sha256=LnKrEPbY38YCR4Bzh-OyRAkjqoZEo5xUdDtVcA9Z0Io,11204
|
|
36
|
-
cosmotech_api/model/dataset_security.py,sha256=R2R-7P0QN0OtGPHPyesoQQd5mj-LS5n2AIc4ujVH3Xc,11903
|
|
37
|
-
cosmotech_api/model/dataset_source_type.py,sha256=b_qpakAWboDWkLbPqQVrLPQs2pYDprfqC_KmrE8Xtxw,11919
|
|
38
|
-
cosmotech_api/model/dataset_twin_graph_hash.py,sha256=2owoRvO7eOCJdNub3Z9sxRT1HrogmE42OAo5SDd8g3E,11074
|
|
39
|
-
cosmotech_api/model/dataset_twin_graph_info.py,sha256=VsVW5fidGVwH3_mDUc3o96-OYXSnQQdP7wyC3Aw0xRA,11538
|
|
40
|
-
cosmotech_api/model/dataset_twin_graph_query.py,sha256=mN8XVIMaKNFsk3b15235evJ5N4hajlGgiJIEwFoYEg8,11142
|
|
41
|
-
cosmotech_api/model/delete_historical_data.py,sha256=yDFKEOhDdlaHfVXp-M3o4jHi-xumtYVmTdGo7eAQOAg,12169
|
|
42
|
-
cosmotech_api/model/file_upload_metadata.py,sha256=tMSKkgTm43bOTZghpUqSCUtCskj8LGeX3dEJVhhQ6iM,11200
|
|
43
|
-
cosmotech_api/model/file_upload_validation.py,sha256=aTSfpF-G-7g8jGgEvgkwVHSq_AguVEf9o0Ns2h-AJJ0,11675
|
|
44
|
-
cosmotech_api/model/graph_properties.py,sha256=T67LswVizCMVHZWyTZ47SdvDh9gdhMu-DfpuOIbFdyg,12115
|
|
45
|
-
cosmotech_api/model/organization.py,sha256=1UXMyAo35-4A_qbpnh1wedtjKmp7TPAzoPBs5w5exHA,12549
|
|
46
|
-
cosmotech_api/model/organization_access_control.py,sha256=D2dDgcISRHbYvxHtVXTrn5pGUELD7Y6kRJcNS1xKpEI,11299
|
|
47
|
-
cosmotech_api/model/organization_role.py,sha256=WdfFIks_OZVv7c7QUhxkIGkkJQFs9yiUasazS34pwgw,11102
|
|
48
|
-
cosmotech_api/model/organization_security.py,sha256=5RZA3aPNpfq_YDEP-bA6gO_iU8XdDNrB4Jgo8jzv_DQ,11963
|
|
49
|
-
cosmotech_api/model/organization_service.py,sha256=HVu5UoE1A-NDSmvggAn4XMvYkcFzM1jYT6KSvASBr4A,12593
|
|
50
|
-
cosmotech_api/model/organization_services.py,sha256=6ADdZ8lPbi-ibNw7MazzDQwsLmYjThe6zFBRnrsnXIQ,12272
|
|
51
|
-
cosmotech_api/model/organization_user.py,sha256=uEbQkV3aAIHNuUt1MXZnc3lWnwGJou6C3kg0fJ_0m7c,11802
|
|
52
|
-
cosmotech_api/model/resource_size_info.py,sha256=2HMXkOzvynGsTzQ6GioigGHEAjcPNfJrOjWeKW337uI,11333
|
|
53
|
-
cosmotech_api/model/run.py,sha256=RST-IaE9XOr-QySvYqmQoAaPy-MgeOIaUPSQR5dlrj0,17488
|
|
54
|
-
cosmotech_api/model/run_container.py,sha256=RlxJrd8sIR8SgjIP4LSgaHQKzQZbBM0T7pBvYOKjbxM,14621
|
|
55
|
-
cosmotech_api/model/run_container_artifact.py,sha256=pm-80hKgRCve8bxLZN9eA5SbI6LyXLI6CufhPy7SGY0,11340
|
|
56
|
-
cosmotech_api/model/run_container_logs.py,sha256=uOOeM3OLHeoNpDpuLHkjl0GpsTlNfRsUyKllVOXJK5E,12016
|
|
57
|
-
cosmotech_api/model/run_logs.py,sha256=rCEhiTUjaIlUuu49uKFQVux3DKXEbWb1SZxqTQmDFl4,11610
|
|
58
|
-
cosmotech_api/model/run_resource_requested.py,sha256=QZsDi3gaekUsRITFNZW4IRZFxZDF8nbYEIPXpuxxspU,11293
|
|
59
|
-
cosmotech_api/model/run_search.py,sha256=zfdw1_PK0-d7iw_AHVkfSA2g8lV8kizW95wScyDBVjI,13582
|
|
60
|
-
cosmotech_api/model/run_start_containers.py,sha256=E-2lEPjM4gHdkELtROeqhKKIC4MQIrPjSFENP3o6myU,12587
|
|
61
|
-
cosmotech_api/model/run_state.py,sha256=I66-cPvTKHUAUd8ZNdw4drmDGTxdwCyjj1y3qpsiY9g,11794
|
|
62
|
-
cosmotech_api/model/run_status.py,sha256=luOk1kAvVdJewlIEssMjcfHDNuoBKsIptT8wCnEQK1g,14883
|
|
63
|
-
cosmotech_api/model/run_status_node.py,sha256=VwpDeMFZK4kN6sc_UeF4YQ3Bq-oD7ud6DsbbWOwXs9k,14447
|
|
64
|
-
cosmotech_api/model/run_template.py,sha256=iSdZK2VQ_4yHWnq_XhKE3Sx-8FjkoWxyN83SCBRjKn4,23327
|
|
65
|
-
cosmotech_api/model/run_template_handler_id.py,sha256=snHrOcniwjzRM4MRYFKoxdbbRlcW9uJfecg_MbVYrOw,12194
|
|
66
|
-
cosmotech_api/model/run_template_orchestrator.py,sha256=ZRQ8slhZWnLLNZvdKt3w6XJZ3wPKgv8qDudrhdX5Gbw,11775
|
|
67
|
-
cosmotech_api/model/run_template_parameter.py,sha256=it28QVQGYvTq_xdr_1qL-NmhJ67tpuDPc3ZmIyGmcIs,13430
|
|
68
|
-
cosmotech_api/model/run_template_parameter_group.py,sha256=CL7BgabsJVkOGEG7IP36OOXazlbDG3EjpkO_Ue_VXCM,12785
|
|
69
|
-
cosmotech_api/model/run_template_parameter_value.py,sha256=KSWpjAPBr86RuYpMmpGNKcg6uISYA7uzFOxot0Tx8QQ,11730
|
|
70
|
-
cosmotech_api/model/run_template_resource_sizing.py,sha256=1JYKSr6vMwpaJp-EhTbTkdgKq4CUdQlOF2BluXieuUA,11608
|
|
71
|
-
cosmotech_api/model/run_template_step_source.py,sha256=ysdIn5RybuV9Us1A6m2NKlR5FyLeiRKhQJI-rbpALno,11847
|
|
72
|
-
cosmotech_api/model/runner.py,sha256=0dHomO5LiZ_yAIRb_tTSBsGViTdGcJBNfFvPTT02h5Y,19623
|
|
73
|
-
cosmotech_api/model/runner_access_control.py,sha256=h5432M5xcOQHA6CO1Ka7ev-MhOWs-q--87Eu18WCMqE,11281
|
|
74
|
-
cosmotech_api/model/runner_changed_parameter_value.py,sha256=4UP6s_9350anlhkric0InMGSawqg-g-mZdiaOrBypHA,12148
|
|
75
|
-
cosmotech_api/model/runner_comparison_result.py,sha256=GL0erVe916JvAWok2gERk6gqzAXBfWds6f65-2aQ_Gc,12264
|
|
76
|
-
cosmotech_api/model/runner_data_download_info.py,sha256=HDeTtjrDWhj8x1IxJ3hjfkO6ZpsZLW_uw4H4FX41BWA,11515
|
|
77
|
-
cosmotech_api/model/runner_data_download_job.py,sha256=L2JCmKN5DksGKD48glo66MSw2elZ9HevMNj2WTayqmg,11131
|
|
78
|
-
cosmotech_api/model/runner_job_state.py,sha256=rFRDYdYjkMOSYSPSGbwbM-sKbvGPJWmWVZqYRPsSPsY,12048
|
|
79
|
-
cosmotech_api/model/runner_last_run.py,sha256=odXAE9YNWByvs9uTa_WjAQtuLVCp2yaNUmCDBQwSM64,11948
|
|
80
|
-
cosmotech_api/model/runner_resource_sizing.py,sha256=Dvv0mhzKr9eE3peebagyfUJhLsjT8qCz5GLn83UyA3w,11593
|
|
81
|
-
cosmotech_api/model/runner_role.py,sha256=zPtxsIVzLlai6RuZPHw4hGkVSI2OVZjU6QP48K_cUK8,11072
|
|
82
|
-
cosmotech_api/model/runner_run_template_parameter_value.py,sha256=PwKH1EA-S8B9IGc4Me-ioYUSQSVcvdb-TO6_yz_d9Sw,12110
|
|
83
|
-
cosmotech_api/model/runner_security.py,sha256=Umvfc2fVxV5tLoKE_lxucAt8wWTH_nvSddOKfn97-nE,11891
|
|
84
|
-
cosmotech_api/model/runner_validation_status.py,sha256=2ddBrVfUVazH5fAKCVaPtRqrHBvNjk2YU-3X7aDNJ3s,11874
|
|
85
|
-
cosmotech_api/model/scenario.py,sha256=bjYE54dq295KuRtGmoTJxoFjVV1aRqIoFE-0XCbJ6eI,19743
|
|
86
|
-
cosmotech_api/model/scenario_access_control.py,sha256=273SzihOefIoJ0epFtA7ssQzG8ngQFq7YV8Dje-vU7o,11287
|
|
87
|
-
cosmotech_api/model/scenario_changed_parameter_value.py,sha256=SmZB-TDLrY8iJarU84-hgovqRZ-JWBLwt4hgZ6BENIo,12162
|
|
88
|
-
cosmotech_api/model/scenario_comparison_result.py,sha256=tsdTKtLkbsLQvNa60VJylXm5khwqyauYACUlUagU-1w,12320
|
|
89
|
-
cosmotech_api/model/scenario_data_download_info.py,sha256=cZvM_OgLF7i4ST7wrX8iYG8golEQO8Xo_WotnIkNDKc,11539
|
|
90
|
-
cosmotech_api/model/scenario_data_download_job.py,sha256=sIa3cMLSdYLzQWGvVGJ5HWZmkTUUtiU5fGuma5dxCpo,11141
|
|
91
|
-
cosmotech_api/model/scenario_job_state.py,sha256=aafxRdOafcnL7QN4a8-ZREPjRL8PQ_5NVHAMcpPNSmk,12062
|
|
92
|
-
cosmotech_api/model/scenario_last_run.py,sha256=-nDbuGEhVO5AhOHY7wzfR4HTkcQEvmBjHjgGYHrXfJY,11968
|
|
93
|
-
cosmotech_api/model/scenario_resource_sizing.py,sha256=nPUUtUT4yXSkvWcmQMu8m3cNcf03ZgLUK1NC8doCP90,11599
|
|
94
|
-
cosmotech_api/model/scenario_role.py,sha256=vrHdS7IfF-zROevg1A1XTdjQzi-5rT_6E9kHSWwzxMk,11082
|
|
95
|
-
cosmotech_api/model/scenario_run.py,sha256=xSsyHgI1X-kcVt9joBKQoRTHDppzYshYBAFn47Elydg,19810
|
|
96
|
-
cosmotech_api/model/scenario_run_container.py,sha256=Zz-kRMzSf8zq3q5Gb3UBghPfRAmTQuCArh3doucmMJw,14702
|
|
97
|
-
cosmotech_api/model/scenario_run_container_artifact.py,sha256=3wPpbd0BckMOyrlNARoVbUae5nORVxr8bNX9fyuINLs,11364
|
|
98
|
-
cosmotech_api/model/scenario_run_container_logs.py,sha256=gX9dh2Wloqy7_Vsw7Z7rv6QnYouiCBjZdCir0RVY0xI,12040
|
|
99
|
-
cosmotech_api/model/scenario_run_logs.py,sha256=jROCCRJBzSqvlevZsy6LB_HZMwQEWijULfcj2Z_ggEI,11755
|
|
100
|
-
cosmotech_api/model/scenario_run_resource_requested.py,sha256=suIGGh1jKkXcugQH-7sMTx84yxPqIRusiMB-zd3lf1A,11317
|
|
101
|
-
cosmotech_api/model/scenario_run_result.py,sha256=DgyeTAYhH_96Ul5DG8oK1lz7aep9iaRxooTvy22cZOU,11238
|
|
102
|
-
cosmotech_api/model/scenario_run_search.py,sha256=fcGfMyeuPsZjfOnXoOM9YPUKX0gvPmyatHfSW3DXLxo,13620
|
|
103
|
-
cosmotech_api/model/scenario_run_start_containers.py,sha256=ZUo2AWQEjwH-DKxQn6nKDs4JVmVkGvYEv8vVBh5ie9s,12668
|
|
104
|
-
cosmotech_api/model/scenario_run_state.py,sha256=XSrTRRGN9MOHvSa6Qa9FfYuKyhCeZaW1-sz4axNEmMM,12180
|
|
105
|
-
cosmotech_api/model/scenario_run_status.py,sha256=prUCVT1IEuG6O9QSQiR-KysUVW1RwVmg242bel8A8S0,14598
|
|
106
|
-
cosmotech_api/model/scenario_run_status_node.py,sha256=140hyjseJoS513xHt5iOOmNZVQrNi_LRDKRZot5Vqy0,14544
|
|
107
|
-
cosmotech_api/model/scenario_run_template_parameter_value.py,sha256=k8XXgcir2kXSmOtIzzZ-PGx0qhFVzfpreHb1XyClIlM,12116
|
|
108
|
-
cosmotech_api/model/scenario_security.py,sha256=i-vTyMPLdv-S7Zh0k4K-OWX4OL68ksalq0--iJn9u_k,11915
|
|
109
|
-
cosmotech_api/model/scenario_user.py,sha256=fwUoU4KrUuE-1b9SHcds92ZfnLdYdwZ5S7oA6DPrvtA,11622
|
|
110
|
-
cosmotech_api/model/scenario_validation_status.py,sha256=zYNoDx-bJvrtnDCtP4vRV17Ru7PTbeevyrlN3d4h4Hc,11888
|
|
111
|
-
cosmotech_api/model/solution.py,sha256=ldk_kAUkVxBpSpM0JR2ugZAQQHMYf-UO57lTSnMwzF8,16775
|
|
112
|
-
cosmotech_api/model/solution_access_control.py,sha256=Mpvlop06FtAxs9GM68WP4SOo9ilCcNxJkvfJhJL_0IM,11287
|
|
113
|
-
cosmotech_api/model/solution_role.py,sha256=XftzuDu8H2b9HElaPnzngTVSdVX87ur8CvcShb1YHnA,11082
|
|
114
|
-
cosmotech_api/model/solution_security.py,sha256=iI1YUQEWAGLec_rajmowCSE9TykM7ZfCir168lFdf-s,11915
|
|
115
|
-
cosmotech_api/model/source_info.py,sha256=C_TCrWyhKWZQO-c1y15VZbWI3AiX57aIV4WrkcAjsQE,11993
|
|
116
|
-
cosmotech_api/model/sub_dataset_graph_query.py,sha256=YL9APDATwsboLgdZcxdPNR7kR7IIHPNgmbuHp_4KQz4,11859
|
|
117
|
-
cosmotech_api/model/translated_labels.py,sha256=oEFL6L1T-NyAeZkZtXWkBWgsXYykWfPN4RDCdL9ggFw,10781
|
|
118
|
-
cosmotech_api/model/twin_graph_batch_result.py,sha256=wza6p3Gmur0BIxtzACcyQ1GPmFcUaIo9qSIcjeqZTjk,11674
|
|
119
|
-
cosmotech_api/model/twin_graph_hash.py,sha256=7LLWvbZspHQ0RGOjGo-CCts-2eJsvVwVJGBC94aXSZQ,11053
|
|
120
|
-
cosmotech_api/model/twin_graph_import.py,sha256=BWTaA43AlW_b8rkqzTtgtSS3JV1uo-cmAgEm17RpFlg,12029
|
|
121
|
-
cosmotech_api/model/twin_graph_import_info.py,sha256=WC6XqqAyUGqQuTa5tcW9zbU03kcntSH3IjS5IDlvqD0,11318
|
|
122
|
-
cosmotech_api/model/twin_graph_query.py,sha256=lhLcH4SmgAK7xcpGFu_O5RVUdVrkY_3G2mLqQ9kW9xY,11354
|
|
123
|
-
cosmotech_api/model/user.py,sha256=NkkHMv-FEo0D-L4VneZb4dzHcb-QKGRVdZWsDkSOCAg,12199
|
|
124
|
-
cosmotech_api/model/user_organization.py,sha256=yaaHDVUGfQfRXZui0g_-WD-II6flJL6PTPYp2uQIyYg,12060
|
|
125
|
-
cosmotech_api/model/user_workspace.py,sha256=ygM6s0cPOxtcN_TyoVD3kTW1ktkVkVsiWgl-G7WhZZc,11575
|
|
126
|
-
cosmotech_api/model/validator.py,sha256=cN6YAqwg7XldhGYOy5IB25mnyKcoNQ9k6TNkz9pukJg,13041
|
|
127
|
-
cosmotech_api/model/validator_run.py,sha256=dmq56yH0kegRZHaptwmSaRwhrV2dsgyDQuPKi08HLcE,13294
|
|
128
|
-
cosmotech_api/model/workspace.py,sha256=6IgNXq9Ws6lkUTHM57hrl7lGv6Wxu8J6MI1vpSqWgtY,20333
|
|
129
|
-
cosmotech_api/model/workspace_access_control.py,sha256=d2aI7E6AYEgHF4iG3wBeiLtnaBKFb5CcSHkbrN4L7Fs,11290
|
|
130
|
-
cosmotech_api/model/workspace_file.py,sha256=xpc5o2aqHBkKuFAouN_8iLHUSahOV06CUlNyBKSgzNI,11081
|
|
131
|
-
cosmotech_api/model/workspace_role.py,sha256=HslTZck_SHNsA29KaSXaksjm_wPijKxuuQEoGX7FFOw,11087
|
|
132
|
-
cosmotech_api/model/workspace_secret.py,sha256=RvyB1BHzkumYB1LIIGq7vA6dgN2kbpNvPEngr7SFiz0,11191
|
|
133
|
-
cosmotech_api/model/workspace_security.py,sha256=l_v_y2ApF6qIfAXYiQGuRIMckMb2BZTHgFF0iHfw6HU,11927
|
|
134
|
-
cosmotech_api/model/workspace_solution.py,sha256=jrz-bwRigUaqgqd-MjZWweopp0xpFzHeGOwT2UK3pQY,12143
|
|
135
|
-
cosmotech_api/model/workspace_user.py,sha256=mXozfwgXUZQ62TVezLi66J_escMGOJzR3brKz_Kay6I,11653
|
|
136
|
-
cosmotech_api/model/workspace_web_app.py,sha256=Ti7qlb_ZTru1AEGpKi7R6OMFKauu5eJdixGdq0scvzs,12032
|
|
137
|
-
cosmotech_api/models/__init__.py,sha256=u7QmoRJPZSp82Zc-7-5NVA98d0YsitEW5HMIY7_fw0A,7905
|
|
138
|
-
cosmotech_api-3.1.0.dev0.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
|
|
139
|
-
cosmotech_api-3.1.0.dev0.dist-info/METADATA,sha256=icyPRjcBqmKZxMffrFsTLBRsdomRoevd5gfiiY0gdOY,400
|
|
140
|
-
cosmotech_api-3.1.0.dev0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
141
|
-
cosmotech_api-3.1.0.dev0.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
|
|
142
|
-
cosmotech_api-3.1.0.dev0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|