cosmotech-api 4.0.0.dev8__py3-none-any.whl → 4.0.0.dev9__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/solution_api.py +1 -1
- cosmotech_api/api/workspace_api.py +1 -1
- cosmotech_api/api_client.py +1 -1
- cosmotech_api/configuration.py +2 -2
- cosmotech_api/exceptions.py +1 -1
- cosmotech_api/models/__init__.py +1 -1
- cosmotech_api/models/component_role_permissions.py +1 -1
- cosmotech_api/models/connector.py +1 -1
- cosmotech_api/models/connector_parameter.py +1 -1
- cosmotech_api/models/connector_parameter_group.py +1 -1
- cosmotech_api/models/container_resource_size_info.py +1 -1
- cosmotech_api/models/container_resource_sizing.py +1 -1
- cosmotech_api/models/created_run.py +1 -1
- cosmotech_api/models/dataset.py +1 -1
- cosmotech_api/models/dataset_access_control.py +1 -1
- cosmotech_api/models/dataset_compatibility.py +1 -1
- cosmotech_api/models/dataset_connector.py +1 -1
- cosmotech_api/models/dataset_copy_parameters.py +1 -1
- cosmotech_api/models/dataset_role.py +1 -1
- cosmotech_api/models/dataset_search.py +1 -1
- cosmotech_api/models/dataset_security.py +1 -1
- cosmotech_api/models/dataset_source_type.py +1 -1
- cosmotech_api/models/dataset_twin_graph_hash.py +1 -1
- cosmotech_api/models/dataset_twin_graph_info.py +1 -1
- cosmotech_api/models/dataset_twin_graph_query.py +1 -1
- cosmotech_api/models/delete_historical_data.py +1 -1
- cosmotech_api/models/file_upload_metadata.py +1 -1
- cosmotech_api/models/file_upload_validation.py +1 -1
- cosmotech_api/models/graph_properties.py +1 -1
- cosmotech_api/models/ingestion_status_enum.py +1 -1
- cosmotech_api/models/io_types_enum.py +1 -1
- cosmotech_api/models/organization.py +1 -1
- cosmotech_api/models/organization_access_control.py +1 -1
- cosmotech_api/models/organization_role.py +1 -1
- cosmotech_api/models/organization_security.py +1 -1
- cosmotech_api/models/query_result.py +1 -1
- cosmotech_api/models/resource_size_info.py +1 -1
- cosmotech_api/models/run.py +1 -1
- cosmotech_api/models/run_container.py +1 -1
- cosmotech_api/models/run_data.py +1 -1
- cosmotech_api/models/run_data_query.py +1 -1
- cosmotech_api/models/run_logs.py +1 -1
- cosmotech_api/models/run_logs_entry.py +1 -1
- cosmotech_api/models/run_resource_requested.py +1 -1
- cosmotech_api/models/run_state.py +1 -1
- cosmotech_api/models/run_status.py +1 -1
- cosmotech_api/models/run_status_node.py +1 -1
- cosmotech_api/models/run_template.py +1 -1
- cosmotech_api/models/run_template_orchestrator.py +1 -1
- cosmotech_api/models/run_template_parameter.py +1 -1
- cosmotech_api/models/run_template_parameter_group.py +1 -1
- cosmotech_api/models/run_template_parameter_value.py +1 -1
- cosmotech_api/models/run_template_resource_sizing.py +1 -1
- cosmotech_api/models/run_template_step_source.py +1 -1
- cosmotech_api/models/runner.py +1 -1
- cosmotech_api/models/runner_access_control.py +1 -1
- cosmotech_api/models/runner_resource_sizing.py +1 -1
- cosmotech_api/models/runner_role.py +1 -1
- cosmotech_api/models/runner_run_template_parameter_value.py +1 -1
- cosmotech_api/models/runner_security.py +1 -1
- cosmotech_api/models/runner_validation_status.py +1 -1
- cosmotech_api/models/send_run_data_request.py +1 -1
- cosmotech_api/models/solution.py +1 -1
- cosmotech_api/models/solution_access_control.py +1 -1
- cosmotech_api/models/solution_role.py +1 -1
- cosmotech_api/models/solution_security.py +1 -1
- cosmotech_api/models/source_info.py +1 -1
- cosmotech_api/models/sub_dataset_graph_query.py +1 -1
- cosmotech_api/models/twin_graph_batch_result.py +1 -1
- cosmotech_api/models/twincache_status_enum.py +1 -1
- cosmotech_api/models/workspace.py +1 -1
- cosmotech_api/models/workspace_access_control.py +1 -1
- cosmotech_api/models/workspace_file.py +1 -1
- cosmotech_api/models/workspace_role.py +1 -1
- cosmotech_api/models/workspace_security.py +1 -1
- cosmotech_api/models/workspace_solution.py +1 -1
- cosmotech_api/models/workspace_web_app.py +1 -1
- cosmotech_api/rest.py +1 -1
- {cosmotech_api-4.0.0.dev8.dist-info → cosmotech_api-4.0.0.dev9.dist-info}/METADATA +1 -1
- {cosmotech_api-4.0.0.dev8.dist-info → cosmotech_api-4.0.0.dev9.dist-info}/RECORD +89 -89
- {cosmotech_api-4.0.0.dev8.dist-info → cosmotech_api-4.0.0.dev9.dist-info}/LICENSE +0 -0
- {cosmotech_api-4.0.0.dev8.dist-info → cosmotech_api-4.0.0.dev9.dist-info}/WHEEL +0 -0
- {cosmotech_api-4.0.0.dev8.dist-info → cosmotech_api-4.0.0.dev9.dist-info}/top_level.txt +0 -0
cosmotech_api/models/solution.py
CHANGED
cosmotech_api/rest.py
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
cosmotech_api/__init__.py,sha256=
|
|
2
|
-
cosmotech_api/api_client.py,sha256
|
|
1
|
+
cosmotech_api/__init__.py,sha256=oI2GvgmAWfdxvAbxZBYFOIDjZ2lPLaYO5IulQj04zP4,6184
|
|
2
|
+
cosmotech_api/api_client.py,sha256=-GRfy2v9hULIiGz4_9wzIwZcr7MAifoOyIsKuiwVL8Y,27045
|
|
3
3
|
cosmotech_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
4
|
-
cosmotech_api/configuration.py,sha256=
|
|
5
|
-
cosmotech_api/exceptions.py,sha256=
|
|
4
|
+
cosmotech_api/configuration.py,sha256=IRi3ur2Wpf0lpXSg-MtTVOk1hfjWJwUeEqpJnII1ll8,15299
|
|
5
|
+
cosmotech_api/exceptions.py,sha256=EvhiAGZwnXKC_tf-JNrUP9fZSRaIEvVucIhpm7y_y94,5950
|
|
6
6
|
cosmotech_api/model_utils.py,sha256=fIyvJUYPWUO_9AvrfYVyN0XjkZ646zcA9MKryhm7LQ8,82063
|
|
7
7
|
cosmotech_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
cosmotech_api/rest.py,sha256=
|
|
8
|
+
cosmotech_api/rest.py,sha256=3ju-IRRlo3SMWbmJPOl69YDiG_qh9OXUxg_MVbojuBg,9385
|
|
9
9
|
cosmotech_api/api/__init__.py,sha256=U7m1Ywto62wExCj1tmtHSlZ88qkSmgXHT4lGP5dTm-k,429
|
|
10
|
-
cosmotech_api/api/connector_api.py,sha256=
|
|
11
|
-
cosmotech_api/api/dataset_api.py,sha256=
|
|
12
|
-
cosmotech_api/api/organization_api.py,sha256=
|
|
13
|
-
cosmotech_api/api/run_api.py,sha256=
|
|
14
|
-
cosmotech_api/api/runner_api.py,sha256=
|
|
10
|
+
cosmotech_api/api/connector_api.py,sha256=ofeed6fDyX2rIA8CmltnL4CMK6Ki1OQUDpPWrtHwhfw,42002
|
|
11
|
+
cosmotech_api/api/dataset_api.py,sha256=9AGWkOaTMfYl-y4tFdb3UYD-ynbndJuzTxZhQGCHg9k,375788
|
|
12
|
+
cosmotech_api/api/organization_api.py,sha256=qjifsendDM8PuDmEEhn2SnjLeCGL1W7vnMeogeNI8sY,154476
|
|
13
|
+
cosmotech_api/api/run_api.py,sha256=XcZc_RoXhirK5iYT3uq3dYZo6gZs9bBGFtugsBt125U,90330
|
|
14
|
+
cosmotech_api/api/runner_api.py,sha256=AtpB0mv92hlkZqcoVkdtlfs6vL1-IMZs3bq772dxX7A,186532
|
|
15
15
|
cosmotech_api/api/scenario_api.py,sha256=FpPRgtkHvd0BwhtFKGN-ypxgdIbMPRO5RAJD79tx9yA,285580
|
|
16
16
|
cosmotech_api/api/scenariorun_api.py,sha256=fBvJA7_ImTxMe-xgZ_Y3ytsocLirvS3eulmJORn6j6E,170683
|
|
17
17
|
cosmotech_api/api/scenariorunresult_api.py,sha256=l3eR-SxnJfaU6v41cUTbpKW9ThJQphvrceIN9AwwdzM,14187
|
|
18
|
-
cosmotech_api/api/solution_api.py,sha256=
|
|
18
|
+
cosmotech_api/api/solution_api.py,sha256=hlWvUoIR_Eb0iDuv8Ce0D1PlpV3FH1rT_H-HHoBAm0Q,238492
|
|
19
19
|
cosmotech_api/api/twingraph_api.py,sha256=4IX4sAdWJxBWULGuSx5_gKZIf3aiToFyeZqpdc-_q_U,173276
|
|
20
20
|
cosmotech_api/api/user_api.py,sha256=zSWOMck8FivYJEKFQgm9svV3F7poQbqPK0muNRB6gWA,46554
|
|
21
21
|
cosmotech_api/api/validator_api.py,sha256=oKLh7kQGLI6wt1wc0FG1-nFRD7ZMBrk8jeACGN_HvFY,48787
|
|
22
|
-
cosmotech_api/api/workspace_api.py,sha256=
|
|
22
|
+
cosmotech_api/api/workspace_api.py,sha256=al2BBYx68uEdIF3yXheHvGaNfweKOit-eswJkBTVv4M,237385
|
|
23
23
|
cosmotech_api/apis/__init__.py,sha256=wm-t-B_k8CX6sba_LInXbT6nIpTvQF8Qqr7O-xU6kTY,1101
|
|
24
24
|
cosmotech_api/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
|
|
25
25
|
cosmotech_api/model/component_role_permissions.py,sha256=z6qEQpOcoL7TYR9FIKSdaIR6mEF8MqDZeNnYadcWVM0,11281
|
|
@@ -136,65 +136,65 @@ cosmotech_api/model/workspace_security.py,sha256=3wZrP3xMB7ApKqJ4V3y5D16FC7m7ZW2
|
|
|
136
136
|
cosmotech_api/model/workspace_solution.py,sha256=jRh2XVEa0-Zlo8g3g08qvyRgkOZGkcvT7FmdI0k72mU,12140
|
|
137
137
|
cosmotech_api/model/workspace_user.py,sha256=mXozfwgXUZQ62TVezLi66J_escMGOJzR3brKz_Kay6I,11653
|
|
138
138
|
cosmotech_api/model/workspace_web_app.py,sha256=v8HGKY7E36aGT4tOw154sZg4w9Vql92qbJC_bt8l5U8,12029
|
|
139
|
-
cosmotech_api/models/__init__.py,sha256=
|
|
140
|
-
cosmotech_api/models/component_role_permissions.py,sha256=
|
|
141
|
-
cosmotech_api/models/connector.py,sha256=
|
|
142
|
-
cosmotech_api/models/connector_parameter.py,sha256=
|
|
143
|
-
cosmotech_api/models/connector_parameter_group.py,sha256=
|
|
144
|
-
cosmotech_api/models/container_resource_size_info.py,sha256=
|
|
145
|
-
cosmotech_api/models/container_resource_sizing.py,sha256=
|
|
146
|
-
cosmotech_api/models/created_run.py,sha256=
|
|
147
|
-
cosmotech_api/models/dataset.py,sha256=
|
|
148
|
-
cosmotech_api/models/dataset_access_control.py,sha256=
|
|
149
|
-
cosmotech_api/models/dataset_compatibility.py,sha256=
|
|
150
|
-
cosmotech_api/models/dataset_connector.py,sha256=
|
|
151
|
-
cosmotech_api/models/dataset_copy_parameters.py,sha256=
|
|
152
|
-
cosmotech_api/models/dataset_role.py,sha256=
|
|
153
|
-
cosmotech_api/models/dataset_search.py,sha256=
|
|
154
|
-
cosmotech_api/models/dataset_security.py,sha256=
|
|
155
|
-
cosmotech_api/models/dataset_source_type.py,sha256=
|
|
156
|
-
cosmotech_api/models/dataset_twin_graph_hash.py,sha256=
|
|
157
|
-
cosmotech_api/models/dataset_twin_graph_info.py,sha256=
|
|
158
|
-
cosmotech_api/models/dataset_twin_graph_query.py,sha256=
|
|
159
|
-
cosmotech_api/models/delete_historical_data.py,sha256=
|
|
160
|
-
cosmotech_api/models/file_upload_metadata.py,sha256=
|
|
161
|
-
cosmotech_api/models/file_upload_validation.py,sha256=
|
|
162
|
-
cosmotech_api/models/graph_properties.py,sha256=
|
|
163
|
-
cosmotech_api/models/ingestion_status_enum.py,sha256=
|
|
164
|
-
cosmotech_api/models/io_types_enum.py,sha256=
|
|
165
|
-
cosmotech_api/models/organization.py,sha256=
|
|
166
|
-
cosmotech_api/models/organization_access_control.py,sha256=
|
|
167
|
-
cosmotech_api/models/organization_role.py,sha256=
|
|
168
|
-
cosmotech_api/models/organization_security.py,sha256=
|
|
139
|
+
cosmotech_api/models/__init__.py,sha256=coh5ziDOr1MHa7sI6-DpUA1K-uZNOfWHJfmEstNICJU,5268
|
|
140
|
+
cosmotech_api/models/component_role_permissions.py,sha256=nxiyZRtMM4bel5BESiaA1Z2SRHhce9Wf634rKSLZ4hE,2635
|
|
141
|
+
cosmotech_api/models/connector.py,sha256=6ACwHe4BtlColLNgTuta9dKat_nY-FhlaVPRkYSIP-U,5014
|
|
142
|
+
cosmotech_api/models/connector_parameter.py,sha256=0QTIHnLLyVpg423lMTGFkFPbMQXINC__1Ns8Bj44nmE,3360
|
|
143
|
+
cosmotech_api/models/connector_parameter_group.py,sha256=gKZHYAkGMB5PrslyWd0JNbYhxO9ZMXpAz0cCSEBUNUQ,3350
|
|
144
|
+
cosmotech_api/models/container_resource_size_info.py,sha256=QBuLbxORa8Ne0fx6Gghq1GM0gaHqQZsecYNcAtChReI,2656
|
|
145
|
+
cosmotech_api/models/container_resource_sizing.py,sha256=OfvJ89TA-JQsXRkJMb5gWFwI7dsiU6HN9k01WUlViHo,3243
|
|
146
|
+
cosmotech_api/models/created_run.py,sha256=Z9uzNnSQlbGYQ27Aq74F99j8WyMZJoFCFst5hKip6zs,2475
|
|
147
|
+
cosmotech_api/models/dataset.py,sha256=7WQqvR_erEAOSqe6RxFLd4cJcY4i8TL-niS7ylQfl2E,8877
|
|
148
|
+
cosmotech_api/models/dataset_access_control.py,sha256=gZdlCgQD5jLUEHG_-jQrMjZtOyRFLKx5I9pGEtdUNac,2616
|
|
149
|
+
cosmotech_api/models/dataset_compatibility.py,sha256=ymOL5N6aooAiIq5onMfIsKMxBEbSdXArUrocRN8b90o,3136
|
|
150
|
+
cosmotech_api/models/dataset_connector.py,sha256=I8fmwsgOqH8M9TnHOp9g9pC_P8lbCE4Jiu_OBgf3RdI,3013
|
|
151
|
+
cosmotech_api/models/dataset_copy_parameters.py,sha256=h6V6NdubHbljIspykJRPv9yG_-hz7P9fsPnefzXg08c,2942
|
|
152
|
+
cosmotech_api/models/dataset_role.py,sha256=QZoLK3HWMzDHQxLHu2T7F3G5C4QOywtaR0VGK2nQHEk,2490
|
|
153
|
+
cosmotech_api/models/dataset_search.py,sha256=nm6wdezqJlWVrX5RM7KIOcxwLQZeRFXC155Vgdave68,2568
|
|
154
|
+
cosmotech_api/models/dataset_security.py,sha256=JPl5TRRhXJu3zxuuGuJFfQepLrMkT5TfMOOsy0jL6i4,3390
|
|
155
|
+
cosmotech_api/models/dataset_source_type.py,sha256=BS9WnJXlHH1ObKx_mYPJlEFEaFjgF6Q3mnX1BrrLjy0,834
|
|
156
|
+
cosmotech_api/models/dataset_twin_graph_hash.py,sha256=fYCX17YTIoTXQ05CAD2kmoJe5jPlzvN0DMkT8n5chas,2557
|
|
157
|
+
cosmotech_api/models/dataset_twin_graph_info.py,sha256=4lM06n8ly9zask1yaWYAn2nTriG6wJnzYMAZ7bS2S40,2897
|
|
158
|
+
cosmotech_api/models/dataset_twin_graph_query.py,sha256=ev9Iyk0xQudTNADSaDViET_WmvcBc6GqbiGGD8FywHc,2557
|
|
159
|
+
cosmotech_api/models/delete_historical_data.py,sha256=SotBmBj8sS8uLJOJ-dyE38hpCQ8EZGGrLTpsBUbEo7c,3167
|
|
160
|
+
cosmotech_api/models/file_upload_metadata.py,sha256=v56bjIc8wwl1yu1ylu0TEQY-9vxW3p0i99RiYNY0_Xc,2586
|
|
161
|
+
cosmotech_api/models/file_upload_validation.py,sha256=tTC0cP1WzGAcxnRIHJ5FEHI5P8kPz8KQkdqKWJYK7iw,3636
|
|
162
|
+
cosmotech_api/models/graph_properties.py,sha256=S9eOvjU90JyPTA0gn-gnxN7IdpQgQacXcnWZBLdsHp0,3165
|
|
163
|
+
cosmotech_api/models/ingestion_status_enum.py,sha256=Qw8LfU1LHA6mSkqZ9CN2l07U31u7JD6bPEsta3ilFAM,799
|
|
164
|
+
cosmotech_api/models/io_types_enum.py,sha256=9H5GqIZy5ddau7BVhMZyha79GykERHHDnHAlAsoM-Qs,751
|
|
165
|
+
cosmotech_api/models/organization.py,sha256=Xsvq78BAhgavnbX7OhQvQslfMKNwQ634JacdiLethcE,3399
|
|
166
|
+
cosmotech_api/models/organization_access_control.py,sha256=r1NkKldfH3q06yLJAjn6UeOmbZ615CdM00QzVeo3hbI,2636
|
|
167
|
+
cosmotech_api/models/organization_role.py,sha256=nmcnGGevVO5gHy6O5Ys-b1t_LS9ABkZ34UXI0s-XmNo,2515
|
|
168
|
+
cosmotech_api/models/organization_security.py,sha256=joiLNSoeuZ5LX4L6rfnZBNc01DNtZ6lyEDj2sn9DqJs,3435
|
|
169
169
|
cosmotech_api/models/organization_service.py,sha256=QoOtKr2ctNm1Yt3vOWpIUs1P2fK0hxeGiDVu3IhIx2E,3430
|
|
170
170
|
cosmotech_api/models/organization_services.py,sha256=YoAyVfF3v_w_8-dtGwN24IX4k3t_nmJwgreW9nL58kA,3697
|
|
171
|
-
cosmotech_api/models/query_result.py,sha256=
|
|
172
|
-
cosmotech_api/models/resource_size_info.py,sha256=
|
|
173
|
-
cosmotech_api/models/run.py,sha256=
|
|
174
|
-
cosmotech_api/models/run_container.py,sha256=
|
|
171
|
+
cosmotech_api/models/query_result.py,sha256=kEnnBInPrPfAmcjiQWpmbExu3csovIQZukW3Cb5556U,2544
|
|
172
|
+
cosmotech_api/models/resource_size_info.py,sha256=XA5TacHkI0qwbDaejxnYZen87NP3LqKyUeuqe1IZ5mU,2629
|
|
173
|
+
cosmotech_api/models/run.py,sha256=bA-BKNKpBc8ASqmJgv5Yd04Tdqt2W5AxhdTQr6UJC1U,8214
|
|
174
|
+
cosmotech_api/models/run_container.py,sha256=Ahidv8JaeUhmGpUz2rc9TjQCnumdLSFidRZcGzcQ8aE,4732
|
|
175
175
|
cosmotech_api/models/run_container_artifact.py,sha256=zX7p20oSop25fkY4Blae9K787cQq7PIqbRBMpXWcXvI,2705
|
|
176
176
|
cosmotech_api/models/run_container_logs.py,sha256=lkSuJcNoDmy_iKKiNN-y4emVR758T6C9z2jcvGBiLK8,3367
|
|
177
|
-
cosmotech_api/models/run_data.py,sha256=
|
|
178
|
-
cosmotech_api/models/run_data_query.py,sha256=
|
|
179
|
-
cosmotech_api/models/run_logs.py,sha256=
|
|
180
|
-
cosmotech_api/models/run_logs_entry.py,sha256=
|
|
181
|
-
cosmotech_api/models/run_resource_requested.py,sha256=
|
|
177
|
+
cosmotech_api/models/run_data.py,sha256=GHDHKIEJiMBG_80LGhXJtZcLqEm9wkQMv944cjOOs-8,2785
|
|
178
|
+
cosmotech_api/models/run_data_query.py,sha256=RD7ycbER_fgPpSKDRN1Ro02n5cXw_0c621OVY40dR_E,2507
|
|
179
|
+
cosmotech_api/models/run_logs.py,sha256=467FO5QR8Fy3P32fScPVMfp5CZlsZBGBWSDtLutL2qk,3229
|
|
180
|
+
cosmotech_api/models/run_logs_entry.py,sha256=_oYh3vAFOWdgQMLDSv8Tmh12SrZXg3YN3yc_wTth3Lk,2494
|
|
181
|
+
cosmotech_api/models/run_resource_requested.py,sha256=BjqYUB9ecSy6ui1W_0Z3SN4y41a3_Aby2KXJIT3mJrE,2712
|
|
182
182
|
cosmotech_api/models/run_search.py,sha256=w-rCZJUAPlD7YyXtnUZdGuC4niOjSZqMBIdLYUXL9yA,3874
|
|
183
183
|
cosmotech_api/models/run_search_state.py,sha256=8so0jGJHVTh2Ig4EaJGKmIsRVd8MqXXBwlS6RTb5dQc,1100
|
|
184
184
|
cosmotech_api/models/run_start_containers.py,sha256=wXn5QpwAJcPAgBJkKHj5D0nxXN8BiOd6678Tjj9vI_c,3749
|
|
185
|
-
cosmotech_api/models/run_state.py,sha256=
|
|
186
|
-
cosmotech_api/models/run_status.py,sha256=
|
|
187
|
-
cosmotech_api/models/run_status_node.py,sha256=
|
|
188
|
-
cosmotech_api/models/run_template.py,sha256=
|
|
185
|
+
cosmotech_api/models/run_state.py,sha256=MAvZdi5rH4mPBwvlj31MS7aDlCh2YL1f9NKk48Glkcs,787
|
|
186
|
+
cosmotech_api/models/run_status.py,sha256=jUITqFPEBk8BSBsRasV1YTMBGmvLWuLekPCLzIomUD8,5327
|
|
187
|
+
cosmotech_api/models/run_status_node.py,sha256=s_2HGScTBXYv0RLVV591izku0ioesLa0a5hoB-88joA,5037
|
|
188
|
+
cosmotech_api/models/run_template.py,sha256=rWP7tWxkFaSkeHDfuNWjJAi8LngE1FHIaXUSNWL5Uuo,10891
|
|
189
189
|
cosmotech_api/models/run_template_handler_id.py,sha256=BJ1puoFki4g0E68GyCwrHqOj5cEw2DN7qaCTBBpVirU,915
|
|
190
|
-
cosmotech_api/models/run_template_orchestrator.py,sha256=
|
|
191
|
-
cosmotech_api/models/run_template_parameter.py,sha256=
|
|
192
|
-
cosmotech_api/models/run_template_parameter_group.py,sha256=
|
|
193
|
-
cosmotech_api/models/run_template_parameter_value.py,sha256=
|
|
194
|
-
cosmotech_api/models/run_template_resource_sizing.py,sha256=
|
|
195
|
-
cosmotech_api/models/run_template_step_source.py,sha256=
|
|
196
|
-
cosmotech_api/models/runner.py,sha256=
|
|
197
|
-
cosmotech_api/models/runner_access_control.py,sha256=
|
|
190
|
+
cosmotech_api/models/run_template_orchestrator.py,sha256=n1ckq7prl5ARSXZbe-vKPQN9g6hbt0IF1keBSIiYzvg,793
|
|
191
|
+
cosmotech_api/models/run_template_parameter.py,sha256=gDnZBDiFRn8sbTpBTK6-xpRcDtlPYha4yNysgRRzBhI,3853
|
|
192
|
+
cosmotech_api/models/run_template_parameter_group.py,sha256=IIDbVLwWZ3xX96sxVuf2hwOHDeuJBmkzNX0ygPHQ8tY,3433
|
|
193
|
+
cosmotech_api/models/run_template_parameter_value.py,sha256=gGkBTOv1waVlbZ3cM0eX4ddPvyohOG8dCK8sfEAEfXY,2986
|
|
194
|
+
cosmotech_api/models/run_template_resource_sizing.py,sha256=Kl02Ss90u-EQgZgXTKWq0CyqgMTYH_qqGS3QLxBLEpY,3194
|
|
195
|
+
cosmotech_api/models/run_template_step_source.py,sha256=gUL_QxyCQ_5-qivtarDWEqLlC6d1Ib9vJV-cVndS-xA,812
|
|
196
|
+
cosmotech_api/models/runner.py,sha256=QG0AToKDUR2HBI0eMXXhsWcbwvtxsXQstUbAJpd2ZXY,8537
|
|
197
|
+
cosmotech_api/models/runner_access_control.py,sha256=D9HdzipiXIyQLNH2u6O5kHDJLoHEORKm4-sLn23Q9zo,2612
|
|
198
198
|
cosmotech_api/models/runner_changed_parameter_value.py,sha256=CMwj9MzSIn838LotB0zl04RRvWNNX3oiwkSj74THN2M,3500
|
|
199
199
|
cosmotech_api/models/runner_comparison_result.py,sha256=YtO3872se4uR-sNbVywLCW_46iU28eKuxIh470UXgqU,3882
|
|
200
200
|
cosmotech_api/models/runner_data_download_info.py,sha256=-G0OsoXKVP26H1FvxZUuhboxn0LV6c2jmKSk9ZzyI5Y,2626
|
|
@@ -202,12 +202,12 @@ cosmotech_api/models/runner_data_download_job.py,sha256=uSXgtdk8yQXuZtXeBJOoxutL
|
|
|
202
202
|
cosmotech_api/models/runner_job_state.py,sha256=SxZL-6h3Oxe1OHb9GGzQNzysOc54kwK3_vRAl74-TRw,875
|
|
203
203
|
cosmotech_api/models/runner_last_run.py,sha256=UO6Asi1RgD1KDaVC80ZnPZJhgajSXYX0Eoe7Ah1cOJo,3165
|
|
204
204
|
cosmotech_api/models/runner_parent_last_run.py,sha256=2eusGiCqzVf2a6tBZecyKWD2dP2v-PaprO6E1XwczAU,3189
|
|
205
|
-
cosmotech_api/models/runner_resource_sizing.py,sha256
|
|
206
|
-
cosmotech_api/models/runner_role.py,sha256=
|
|
205
|
+
cosmotech_api/models/runner_resource_sizing.py,sha256=-pSXWlEPJoxambH7c8ku9AaW9cctV6KGOdyVZMmHeyg,3179
|
|
206
|
+
cosmotech_api/models/runner_role.py,sha256=qSMJDP_PlyX62w42otuQRYTWFxZ-NxBFqkMjPwI2efs,2485
|
|
207
207
|
cosmotech_api/models/runner_root_last_run.py,sha256=YoTf6QeKCbrUTGF9G_fO1H0JOMzMlFyXts_jaht5V9Q,3181
|
|
208
|
-
cosmotech_api/models/runner_run_template_parameter_value.py,sha256=
|
|
209
|
-
cosmotech_api/models/runner_security.py,sha256=
|
|
210
|
-
cosmotech_api/models/runner_validation_status.py,sha256=
|
|
208
|
+
cosmotech_api/models/runner_run_template_parameter_value.py,sha256=KZ2i5t-AsIbNSRxqRbHql6b80abDpmm61Kh9ehJV70Q,3251
|
|
209
|
+
cosmotech_api/models/runner_security.py,sha256=ZMGpypnoVOYIghQOI8QyR1OTh9_XDAdAY4JPU9Wge-M,3381
|
|
210
|
+
cosmotech_api/models/runner_validation_status.py,sha256=txlOElZzp6ESkCCwngAPON-OgnN4-hSFoIzB4b8OukU,824
|
|
211
211
|
cosmotech_api/models/scenario.py,sha256=L2hlnK1TRU4Fppfn4GRah4hid39ZFXca37hd6KS0ip8,9804
|
|
212
212
|
cosmotech_api/models/scenario_access_control.py,sha256=FViC4-6Pfm2V4eUFTF5grvYRq_wqy7iGzj17Q1YYV3k,2599
|
|
213
213
|
cosmotech_api/models/scenario_changed_parameter_value.py,sha256=9mMOO2ztbDzUNQXtsh1AUvYMGzUNbJKsJiYOOD9-6IQ,3510
|
|
@@ -234,29 +234,29 @@ cosmotech_api/models/scenario_run_status_node.py,sha256=FjqFEB7-GA8lCRDMwrfixLx6
|
|
|
234
234
|
cosmotech_api/models/scenario_run_template_parameter_value.py,sha256=a-s4L2sVViIN97aNIMtWINzxFFsQ6BGi3jCLBsaOqgg,3238
|
|
235
235
|
cosmotech_api/models/scenario_security.py,sha256=6Zv2aQzXHOzt4MYZ3_pRsGcZvl6VNnQ2mnUsWoz2Wdc,3318
|
|
236
236
|
cosmotech_api/models/scenario_validation_status.py,sha256=tqgHRYDWLGM57yCDFuNAsh-yQqLC5sV7xXjMGdYLuNg,822
|
|
237
|
-
cosmotech_api/models/send_run_data_request.py,sha256=
|
|
238
|
-
cosmotech_api/models/solution.py,sha256=
|
|
239
|
-
cosmotech_api/models/solution_access_control.py,sha256=
|
|
240
|
-
cosmotech_api/models/solution_role.py,sha256=
|
|
241
|
-
cosmotech_api/models/solution_security.py,sha256=
|
|
242
|
-
cosmotech_api/models/source_info.py,sha256=
|
|
243
|
-
cosmotech_api/models/sub_dataset_graph_query.py,sha256=
|
|
244
|
-
cosmotech_api/models/twin_graph_batch_result.py,sha256=
|
|
237
|
+
cosmotech_api/models/send_run_data_request.py,sha256=NTnjmDgF8zOYTVX5KrKJ4g8j8NJl2BtsuYEa4VK-cxM,2578
|
|
238
|
+
cosmotech_api/models/solution.py,sha256=xDXkxSp3DPTcAq2eUvQLVsQcnDd6k9ZNFsZkXfs17_c,7648
|
|
239
|
+
cosmotech_api/models/solution_access_control.py,sha256=_gfo_359GmWJ_uKz1uX7R5EvTmP0WaAiU_MqYsSsZ-I,2620
|
|
240
|
+
cosmotech_api/models/solution_role.py,sha256=AdE9KgxUX3L9BlhDCh7WEkyYf6nhT-sNR9NeRjjuoKo,2495
|
|
241
|
+
cosmotech_api/models/solution_security.py,sha256=qNDesg5Z5x0HIqafad34b3TfzEAfsqiNKhVM1BDfWaw,3399
|
|
242
|
+
cosmotech_api/models/source_info.py,sha256=4R9txEaoAkAa9C7oZfdtRrX4Bk_iXunrYB4jyZBQk28,3045
|
|
243
|
+
cosmotech_api/models/sub_dataset_graph_query.py,sha256=XVZuGji9Mgr_7owSQTnD1ZKyU84VlLIzGF0Cx5rYisg,3065
|
|
244
|
+
cosmotech_api/models/twin_graph_batch_result.py,sha256=Z4b_Tu9HGJ2oLkGHraC5Y65l9n5DlrwvAIP9zgoHvuY,2759
|
|
245
245
|
cosmotech_api/models/twin_graph_hash.py,sha256=gvxfYyQNZjNWtBg4oNoyhzLIFhp_C5e0cCDGCj4ojiI,2515
|
|
246
246
|
cosmotech_api/models/twin_graph_query.py,sha256=0X3BlDPCVysQ0nY3TAxx-SVYcE2gir6Ydhe5LYVkskY,2668
|
|
247
|
-
cosmotech_api/models/twincache_status_enum.py,sha256=
|
|
247
|
+
cosmotech_api/models/twincache_status_enum.py,sha256=Im3w2SxhGph3_av0Jp0i8yq25qy61S6i6vnEbGDZtME,748
|
|
248
248
|
cosmotech_api/models/validator.py,sha256=nxkGO33Q7UiXt13433F5lfnuupj7XnQxT26hLFeYsPs,3714
|
|
249
249
|
cosmotech_api/models/validator_run.py,sha256=OPZ2DUHjb716kXLgHhzny5BA9eRredK_EoFivhJxjYI,4561
|
|
250
|
-
cosmotech_api/models/workspace.py,sha256=
|
|
251
|
-
cosmotech_api/models/workspace_access_control.py,sha256=
|
|
252
|
-
cosmotech_api/models/workspace_file.py,sha256=
|
|
253
|
-
cosmotech_api/models/workspace_role.py,sha256=
|
|
250
|
+
cosmotech_api/models/workspace.py,sha256=ur_vMSCAtnKfmSho9Yutx80czStJDikuO_JU0wnWMHA,8816
|
|
251
|
+
cosmotech_api/models/workspace_access_control.py,sha256=rNj9EH0aHJ9Oexghrfw4Klyz1n2TpPa-_Hahri6QHnY,2624
|
|
252
|
+
cosmotech_api/models/workspace_file.py,sha256=WS6Dgn3YNODdaC1lrKs4qXr1T9ozI_VDfUcZkEtHYt0,2581
|
|
253
|
+
cosmotech_api/models/workspace_role.py,sha256=3Unce6flMzPsm2jP3ZFjSGpRYvMvdanvvw-Joe-K7vw,2500
|
|
254
254
|
cosmotech_api/models/workspace_secret.py,sha256=enKO5NH-BdFTIsekliRkorqJJqswzP76PruXgiH-SuM,2642
|
|
255
|
-
cosmotech_api/models/workspace_security.py,sha256=
|
|
256
|
-
cosmotech_api/models/workspace_solution.py,sha256=
|
|
257
|
-
cosmotech_api/models/workspace_web_app.py,sha256=
|
|
258
|
-
cosmotech_api-4.0.0.
|
|
259
|
-
cosmotech_api-4.0.0.
|
|
260
|
-
cosmotech_api-4.0.0.
|
|
261
|
-
cosmotech_api-4.0.0.
|
|
262
|
-
cosmotech_api-4.0.0.
|
|
255
|
+
cosmotech_api/models/workspace_security.py,sha256=EkXA0M4x94USTMS1k_nP4kdMw8B9NTb2y8XlT0Rg3us,3408
|
|
256
|
+
cosmotech_api/models/workspace_solution.py,sha256=0GNlzKZVMroXRSrDWuB1Gp7rhsDLhgWU8tAsQLLmXbA,3195
|
|
257
|
+
cosmotech_api/models/workspace_web_app.py,sha256=yl84heSNL4A1DqtinARk_PlGAFmS_gzGbeF1ZqhenC0,2861
|
|
258
|
+
cosmotech_api-4.0.0.dev9.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
|
|
259
|
+
cosmotech_api-4.0.0.dev9.dist-info/METADATA,sha256=ZF2tj8cf3TUtguWDDnX95HCOBrkUtns5Jz_Mug0cxK4,479
|
|
260
|
+
cosmotech_api-4.0.0.dev9.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
|
261
|
+
cosmotech_api-4.0.0.dev9.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
|
|
262
|
+
cosmotech_api-4.0.0.dev9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|