cosmotech-api 2.4.7__py3-none-any.whl → 3.0.9.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 (110) hide show
  1. cosmotech_api/__init__.py +1 -1
  2. cosmotech_api/api/connector_api.py +20 -21
  3. cosmotech_api/api/dataset_api.py +2612 -153
  4. cosmotech_api/api/organization_api.py +1 -131
  5. cosmotech_api/api/scenario_api.py +13 -158
  6. cosmotech_api/api/scenariorun_api.py +1 -160
  7. cosmotech_api/api/scenariorunresult_api.py +386 -0
  8. cosmotech_api/api/solution_api.py +639 -36
  9. cosmotech_api/api/twingraph_api.py +2 -145
  10. cosmotech_api/api/user_api.py +1 -1
  11. cosmotech_api/api/validator_api.py +1 -1
  12. cosmotech_api/api/workspace_api.py +1 -141
  13. cosmotech_api/api_client.py +1 -1
  14. cosmotech_api/apis/__init__.py +1 -0
  15. cosmotech_api/configuration.py +2 -2
  16. cosmotech_api/exceptions.py +1 -1
  17. cosmotech_api/model/component_role_permissions.py +1 -1
  18. cosmotech_api/model/connector.py +1 -1
  19. cosmotech_api/model/connector_parameter.py +1 -1
  20. cosmotech_api/model/connector_parameter_group.py +1 -1
  21. cosmotech_api/model/container_resource_size_info.py +1 -1
  22. cosmotech_api/model/container_resource_sizing.py +1 -1
  23. cosmotech_api/model/dataset.py +55 -1
  24. cosmotech_api/model/dataset_access_control.py +268 -0
  25. cosmotech_api/model/dataset_compatibility.py +1 -1
  26. cosmotech_api/model/dataset_connector.py +1 -1
  27. cosmotech_api/model/dataset_copy_parameters.py +1 -1
  28. cosmotech_api/model/dataset_role.py +262 -0
  29. cosmotech_api/model/dataset_search.py +1 -1
  30. cosmotech_api/model/dataset_security.py +274 -0
  31. cosmotech_api/model/dataset_source_type.py +286 -0
  32. cosmotech_api/model/dataset_twin_graph_hash.py +256 -0
  33. cosmotech_api/model/dataset_twin_graph_info.py +264 -0
  34. cosmotech_api/model/dataset_twin_graph_query.py +262 -0
  35. cosmotech_api/model/delete_historical_data.py +1 -1
  36. cosmotech_api/model/graph_properties.py +1 -1
  37. cosmotech_api/model/organization.py +1 -1
  38. cosmotech_api/model/organization_access_control.py +1 -1
  39. cosmotech_api/model/organization_role.py +1 -1
  40. cosmotech_api/model/organization_security.py +1 -1
  41. cosmotech_api/model/organization_service.py +1 -1
  42. cosmotech_api/model/organization_services.py +1 -1
  43. cosmotech_api/model/resource_size_info.py +1 -1
  44. cosmotech_api/model/run_template.py +7 -1
  45. cosmotech_api/model/run_template_handler_id.py +1 -1
  46. cosmotech_api/model/run_template_orchestrator.py +283 -0
  47. cosmotech_api/model/run_template_parameter.py +1 -1
  48. cosmotech_api/model/run_template_parameter_group.py +1 -1
  49. cosmotech_api/model/run_template_parameter_value.py +1 -1
  50. cosmotech_api/model/run_template_resource_sizing.py +1 -1
  51. cosmotech_api/model/run_template_step_source.py +1 -1
  52. cosmotech_api/model/scenario.py +1 -1
  53. cosmotech_api/model/scenario_access_control.py +1 -1
  54. cosmotech_api/model/scenario_changed_parameter_value.py +1 -1
  55. cosmotech_api/model/scenario_comparison_result.py +1 -1
  56. cosmotech_api/model/scenario_data_download_info.py +1 -1
  57. cosmotech_api/model/scenario_data_download_job.py +1 -1
  58. cosmotech_api/model/scenario_job_state.py +1 -1
  59. cosmotech_api/model/scenario_last_run.py +1 -1
  60. cosmotech_api/model/scenario_resource_sizing.py +1 -1
  61. cosmotech_api/model/scenario_role.py +1 -1
  62. cosmotech_api/model/scenario_run.py +6 -1
  63. cosmotech_api/model/scenario_run_container.py +1 -1
  64. cosmotech_api/model/scenario_run_container_artifact.py +1 -1
  65. cosmotech_api/model/scenario_run_container_logs.py +1 -1
  66. cosmotech_api/model/scenario_run_logs.py +1 -1
  67. cosmotech_api/model/scenario_run_resource_requested.py +1 -1
  68. cosmotech_api/model/scenario_run_result.py +260 -0
  69. cosmotech_api/model/scenario_run_search.py +1 -1
  70. cosmotech_api/model/scenario_run_start_containers.py +1 -1
  71. cosmotech_api/model/scenario_run_state.py +1 -1
  72. cosmotech_api/model/scenario_run_status.py +1 -1
  73. cosmotech_api/model/scenario_run_status_node.py +16 -1
  74. cosmotech_api/model/scenario_run_template_parameter_value.py +1 -1
  75. cosmotech_api/model/scenario_security.py +1 -1
  76. cosmotech_api/model/scenario_validation_status.py +1 -1
  77. cosmotech_api/model/solution.py +7 -1
  78. cosmotech_api/model/solution_access_control.py +268 -0
  79. cosmotech_api/model/solution_role.py +262 -0
  80. cosmotech_api/model/solution_security.py +274 -0
  81. cosmotech_api/model/source_info.py +3 -13
  82. cosmotech_api/model/sub_dataset_graph_query.py +268 -0
  83. cosmotech_api/model/translated_labels.py +1 -1
  84. cosmotech_api/model/twin_graph_batch_result.py +1 -1
  85. cosmotech_api/model/twin_graph_hash.py +1 -1
  86. cosmotech_api/model/twin_graph_import.py +1 -1
  87. cosmotech_api/model/twin_graph_import_info.py +1 -1
  88. cosmotech_api/model/twin_graph_query.py +1 -1
  89. cosmotech_api/model/user.py +1 -1
  90. cosmotech_api/model/user_organization.py +1 -1
  91. cosmotech_api/model/user_workspace.py +1 -1
  92. cosmotech_api/model/validator.py +1 -1
  93. cosmotech_api/model/validator_run.py +1 -1
  94. cosmotech_api/model/workspace.py +1 -1
  95. cosmotech_api/model/workspace_access_control.py +1 -1
  96. cosmotech_api/model/workspace_file.py +1 -1
  97. cosmotech_api/model/workspace_role.py +1 -1
  98. cosmotech_api/model/workspace_secret.py +1 -1
  99. cosmotech_api/model/workspace_security.py +1 -1
  100. cosmotech_api/model/workspace_solution.py +1 -1
  101. cosmotech_api/model/workspace_web_app.py +1 -1
  102. cosmotech_api/model_utils.py +1 -1
  103. cosmotech_api/models/__init__.py +14 -2
  104. cosmotech_api/rest.py +1 -1
  105. {cosmotech_api-2.4.7.dist-info → cosmotech_api-3.0.9.dev0.dist-info}/METADATA +2 -2
  106. cosmotech_api-3.0.9.dev0.dist-info/RECORD +114 -0
  107. {cosmotech_api-2.4.7.dist-info → cosmotech_api-3.0.9.dev0.dist-info}/WHEEL +1 -1
  108. cosmotech_api-2.4.7.dist-info/RECORD +0 -100
  109. {cosmotech_api-2.4.7.dist-info → cosmotech_api-3.0.9.dev0.dist-info}/LICENSE +0 -0
  110. {cosmotech_api-2.4.7.dist-info → cosmotech_api-3.0.9.dev0.dist-info}/top_level.txt +0 -0
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.3.15-private
6
+ The version of the OpenAPI document: 2.3.17
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.3.15-private
6
+ The version of the OpenAPI document: 2.3.17
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.3.15-private
6
+ The version of the OpenAPI document: 2.3.17
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -16,10 +16,17 @@ from cosmotech_api.model.connector_parameter_group import ConnectorParameterGrou
16
16
  from cosmotech_api.model.container_resource_size_info import ContainerResourceSizeInfo
