cosmotech-api 3.2.6__py3-none-any.whl → 3.2.6.dev0__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.

Files changed (244) hide show
  1. cosmotech_api/__init__.py +3 -45
  2. cosmotech_api/api/__init__.py +0 -3
  3. cosmotech_api/api/connector_api.py +7 -262
  4. cosmotech_api/api/dataset_api.py +19 -19
  5. cosmotech_api/api/organization_api.py +8 -869
  6. cosmotech_api/api/run_api.py +7 -7
  7. cosmotech_api/api/runner_api.py +13 -12
  8. cosmotech_api/api/scenario_api.py +3265 -6544
  9. cosmotech_api/api/scenariorun_api.py +1960 -4007
  10. cosmotech_api/api/scenariorunresult_api.py +1 -1
  11. cosmotech_api/api/solution_api.py +394 -1045
  12. cosmotech_api/api/twingraph_api.py +2061 -4118
  13. cosmotech_api/api/validator_api.py +1 -1
  14. cosmotech_api/api/workspace_api.py +12 -315
  15. cosmotech_api/api_client.py +1 -1
  16. cosmotech_api/configuration.py +5 -13
  17. cosmotech_api/exceptions.py +1 -1
  18. cosmotech_api/model/component_role_permissions.py +1 -1
  19. cosmotech_api/model/connector.py +1 -1
  20. cosmotech_api/model/connector_parameter.py +1 -1
  21. cosmotech_api/model/connector_parameter_group.py +1 -1
  22. cosmotech_api/model/container_resource_size_info.py +1 -1
  23. cosmotech_api/model/container_resource_sizing.py +1 -1
  24. cosmotech_api/model/dataset.py +1 -1
  25. cosmotech_api/model/dataset_access_control.py +1 -1
  26. cosmotech_api/model/dataset_compatibility.py +1 -1
  27. cosmotech_api/model/dataset_connector.py +1 -1
  28. cosmotech_api/model/dataset_copy_parameters.py +1 -1
  29. cosmotech_api/model/dataset_role.py +1 -1
  30. cosmotech_api/model/dataset_search.py +1 -1
  31. cosmotech_api/model/dataset_security.py +1 -1
  32. cosmotech_api/model/dataset_source_type.py +1 -1
  33. cosmotech_api/model/dataset_twin_graph_hash.py +1 -1
  34. cosmotech_api/model/dataset_twin_graph_info.py +1 -1
  35. cosmotech_api/model/dataset_twin_graph_query.py +1 -1
  36. cosmotech_api/model/delete_historical_data.py +1 -1
  37. cosmotech_api/model/file_upload_metadata.py +1 -1
  38. cosmotech_api/model/file_upload_validation.py +1 -1
  39. cosmotech_api/model/graph_properties.py +1 -1
  40. cosmotech_api/model/organization.py +1 -1
  41. cosmotech_api/model/organization_access_control.py +1 -1
  42. cosmotech_api/model/organization_role.py +1 -1
  43. cosmotech_api/model/organization_security.py +1 -1
  44. cosmotech_api/model/organization_service.py +1 -1
  45. cosmotech_api/model/organization_services.py +1 -1
  46. cosmotech_api/model/resource_size_info.py +1 -1
  47. cosmotech_api/model/run.py +1 -1
  48. cosmotech_api/model/run_container.py +1 -1
  49. cosmotech_api/model/run_container_artifact.py +1 -1
  50. cosmotech_api/model/run_container_logs.py +1 -1
  51. cosmotech_api/model/run_logs.py +1 -1
  52. cosmotech_api/model/run_resource_requested.py +1 -1
  53. cosmotech_api/model/run_search.py +1 -1
  54. cosmotech_api/model/run_start_containers.py +1 -1
  55. cosmotech_api/model/run_state.py +1 -1
  56. cosmotech_api/model/run_status.py +1 -1
  57. cosmotech_api/model/run_status_node.py +1 -1
  58. cosmotech_api/model/run_template.py +1 -1
  59. cosmotech_api/model/run_template_handler_id.py +1 -1
  60. cosmotech_api/model/run_template_orchestrator.py +1 -1
  61. cosmotech_api/model/run_template_parameter.py +1 -1
  62. cosmotech_api/model/run_template_parameter_group.py +1 -1
  63. cosmotech_api/model/run_template_parameter_value.py +1 -1
  64. cosmotech_api/model/run_template_resource_sizing.py +1 -1
  65. cosmotech_api/model/run_template_step_source.py +1 -1
  66. cosmotech_api/model/runner.py +21 -5
  67. cosmotech_api/model/runner_access_control.py +1 -1
  68. cosmotech_api/model/runner_changed_parameter_value.py +1 -1
  69. cosmotech_api/model/runner_comparison_result.py +1 -1
  70. cosmotech_api/model/runner_data_download_info.py +11 -1
  71. cosmotech_api/model/runner_data_download_job.py +1 -1
  72. cosmotech_api/model/runner_job_state.py +1 -1
  73. cosmotech_api/model/runner_last_run.py +1 -1
  74. cosmotech_api/model/runner_resource_sizing.py +1 -1
  75. cosmotech_api/model/runner_role.py +1 -1
  76. cosmotech_api/model/runner_run_template_parameter_value.py +1 -1
  77. cosmotech_api/model/runner_security.py +1 -1
  78. cosmotech_api/model/runner_validation_status.py +1 -1
  79. cosmotech_api/model/scenario.py +1 -1
  80. cosmotech_api/model/scenario_access_control.py +1 -1
  81. cosmotech_api/model/scenario_changed_parameter_value.py +1 -1
  82. cosmotech_api/model/scenario_comparison_result.py +1 -1
  83. cosmotech_api/model/scenario_data_download_info.py +1 -1
  84. cosmotech_api/model/scenario_data_download_job.py +1 -1
  85. cosmotech_api/model/scenario_job_state.py +1 -1
  86. cosmotech_api/model/scenario_last_run.py +1 -1
  87. cosmotech_api/model/scenario_resource_sizing.py +1 -1
  88. cosmotech_api/model/scenario_role.py +1 -1
  89. cosmotech_api/model/scenario_run.py +1 -1
  90. cosmotech_api/model/scenario_run_container.py +1 -1
  91. cosmotech_api/model/scenario_run_container_artifact.py +1 -1
  92. cosmotech_api/model/scenario_run_container_logs.py +1 -1
  93. cosmotech_api/model/scenario_run_logs.py +1 -1
  94. cosmotech_api/model/scenario_run_resource_requested.py +1 -1
  95. cosmotech_api/model/scenario_run_result.py +1 -1
  96. cosmotech_api/model/scenario_run_search.py +1 -1
  97. cosmotech_api/model/scenario_run_start_containers.py +1 -1
  98. cosmotech_api/model/scenario_run_state.py +1 -1
  99. cosmotech_api/model/scenario_run_status.py +1 -1
  100. cosmotech_api/model/scenario_run_status_node.py +1 -1
  101. cosmotech_api/model/scenario_run_template_parameter_value.py +1 -1
  102. cosmotech_api/model/scenario_security.py +1 -1
  103. cosmotech_api/model/scenario_validation_status.py +1 -1
  104. cosmotech_api/model/solution.py +1 -1
  105. cosmotech_api/model/solution_access_control.py +1 -1
  106. cosmotech_api/model/solution_role.py +1 -1
  107. cosmotech_api/model/solution_security.py +1 -1
  108. cosmotech_api/model/source_info.py +1 -1
  109. cosmotech_api/model/sub_dataset_graph_query.py +1 -1
  110. cosmotech_api/model/translated_labels.py +1 -1
  111. cosmotech_api/model/twin_graph_batch_result.py +1 -1
  112. cosmotech_api/model/twin_graph_hash.py +1 -1
  113. cosmotech_api/model/twin_graph_query.py +1 -1
  114. cosmotech_api/model/validator.py +1 -1
  115. cosmotech_api/model/validator_run.py +1 -1
  116. cosmotech_api/model/workspace.py +1 -1
  117. cosmotech_api/model/workspace_access_control.py +1 -1
  118. cosmotech_api/model/workspace_file.py +1 -1
  119. cosmotech_api/model/workspace_role.py +1 -1
  120. cosmotech_api/model/workspace_secret.py +1 -1
  121. cosmotech_api/model/workspace_security.py +1 -1
  122. cosmotech_api/model/workspace_solution.py +1 -1
  123. cosmotech_api/model/workspace_web_app.py +1 -1
  124. cosmotech_api/model_utils.py +1 -1
  125. cosmotech_api/models/__init__.py +3 -42
  126. cosmotech_api/models/component_role_permissions.py +1 -1
  127. cosmotech_api/models/connector.py +3 -7
  128. cosmotech_api/models/connector_parameter.py +1 -1
  129. cosmotech_api/models/connector_parameter_group.py +1 -1
  130. cosmotech_api/models/container_resource_size_info.py +1 -1
  131. cosmotech_api/models/container_resource_sizing.py +1 -1
  132. cosmotech_api/models/created_run.py +88 -0
  133. cosmotech_api/models/dataset.py +1 -1
  134. cosmotech_api/models/dataset_access_control.py +1 -1
  135. cosmotech_api/models/dataset_compatibility.py +1 -1
  136. cosmotech_api/models/dataset_connector.py +1 -1
  137. cosmotech_api/models/dataset_copy_parameters.py +1 -1
  138. cosmotech_api/models/dataset_role.py +1 -1
  139. cosmotech_api/models/dataset_search.py +1 -1
  140. cosmotech_api/models/dataset_security.py +1 -1
  141. cosmotech_api/models/dataset_source_type.py +1 -1
  142. cosmotech_api/models/dataset_twin_graph_hash.py +1 -1
  143. cosmotech_api/models/dataset_twin_graph_info.py +1 -1
  144. cosmotech_api/models/dataset_twin_graph_query.py +1 -1
  145. cosmotech_api/models/delete_historical_data.py +1 -1
  146. cosmotech_api/models/file_upload_metadata.py +1 -1
  147. cosmotech_api/models/file_upload_validation.py +1 -1
  148. cosmotech_api/models/graph_properties.py +1 -1
  149. cosmotech_api/models/ingestion_status_enum.py +1 -1
  150. cosmotech_api/models/io_types_enum.py +1 -1
  151. cosmotech_api/models/organization.py +2 -8
  152. cosmotech_api/models/organization_access_control.py +1 -1
  153. cosmotech_api/models/organization_role.py +1 -1
  154. cosmotech_api/models/organization_security.py +1 -1
  155. cosmotech_api/models/organization_service.py +1 -1
  156. cosmotech_api/models/organization_services.py +1 -1
  157. cosmotech_api/models/query_result.py +1 -1
  158. cosmotech_api/models/resource_size_info.py +1 -1
  159. cosmotech_api/models/run.py +1 -1
  160. cosmotech_api/models/run_container.py +3 -13
  161. cosmotech_api/models/run_container_artifact.py +1 -1
  162. cosmotech_api/models/run_container_logs.py +1 -1
  163. cosmotech_api/models/run_data.py +1 -1
  164. cosmotech_api/models/run_data_query.py +1 -1
  165. cosmotech_api/models/run_logs.py +16 -21
  166. cosmotech_api/models/run_logs_entry.py +88 -0
  167. cosmotech_api/models/run_resource_requested.py +1 -1
  168. cosmotech_api/models/run_search.py +1 -1
  169. cosmotech_api/models/run_search_state.py +1 -1
  170. cosmotech_api/models/run_start_containers.py +1 -1
  171. cosmotech_api/models/run_state.py +1 -1
  172. cosmotech_api/models/run_status.py +1 -1
  173. cosmotech_api/models/run_status_node.py +1 -1
  174. cosmotech_api/models/run_template.py +1 -1
  175. cosmotech_api/models/run_template_handler_id.py +1 -1
  176. cosmotech_api/models/run_template_orchestrator.py +1 -1
  177. cosmotech_api/models/run_template_parameter.py +1 -1
  178. cosmotech_api/models/run_template_parameter_group.py +1 -1
  179. cosmotech_api/models/run_template_parameter_value.py +1 -1
  180. cosmotech_api/models/run_template_resource_sizing.py +1 -1
  181. cosmotech_api/models/run_template_step_source.py +1 -1
  182. cosmotech_api/models/runner.py +2 -2
  183. cosmotech_api/models/runner_access_control.py +1 -1
  184. cosmotech_api/models/runner_changed_parameter_value.py +1 -1
  185. cosmotech_api/models/runner_comparison_result.py +1 -1
  186. cosmotech_api/models/runner_data_download_info.py +1 -1
  187. cosmotech_api/models/runner_data_download_job.py +1 -1
  188. cosmotech_api/models/runner_resource_sizing.py +1 -1
  189. cosmotech_api/models/runner_role.py +1 -1
  190. cosmotech_api/models/runner_run_template_parameter_value.py +1 -1
  191. cosmotech_api/models/runner_security.py +1 -1
  192. cosmotech_api/models/runner_validation_status.py +1 -1
  193. cosmotech_api/models/scenario.py +2 -2
  194. cosmotech_api/models/scenario_access_control.py +1 -1
  195. cosmotech_api/models/scenario_changed_parameter_value.py +1 -1
  196. cosmotech_api/models/scenario_comparison_result.py +1 -1
  197. cosmotech_api/models/scenario_data_download_info.py +1 -1
  198. cosmotech_api/models/scenario_data_download_job.py +1 -1
  199. cosmotech_api/models/scenario_job_state.py +1 -1
  200. cosmotech_api/models/scenario_last_run.py +1 -1
  201. cosmotech_api/models/scenario_resource_sizing.py +1 -1
  202. cosmotech_api/models/scenario_role.py +1 -1
  203. cosmotech_api/models/scenario_run.py +1 -1
  204. cosmotech_api/models/scenario_run_container.py +1 -1
  205. cosmotech_api/models/scenario_run_container_artifact.py +1 -1
  206. cosmotech_api/models/scenario_run_container_logs.py +1 -1
  207. cosmotech_api/models/scenario_run_logs.py +1 -1
  208. cosmotech_api/models/scenario_run_resource_requested.py +1 -1
  209. cosmotech_api/models/scenario_run_search.py +1 -1
  210. cosmotech_api/models/scenario_run_search_state.py +1 -1
  211. cosmotech_api/models/scenario_run_start_containers.py +1 -1
  212. cosmotech_api/models/scenario_run_state.py +1 -1
  213. cosmotech_api/models/scenario_run_status.py +1 -1
  214. cosmotech_api/models/scenario_run_status_node.py +1 -1
  215. cosmotech_api/models/scenario_run_template_parameter_value.py +1 -1
  216. cosmotech_api/models/scenario_security.py +1 -1
  217. cosmotech_api/models/scenario_validation_status.py +1 -1
  218. cosmotech_api/models/send_run_data_request.py +1 -1
  219. cosmotech_api/models/solution.py +2 -2
  220. cosmotech_api/models/solution_access_control.py +1 -1
  221. cosmotech_api/models/solution_role.py +1 -1
  222. cosmotech_api/models/solution_security.py +1 -1
  223. cosmotech_api/models/source_info.py +1 -1
  224. cosmotech_api/models/sub_dataset_graph_query.py +1 -1
  225. cosmotech_api/models/twin_graph_batch_result.py +1 -1
  226. cosmotech_api/models/twin_graph_hash.py +1 -1
  227. cosmotech_api/models/twin_graph_query.py +1 -1
  228. cosmotech_api/models/twincache_status_enum.py +1 -1
  229. cosmotech_api/models/validator.py +1 -1
  230. cosmotech_api/models/workspace.py +2 -2
  231. cosmotech_api/models/workspace_access_control.py +1 -1
  232. cosmotech_api/models/workspace_file.py +1 -1
  233. cosmotech_api/models/workspace_role.py +1 -1
  234. cosmotech_api/models/workspace_secret.py +7 -5
  235. cosmotech_api/models/workspace_security.py +1 -1
  236. cosmotech_api/models/workspace_solution.py +1 -1
  237. cosmotech_api/models/workspace_web_app.py +1 -1
  238. cosmotech_api/rest.py +1 -1
  239. {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev0.dist-info}/METADATA +1 -1
  240. cosmotech_api-3.2.6.dev0.dist-info/RECORD +262 -0
  241. {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev0.dist-info}/WHEEL +1 -1
  242. cosmotech_api-3.2.6.dist-info/RECORD +0 -260
  243. {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev0.dist-info}/LICENSE +0 -0
  244. {cosmotech_api-3.2.6.dist-info → cosmotech_api-3.2.6.dev0.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 3.2.9
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.3-SNAPSHOT
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -43,7 +43,7 @@ class Workspace(BaseModel):
43
43
  web_app: Optional[WorkspaceWebApp] = Field(default=None, alias="webApp")
44
44
  send_input_to_data_warehouse: Optional[StrictBool] = Field(default=None, description="default setting for all Scenarios and Run Templates to set whether or not the Dataset values and the input parameters values are send to the DataWarehouse prior to the ScenarioRun", alias="sendInputToDataWarehouse")
45
45
  use_dedicated_event_hub_namespace: Optional[StrictBool] = Field(default=False, description="Set this property to true to use a dedicated Azure Event Hub Namespace for this Workspace. The Event Hub Namespace must be named \\'<organization_id\\>-<workspace_id\\>\\' (in lower case). This Namespace must also contain two Event Hubs named \\'probesmeasures\\' and \\'scenariorun\\'.", alias="useDedicatedEventHubNamespace")
46
- dedicated_event_hub_sas_key_name: Optional[StrictStr] = Field(default=None, description="the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey. Use the /secret endpoint to set the key value", alias="dedicatedEventHubSasKeyName")
46
+ dedicated_event_hub_sas_key_name: Optional[StrictStr] = Field(default=None, description="the Dedicated Event Hub SAS key name, default to RootManageSharedAccessKey. Ask you DevOps Team to add the associated value to your Workspace Secret", alias="dedicatedEventHubSasKeyName")
47
47
  dedicated_event_hub_authentication_strategy: Optional[StrictStr] = Field(default=None, description="the Event Hub authentication strategy, SHARED_ACCESS_POLICY or TENANT_CLIENT_CREDENTIALS. Default to the one defined for the tenant.", alias="dedicatedEventHubAuthenticationStrategy")
48
48
  send_scenario_run_to_event_hub: Optional[StrictBool] = Field(default=True, description="default setting for all Scenarios and Run Templates to set whether or not the ScenarioRun is send to the Event Hub", alias="sendScenarioRunToEventHub")
49
49
  send_scenario_metadata_to_event_hub: Optional[StrictBool] = Field(default=False, description="Set this property to false to not send scenario metada to Azure Event Hub Namespace for this Workspace. The Event Hub Namespace must be named \\'<organization_id\\>-<workspace_id\\>\\' (in lower case). This Namespace must also contain two Event Hubs named \\'scenariometadata\\' and \\'scenariorunmetadata\\'.", alias="sendScenarioMetadataToEventHub")
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.3-SNAPSHOT
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -19,7 +19,7 @@ import re # noqa: F401
19
19
  import json
20
20
 
21
21
  from pydantic import BaseModel, Field, StrictStr
22
- from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Any, ClassVar, Dict, List
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
@@ -27,8 +27,9 @@ class WorkspaceSecret(BaseModel):
27
27
  """
28
28
  the secret definition
29
29
  """ # noqa: E501
30
- dedicated_event_hub_key: Optional[StrictStr] = Field(default=None, description="the dedicated event hub shared access key", alias="dedicatedEventHubKey")
31
- __properties: ClassVar[List[str]] = ["dedicatedEventHubKey"]
30
+ name: StrictStr = Field(description="the secret name")
31
+ value: StrictStr = Field(description="the secret value")
32
+ __properties: ClassVar[List[str]] = ["name", "value"]
32
33
 
33
34
  model_config = {
34
35
  "populate_by_name": True,
@@ -81,7 +82,8 @@ class WorkspaceSecret(BaseModel):
81
82
  return cls.model_validate(obj)
82
83
 
83
84
  _obj = cls.model_validate({
84
- "dedicatedEventHubKey": obj.get("dedicatedEventHubKey")
85
+ "name": obj.get("name"),
86
+ "value": obj.get("value")
85
87
  })
86
88
  return _obj
87
89
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
cosmotech_api/rest.py CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 3.2.6
8
+ The version of the OpenAPI document: 4.0.0-onprem.7
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cosmotech-api
3
- Version: 3.2.6
3
+ Version: 3.2.6.dev0
4
4
  Summary: Cosmo Tech Platform API
5
5
  Home-page:
6
6
  Author: Repository
@@ -0,0 +1,262 @@
1
+ cosmotech_api/__init__.py,sha256=kKhG9OTFBdHY3HxtYp_v5UdxyWaRYBPJmpy5ikLrnP4,6184
2
+ cosmotech_api/api_client.py,sha256=g5vxYAlKt_S-PTnFKNwGBm6vdZmhsD_lOUQEjRYfPoY,25763
3
+ cosmotech_api/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
4
+ cosmotech_api/configuration.py,sha256=6w9RjIn0_zn4GZBC3MuGBZ2i5cArx-ivA9VHs4qrdxI,14720
5
+ cosmotech_api/exceptions.py,sha256=6NGBnhPu9tVtzZooExcyzfS2TvAzpIMzNUzT0MMv4dc,5950
6
+ cosmotech_api/model_utils.py,sha256=fIyvJUYPWUO_9AvrfYVyN0XjkZ646zcA9MKryhm7LQ8,82063
7
+ cosmotech_api/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ cosmotech_api/rest.py,sha256=83INIaCikzwGdemGtFubpL5Ael989umkIdi_y9PStEI,9209
9
+ cosmotech_api/api/__init__.py,sha256=U7m1Ywto62wExCj1tmtHSlZ88qkSmgXHT4lGP5dTm-k,429
10
+ cosmotech_api/api/connector_api.py,sha256=tS6224fBIihtbn0GtWTzdjWil9XmpJ0gk-diHnCFM38,41751
11
+ cosmotech_api/api/dataset_api.py,sha256=7FEZigYjPLTwbhUIwafjwzFh1TOaHbKgFmiA5mnQ1dI,373638
12
+ cosmotech_api/api/organization_api.py,sha256=Gm-d65zdG_DD6fARZ8wwlm6ZO8JUeLMuzuDAQusNPvw,153518
13
+ cosmotech_api/api/run_api.py,sha256=sT0HDD9U3BrRiXC8jssFYBqfOoWsP7kT4sGNC4sI6fU,89848
14
+ cosmotech_api/api/runner_api.py,sha256=J_kmtZEWhdgR5AZ7PXB7TcsHQI36Y4UY62jT1kCzwuc,185560
15
+ cosmotech_api/api/scenario_api.py,sha256=Lc3Q2NLFZ8GQ83sklXyMVCKlJoJIEcGVG4aSahnuxAA,130010
16
+ cosmotech_api/api/scenariorun_api.py,sha256=4uX_4JUytKkrXsKzGqC6jwbHh8wPO9MeNT97qKmiaWA,77627
17
+ cosmotech_api/api/scenariorunresult_api.py,sha256=l3eR-SxnJfaU6v41cUTbpKW9ThJQphvrceIN9AwwdzM,14187
18
+ cosmotech_api/api/solution_api.py,sha256=oVcjeP_GaJ9Lho6l57vHNk_pl4rmyJM7Ho707kJx4zk,237330
19
+ cosmotech_api/api/twingraph_api.py,sha256=HkPbPo34KZGMzBMKxCPP4q_BKSmIBdEBppaUoiVEWz8,79597
20
+ cosmotech_api/api/user_api.py,sha256=zSWOMck8FivYJEKFQgm9svV3F7poQbqPK0muNRB6gWA,46554
21
+ cosmotech_api/api/validator_api.py,sha256=oKLh7kQGLI6wt1wc0FG1-nFRD7ZMBrk8jeACGN_HvFY,48787
22
+ cosmotech_api/api/workspace_api.py,sha256=h2A7fixsegaSpOEVMGioJuwvFN3ly19T4FFHLUSAvuA,236091
23
+ cosmotech_api/apis/__init__.py,sha256=wm-t-B_k8CX6sba_LInXbT6nIpTvQF8Qqr7O-xU6kTY,1101
24
+ cosmotech_api/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
25
+ cosmotech_api/model/component_role_permissions.py,sha256=z6qEQpOcoL7TYR9FIKSdaIR6mEF8MqDZeNnYadcWVM0,11281
26
+ cosmotech_api/model/connector.py,sha256=D73KERT3M5uvy5K0T_mpxjg_oduDP3WPT-qdQWybiYw,15374
27
+ cosmotech_api/model/connector_parameter.py,sha256=wEQVGTm5jR1GymvCoAFmLjXmqa92ECvydVi3mbwVbRg,12487
28
+ cosmotech_api/model/connector_parameter_group.py,sha256=V2seeHiUixXyJ3FvqE5u-nWTN-T3E7BSqm6-rqmH440,11962
29
+ cosmotech_api/model/container_resource_size_info.py,sha256=ldT4czQrpKwhJafBmHJzkfaD8CeuD7BsuJScwzPlh9M,11357
30
+ cosmotech_api/model/container_resource_sizing.py,sha256=vVAE8z4yZ1l9z_4e-L0b9rG1MdljXkU1jGqyekfArH4,11690
31
+ cosmotech_api/model/dataset.py,sha256=vaMDCinAJnC3B4nAr_l0XE6EpDFG53kPX7r20TcB5kA,18444
32
+ cosmotech_api/model/dataset_access_control.py,sha256=ifqszwNZqtja7Ecj80Eh-8eth6cnyoEeRbtvNM3Mr7s,11281
33
+ cosmotech_api/model/dataset_compatibility.py,sha256=d5Q6cEgMMnP3rqAiL3xHawquilOVYNWZnkXLzW5mSBc,11964
34
+ cosmotech_api/model/dataset_connector.py,sha256=OCEDj_jR8IfFcOJunmMy6KoCF4as-YHAVHuD3kgbt8Q,11768
35
+ cosmotech_api/model/dataset_copy_parameters.py,sha256=ut_1CFAO-FUE9q-2Af2hcbg-gmgg6H-aMXEczt641uc,11817
36
+ cosmotech_api/model/dataset_role.py,sha256=FaUVT9SWk9JBQvaSrVXPPOoqjmSQKppZ6sHwLlzmoFk,11074
37
+ cosmotech_api/model/dataset_search.py,sha256=sFS4UhL1bWEvg3XAVVIyfTxDeUt09Ae4oerDhVIxyLU,11201
38
+ cosmotech_api/model/dataset_security.py,sha256=DzbJbd98IAqE6Ya4CA4if-Hzg3lbzr0-Tjh90LJF05A,11900
39
+ cosmotech_api/model/dataset_source_type.py,sha256=742KT4NVpwRc72xHN2HfBeKSVaZIKZu-KHKfF_7K_jM,11916
40
+ cosmotech_api/model/dataset_twin_graph_hash.py,sha256=GnK9lRE9oPUrcVwXJGGUCD2zvnPEDr16U-YxKaba3JE,11071
41
+ cosmotech_api/model/dataset_twin_graph_info.py,sha256=_9OpTg578I_cKvSP4ibwje0qB9vUgpuOyNX-vDdIiuw,11535
42
+ cosmotech_api/model/dataset_twin_graph_query.py,sha256=qe3AUfR7pkF0o07WjnFt22l1HUYDxubv9lvi4dlAPSs,11139
43
+ cosmotech_api/model/delete_historical_data.py,sha256=hiYlLcsZb9z0AiFWLHT-PfO9hvO6MYRrkVKdX93biys,12166
44
+ cosmotech_api/model/file_upload_metadata.py,sha256=xQUnjp9GZbdtG8Z6d6JBQKTCYnJnTYi5-R5wO4FSAp8,11197
45
+ cosmotech_api/model/file_upload_validation.py,sha256=qocCKPtE1jb0xXUcSVmKOVZAFaeyKbqolJvSH7Y9Qos,11672
46
+ cosmotech_api/model/graph_properties.py,sha256=39121rrv-QHQwbNxaJ2MYIF2fww6dBca0AeKrI88_OE,12112
47
+ cosmotech_api/model/organization.py,sha256=BPh3LuaKRsOMomS1lPhN8bQgXGrg1xDpu5TYKWpgnWY,12546
48
+ cosmotech_api/model/organization_access_control.py,sha256=0aVVajwchrwbokxxywcvRQD6C2-ZNWzD_BExefmMlLM,11296
49
+ cosmotech_api/model/organization_role.py,sha256=ZmFeSu4dpjM9mLJyDPmS7FUqunVLwNxqeeXigP7VKjk,11099
50
+ cosmotech_api/model/organization_security.py,sha256=Vkwjan3TSpqmji6gHkQAmggDVaLmvctRZfXUKvBU_SA,11960
51
+ cosmotech_api/model/organization_service.py,sha256=MthDY8nTo9RxDMfNAq7-cd_lrvXYFG-tJpsmlasOsuM,12590
52
+ cosmotech_api/model/organization_services.py,sha256=drjoQH1FQTxEmwqVh2PbU-hjRYl8kn8_q97Ej4NfS7Q,12269
53
+ cosmotech_api/model/organization_user.py,sha256=uEbQkV3aAIHNuUt1MXZnc3lWnwGJou6C3kg0fJ_0m7c,11802
54
+ cosmotech_api/model/resource_size_info.py,sha256=1ubVLlU6Mh0vfl_M6jZksseY9shiResrpqfjzw_oUd8,11330
55
+ cosmotech_api/model/run.py,sha256=gXiFcvc-MaQgcyscpv7jKGfHICvJhVEjvB1sC0c_5xc,17485
56
+ cosmotech_api/model/run_container.py,sha256=HnpAcaG0JaUMYOP3PAY9CpJtGd0ra9DzGsxKNAwVZMc,14618
57
+ cosmotech_api/model/run_container_artifact.py,sha256=Qfw5HjPSAPDbPV-sEElttpVZ-YmjN7F191pE9kbfldA,11337
58
+ cosmotech_api/model/run_container_logs.py,sha256=xzRyi63M9xo8TLKeQ2MsmGV-GKKyKKbEOEKL8NPfwtY,12013
59
+ cosmotech_api/model/run_logs.py,sha256=dJx16hlh1KDF29iuPboUEEGH0iqLx0VG1dv_Ra-R27o,11607
60
+ cosmotech_api/model/run_resource_requested.py,sha256=hhxHhPSwO-50e1HuOOpKu7zW1i1NqTJkuYoMPqlOjM0,11290
61
+ cosmotech_api/model/run_search.py,sha256=evFrMp04mAilh-PEhrddyiovNrAWk1qxOIxTvJ38YLQ,13579
62
+ cosmotech_api/model/run_start_containers.py,sha256=BuEG5YplVkxGUacqdwWwORHWjeNw6YI9Mna-4wixhUE,12584
63
+ cosmotech_api/model/run_state.py,sha256=njXEUkSasOovVYAawaqZeHITk1UQ5xAZxJaz_0lMz70,11791
64
+ cosmotech_api/model/run_status.py,sha256=rFHNFnqWnEnFOWv3G1NQIUkKBKQMK1cylOTXAaJhnjQ,14880
65
+ cosmotech_api/model/run_status_node.py,sha256=jNs3tgNTUlOjy9CtzaZXydsE_ovFeOrp94ur3XgM3gs,14444
66
+ cosmotech_api/model/run_template.py,sha256=609TmbbpD3UMMYoZlO_0lbmDOYRHYENPT6oYos2sFWA,23324
67
+ cosmotech_api/model/run_template_handler_id.py,sha256=ojbDSei8ux4qpuezjx-HFLvuN2IYp3ylPZlbW9V7m5Q,12191
68
+ cosmotech_api/model/run_template_orchestrator.py,sha256=UI1pZO4mdSKy1B5_buBiQBLtkzDFOL-qPzCyPa7Ef-I,11772
69
+ cosmotech_api/model/run_template_parameter.py,sha256=ph4TpDZ-c0eXx03YMGFhonfkizNZ84VS2V3AsjdJQKY,13427
70
+ cosmotech_api/model/run_template_parameter_group.py,sha256=f4_T2w4w_3C-grTi_IK5uyEuk06FlaSFYwPyejr-PSs,12782
71
+ cosmotech_api/model/run_template_parameter_value.py,sha256=8LO-320kWJrQif6QOhNYS_KzLgJb-5HzO74jDdcbHJg,11727
72
+ cosmotech_api/model/run_template_resource_sizing.py,sha256=ZizeXRhfpFmtEeNF0e8KL_U97ikBWPTCVV6FBAX8a58,11605
73
+ cosmotech_api/model/run_template_step_source.py,sha256=W0ljl8IddXSz-wsE5xsmOu8epk0LNTXRts8WoPOt50g,11844
74
+ cosmotech_api/model/runner.py,sha256=Sg3hbiDCbO5LYR-I0dLYc_LkbLdU5wOzhqhIA07uUfY,19620
75
+ cosmotech_api/model/runner_access_control.py,sha256=2hTYGVEuOJk8CIzgT9V5B6I6HZ4gwptRUmolqA5A_q8,11278
76
+ cosmotech_api/model/runner_changed_parameter_value.py,sha256=HJednP5O6bi19oNPAclgld8pf4nLli4n5Fu1d6hjRTE,12145
77
+ cosmotech_api/model/runner_comparison_result.py,sha256=GcPZ5O3CESCMIFb1R1_GZyYyz9kyRqS1_ueErRhAJIk,12261
78
+ cosmotech_api/model/runner_data_download_info.py,sha256=zFWWsGc-nCS123MjaHcmTe8PKCrK7sCjsx64zJKRCj0,11512
79
+ cosmotech_api/model/runner_data_download_job.py,sha256=_neVWQl7vdO7t_7fVBiq4_NdNpQDVXaYsURWCPfUXjQ,11128
80
+ cosmotech_api/model/runner_job_state.py,sha256=MLxHJ9P9v8fxuN7gYOb4jFMax1bnkua8AsxDP6RgR2o,12045
81
+ cosmotech_api/model/runner_last_run.py,sha256=ee_yw87rY8RlNoJ1h7TrPBvt6newHycmWSiRC83ssl0,11945
82
+ cosmotech_api/model/runner_resource_sizing.py,sha256=iwyHWqPTlYk278qc1Tabyd7Ujaf2I1RR-w-cVIuhCU8,11590
83
+ cosmotech_api/model/runner_role.py,sha256=LgHMN3IedQBSxrzVL7sADTkfQ_pqYQA0pL9bUpsEEo4,11069
84
+ cosmotech_api/model/runner_run_template_parameter_value.py,sha256=ZQdPwpBdzy6xp_2fjjBadY_5yBpN6BYH9XhjWhIKHcY,12107
85
+ cosmotech_api/model/runner_security.py,sha256=3nY7biCIxaruWt6hjV2fVO4VIXUO9LsTjYP4vWv8g6Q,11888
86
+ cosmotech_api/model/runner_validation_status.py,sha256=74utOR0pS4vZdzcE7dQx3BVU76ksyQu-_8uE6IkVQqE,11871
87
+ cosmotech_api/model/scenario.py,sha256=3Q5hVjUD-TKZjecTFGLYaP-1pXzKr_j3oQfIfMeEoYI,19740
88
+ cosmotech_api/model/scenario_access_control.py,sha256=uhzK18-EHlyMwiioZoFoPskuS6AYxfueN_OpSF5vJ9w,11284
89
+ cosmotech_api/model/scenario_changed_parameter_value.py,sha256=AlOthsn-dDrKaPmZ3fZMFYMi-IHYOQx30S62MhKI39M,12159
90
+ cosmotech_api/model/scenario_comparison_result.py,sha256=0AR5inpcevqJ-MTwS2kjDOtgaMVBYt-nVuz7WLfb4wY,12317
91
+ cosmotech_api/model/scenario_data_download_info.py,sha256=gHxqCbGx8lHY13QtQ7OvK0qfSEg8y-Flfj6xqXuLFTQ,11536
92
+ cosmotech_api/model/scenario_data_download_job.py,sha256=rG8hhA_jwXRYtNo5386CvfPWCu3tXCl32gkYaWP9WHc,11138
93
+ cosmotech_api/model/scenario_job_state.py,sha256=Ti0Uy9JMyVvgi3FfhUNty3HswQRfonnkGgs2Z0-m90k,12059
94
+ cosmotech_api/model/scenario_last_run.py,sha256=XJWrwLO31WA03gpE-xnh5h3F5uSA4j9nTNu2BMRWh2s,11965
95
+ cosmotech_api/model/scenario_resource_sizing.py,sha256=xg3_r0wOHTh9V3SHjC1wamNU1aTjZRgM8qZGMh0DjcA,11596
96
+ cosmotech_api/model/scenario_role.py,sha256=1XrCWXtklo0zZjXg98xyF0fDxRJozW4rgqlHU3dK3Ms,11079
97
+ cosmotech_api/model/scenario_run.py,sha256=OxmlnQB65UrnMAnzYYZb4bdSCsSIZgDOkMZZl_xL5ds,19807
98
+ cosmotech_api/model/scenario_run_container.py,sha256=W4EJTAoZ3wnyjdBnQwPZ2qlmyGX8PQl-z4SzRPzh8YM,14699
99
+ cosmotech_api/model/scenario_run_container_artifact.py,sha256=dUSHRvgWqeBS9RPUc_eynSPV1EOG3MkdaUgkycWNSzQ,11361
100
+ cosmotech_api/model/scenario_run_container_logs.py,sha256=IajNonx2uJ6pQzGS0QCGYVmy5hllAn0Wa2LIB9SykOY,12037
101
+ cosmotech_api/model/scenario_run_logs.py,sha256=dKYoLw5-ea4X9SYzytg2sbQPBoQ0koO5fRbe-KJ7DIk,11752
102
+ cosmotech_api/model/scenario_run_resource_requested.py,sha256=3z4UOqvFIOPtX0X4jWzIrWBH3vPiKy6kwgKP59YTO8k,11314
103
+ cosmotech_api/model/scenario_run_result.py,sha256=PvOsh7RqqKheB0p9_DyUgd-dMHAEtZiH0cv0TtjfPxQ,11235
104
+ cosmotech_api/model/scenario_run_search.py,sha256=wDihbQNX3EyzWRrVCLVm6jn9aMovWoEgc-aWWS62SzM,13617
105
+ cosmotech_api/model/scenario_run_start_containers.py,sha256=3OxBKvZ88yrsEfesMaiRPz7sRNIO_m1Qr3YYi0OGJjw,12665
106
+ cosmotech_api/model/scenario_run_state.py,sha256=Hl0TM56JaXSPh6VmNF_KLQb2CJYrWuSa5H_TekRvIMo,12177
107
+ cosmotech_api/model/scenario_run_status.py,sha256=E3GkYQ4FN4gGxAT8D1GHr--xTllQ0PkDPI6U55fULZE,14595
108
+ cosmotech_api/model/scenario_run_status_node.py,sha256=FB8YWb0mhAJngjSnJRF1Yjcjise_gLANcAPahBmFDPo,14541
109
+ cosmotech_api/model/scenario_run_template_parameter_value.py,sha256=ZqxYWV4znoE5xTvgL5qnLlCgPE5C6QphT1NolJ4C9Ug,12113
110
+ cosmotech_api/model/scenario_security.py,sha256=MNLNdGukXSdNGiyW2RGUe_sIAUrkKBf3w78QG2nbrz0,11912
111
+ cosmotech_api/model/scenario_user.py,sha256=fwUoU4KrUuE-1b9SHcds92ZfnLdYdwZ5S7oA6DPrvtA,11622
112
+ cosmotech_api/model/scenario_validation_status.py,sha256=nxY2zRBMr1iOUMLsY48Ruha9-Ws5u1alOzUSGmh4SJI,11885
113
+ cosmotech_api/model/solution.py,sha256=nYcgLXrpW_hkPFl6TJtcXblCgdrmYOjDWShpj2a37f0,16772
114
+ cosmotech_api/model/solution_access_control.py,sha256=Jlbmun2UMKNnZm0J_nUEXnQeK2El1yxmSsLxH47X3d8,11284
115
+ cosmotech_api/model/solution_role.py,sha256=l5tYFoN9Q-BIcpLewpAwQ3Nhl5UjvV17XtWh-kxjWno,11079
116
+ cosmotech_api/model/solution_security.py,sha256=_3L5ScdtqvSsek0AELj9-gaVD0BUNJJTnrNpHPlcx6k,11912
117
+ cosmotech_api/model/source_info.py,sha256=yaQMDX0dQ_4ptY7ptsbEc__KKblHbfolCvrzSJquIkU,11990
118
+ cosmotech_api/model/sub_dataset_graph_query.py,sha256=UrP6kWRXOKejmom6o9MXHsHeyPNFmMqUsW-WSmBZNBA,11856
119
+ cosmotech_api/model/translated_labels.py,sha256=Tim_atRtvhNScuWWU5WK7W5Yqghf8VFw29Bzam6vNhk,10778
120
+ cosmotech_api/model/twin_graph_batch_result.py,sha256=tpG4J7yypnk77rSSxOXpU48Qzk3FFVjoiAkItMT3teQ,11671
121
+ cosmotech_api/model/twin_graph_hash.py,sha256=Aej0w0PyZXrCTHHWGX1xy_BqxdecwQTUXlbqnDqIsSo,11050
122
+ cosmotech_api/model/twin_graph_import.py,sha256=jhuv_xpqwps5EKS6NMp_eF0F9-4co0tVtFMvUrfzXDU,12029
123
+ cosmotech_api/model/twin_graph_import_info.py,sha256=P4-_Cb70Z0gNgndpe2ytnxnRnxRJNPLhZFz1O3UROUQ,11318
124
+ cosmotech_api/model/twin_graph_query.py,sha256=SuGldM8q4oUUOSq9-lSP4lS75VH7lQX1gSjDVRmetgM,11351
125
+ cosmotech_api/model/user.py,sha256=NkkHMv-FEo0D-L4VneZb4dzHcb-QKGRVdZWsDkSOCAg,12199
126
+ cosmotech_api/model/user_organization.py,sha256=yaaHDVUGfQfRXZui0g_-WD-II6flJL6PTPYp2uQIyYg,12060
127
+ cosmotech_api/model/user_workspace.py,sha256=ygM6s0cPOxtcN_TyoVD3kTW1ktkVkVsiWgl-G7WhZZc,11575
128
+ cosmotech_api/model/validator.py,sha256=xidYirhhScls8GtdlZWSBQKge1WWaqSoNLXiWuj77ig,13038
129
+ cosmotech_api/model/validator_run.py,sha256=mM8Uhyoseb6H7jZLZGZtEe7e2cIzqSMu0RK9EhNR9pU,13291
130
+ cosmotech_api/model/workspace.py,sha256=5PnKfubZnFuqDFaGoS8GZmcwbjYnNdj7qipvQU5qrxw,20330
131
+ cosmotech_api/model/workspace_access_control.py,sha256=O-m6HJcj7VTCdwVw60AseWoTScGA76H0bzGFOnxGIIk,11287
132
+ cosmotech_api/model/workspace_file.py,sha256=na0G4ScIkomascvf-buXHkpff5w_gpHUu8qPa3s_eQc,11078
133
+ cosmotech_api/model/workspace_role.py,sha256=_sGn-yNFSJtnC-rJ5GZKSzdmrUHlenQy0Ru1DYFuqtY,11084
134
+ cosmotech_api/model/workspace_secret.py,sha256=1dMJvjj4y0pkPvUhdkM728bGEu46iNiJEfMD1W-sy-A,11188
135
+ cosmotech_api/model/workspace_security.py,sha256=3wZrP3xMB7ApKqJ4V3y5D16FC7m7ZW2LV9tlitJorNw,11924
136
+ cosmotech_api/model/workspace_solution.py,sha256=jRh2XVEa0-Zlo8g3g08qvyRgkOZGkcvT7FmdI0k72mU,12140
137
+ cosmotech_api/model/workspace_user.py,sha256=mXozfwgXUZQ62TVezLi66J_escMGOJzR3brKz_Kay6I,11653
138
+ cosmotech_api/model/workspace_web_app.py,sha256=v8HGKY7E36aGT4tOw154sZg4w9Vql92qbJC_bt8l5U8,12029
139
+ cosmotech_api/models/__init__.py,sha256=mBMxgUCDsxuyP0i3elo4AU7euiOWHWMI4Qty9Y2RncM,5268
140
+ cosmotech_api/models/component_role_permissions.py,sha256=Xn88QXTLG0LklF849xEbefBiOt2bFs9YJjLsLYb2V4E,2622
141
+ cosmotech_api/models/connector.py,sha256=4nTPbsoTdf8Zz9ecM4D0fuG8kMSLou-OywnRvsV2Wm8,4950
142
+ cosmotech_api/models/connector_parameter.py,sha256=HWrZiRlawswdLxXUt1HaCvG_2OkExQrkN5D-IJ84tZc,3347
143
+ cosmotech_api/models/connector_parameter_group.py,sha256=F4dq85YC4ut9l1v4Qv2kF8uWVXOUk1oZ93kpxjdNSTE,3304
144
+ cosmotech_api/models/container_resource_size_info.py,sha256=qjYp0-oOI8qRVMtD9Sctxthgggm_1uDKwtY1z86wYfU,2643
145
+ cosmotech_api/models/container_resource_sizing.py,sha256=L_MbnHU04NZO_nB-UBNo97K1TFV2xg0Pfa3va4-Huzc,3230
146
+ cosmotech_api/models/created_run.py,sha256=g7oGzzpilWWdpytFir5W35fUisU_hgjQtgqld6k7f0Y,2462
147
+ cosmotech_api/models/dataset.py,sha256=OLlqJ1o1IdLG_1Ga3F5mzeApjM0eGy5K_1B26ldEB1o,8822
148
+ cosmotech_api/models/dataset_access_control.py,sha256=MK1wg1f972aM1YXJ1Jd3G6M2-eMzGaLrPrzf3W4LK0U,2603
149
+ cosmotech_api/models/dataset_compatibility.py,sha256=ENOEU3c-cr6LiYKNrh96di_NuVnP21GoZIkbdZlbkCo,3123
150
+ cosmotech_api/models/dataset_connector.py,sha256=bw5Dws3O4qiNKQKH269CdVez3HsBzG6DdrmLPuixLSk,3000
151
+ cosmotech_api/models/dataset_copy_parameters.py,sha256=GnYAxyJG1k3RnkygIWYjTXh5unrnJQ3eL6xmj2M4z9E,2929
152
+ cosmotech_api/models/dataset_role.py,sha256=jJA2qRx7X-c8S2Ghg5Iwsbwd2XmYsDlWHvZajnU9zHY,2477
153
+ cosmotech_api/models/dataset_search.py,sha256=I4Z3Q1iuDnhmCNMcxFa0lxhliJYJ2RhTxnCbj-J7Kkc,2555
154
+ cosmotech_api/models/dataset_security.py,sha256=9DdI7FixZh6xLZ97S-WFKlXpeeyuzWSKQWfom4Z038w,3317
155
+ cosmotech_api/models/dataset_source_type.py,sha256=QHNjfMMlFOggq0oY-7NXwOh6WHGCU3VcPISyxOrXa4Q,834
156
+ cosmotech_api/models/dataset_twin_graph_hash.py,sha256=_RZ8lLb-6Z_gaVsS3OwRIT9iRM_XparRt2-IS6_SHSM,2544
157
+ cosmotech_api/models/dataset_twin_graph_info.py,sha256=0z4ZU0zEVCvtj1Vv03rPtNZFQW8shqPu1VqVnh_kXTE,2884
158
+ cosmotech_api/models/dataset_twin_graph_query.py,sha256=1E1uJhNJ7GedGovEVChzne8SSEvbRgWIcYpU7sbA8XU,2544
159
+ cosmotech_api/models/delete_historical_data.py,sha256=a_awfnlBUHPLdURRSNe2kVnVZC94VtU1vzsbgXssnNU,3154
160
+ cosmotech_api/models/file_upload_metadata.py,sha256=76GPKIyij2zRZ8Ub8qmle8_fLMilKx1UV6UrF2CMy2s,2573
161
+ cosmotech_api/models/file_upload_validation.py,sha256=R93jrBqU_OzQFwY6lWq9l5__IPq-puXDOX4dtAbTo4I,3587
162
+ cosmotech_api/models/graph_properties.py,sha256=RygGAWuPay8vtIS_8rKR-LvNtiEvblKHizoYy-jlv3A,3152
163
+ cosmotech_api/models/ingestion_status_enum.py,sha256=oEkG7LtzKeShddBsyjJ9SCI5q5D7oKvqQHYw-c-RmIk,799
164
+ cosmotech_api/models/io_types_enum.py,sha256=J6BAEYUsjnexd8ucS9ome8QckByd-o8fxL6OtvuXv_g,751
165
+ cosmotech_api/models/organization.py,sha256=lST872_qIfCb97Ah6ABiqRI5gyeQepjGm-HbhkxhHBQ,3386
166
+ cosmotech_api/models/organization_access_control.py,sha256=3j2h3aI7MDKvr75WwgngFuwBUPriiK4aRRa5kAvPCZg,2623
167
+ cosmotech_api/models/organization_role.py,sha256=Vt1cwSHWGIkXaIvlfrZCG8lROyPeXevSw76-KACNhE0,2502
168
+ cosmotech_api/models/organization_security.py,sha256=DJuMz63TdXX1SO_3XH4gMZNqa-Dcpw0N_qZVgoNmPv8,3362
169
+ cosmotech_api/models/organization_service.py,sha256=q9twjG3O96eeYl90GTdGoB-NWAaNkzIhZXKvLvUVGU8,3429
170
+ cosmotech_api/models/organization_services.py,sha256=2bDWvFThcTEYh5VXtGze7Ndwrc2LG76Gd2uPS9_-b-s,3696
171
+ cosmotech_api/models/query_result.py,sha256=0M9fBI9Jhpql0ix3BE92rXzjP_OmCNiSTLjUZ0qN8kA,2531
172
+ cosmotech_api/models/resource_size_info.py,sha256=Tw9_SUBdaUUB5NdcuowXg5rP-eQquRWh7HurjoHQS04,2616
173
+ cosmotech_api/models/run.py,sha256=9u5rT4-d8mjEzDa0oli2qje_61xp9E0ZQSFdagkdlls,8114
174
+ cosmotech_api/models/run_container.py,sha256=mbdq3VfxPkAIeLbQShh5t7QQz6MPMFiaDa1tF7YJiTI,4719
175
+ cosmotech_api/models/run_container_artifact.py,sha256=mmpznt_bgSTfwFhXEFKNQin_0JgohnyXPXcoW_Da9Bc,2704
176
+ cosmotech_api/models/run_container_logs.py,sha256=At2vnh0RBUywBvY9gtC8FKzQkMYMdFvDpFIfIT5kUeY,3366
177
+ cosmotech_api/models/run_data.py,sha256=bICQcfOmTkVvwi7TXaESeE2pARTIermqQdq0KacVqFI,2772
178
+ cosmotech_api/models/run_data_query.py,sha256=Cr8Rp_3CArycQ9uTolIzWwIzSByrz9hsmIClnv_vqmY,2494
179
+ cosmotech_api/models/run_logs.py,sha256=eCVxYUwef8VJXcz8cbJOQnRrRXhoSIaERIibQZ0-CyA,3201
180
+ cosmotech_api/models/run_logs_entry.py,sha256=6g5lgYIvSx4CtfRvPSYCHJ4NSzet-FhapPxm27gbNG0,2481
181
+ cosmotech_api/models/run_resource_requested.py,sha256=9TC5VahwSijmUIx7LAYAVELkP_VQDiZ3dL4vbdvtbEY,2699
182
+ cosmotech_api/models/run_search.py,sha256=wZErlBp7y0X-bhbYXJAHlWXqxTCu_3oiHJd4Nn6wKS0,3882
183
+ cosmotech_api/models/run_search_state.py,sha256=EecpbO1fwUlaCwXRlxHqTNjrLJzAg4jKGZT2z58ycRU,1108
184
+ cosmotech_api/models/run_start_containers.py,sha256=GfvWf57SVNOzUIHhwozsQOVEUbFxYRIxYd1P5xqA_Bw,3757
185
+ cosmotech_api/models/run_state.py,sha256=eCU24Te7XAnbBBapE6p6KgEFd4dBnPzAhyh5YSzk1ig,787
186
+ cosmotech_api/models/run_status.py,sha256=CTELx8WxANE6NGedvZsKrKbjohqFOiv1zAPoHyATZjs,5296
187
+ cosmotech_api/models/run_status_node.py,sha256=xUHsMDQw2nlzrN-A36IQaFMJxe16C5vF9NT9QzIniWo,5024
188
+ cosmotech_api/models/run_template.py,sha256=rSN4XlkNU0s9fADkQ-SwdPo1hUdJhJ87aH7ugvmoTOk,10878
189
+ cosmotech_api/models/run_template_handler_id.py,sha256=qJ1kl4sRHRadBok99KxJ3eZsArODZPTnfUveCCunoCw,914
190
+ cosmotech_api/models/run_template_orchestrator.py,sha256=SoKO4C9nd3QBvyowWdLEOpVCwO4IHNRgqNv6EVOxEWY,793
191
+ cosmotech_api/models/run_template_parameter.py,sha256=-CqpiV7hVwxPhQ0LbrKWV_PMDD3nS5K9GOuyEubhs0w,3840
192
+ cosmotech_api/models/run_template_parameter_group.py,sha256=QilAL0-GuDDEpzZCX9JWC9R-mWa3bIVrNyezLHdEqWI,3420
193
+ cosmotech_api/models/run_template_parameter_value.py,sha256=uhctxJTqFjJahGAJ741xqnFcWRVDmA6Qa-obKYACkt8,2973
194
+ cosmotech_api/models/run_template_resource_sizing.py,sha256=MOGyA7OpQldVRJU1Wb4V3BnbboIpdqzHzwKPorEYVN0,3181
195
+ cosmotech_api/models/run_template_step_source.py,sha256=MO5ZFmnI76aXxX4LGzjq-UYx-7YSwDCk7Ng2XXs2-Fc,812
196
+ cosmotech_api/models/runner.py,sha256=RJOpl8mSCD2Ii1fPOyd388T1S7rsDl9SSgMK5BLHy2U,8470
197
+ cosmotech_api/models/runner_access_control.py,sha256=mO6MnLJoSehDsDOYAUzBx7oSWh0K-zBffgFNy3YHGXM,2599
198
+ cosmotech_api/models/runner_changed_parameter_value.py,sha256=HDIxhbCW9RsimENM6eph__-EvXx-6uGDjEPuXRyJNcU,3508
199
+ cosmotech_api/models/runner_comparison_result.py,sha256=9s-MDrJ8KXfgHC7vk4XWOuUYHLLl6YEhQq3YvTW8c1k,3890
200
+ cosmotech_api/models/runner_data_download_info.py,sha256=S2vj2ApixoJjz3vdD55z8WJhI1zuAtiaOrpTrEcBl04,2634
201
+ cosmotech_api/models/runner_data_download_job.py,sha256=doQmaECdeew5AFdJ3Fpz2SXTwf_tXOfsQwYsXW2PQIw,2632
202
+ cosmotech_api/models/runner_job_state.py,sha256=SxZL-6h3Oxe1OHb9GGzQNzysOc54kwK3_vRAl74-TRw,875
203
+ cosmotech_api/models/runner_last_run.py,sha256=UO6Asi1RgD1KDaVC80ZnPZJhgajSXYX0Eoe7Ah1cOJo,3165
204
+ cosmotech_api/models/runner_parent_last_run.py,sha256=2eusGiCqzVf2a6tBZecyKWD2dP2v-PaprO6E1XwczAU,3189
205
+ cosmotech_api/models/runner_resource_sizing.py,sha256=z4I2dmVv_dV5eqlNVcEm63yTa0GM12g2ca1iIZAE-i4,3166
206
+ cosmotech_api/models/runner_role.py,sha256=pTID-gJ4x1_gGYMG-qxwwynLxfHb3Qr5zsG8IkuMo-Y,2472
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=6NEn6cReqkJdqa-0_rHejTuyUdRXGEdUQmAa734LS18,3238
209
+ cosmotech_api/models/runner_security.py,sha256=FHlAIUwcf1twbvbhSYII4y-jHk5qJ_MZrWMaLBPegZ4,3308
210
+ cosmotech_api/models/runner_validation_status.py,sha256=JYMRdQIv9Zl-5SA1la3VKstCkAtqBUacBFZ6FMYTlt8,824
211
+ cosmotech_api/models/scenario.py,sha256=OhxRIjN-1nqVT0ZQz-A_yrq1mVinTAwkqr5KnEqXaNM,9807
212
+ cosmotech_api/models/scenario_access_control.py,sha256=KF3Hq8h6MmecrtJYDgoHv71W6vZBh2FJedb35xPQOqU,2598
213
+ cosmotech_api/models/scenario_changed_parameter_value.py,sha256=omfJCQUoKlCMqIp4SeKIChC47lKZ1cViV9ng98qIP_Q,3509
214
+ cosmotech_api/models/scenario_comparison_result.py,sha256=XToYG5id41WWC6S2xN2FVYkEX8HIpZ0K-SmdX2OdrU4,3927
215
+ cosmotech_api/models/scenario_data_download_info.py,sha256=BFEXGZDcGehjRpft9L1sOOEX7Otrh4Ve1xJZg9HlHfk,2797
216
+ cosmotech_api/models/scenario_data_download_job.py,sha256=a4QHwHtAXvxeZgiNBA1qEVif4oMMc6S3CpaYiXzECSc,2633
217
+ cosmotech_api/models/scenario_job_state.py,sha256=9IXIpMGmpBtPnQnNQ-qNaC28z69uidqtwFYdavb_LWQ,872
218
+ cosmotech_api/models/scenario_last_run.py,sha256=v306FKtV7cmLyL0oNlEgjnkrxxSQP-oeqRcJOCjC1Fo,3176
219
+ cosmotech_api/models/scenario_resource_sizing.py,sha256=PGZYjW2eZt7DudD9VHxsKl-TAbOsXPBCcR9qjn8G6vs,3163
220
+ cosmotech_api/models/scenario_role.py,sha256=L86riMLDqJitr2gOKScDNPkOvQfRNiIW1MBlwX4VxDo,2473
221
+ cosmotech_api/models/scenario_run.py,sha256=kqgYKgZuHs8whqt3SyyCDk9LQ-W_2C7EImvgBImwPiY,9775
222
+ cosmotech_api/models/scenario_run_container.py,sha256=Xoc_mzT2pWKkBJAJr_bITPIco0co4aZcZIu7muaWgr4,5431
223
+ cosmotech_api/models/scenario_run_container_artifact.py,sha256=QBsXEJlEzOjkhBCPT9V450CL0HG3DvfgKB9OwT0Gg-o,2730
224
+ cosmotech_api/models/scenario_run_container_logs.py,sha256=LM8bHXzVZMnWCedVL2pgacstohWlkGdsf4zHyQCUDO4,3390
225
+ cosmotech_api/models/scenario_run_logs.py,sha256=B8LIIsgmjPEtqhEn1rBTA2rewKxc-zeCbGGfDIn_8mY,3587
226
+ cosmotech_api/models/scenario_run_resource_requested.py,sha256=SNaGoShapX7LmnGvMu-rIJPS0WZJMUgYUZ2XUuy19Uk,2714
227
+ cosmotech_api/models/scenario_run_result.py,sha256=Uh01C67xNYyuuuSL9y0OzJ2VI1mX_9V8KZILyexmVbw,2613
228
+ cosmotech_api/models/scenario_run_search.py,sha256=wmz0FWbMCKRvW68k_kpgVMB3Ap-TQ6OSk_40OLVezYU,3934
229
+ cosmotech_api/models/scenario_run_search_state.py,sha256=dYqU0gqhNTBzcMH5vfa6ZGrQrvBl8JnywfS9WWjt_tM,1115
230
+ cosmotech_api/models/scenario_run_start_containers.py,sha256=HcknEPSvPBFt1SD4-kzgm_poHt3JQIS-27PssdbEccQ,3805
231
+ cosmotech_api/models/scenario_run_state.py,sha256=82LJP8boB9ebw9eEHFzd7FJT6WfV69kfSrkB0Y5j1sY,908
232
+ cosmotech_api/models/scenario_run_status.py,sha256=Hs-tirHFZYqBONuzSi7VDIEiL9hci5J8CRKsCEkRVFI,5068
233
+ cosmotech_api/models/scenario_run_status_node.py,sha256=w3SXV12V-1asKETV-Z62GertqCH67r-MEFejpu99g44,5088
234
+ cosmotech_api/models/scenario_run_template_parameter_value.py,sha256=I161_4a916lnSvJdq0x3hDbXe_7s4QjajK5t45Ru-pw,3237
235
+ cosmotech_api/models/scenario_security.py,sha256=2wfdmEXpmoGFbrfV4sp7r5JCiPB5TGkqwKwbth_IGSg,3317
236
+ cosmotech_api/models/scenario_validation_status.py,sha256=hmAT2ZrtmViOUNXZ2SZO8gc6IYXhXTpC7gWn-VkMiCE,821
237
+ cosmotech_api/models/send_run_data_request.py,sha256=x7-XdavApKgoi3gO_CMHi1aM-x5zMM1QkCEw9pUcL1s,2565
238
+ cosmotech_api/models/solution.py,sha256=mu3fcUV785wv12V7RGcjhghjSCDQ9NMY2T5DM7tIghU,7509
239
+ cosmotech_api/models/solution_access_control.py,sha256=FMHI7G0ceHuMWqaK8VZ8hNgV4j3qoK4iVjHnbZ63wFk,2607
240
+ cosmotech_api/models/solution_role.py,sha256=_YI02mvbwTEvyyt1KSeqvRYmvwqogK4IH-ykAb5iREg,2482
241
+ cosmotech_api/models/solution_security.py,sha256=IndH1Gd22x1DLzaWI7UpPMiiLA-yqR84m1oUcTy0dMI,3326
242
+ cosmotech_api/models/source_info.py,sha256=tcYNSXTUKIPGWS3ffZQR0kNSFj7OtkZSXDIcuuSeu1s,3032
243
+ cosmotech_api/models/sub_dataset_graph_query.py,sha256=z2LVtvl71jQR0K3GjoPLW2Y6L02RBak4jDinaYxX020,3052
244
+ cosmotech_api/models/twin_graph_batch_result.py,sha256=Xq2ddO0ZK8ZBWLYjSkNUDnuY-wjbkZYYQ4162K125og,2746
245
+ cosmotech_api/models/twin_graph_hash.py,sha256=0XnuSlA70B8x6o1LUOQZMaDVt3sQyDuWql7PXM3HXbQ,2514
246
+ cosmotech_api/models/twin_graph_query.py,sha256=USdtTJ1vdMnDHh-cQWwrw6JtBWMz-NuIOBeR_WcV1SE,2667
247
+ cosmotech_api/models/twincache_status_enum.py,sha256=xATA_SuoEO9v_5GR0oa5yixDORPBZyr8suv-7ycAC_g,748
248
+ cosmotech_api/models/validator.py,sha256=4Zb-1MR7y6tAHuKbqUm_qtU4qs75xNhOkLdfLRRlbZM,3722
249
+ cosmotech_api/models/validator_run.py,sha256=OPZ2DUHjb716kXLgHhzny5BA9eRredK_EoFivhJxjYI,4561
250
+ cosmotech_api/models/workspace.py,sha256=qE-Q84KDyZpb6vD3aFMsePKVza58M74YAiDLZYAB0Q4,8803
251
+ cosmotech_api/models/workspace_access_control.py,sha256=M2AeYaM8caYKS1ypZXSF2wZ98z1MiP5y_Mkth4JA2Vw,2611
252
+ cosmotech_api/models/workspace_file.py,sha256=nPNnuVKCr9oDSswaYHYeXK8gvZWpNzLsJoKE4hkC4ZE,2568
253
+ cosmotech_api/models/workspace_role.py,sha256=OhKgPDzaUsWxDYm6f7zizIqdiccD9avSGIREmrdl7aQ,2487
254
+ cosmotech_api/models/workspace_secret.py,sha256=JDGxSJMF_h0-fEgDMG8GV_ESeoLmjuN_GQkvvTiEVro,2602
255
+ cosmotech_api/models/workspace_security.py,sha256=3J_YW1-k4LbfwMXqYWFT2N7ytoYWBoENgKMXnLxzBhg,3335
256
+ cosmotech_api/models/workspace_solution.py,sha256=BrJSl1vNsCqsxNb4ACt1SIRC4TL49ldGJ6VRd5_7ums,3182
257
+ cosmotech_api/models/workspace_web_app.py,sha256=F6TF4TZ9zmgGCLEVcGeNhNrhXbo9b2Sx8c0WRDh4J_M,2848
258
+ cosmotech_api-3.2.6.dev0.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
259
+ cosmotech_api-3.2.6.dev0.dist-info/METADATA,sha256=5AGWTHp34hhf7jqyYqiHk6m88NHPa6g5ck4fqNcMK1I,479
260
+ cosmotech_api-3.2.6.dev0.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
261
+ cosmotech_api-3.2.6.dev0.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
262
+ cosmotech_api-3.2.6.dev0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (74.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5