17
17
  from cosmotech_api.model.container_resource_sizing import ContainerResourceSizing
18
18
  from cosmotech_api.model.dataset import Dataset
19
+ from cosmotech_api.model.dataset_access_control import DatasetAccessControl
19
20
  from cosmotech_api.model.dataset_compatibility import DatasetCompatibility
20
21
  from cosmotech_api.model.dataset_connector import DatasetConnector
21
22
  from cosmotech_api.model.dataset_copy_parameters import DatasetCopyParameters
23
+ from cosmotech_api.model.dataset_role import DatasetRole
22
24
  from cosmotech_api.model.dataset_search import DatasetSearch
25
+ from cosmotech_api.model.dataset_security import DatasetSecurity
26
+ from cosmotech_api.model.dataset_source_type import DatasetSourceType
27
+ from cosmotech_api.model.dataset_twin_graph_hash import DatasetTwinGraphHash
28
+ from cosmotech_api.model.dataset_twin_graph_info import DatasetTwinGraphInfo
29
+ from cosmotech_api.model.dataset_twin_graph_query import DatasetTwinGraphQuery
23
30
  from cosmotech_api.model.delete_historical_data import DeleteHistoricalData
24
31
  from cosmotech_api.model.graph_properties import GraphProperties
25
32
  from cosmotech_api.model.organization import Organization
@@ -31,6 +38,7 @@ from cosmotech_api.model.organization_services import OrganizationServices
31
38
  from cosmotech_api.model.resource_size_info import ResourceSizeInfo
32
39
  from cosmotech_api.model.run_template import RunTemplate
33
40
  from cosmotech_api.model.run_template_handler_id import RunTemplateHandlerId
41
+ from cosmotech_api.model.run_template_orchestrator import RunTemplateOrchestrator
34
42
  from cosmotech_api.model.run_template_parameter import RunTemplateParameter
35
43
  from cosmotech_api.model.run_template_parameter_group import RunTemplateParameterGroup
36
44
  from cosmotech_api.model.run_template_parameter_value import RunTemplateParameterValue
@@ -51,6 +59,8 @@ from cosmotech_api.model.scenario_run_container import ScenarioRunContainer
51
59
  from cosmotech_api.model.scenario_run_container_artifact import ScenarioRunContainerArtifact
52
60
  from cosmotech_api.model.scenario_run_container_logs import ScenarioRunContainerLogs
53
61
  from cosmotech_api.model.scenario_run_logs import ScenarioRunLogs
62
+ from cosmotech_api.model.scenario_run_resource_requested import ScenarioRunResourceRequested
63
+ from cosmotech_api.model.scenario_run_result import ScenarioRunResult
54
64
  from cosmotech_api.model.scenario_run_search import ScenarioRunSearch
55
65
  from cosmotech_api.model.scenario_run_start_containers import ScenarioRunStartContainers
56
66
  from cosmotech_api.model.scenario_run_state import ScenarioRunState
@@ -60,12 +70,14 @@ from cosmotech_api.model.scenario_run_template_parameter_value import ScenarioRu
60
70
  from cosmotech_api.model.scenario_security import ScenarioSecurity
61
71
  from cosmotech_api.model.scenario_validation_status import ScenarioValidationStatus
62
72
  from cosmotech_api.model.solution import Solution
73
+ from cosmotech_api.model.solution_access_control import SolutionAccessControl
74
+ from cosmotech_api.model.solution_role import SolutionRole
75
+ from cosmotech_api.model.solution_security import SolutionSecurity
63
76
  from cosmotech_api.model.source_info import SourceInfo
77
+ from cosmotech_api.model.sub_dataset_graph_query import SubDatasetGraphQuery
64
78
  from cosmotech_api.model.translated_labels import TranslatedLabels
65
79
  from cosmotech_api.model.twin_graph_batch_result import TwinGraphBatchResult
66
80
  from cosmotech_api.model.twin_graph_hash import TwinGraphHash
67
- from cosmotech_api.model.twin_graph_import import TwinGraphImport
68
- from cosmotech_api.model.twin_graph_import_info import TwinGraphImportInfo
69
81
  from cosmotech_api.model.twin_graph_query import TwinGraphQuery
70
82
  from cosmotech_api.model.validator import Validator
71
83
  from cosmotech_api.model.validator_run import ValidatorRun
cosmotech_api/rest.py CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Cosmo Tech Platform API # noqa: E501
5
5
 
6
- The version of the OpenAPI document: 2.4.7-private
6
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
7
7
  Contact: platform@cosmotech.com
8
8
  Generated by: https://openapi-generator.tech
9
9
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cosmotech-api
3
- Version: 2.4.7
3
+ Version: 3.0.9.dev0
4
4
  Summary: Cosmo Tech Platform API
5
5
  Home-page:
6
6
  Author: Repository
@@ -9,7 +9,7 @@ License: MIT License
9
9
  Keywords: OpenAPI,OpenAPI-Generator,Cosmo Tech Platform API
10
10
  Requires-Python: >=3.6
11
11
  License-File: LICENSE
12
- Requires-Dist: urllib3 (>=1.25.3)
12
+ Requires-Dist: urllib3 >=1.25.3
13
13
  Requires-Dist: python-dateutil
14
14
 
15
15
  Cosmo Tech Platform API # noqa: E501
@@ -0,0 +1,114 @@
1
+ cosmotech_api/__init__.py,sha256=8w6GNu8EO9OALkbKzSPbdSlVjd-HJ4ClGX4HbPKnpdA,736
2
+ cosmotech_api/api_client.py,sha256=qua69wvC_VSrsPWENDt8WRhQ8Pd3E7lDY6kCurpxHu4,37653
3
+ cosmotech_api/configuration.py,sha256=QWKqpuw-06BZYqC__CkPPqsGkJ3oQfqdrImY_2cOwos,16758
4
+ cosmotech_api/exceptions.py,sha256=PVyHuqRlgDNlXPpoXgqHaclfL2FYKmXL97_aXoYqVuM,5066
5
+ cosmotech_api/model_utils.py,sha256=FQcX9dCO-vzlRgEeY48h6c04nwQBKZNQ9GzQ8a_phFE,82071
6
+ cosmotech_api/rest.py,sha256=fhCLPUm1z_LiqP-4OSnogMXvPPNWoLtkuqxLDjr8wPI,14189
7
+ cosmotech_api/api/__init__.py,sha256=j0YjaWa-mhP94dpnA6Rga8BSw_i5Zdx25sNMPNRUb64,219
8
+ cosmotech_api/api/connector_api.py,sha256=7l3eUXrkGK6hSBe7R6tLELUzDsxewK8CN84HCIFEyL0,24402
9
+ cosmotech_api/api/dataset_api.py,sha256=cyJX9PcYJlQNZ1JiJMHgBgCJF3v0dBTVH49gzeChNPs,146935
10
+ cosmotech_api/api/organization_api.py,sha256=2u3Tnvz8Xj89yPKNARElgEl2j8CZJS4I_FzWVAq8RbI,88207
11
+ cosmotech_api/api/scenario_api.py,sha256=o7Lb9v9jWiFHv5wEZiYHZw-hEeTNlh-3J_QaA70HjBY,129786
12
+ cosmotech_api/api/scenariorun_api.py,sha256=IlPhHu1shaw_POfkgoKGYgx8OMDhAx4Pq2Lkd7gxXxk,77635
13
+ cosmotech_api/api/scenariorunresult_api.py,sha256=SicHuLrIEA1nbMQqMj_sEvKn_eYP44KQFaXHQgTdJpk,14195
14
+ cosmotech_api/api/solution_api.py,sha256=sGIbUg2Qumuyx51F6cyjKpqPGicDtiDrfz_cBZpLFdA,112916
15
+ cosmotech_api/api/twingraph_api.py,sha256=_g-6fjNehrqvvMdRI6VtOhNJzRMmivtXufGcyIhhwx8,79605
16
+ cosmotech_api/api/user_api.py,sha256=zSWOMck8FivYJEKFQgm9svV3F7poQbqPK0muNRB6gWA,46554
17
+ cosmotech_api/api/validator_api.py,sha256=oua0-XBQCMuYyBROC2foTqpoyaVXDnwRKFY1LpMPi4M,48795
18
+ cosmotech_api/api/workspace_api.py,sha256=Cz5QUpFvTnD7n9d95W3moUjUgSbH6kV8cnMbOG2C9n0,105442
19
+ cosmotech_api/apis/__init__.py,sha256=DzAfOkrqzr83aDw5UOmzj3dZNfMoWBGhvILXHRLCnmM,1005
20
+ cosmotech_api/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
21
+ cosmotech_api/model/component_role_permissions.py,sha256=zjTi50YEZdMpMee1ckbxWs7g_6yvrh2lPyNg-JnuIiQ,11289
22
+ cosmotech_api/model/connector.py,sha256=Xk7RxS2cTOJ5-xtnZAMIMjJsEehvEYClPGpVkUdp2xE,15382
23
+ cosmotech_api/model/connector_parameter.py,sha256=zYqiuOK4SxoT61ug6XRL5UmMBDhgr8Vntmgtuj74GF4,12495
24
+ cosmotech_api/model/connector_parameter_group.py,sha256=EMtGtD7gwX7tV-zMwTV0FVlizWzW0z_5G1syQ2YLx7A,11970
25
+ cosmotech_api/model/container_resource_size_info.py,sha256=tTxkaq1bZ3JQaRxvtM5NkWP_Ps-fXC_QywI8SlDWgas,11365
26
+ cosmotech_api/model/container_resource_sizing.py,sha256=ThE-NwFtGWfFMhr0FAD_qgaQyJR0AcUCU9NoZk5DwQo,11698
27
+ cosmotech_api/model/dataset.py,sha256=rvhSoNwf1bAYwg_trrQlZPYkT9hdMCm_7Y51FW7Z2z8,17206
28
+ cosmotech_api/model/dataset_access_control.py,sha256=yGkO20a0Sl1kRQWNItDOeDiayuNzFrhA5vukpSuA4WI,11289
29
+ cosmotech_api/model/dataset_compatibility.py,sha256=nGkKAJnTtdbHRw1r5etYsnBCkwoTVTd0UfN6pPbCMBw,11972
30
+ cosmotech_api/model/dataset_connector.py,sha256=BHJdMPtkHYTMexa9Y2dj1rmPLe__BbaKnUwZdxU_zOM,11776
31
+ cosmotech_api/model/dataset_copy_parameters.py,sha256=jmJ4hBWOUtH15lHYh5yWGXfUgOmhGabyGivRUh10DHc,11825
32
+ cosmotech_api/model/dataset_role.py,sha256=etN6YRTx61dIEsnFW2UJ1463Ffqzj900GE_qjdHlClc,11082
33
+ cosmotech_api/model/dataset_search.py,sha256=Obhy9Ydajno_gTMXu-FZCe6X_gmJr35Fp9CFbiH5xDw,11209
34
+ cosmotech_api/model/dataset_security.py,sha256=d0v0gTBLqmiMc-bDXOb1zURAmyocuqAdWtIJYnYIyzI,11908
35
+ cosmotech_api/model/dataset_source_type.py,sha256=0ICbWgrmsIv3okRi5bam4fV4TC5Qid-3lRhPiuTgqR0,11870
36
+ cosmotech_api/model/dataset_twin_graph_hash.py,sha256=7gpoifyaw8F56pPf3G9i03-ryGNmZXSojVBM1hfXOUY,11079
37
+ cosmotech_api/model/dataset_twin_graph_info.py,sha256=PosEGbqC6aU763RkBD6XQ4HmOt9Ub4mxEVguP7-ZDy0,11543
38
+ cosmotech_api/model/dataset_twin_graph_query.py,sha256=6ew2v18vj2F0DjTDczzW2fqMXc-q5wXtoRJcytulwGc,11147
39
+ cosmotech_api/model/delete_historical_data.py,sha256=OqPiD-PysTAuO5QtDaGRG7hECMLwitcCxMVY7vDk9O8,12174
40
+ cosmotech_api/model/graph_properties.py,sha256=KVvlhqIDZyBeHm9HrQ6eUFNXTL4bjpu8MyUz94PRb9g,12120
41
+ cosmotech_api/model/organization.py,sha256=3O7ZmG7esFz-PhHwsqUDNu7RxSletCr43LmqvDkr48I,12554
42
+ cosmotech_api/model/organization_access_control.py,sha256=yOn2Bm4eOS_0d4UhpjLxUxlKAbXwoqaxBfIsKhk_hRA,11304
43
+ cosmotech_api/model/organization_role.py,sha256=xZT7fxSWWKnPWNWJd_4Rj48-wVs_Xxo1he6UWRdj-OU,11107
44
+ cosmotech_api/model/organization_security.py,sha256=ad30Drz8UNVRcVLvJXz6KQ_sOombhiPaytqG2NEkMJU,11968
45
+ cosmotech_api/model/organization_service.py,sha256=z2ssF_k389S89jQUTWej45C3uZnOsi5BLPBgeCmQ-zI,12598
46
+ cosmotech_api/model/organization_services.py,sha256=RWDAF_UohvN79g0LbGlnE_p_LttDdoHHLW8QkfHI17c,12277
47
+ cosmotech_api/model/organization_user.py,sha256=uEbQkV3aAIHNuUt1MXZnc3lWnwGJou6C3kg0fJ_0m7c,11802
48
+ cosmotech_api/model/resource_size_info.py,sha256=qcjT4fXEuQFi9YjthU0Ukflmwwt7kagRleyAnswsEGU,11338
49
+ cosmotech_api/model/run_template.py,sha256=r75x3etglWW8dDTgJU3wXus8SXXzT9b4VAllVeMKGoY,22981
50
+ cosmotech_api/model/run_template_handler_id.py,sha256=o4CsUIKGGHyVKv-4OgJfYCVONqDnGRJa_wB9CJlbEWI,12199
51
+ cosmotech_api/model/run_template_orchestrator.py,sha256=s2lgEZNle2h0uuPe9CTS4MmuPMQP1dP5KFAbPEvLHH8,11780
52
+ cosmotech_api/model/run_template_parameter.py,sha256=R9C4tWVP0Od1WUbebgoXcuN5NfkN0ZBSEhAu8zkUqgk,13435
53
+ cosmotech_api/model/run_template_parameter_group.py,sha256=unA7-ZyrDe94KOJ51hgsB6G-IMNoVwK6CS-XWm3KxwY,12790
54
+ cosmotech_api/model/run_template_parameter_value.py,sha256=DK16h4WgzQaqIkOSsITSKhQMU8DoNlNwi-NwSL2XMqE,11735
55
+ cosmotech_api/model/run_template_resource_sizing.py,sha256=C4LtMz_tWbxEf907ZG9l7hGRvHud6BgyDbJJdq4-Qig,11613
56
+ cosmotech_api/model/run_template_step_source.py,sha256=iDKnHWL64uVFd7UyCiOSk4chowUB0ST0_YVTCl2gvpc,11852
57
+ cosmotech_api/model/scenario.py,sha256=R42MPw6QT0nTkJqLN_wIY_uTzlJGf6uKV9OFpEPiF9w,19748
58
+ cosmotech_api/model/scenario_access_control.py,sha256=dX882dKtrNlZHs65Lt9tCV-iBWZ01sLu8nBionUKyS8,11292
59
+ cosmotech_api/model/scenario_changed_parameter_value.py,sha256=eD-AP80ui2Dv_LvLuuPatE5B4beXq8zVUU4lTjiDswg,12167
60
+ cosmotech_api/model/scenario_comparison_result.py,sha256=CM2XWcELXxiibgfNE2-NAQZm8Ly5BOScIV4zcit56Cg,12325
61
+ cosmotech_api/model/scenario_data_download_info.py,sha256=j5nevDmbcEMpFzpDQU_rbJP7-qgJ0sjFxtzVjvntEh0,11544
62
+ cosmotech_api/model/scenario_data_download_job.py,sha256=q4S3QgXhDXFpXWKBGW0Lzc0IBW-bzs1sNxxswovCZX0,11146
63
+ cosmotech_api/model/scenario_job_state.py,sha256=4TNSDcXy6dUdAeyZx6JkS7L5OteDL02u-1xgoL9sDg8,12067
64
+ cosmotech_api/model/scenario_last_run.py,sha256=ceWtI2wRqKJjo0JvABqlxfAIh78XieOjWN_cKoMaAaE,11973
65
+ cosmotech_api/model/scenario_resource_sizing.py,sha256=JlcUf5y__1Ev25XeM2aMb_6uOtu5X3JCycVI6LDBYII,11604
66
+ cosmotech_api/model/scenario_role.py,sha256=WifF3wHDycokLCD7BaO8ngWHLwnT-H5lpdrjjcXXFGU,11087
67
+ cosmotech_api/model/scenario_run.py,sha256=rEORgCrqW_1IykmmbBLtT2Fo2IW_df-PYsQXVTRIVbY,19815
68
+ cosmotech_api/model/scenario_run_container.py,sha256=JlswMnZG0do0UWAor7KzNX5uSBQWTTPVFhPIsJxjGY8,14707
69
+ cosmotech_api/model/scenario_run_container_artifact.py,sha256=LYGV8xJj6Kj5JCATldF3_w_PWqIFUF3z4yNuyUDtA8Q,11369
70
+ cosmotech_api/model/scenario_run_container_logs.py,sha256=wBJ6NDnLART1wkDbP1RpAIRykhC9PMp6cR6YFsWVIAE,12045
71
+ cosmotech_api/model/scenario_run_logs.py,sha256=54vNJaWhYomLOHR8P2kt2toDMcsbuBhGqabzlfhxIs4,11760
72
+ cosmotech_api/model/scenario_run_resource_requested.py,sha256=xVsYoa3oEhOdE8jM5i99S1PB6zTybO9QoeyQ0oHeOYs,11322
73
+ cosmotech_api/model/scenario_run_result.py,sha256=dFbDAzefcsgVLC_Bat5BUl-iIX_7RV-CVN2A9oYFLtk,11243
74
+ cosmotech_api/model/scenario_run_search.py,sha256=edchZw7YEzn3Fm52lWcZeO6uLqW976ME1HwjR6lTHR4,13625
75
+ cosmotech_api/model/scenario_run_start_containers.py,sha256=jSynEpJMcmkBxqKmTRSGwfaZjS78-y0k3lZbAnNBIqY,12673
76
+ cosmotech_api/model/scenario_run_state.py,sha256=N3mHYOz90sD-BOywB9DX5xVcrj8DXej7vk85pefXt0c,12185
77
+ cosmotech_api/model/scenario_run_status.py,sha256=jnVeOy_BmCq5UxMCZpfrTOb-er-q4FjZ_3w6b28REtQ,14603
78
+ cosmotech_api/model/scenario_run_status_node.py,sha256=J6IQg67Qy3g9uG83VM8iZm5kKsGc472KkEWe-_L8s1g,14549
79
+ cosmotech_api/model/scenario_run_template_parameter_value.py,sha256=NoIHhZ-HTLndg56KX5xa0A8CJ0PcccnrgGB-GfIHT_k,12121
80
+ cosmotech_api/model/scenario_security.py,sha256=tal31Qt3QTEd9EuhaxOvebUZjSSTVx5ei657AR-FUME,11920
81
+ cosmotech_api/model/scenario_user.py,sha256=fwUoU4KrUuE-1b9SHcds92ZfnLdYdwZ5S7oA6DPrvtA,11622
82
+ cosmotech_api/model/scenario_validation_status.py,sha256=l-CU0Xl0vPlj229JhSiovBOXDkpSXqLOpm99rpoPs-w,11893
83
+ cosmotech_api/model/solution.py,sha256=LOJHqKUfsLSxWGckdg1km0oNCmJ9KDlcrPmvios5GWU,16323
84
+ cosmotech_api/model/solution_access_control.py,sha256=Azw5ch309RAH2tYYElIVyqMUCM6ezeZa_kbjMMJvBIM,11292
85
+ cosmotech_api/model/solution_role.py,sha256=u0elw6Aky1Nw4Nf8y7XN5RoWzgy7O_CppB6_Ifs_kiE,11087
86
+ cosmotech_api/model/solution_security.py,sha256=-uCrYNlR8d0qcwrgjLCmWwIk5HcLPoeR1t0IXczKN2M,11920
87
+ cosmotech_api/model/source_info.py,sha256=0t8VtCX34ttdgjHUWZbqUFRg3J3vRLGKatXXy2uQ2YA,11747
88
+ cosmotech_api/model/sub_dataset_graph_query.py,sha256=1oJrkin-RHCF5KaEtGA8Tu5xKalk9HXLbJGtiDKJ_WE,11864
89
+ cosmotech_api/model/translated_labels.py,sha256=-VrN9l8B2qUxm9iDmst01HbUPB_WGRgjHesQNMDf8K4,10786
90
+ cosmotech_api/model/twin_graph_batch_result.py,sha256=G8AyHo9gYd7AdDX750I_7hux8cHiEIxroxg-hF6g0Mk,11679
91
+ cosmotech_api/model/twin_graph_hash.py,sha256=tEzgkI8xBrtznolnJbG_dOOIA3cAUPT0kP-7-NV_RC0,11058
92
+ cosmotech_api/model/twin_graph_import.py,sha256=fmm_m2aGKHnOzorAermwpVuKVx_4-zNVIGEccGGf2BE,12037
93
+ cosmotech_api/model/twin_graph_import_info.py,sha256=kLmsCevhdhXlHwAYotc28RbnDxlIY4_90ohvyQk0RAw,11326
94
+ cosmotech_api/model/twin_graph_query.py,sha256=9syQHImLR_MyZVvRfRy7DBPAVelKwRbX4NpVy3lXN1A,11359
95
+ cosmotech_api/model/user.py,sha256=NkkHMv-FEo0D-L4VneZb4dzHcb-QKGRVdZWsDkSOCAg,12199
96
+ cosmotech_api/model/user_organization.py,sha256=yaaHDVUGfQfRXZui0g_-WD-II6flJL6PTPYp2uQIyYg,12060
97
+ cosmotech_api/model/user_workspace.py,sha256=ygM6s0cPOxtcN_TyoVD3kTW1ktkVkVsiWgl-G7WhZZc,11575
98
+ cosmotech_api/model/validator.py,sha256=BcrgKjIxJFofCzstr8tozrFUku3B3jwPfsYHKpHmnJg,13046
99
+ cosmotech_api/model/validator_run.py,sha256=eV6oI3IvFoGQoA6cA1IEetTTADESGTeFLtGRFVnUU_Q,13299
100
+ cosmotech_api/model/workspace.py,sha256=w0XDkVw1fxGjGNzc3c8UmeoFG25WKWKpNmoERdj5Esk,19017
101
+ cosmotech_api/model/workspace_access_control.py,sha256=k3XuF_1-UAxO3Mo4ky8Khcab2C88GWtxdWLneAynxAU,11295
102
+ cosmotech_api/model/workspace_file.py,sha256=J_eACIO2nKYbLa22xyMswwjlraZQOHMTPxUwQeh_obs,11086
103
+ cosmotech_api/model/workspace_role.py,sha256=biDhbbBoRe6e2HXkebDxulUGDO1G84RXN3m9qRVwsKU,11092
104
+ cosmotech_api/model/workspace_secret.py,sha256=u4Bh7OtQipnu6Z6x-ZJquxJTMSqHCnk-WLoNw1P6rsQ,11196
105
+ cosmotech_api/model/workspace_security.py,sha256=YZGiG3tC7pGUxOXh3hu8ww1hQjraTamO4lIQtBzuQGk,11932
106
+ cosmotech_api/model/workspace_solution.py,sha256=yII6jU-2tnKe98ObMtN6nNB_1URPqtAq_rGT9YcCJNw,12148
107
+ cosmotech_api/model/workspace_user.py,sha256=mXozfwgXUZQ62TVezLi66J_escMGOJzR3brKz_Kay6I,11653
108
+ cosmotech_api/model/workspace_web_app.py,sha256=hlH882Iqmpb2xp9v1_OZ8nEYZn27y6BMFwNY3ZlYWAo,12037
109
+ cosmotech_api/models/__init__.py,sha256=Ugn35O9QheOikIe3c5DzRuBNx9m_omfUo9QY0UqmxzY,6147
110
+ cosmotech_api-3.0.9.dev0.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
111
+ cosmotech_api-3.0.9.dev0.dist-info/METADATA,sha256=20d-y2R8hVwaOJyLbgryi1A7hYhUj02ZIAPCgtQMDZQ,400
112
+ cosmotech_api-3.0.9.dev0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
113
+ cosmotech_api-3.0.9.dev0.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
114
+ cosmotech_api-3.0.9.dev0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.0)
2
+ Generator: bdist_wheel (0.41.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,100 +0,0 @@
1
- cosmotech_api/__init__.py,sha256=exjgiLNlvHbn_-KYzL9pG-Fs_TZPgnzOItAilPzh7n8,735
2
- cosmotech_api/api_client.py,sha256=lu-eY6vpjt0knk-kCdNH8NczwTj5VS9lb_jnZWAs-1o,37652
3
- cosmotech_api/configuration.py,sha256=qffwCFQkbBaqPgz2Fd53SqOT7iZTBaBXcXasccfgaSY,16756
4
- cosmotech_api/exceptions.py,sha256=VsAp9U4Kf7px9OtrHpkomvZPwkkIKh_NOLTe56AgNG4,5065
5
- cosmotech_api/model_utils.py,sha256=e3tJ2ZEJYR_0QmB51pNZD8kPd2AcNVAhueAhGrbXpR4,82070
6
- cosmotech_api/rest.py,sha256=mgCth3uvOMjFPspkZV7E8fMmKydpH7qtVWAxo1hiZVA,14188
7
- cosmotech_api/api/__init__.py,sha256=j0YjaWa-mhP94dpnA6Rga8BSw_i5Zdx25sNMPNRUb64,219
8
- cosmotech_api/api/connector_api.py,sha256=SNWT0IETzx-GrAhT9mBfCFNHsowkHBBloXXNC4jnR8w,24323
9
- cosmotech_api/api/dataset_api.py,sha256=uHH5WqXiNMlfi--cMb84jzVBGV6yqF4ZsIB_Tx0u__k,54208
10
- cosmotech_api/api/organization_api.py,sha256=ZoG6NUuswQn8_6Ja08yYYhl6n4bH0nuVlIVeUOnoHi8,92966
11
- cosmotech_api/api/scenario_api.py,sha256=2P-paxaE5vJgIbjbY73i-Khq5iuX4cmmWxNle7CsgFU,135368
12
- cosmotech_api/api/scenariorun_api.py,sha256=HFUz-DA1VQTwYBzzj7lMnBUzEzmz566Mocqq1M0gXMw,83627
13
- cosmotech_api/api/solution_api.py,sha256=V0PBIPeg_zWlGArVUaNmssK_oMbHuK08REA9uvKdQ00,89627
14
- cosmotech_api/api/twingraph_api.py,sha256=j9TYcRe9xMoOinJnINe_itWbv-48OrcxyrmH6yAwPuM,85054
15
- cosmotech_api/api/user_api.py,sha256=MQjIWunqLH3xgoG80zNs1IAd2XErSpvbT3fWSN2MKkU,46562
16
- cosmotech_api/api/validator_api.py,sha256=hrlmrpiksnFMfdBp-B1wUTmXIT5XtuskhEv21CKYpSc,48794
17
- cosmotech_api/api/workspace_api.py,sha256=4-uXnMPFx4iYe1DxWPw9bOSVeeHh3fyPUGf6SQy48Gs,110594
18
- cosmotech_api/apis/__init__.py,sha256=Ys509ZuGJOu4j5i6IZOZZzuPnpZq6mXhGi6-W7APqhs,932
19
- cosmotech_api/model/__init__.py,sha256=N49d9K35V_Hd5lOHWcMeVRl0Iy_-L-03rZgfKXwlESM,348
20
- cosmotech_api/model/component_role_permissions.py,sha256=vbHI2EZbGdgLDO5AzTTL-yOcuFikXN_1CP0LcvkcEf0,11288
21
- cosmotech_api/model/connector.py,sha256=oZ1GfxSBzff5nn-j0HxX6ZfZPDjiUrgpKcCjabbQodY,15381
22
- cosmotech_api/model/connector_parameter.py,sha256=cFe5wsGtRHhxc8xSPMEJ7oYb7G5CbGZ1S8t2cJujh5Y,12494
23
- cosmotech_api/model/connector_parameter_group.py,sha256=dlhyzCny8Y0itxk0Cdy-wgH2sIxceWiwISLhw_Re_8I,11969
24
- cosmotech_api/model/container_resource_size_info.py,sha256=VpMPMU80eKEbxuumLSoRWhzn6-Zpz5A3q5y2F0oLrFg,11364
25
- cosmotech_api/model/container_resource_sizing.py,sha256=b8nPJXNuWiYWYTUZ0c8Ri79hqaKrFYb9pauQiRp8Sgg,11697
26
- cosmotech_api/model/dataset.py,sha256=xhx23gXI97ugbdXSR1jmq_hY-Lv9smte_IResuoHCt0,13965
27
- cosmotech_api/model/dataset_compatibility.py,sha256=HKH-6H739GDudHg0AYOxrO2Bl-ro2ALcp3QRH2t4n3k,11971
28
- cosmotech_api/model/dataset_connector.py,sha256=FOy7jK0deg6tQFu4jeaLAbuRwOTCpGYmS_p5kXsk6KY,11775
29
- cosmotech_api/model/dataset_copy_parameters.py,sha256=cxGDviLbn5RdQHSAi_5qB4PyLbFh0cUNhXAVcJDf1Nw,11824
30
- cosmotech_api/model/dataset_search.py,sha256=HquPVfkEWwQBVActaQeSuYqHwzjeOMuSfuu8zAGcjFQ,11208
31
- cosmotech_api/model/delete_historical_data.py,sha256=V2bxGXZiASM--LMPGvqpMx6XWL1IgoANIGbXIDl4S58,12173
32
- cosmotech_api/model/graph_properties.py,sha256=maf65-7CtUNb2njySGGSwctzrUWYBehyaGGva5_iAtM,12119
33
- cosmotech_api/model/organization.py,sha256=NQRy45KJjTbGsMobbI2_Tk_AXIJfA5osgO5yvkLjlfs,12553
34
- cosmotech_api/model/organization_access_control.py,sha256=1K4axF0k83YkNKf0YwZDfCNk6SWD8XpKcahC3ygFp4c,11303
35
- cosmotech_api/model/organization_role.py,sha256=NeFRvQ8Jz5n8DBqBmUuGl_aACZnyiCtfgMf6QH7GUOM,11106
36
- cosmotech_api/model/organization_security.py,sha256=9BVHv98sXo1T5oUDg_cfKb7p966-M9-GdhJLVjTGS8Y,11967
37
- cosmotech_api/model/organization_service.py,sha256=BYgknsqtiTtSEApDI_DKn94TUv7QKjGkckaeQXKX2y4,12597
38
- cosmotech_api/model/organization_services.py,sha256=HjGnbftox0t7pmQ7d_a95__jWt1KmPybhlAtQt43xCY,12276
39
- cosmotech_api/model/organization_user.py,sha256=uEbQkV3aAIHNuUt1MXZnc3lWnwGJou6C3kg0fJ_0m7c,11802
40
- cosmotech_api/model/resource_size_info.py,sha256=zr4UbQNGlsEzoJSFIp1o9ruYQTPRRhbOGmWu9WtwE9Y,11337
41
- cosmotech_api/model/run_template.py,sha256=hWp0lhm_6gEM6_XJTFkIwCTCpIcJTvDKwY4Od6UqBhg,22525
42
- cosmotech_api/model/run_template_handler_id.py,sha256=9BFyOWfsr3oHPfthCwj7oUml-dCSxSOXAqEvNuRGAnw,12198
43
- cosmotech_api/model/run_template_parameter.py,sha256=dsoziMzbbWs-ExJ365XSwbdnSU0a_q4Yt6JBrERfnDE,13434
44
- cosmotech_api/model/run_template_parameter_group.py,sha256=c1v6uxiDJmU6T0KUxlpr7Qr92IC6PBk56EJm-sP2DAE,12789
45
- cosmotech_api/model/run_template_parameter_value.py,sha256=Qmz4KmrX--nqWwbOBQMPlZpcyySODmXzswLzNU_XF4w,11734
46
- cosmotech_api/model/run_template_resource_sizing.py,sha256=bUEbOlu6So_A0P6pt1JvTFNEDqHTzFCbQGzxeuMKFTw,11612
47
- cosmotech_api/model/run_template_step_source.py,sha256=xgMEzMWeQpY4Xan8bvLGMMBbD8T_nx-dPvSbp5IU-_s,11851
48
- cosmotech_api/model/scenario.py,sha256=lQWwtmoobxxKjHc7nyrspqULzMyKGPNzszdsfezamgU,19747
49
- cosmotech_api/model/scenario_access_control.py,sha256=ZF0sgCEW237Zniqdm88D7KgIxOvL1XYCAU5YOyy1NH0,11291
50
- cosmotech_api/model/scenario_changed_parameter_value.py,sha256=D8qHgechURo2xsqxKvfafxiNVjf47NGLEBfo4e-1C6U,12166
51
- cosmotech_api/model/scenario_comparison_result.py,sha256=zpGl9-vFTzZTBrR7DFEmeBpOk9YHjXROmqEJ3OO884U,12324
52
- cosmotech_api/model/scenario_data_download_info.py,sha256=eTO4_93t2mKjqhnqFjTxpcJ9tHnPbCgATRoK5f9b9fQ,11543
53
- cosmotech_api/model/scenario_data_download_job.py,sha256=47f3P62HUJ4z100ll4pdLx9jIjOkSPINF-9DVBN4ySg,11145
54
- cosmotech_api/model/scenario_job_state.py,sha256=6-E_-gupRObYjxszKbOJTrxVh6Womf1S53QoIVhQkQ4,12066
55
- cosmotech_api/model/scenario_last_run.py,sha256=_CQZkJbLugRI0eIgLEp4vIvFk8J_eKMBcW0kqo86kZM,11972
56
- cosmotech_api/model/scenario_resource_sizing.py,sha256=uS0y-DsUNZM0jPioOcxiZNVYD93_5rSMXDhf1z3ZKbM,11603
57
- cosmotech_api/model/scenario_role.py,sha256=juKG87y4Of6FcWVk2vQYJnGgb_xuHW9KHwt5xQRqyRA,11086
58
- cosmotech_api/model/scenario_run.py,sha256=a8EY1Jnz2-77p1sF9dz4CmFbqe9rNP-UWryacSOjyrA,19509
59
- cosmotech_api/model/scenario_run_container.py,sha256=2N4wJKY0dQM8IcdP42_72q_rxfu70MnIjts7N3k8pjI,14706
60
- cosmotech_api/model/scenario_run_container_artifact.py,sha256=fAPNwFmCPhRLvvNDV-LY_KQ-Bfb8yp8aL3lGgDpnwQY,11368
61
- cosmotech_api/model/scenario_run_container_logs.py,sha256=aCosY543tzmb2dDqsKaqEGCPN_ZxaEtlTq7kuOjvAdA,12044
62
- cosmotech_api/model/scenario_run_logs.py,sha256=7TYHpAwljVRQ3eovdiscncRVLZN6etTV5WlRkgClvPE,11759
63
- cosmotech_api/model/scenario_run_resource_requested.py,sha256=qRbSOwNk_BitY7fvGNPcZ_3WihfAfXKpqv3hcH6tULQ,11323
64
- cosmotech_api/model/scenario_run_search.py,sha256=LQQREPzrbZXr8tBux3BWNXMLjzaSws-Hh9hZBeVamTk,13624
65
- cosmotech_api/model/scenario_run_start_containers.py,sha256=x7Hmg5D-VFkOtsZlgTUEXEwxZOvJBlwHUiPOBG5irkY,12672
66
- cosmotech_api/model/scenario_run_state.py,sha256=Sc7j2uUn23MztVVfW0QIhHZotDX5aAFxqxceoXuaTdY,12184
67
- cosmotech_api/model/scenario_run_status.py,sha256=OeBwQEWce1tMcV6xeMPuE45nNPMGi1EFQEoodoiDi6E,14602
68
- cosmotech_api/model/scenario_run_status_node.py,sha256=8UR0ZF3H8dmJue0mnqttbHBFpJ-Wpw7qD7cn0RmDko0,13659
69
- cosmotech_api/model/scenario_run_template_parameter_value.py,sha256=YpmP27C-382vUOi0DduOjRwHsT12v3cZm0j7ogxECDI,12120
70
- cosmotech_api/model/scenario_security.py,sha256=mdMn5OVXHlHvBqIf1M_D_kBf-2BeeIvi3rEC6cKH8NU,11919
71
- cosmotech_api/model/scenario_user.py,sha256=fwUoU4KrUuE-1b9SHcds92ZfnLdYdwZ5S7oA6DPrvtA,11622
72
- cosmotech_api/model/scenario_validation_status.py,sha256=hnMM81h3JzCOTmznxND50jNkJ35M_aiwEiSyqTqrPrQ,11892
73
- cosmotech_api/model/solution.py,sha256=xbAJaf8wZsdGM7KrbtWA6kJBGaBPqkBfY3kgpL1109c,15829
74
- cosmotech_api/model/source_info.py,sha256=ts9rpd07QNP7Idj7B1iolUA4l8FUbZkpS8SnaagnPkM,12122
75
- cosmotech_api/model/translated_labels.py,sha256=NAxhIalfusuU3ejy2nsKxf2FaDOIh0Y4LzwqMMRRtl4,10785
76
- cosmotech_api/model/twin_graph_batch_result.py,sha256=RZnkQ9f4tb7zJ9tLM9ZoHxbLV_SNdrPlNPI5wtsnieE,11678
77
- cosmotech_api/model/twin_graph_hash.py,sha256=7ejAr6pPUZn8Kq0m7GA9_EGaz28ANVDWCnF1dz6ZqUo,11057
78
- cosmotech_api/model/twin_graph_import.py,sha256=iCZ1TBItwWniaEjgb9facdkk86RCGmFl0Pt94j446RA,12036
79
- cosmotech_api/model/twin_graph_import_info.py,sha256=b5EZY0qbrD5n-xSi0xMMk7KBXUVQqgCIIYezVBBqQOk,11325
80
- cosmotech_api/model/twin_graph_query.py,sha256=EBPn7hgjDHve02YEklelxnZigb-RXz8VYX_vul2_W68,11358
81
- cosmotech_api/model/user.py,sha256=KaHxNuiraH48ucMtsPZfwiDFNUguJxzH38PLxnXbxNk,12207
82
- cosmotech_api/model/user_organization.py,sha256=4vKebfbU_Lxn4xfJuX4sPYB5WT7ImK1lDGr8i85tT3o,12068
83
- cosmotech_api/model/user_workspace.py,sha256=OpqbrI2dp5FWYVJjTm-UOWS4yXhl9w_YwOyMxamsYX8,11583
84
- cosmotech_api/model/validator.py,sha256=OIR8rfFXxa-5VsZVqH6YtlzaKHbGGCI8yR_YtwiDoCE,13045
85
- cosmotech_api/model/validator_run.py,sha256=OiyVxjBOEEzd9EdkDqR2Rkb8CIxJqbfXX0RQJLEsFJQ,13298
86
- cosmotech_api/model/workspace.py,sha256=Lwz7-u0A3p9NYWYinv0HmGSq-RxcumQMn7UEa2xWUQw,19016
87
- cosmotech_api/model/workspace_access_control.py,sha256=DnurPHx9oVt4WuMGLWsanVD_RztTlEkvaDLLQRsYM5c,11294
88
- cosmotech_api/model/workspace_file.py,sha256=sMbdDCS01ZxPbR8M8E8KIr5MttYOvl6eBZFtX-nDYjY,11085
89
- cosmotech_api/model/workspace_role.py,sha256=FGdTYsSDpY1j_mRBbFxkM4-39PARRU7a8SAPIDyO4gU,11091
90
- cosmotech_api/model/workspace_secret.py,sha256=XSX_PRpDo15FsKTETviKQoVxZfaZ0r7csjBdh9QOhWs,11195
91
- cosmotech_api/model/workspace_security.py,sha256=ys3RB-R5kPwO377yU20JV3dsCI7we9gp4FbxcnwJm6g,11931
92
- cosmotech_api/model/workspace_solution.py,sha256=rOLRwm0uWRXMgw9OKPi-Oq0vWocWP5cKBhoLdCJpJ1o,12147
93
- cosmotech_api/model/workspace_user.py,sha256=mXozfwgXUZQ62TVezLi66J_escMGOJzR3brKz_Kay6I,11653
94
- cosmotech_api/model/workspace_web_app.py,sha256=IZE1MwZzOcooHmqTiyzgTKClaBXVIs76ysGXX6YLQoo,12036
95
- cosmotech_api/models/__init__.py,sha256=52R-7zsvgWzkyRACodudYJEqb3UyTOgsw540ZCJLSI0,5261
96
- cosmotech_api-2.4.7.dist-info/LICENSE,sha256=3WIX4TWBzkdiuP1Yiuv4TzmgFUpd_Nu9R-C4a4U6ijo,1134
97
- cosmotech_api-2.4.7.dist-info/METADATA,sha256=zH55s-id4dvrg60r3_VTgQNA9Amm7EaimTXtdl_ebn0,397
98
- cosmotech_api-2.4.7.dist-info/WHEEL,sha256=AtBG6SXL3KF_v0NxLf0ehyVOh0cold-JbJYXNGorC6Q,92
99
- cosmotech_api-2.4.7.dist-info/top_level.txt,sha256=wv9-Z7Kc5Uxdc-ZChExKN0TSbyrEU7FHipDjAyybBlw,14
100
- cosmotech_api-2.4.7.dist-info/RECORD,,