cosmotech-api 2.4.1__tar.gz → 3.0.9.dev0__tar.gz

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 (220) hide show
  1. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/PKG-INFO +3 -1
  2. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/README.md +47 -18
  3. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/__init__.py +1 -1
  4. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/connector_api.py +20 -21
  5. cosmotech-api-3.0.9.dev0/cosmotech_api/api/dataset_api.py +3921 -0
  6. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/organization_api.py +1 -131
  7. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/scenario_api.py +13 -158
  8. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/scenariorun_api.py +1 -160
  9. cosmotech-api-3.0.9.dev0/cosmotech_api/api/scenariorunresult_api.py +386 -0
  10. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/solution_api.py +639 -36
  11. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/twingraph_api.py +63 -206
  12. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/user_api.py +1 -1
  13. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/validator_api.py +1 -1
  14. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/workspace_api.py +1 -141
  15. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api_client.py +1 -1
  16. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/apis/__init__.py +1 -0
  17. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/configuration.py +2 -2
  18. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/exceptions.py +1 -1
  19. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/component_role_permissions.py +1 -1
  20. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/connector.py +1 -1
  21. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/connector_parameter.py +1 -1
  22. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/connector_parameter_group.py +1 -1
  23. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/container_resource_size_info.py +1 -1
  24. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/container_resource_sizing.py +1 -1
  25. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset.py +55 -1
  26. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_access_control.py +268 -0
  27. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_compatibility.py +1 -1
  28. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_connector.py +1 -1
  29. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_copy_parameters.py +1 -1
  30. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_role.py +262 -0
  31. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/dataset_search.py +1 -1
  32. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_security.py +274 -0
  33. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_source_type.py +286 -0
  34. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_twin_graph_hash.py +256 -0
  35. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_twin_graph_info.py +264 -0
  36. cosmotech-api-3.0.9.dev0/cosmotech_api/model/dataset_twin_graph_query.py +262 -0
  37. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/delete_historical_data.py +1 -1
  38. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/graph_properties.py +1 -1
  39. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization.py +1 -1
  40. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_access_control.py +1 -1
  41. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_role.py +1 -1
  42. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_security.py +1 -1
  43. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_service.py +1 -1
  44. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_services.py +1 -1
  45. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/resource_size_info.py +1 -1
  46. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template.py +7 -1
  47. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_handler_id.py +1 -1
  48. cosmotech-api-3.0.9.dev0/cosmotech_api/model/run_template_orchestrator.py +283 -0
  49. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_parameter.py +1 -1
  50. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_parameter_group.py +1 -1
  51. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_parameter_value.py +1 -1
  52. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_resource_sizing.py +1 -1
  53. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/run_template_step_source.py +1 -1
  54. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario.py +1 -1
  55. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_access_control.py +1 -1
  56. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_changed_parameter_value.py +1 -1
  57. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_comparison_result.py +1 -1
  58. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_data_download_info.py +1 -1
  59. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_data_download_job.py +1 -1
  60. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_job_state.py +1 -1
  61. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_last_run.py +1 -1
  62. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_resource_sizing.py +1 -1
  63. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_role.py +1 -1
  64. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run.py +6 -1
  65. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_container.py +1 -1
  66. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_container_artifact.py +1 -1
  67. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_container_logs.py +1 -1
  68. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_logs.py +1 -1
  69. cosmotech-api-3.0.9.dev0/cosmotech_api/model/scenario_run_resource_requested.py +260 -0
  70. cosmotech-api-3.0.9.dev0/cosmotech_api/model/scenario_run_result.py +260 -0
  71. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_search.py +1 -1
  72. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_start_containers.py +1 -1
  73. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_state.py +1 -1
  74. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_status.py +1 -1
  75. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_status_node.py +16 -1
  76. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_run_template_parameter_value.py +1 -1
  77. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_security.py +1 -1
  78. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_validation_status.py +1 -1
  79. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/solution.py +7 -1
  80. cosmotech-api-3.0.9.dev0/cosmotech_api/model/solution_access_control.py +268 -0
  81. cosmotech-api-3.0.9.dev0/cosmotech_api/model/solution_role.py +262 -0
  82. cosmotech-api-3.0.9.dev0/cosmotech_api/model/solution_security.py +274 -0
  83. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/source_info.py +3 -13
  84. cosmotech-api-3.0.9.dev0/cosmotech_api/model/sub_dataset_graph_query.py +268 -0
  85. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/translated_labels.py +1 -1
  86. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_batch_result.py +1 -1
  87. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_hash.py +1 -1
  88. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_import.py +1 -1
  89. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_import_info.py +1 -1
  90. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/twin_graph_query.py +1 -1
  91. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/user.py +1 -1
  92. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/user_organization.py +1 -1
  93. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/user_workspace.py +1 -1
  94. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/validator.py +1 -1
  95. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/validator_run.py +1 -1
  96. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace.py +1 -1
  97. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_access_control.py +1 -1
  98. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_file.py +1 -1
  99. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_role.py +1 -1
  100. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_secret.py +1 -1
  101. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_security.py +1 -1
  102. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_solution.py +1 -1
  103. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_web_app.py +1 -1
  104. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model_utils.py +1 -1
  105. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/models/__init__.py +14 -2
  106. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/rest.py +1 -1
  107. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/PKG-INFO +3 -1
  108. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/SOURCES.txt +30 -0
  109. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/setup.py +2 -2
  110. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_component_role_permissions.py +1 -1
  111. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_connector.py +1 -1
  112. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_connector_api.py +4 -4
  113. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_connector_parameter.py +1 -1
  114. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_connector_parameter_group.py +1 -1
  115. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_container_resource_size_info.py +1 -1
  116. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_container_resource_sizing.py +1 -1
  117. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_dataset.py +7 -1
  118. cosmotech-api-3.0.9.dev0/test/test_dataset_access_control.py +36 -0
  119. cosmotech-api-3.0.9.dev0/test/test_dataset_api.py +211 -0
  120. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_dataset_compatibility.py +1 -1
  121. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_dataset_connector.py +1 -1
  122. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_dataset_copy_parameters.py +1 -1
  123. cosmotech-api-3.0.9.dev0/test/test_dataset_role.py +36 -0
  124. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_dataset_search.py +1 -1
  125. cosmotech-api-3.0.9.dev0/test/test_dataset_security.py +38 -0
  126. cosmotech-api-3.0.9.dev0/test/test_dataset_source_type.py +36 -0
  127. cosmotech-api-3.0.9.dev0/test/test_dataset_twin_graph_hash.py +36 -0
  128. cosmotech-api-3.0.9.dev0/test/test_dataset_twin_graph_info.py +36 -0
  129. cosmotech-api-3.0.9.dev0/test/test_dataset_twin_graph_query.py +36 -0
  130. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_delete_historical_data.py +1 -1
  131. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_graph_properties.py +1 -1
  132. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization.py +1 -1
  133. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_access_control.py +1 -1
  134. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_api.py +1 -8
  135. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_role.py +1 -1
  136. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_security.py +1 -1
  137. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_service.py +1 -1
  138. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_services.py +1 -1
  139. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_resource_size_info.py +1 -1
  140. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template.py +3 -1
  141. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template_handler_id.py +1 -1
  142. cosmotech-api-3.0.9.dev0/test/test_run_template_orchestrator.py +36 -0
  143. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template_parameter.py +1 -1
  144. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template_parameter_group.py +1 -1
  145. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template_parameter_value.py +1 -1
  146. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template_resource_sizing.py +1 -1
  147. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_run_template_step_source.py +1 -1
  148. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario.py +1 -1
  149. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_access_control.py +1 -1
  150. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_api.py +1 -8
  151. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_changed_parameter_value.py +1 -1
  152. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_comparison_result.py +1 -1
  153. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_data_download_info.py +1 -1
  154. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_data_download_job.py +1 -1
  155. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_job_state.py +1 -1
  156. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_last_run.py +1 -1
  157. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_resource_sizing.py +1 -1
  158. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_role.py +1 -1
  159. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run.py +1 -1
  160. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_container.py +1 -1
  161. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_container_artifact.py +1 -1
  162. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_container_logs.py +1 -1
  163. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_logs.py +1 -1
  164. cosmotech-api-3.0.9.dev0/test/test_scenario_run_resource_requested.py +36 -0
  165. cosmotech-api-3.0.9.dev0/test/test_scenario_run_result.py +36 -0
  166. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_search.py +1 -1
  167. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_start_containers.py +1 -1
  168. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_state.py +1 -1
  169. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_status.py +1 -1
  170. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_status_node.py +3 -1
  171. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_run_template_parameter_value.py +1 -1
  172. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_security.py +1 -1
  173. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_validation_status.py +1 -1
  174. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenariorun_api.py +1 -8
  175. cosmotech-api-3.0.9.dev0/test/test_scenariorunresult_api.py +43 -0
  176. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_solution.py +3 -1
  177. cosmotech-api-3.0.9.dev0/test/test_solution_access_control.py +36 -0
  178. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_solution_api.py +32 -4
  179. cosmotech-api-3.0.9.dev0/test/test_solution_role.py +36 -0
  180. cosmotech-api-3.0.9.dev0/test/test_solution_security.py +38 -0
  181. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_source_info.py +1 -1
  182. cosmotech-api-3.0.9.dev0/test/test_sub_dataset_graph_query.py +36 -0
  183. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_translated_labels.py +1 -1
  184. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_batch_result.py +1 -1
  185. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_hash.py +1 -1
  186. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_import.py +1 -1
  187. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_import_info.py +1 -1
  188. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_twin_graph_query.py +1 -1
  189. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_twingraph_api.py +2 -9
  190. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_user.py +1 -1
  191. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_user_api.py +1 -1
  192. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_user_organization.py +1 -1
  193. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_user_workspace.py +1 -1
  194. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_validator.py +1 -1
  195. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_validator_api.py +1 -1
  196. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_validator_run.py +1 -1
  197. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace.py +1 -1
  198. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_access_control.py +1 -1
  199. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_api.py +1 -8
  200. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_file.py +1 -1
  201. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_role.py +1 -1
  202. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_secret.py +1 -1
  203. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_security.py +1 -1
  204. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_solution.py +1 -1
  205. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_web_app.py +1 -1
  206. cosmotech-api-2.4.1/cosmotech_api/api/dataset_api.py +0 -1462
  207. cosmotech-api-2.4.1/test/test_dataset_api.py +0 -99
  208. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/LICENSE +0 -0
  209. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/api/__init__.py +0 -0
  210. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/__init__.py +0 -0
  211. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/organization_user.py +0 -0
  212. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/scenario_user.py +0 -0
  213. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api/model/workspace_user.py +0 -0
  214. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/dependency_links.txt +0 -0
  215. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/requires.txt +0 -0
  216. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/cosmotech_api.egg-info/top_level.txt +0 -0
  217. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/setup.cfg +0 -0
  218. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_organization_user.py +0 -0
  219. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_scenario_user.py +0 -0
  220. {cosmotech-api-2.4.1 → cosmotech-api-3.0.9.dev0}/test/test_workspace_user.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cosmotech-api
3
- Version: 2.4.1
3
+ Version: 3.0.9.dev0
4
4
  Summary: Cosmo Tech Platform API
5
5
  Home-page:
6
6
  Author: Repository
@@ -9,6 +9,8 @@ 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
13
+ Requires-Dist: python-dateutil
12
14
 
13
15
  Cosmo Tech Platform API # noqa: E501
14
16
 
@@ -3,7 +3,7 @@ Cosmo Tech Platform API
3
3
 
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
- - API version: 2.4.2-SNAPSHOT
6
+ - API version: 3.0.9-SNAPSHOT
7
7
  - Package version: 1.0.0
8
8
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
9
9
  For more information, please visit [https://github.com/Cosmo-Tech/cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api)
@@ -93,19 +93,35 @@ Class | Method | HTTP request | Description
93
93
  ------------ | ------------- | ------------- | -------------
94
94
  *ConnectorApi* | [**find_all_connectors**](docs/ConnectorApi.md#find_all_connectors) | **GET** /connectors | List all Connectors
95
95
  *ConnectorApi* | [**find_connector_by_id**](docs/ConnectorApi.md#find_connector_by_id) | **GET** /connectors/{connector_id} | Get the details of a connector
96
- *ConnectorApi* | [**import_connector**](docs/ConnectorApi.md#import_connector) | **POST** /connectors/import | Import existing connector
96
+ *ConnectorApi* | [**find_connector_by_name**](docs/ConnectorApi.md#find_connector_by_name) | **GET** /connectors/name/{connector_name} | Get the details of a connector
97
97
  *ConnectorApi* | [**register_connector**](docs/ConnectorApi.md#register_connector) | **POST** /connectors | Register a new connector
98
98
  *ConnectorApi* | [**unregister_connector**](docs/ConnectorApi.md#unregister_connector) | **DELETE** /connectors/{connector_id} | Unregister a connector
99
+ *DatasetApi* | [**add_dataset_access_control**](docs/DatasetApi.md#add_dataset_access_control) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/security/access | Add a control access to the Dataset
99
100
  *DatasetApi* | [**add_or_replace_dataset_compatibility_elements**](docs/DatasetApi.md#add_or_replace_dataset_compatibility_elements) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/compatibility | Add Dataset Compatibility elements.
100
101
  *DatasetApi* | [**copy_dataset**](docs/DatasetApi.md#copy_dataset) | **POST** /organizations/{organization_id}/datasets/copy | Copy a Dataset to another Dataset. Source must have a read capable connector and Target a write capable connector.
101
102
  *DatasetApi* | [**create_dataset**](docs/DatasetApi.md#create_dataset) | **POST** /organizations/{organization_id}/datasets | Create a new Dataset
103
+ *DatasetApi* | [**create_sub_dataset**](docs/DatasetApi.md#create_sub_dataset) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/subdataset | Run a query on a dataset
104
+ *DatasetApi* | [**create_twingraph_entities**](docs/DatasetApi.md#create_twingraph_entities) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Create new entities in a graph instance
102
105
  *DatasetApi* | [**delete_dataset**](docs/DatasetApi.md#delete_dataset) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id} | Delete a dataset
106
+ *DatasetApi* | [**delete_twingraph_entities**](docs/DatasetApi.md#delete_twingraph_entities) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Delete entities in a graph instance
107
+ *DatasetApi* | [**download_twingraph**](docs/DatasetApi.md#download_twingraph) | **GET** /organizations/{organization_id}/datasets/twingraph/download/{hash} | Download a graph compressed in a zip file
103
108
  *DatasetApi* | [**find_all_datasets**](docs/DatasetApi.md#find_all_datasets) | **GET** /organizations/{organization_id}/datasets | List all Datasets
104
109
  *DatasetApi* | [**find_dataset_by_id**](docs/DatasetApi.md#find_dataset_by_id) | **GET** /organizations/{organization_id}/datasets/{dataset_id} | Get the details of a Dataset
105
- *DatasetApi* | [**import_dataset**](docs/DatasetApi.md#import_dataset) | **POST** /organizations/{organization_id}/datasets/import | Import a new Dataset
110
+ *DatasetApi* | [**get_dataset_access_control**](docs/DatasetApi.md#get_dataset_access_control) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/security/access/{identity_id} | Get a control access for the Dataset
111
+ *DatasetApi* | [**get_dataset_security_users**](docs/DatasetApi.md#get_dataset_security_users) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/security/users | Get the Dataset security users list
112
+ *DatasetApi* | [**get_dataset_twingraph_status**](docs/DatasetApi.md#get_dataset_twingraph_status) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/job/{job_id}/status | Get the status of twingraph import
113
+ *DatasetApi* | [**get_twingraph_entities**](docs/DatasetApi.md#get_twingraph_entities) | **GET** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Get entities in a graph instance
114
+ *DatasetApi* | [**refresh_dataset**](docs/DatasetApi.md#refresh_dataset) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/refresh | Refresh dataset
106
115
  *DatasetApi* | [**remove_all_dataset_compatibility_elements**](docs/DatasetApi.md#remove_all_dataset_compatibility_elements) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id}/compatibility | Remove all Dataset Compatibility elements from the Dataset specified
116
+ *DatasetApi* | [**remove_dataset_access_control**](docs/DatasetApi.md#remove_dataset_access_control) | **DELETE** /organizations/{organization_id}/datasets/{dataset_id}/security/access/{identity_id} | Remove the specified access from the given Dataset
107
117
  *DatasetApi* | [**search_datasets**](docs/DatasetApi.md#search_datasets) | **POST** /organizations/{organization_id}/datasets/search | Search Datasets
118
+ *DatasetApi* | [**twingraph_batch_query**](docs/DatasetApi.md#twingraph_batch_query) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch-query | Run a query on a graph instance and return the result as a zip file in async mode
119
+ *DatasetApi* | [**twingraph_batch_update**](docs/DatasetApi.md#twingraph_batch_update) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/batch | Async batch update by loading a CSV file on a graph instance
120
+ *DatasetApi* | [**twingraph_query**](docs/DatasetApi.md#twingraph_query) | **POST** /organizations/{organization_id}/datasets/{dataset_id}/twingraph | Run a query on a graph instance and return the result as a json
108
121
  *DatasetApi* | [**update_dataset**](docs/DatasetApi.md#update_dataset) | **PATCH** /organizations/{organization_id}/datasets/{dataset_id} | Update a dataset
122
+ *DatasetApi* | [**update_dataset_access_control**](docs/DatasetApi.md#update_dataset_access_control) | **PATCH** /organizations/{organization_id}/datasets/{dataset_id}/security/access/{identity_id} | Update the specified access to User for a Dataset
123
+ *DatasetApi* | [**update_twingraph_entities**](docs/DatasetApi.md#update_twingraph_entities) | **PATCH** /organizations/{organization_id}/datasets/{dataset_id}/twingraph/{type} | Update entities in a graph instance
124
+ *DatasetApi* | [**upload_twingraph**](docs/DatasetApi.md#upload_twingraph) | **POST** /organizations/{organization_id}/datasets/{dataset_id} | Upload Twingraph with ZIP File
109
125
  *OrganizationApi* | [**add_organization_access_control**](docs/OrganizationApi.md#add_organization_access_control) | **POST** /organizations/{organization_id}/security/access | Add a control access to the Organization
110
126
  *OrganizationApi* | [**find_all_organizations**](docs/OrganizationApi.md#find_all_organizations) | **GET** /organizations | List all Organizations
111
127
  *OrganizationApi* | [**find_organization_by_id**](docs/OrganizationApi.md#find_organization_by_id) | **GET** /organizations/{organization_id} | Get the details of an Organization
@@ -114,7 +130,6 @@ Class | Method | HTTP request | Description
114
130
  *OrganizationApi* | [**get_organization_permissions**](docs/OrganizationApi.md#get_organization_permissions) | **GET** /organizations/{organization_id}/permissions/{role} | Get the Organization permissions by given role
115
131
  *OrganizationApi* | [**get_organization_security**](docs/OrganizationApi.md#get_organization_security) | **GET** /organizations/{organization_id}/security | Get the Organization security information
116
132
  *OrganizationApi* | [**get_organization_security_users**](docs/OrganizationApi.md#get_organization_security_users) | **GET** /organizations/{organization_id}/security/users | Get the Organization security users list
117
- *OrganizationApi* | [**import_organization**](docs/OrganizationApi.md#import_organization) | **POST** /organizations/import | Import an organization
118
133
  *OrganizationApi* | [**register_organization**](docs/OrganizationApi.md#register_organization) | **POST** /organizations | Register a new organization
119
134
  *OrganizationApi* | [**remove_organization_access_control**](docs/OrganizationApi.md#remove_organization_access_control) | **DELETE** /organizations/{organization_id}/security/access/{identity_id} | Remove the specified access from the given Organization
120
135
  *OrganizationApi* | [**set_organization_default_security**](docs/OrganizationApi.md#set_organization_default_security) | **POST** /organizations/{organization_id}/security/default | Set the Organization default security
@@ -136,12 +151,11 @@ Class | Method | HTTP request | Description
136
151
  *ScenarioApi* | [**find_scenario_by_id**](docs/ScenarioApi.md#find_scenario_by_id) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id} | Get the details of an scenario
137
152
  *ScenarioApi* | [**get_scenario_access_control**](docs/ScenarioApi.md#get_scenario_access_control) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/access/{identity_id} | Get a control access for the Scenario
138
153
  *ScenarioApi* | [**get_scenario_data_download_job_info**](docs/ScenarioApi.md#get_scenario_data_download_job_info) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/downloads/{download_id} | Get Scenario data download URL
139
- *ScenarioApi* | [**get_scenario_permissions**](docs/ScenarioApi.md#get_scenario_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/permissions/{role} | Get the Scenario permission by given role
154
+ *ScenarioApi* | [**get_scenario_permissions**](docs/ScenarioApi.md#get_scenario_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/permissions/{role} | Get the Scenario permission by given role
140
155
  *ScenarioApi* | [**get_scenario_security**](docs/ScenarioApi.md#get_scenario_security) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security | Get the Scenario security information
141
156
  *ScenarioApi* | [**get_scenario_security_users**](docs/ScenarioApi.md#get_scenario_security_users) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/users | Get the Scenario security users list
142
157
  *ScenarioApi* | [**get_scenario_validation_status_by_id**](docs/ScenarioApi.md#get_scenario_validation_status_by_id) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/ValidationStatus | Get the validation status of an scenario
143
158
  *ScenarioApi* | [**get_scenarios_tree**](docs/ScenarioApi.md#get_scenarios_tree) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/tree | Get the Scenarios Tree
144
- *ScenarioApi* | [**import_scenario**](docs/ScenarioApi.md#import_scenario) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/import | Import Scenario
145
159
  *ScenarioApi* | [**remove_all_scenario_parameter_values**](docs/ScenarioApi.md#remove_all_scenario_parameter_values) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/parameterValues | Remove all Parameter Values from the Scenario specified
146
160
  *ScenarioApi* | [**remove_scenario_access_control**](docs/ScenarioApi.md#remove_scenario_access_control) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/access/{identity_id} | Remove the specified access from the given Organization Scenario
147
161
  *ScenarioApi* | [**set_scenario_default_security**](docs/ScenarioApi.md#set_scenario_default_security) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/security/default | Set the Scenario default security
@@ -157,41 +171,45 @@ Class | Method | HTTP request | Description
157
171
  *ScenariorunApi* | [**get_scenario_run_status**](docs/ScenariorunApi.md#get_scenario_run_status) | **GET** /organizations/{organization_id}/scenarioruns/{scenariorun_id}/status | get the status for the ScenarioRun
158
172
  *ScenariorunApi* | [**get_scenario_runs**](docs/ScenariorunApi.md#get_scenario_runs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/scenarioruns | get the list of ScenarioRuns for the Scenario
159
173
  *ScenariorunApi* | [**get_workspace_scenario_runs**](docs/ScenariorunApi.md#get_workspace_scenario_runs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarioruns | get the list of ScenarioRuns for the Workspace
160
- *ScenariorunApi* | [**import_scenario_run**](docs/ScenariorunApi.md#import_scenario_run) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/run/import | import a ScenarioRun for the Scenario
161
174
  *ScenariorunApi* | [**run_scenario**](docs/ScenariorunApi.md#run_scenario) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/run | run a ScenarioRun for the Scenario
162
175
  *ScenariorunApi* | [**search_scenario_runs**](docs/ScenariorunApi.md#search_scenario_runs) | **POST** /organizations/{organization_id}/scenarioruns/search | Search ScenarioRuns
163
176
  *ScenariorunApi* | [**start_scenario_run_containers**](docs/ScenariorunApi.md#start_scenario_run_containers) | **POST** /organizations/{organization_id}/scenarioruns/startcontainers | Start a new scenariorun with raw containers definition
164
177
  *ScenariorunApi* | [**stop_scenario_run**](docs/ScenariorunApi.md#stop_scenario_run) | **POST** /organizations/{organization_id}/scenarioruns/{scenariorun_id}/stop | stop a ScenarioRun for the Scenario
178
+ *ScenariorunresultApi* | [**get_scenario_run_result**](docs/ScenariorunresultApi.md#get_scenario_run_result) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/scenarioruns/{scenariorun_id}/probes/{probe_id} | Get a ScenarioRunResult in the Organization
179
+ *ScenariorunresultApi* | [**send_scenario_run_result**](docs/ScenariorunresultApi.md#send_scenario_run_result) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/scenarios/{scenario_id}/scenarioruns/{scenariorun_id}/probes/{probe_id} | Create a new ScenarioRunResult in the Organization
165
180
  *SolutionApi* | [**add_or_replace_parameter_groups**](docs/SolutionApi.md#add_or_replace_parameter_groups) | **POST** /organizations/{organization_id}/solutions/{solution_id}/parameterGroups | Add Parameter Groups. Any item with the same ID will be overwritten
166
181
  *SolutionApi* | [**add_or_replace_parameters**](docs/SolutionApi.md#add_or_replace_parameters) | **POST** /organizations/{organization_id}/solutions/{solution_id}/parameters | Add Parameters. Any item with the same ID will be overwritten
167
182
  *SolutionApi* | [**add_or_replace_run_templates**](docs/SolutionApi.md#add_or_replace_run_templates) | **POST** /organizations/{organization_id}/solutions/{solution_id}/runTemplates | Add Run Templates. Any item with the same ID will be overwritten
183
+ *SolutionApi* | [**add_solution_access_control**](docs/SolutionApi.md#add_solution_access_control) | **POST** /organizations/{organization_id}/solutions/{solution_id}/security/access | Add a control access to the Solution
168
184
  *SolutionApi* | [**create_solution**](docs/SolutionApi.md#create_solution) | **POST** /organizations/{organization_id}/solutions | Register a new solution
169
185
  *SolutionApi* | [**delete_solution**](docs/SolutionApi.md#delete_solution) | **DELETE** /organizations/{organization_id}/solutions/{solution_id} | Delete a solution
170
186
  *SolutionApi* | [**delete_solution_run_template**](docs/SolutionApi.md#delete_solution_run_template) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id} | Remove the specified Solution Run Template
171
187
  *SolutionApi* | [**download_run_template_handler**](docs/SolutionApi.md#download_run_template_handler) | **GET** /organizations/{organization_id}/solutions/{solution_id}/runtemplates/{run_template_id}/handlers/{handler_id}/download | Download a Run Template step handler zip file
172
188
  *SolutionApi* | [**find_all_solutions**](docs/SolutionApi.md#find_all_solutions) | **GET** /organizations/{organization_id}/solutions | List all Solutions
173
189
  *SolutionApi* | [**find_solution_by_id**](docs/SolutionApi.md#find_solution_by_id) | **GET** /organizations/{organization_id}/solutions/{solution_id} | Get the details of a solution
174
- *SolutionApi* | [**import_solution**](docs/SolutionApi.md#import_solution) | **POST** /organizations/{organization_id}/solutions/import | Import a solution
190
+ *SolutionApi* | [**get_solution_access_control**](docs/SolutionApi.md#get_solution_access_control) | **GET** /organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id} | Get a control access for the Solution
191
+ *SolutionApi* | [**get_solution_security_users**](docs/SolutionApi.md#get_solution_security_users) | **GET** /organizations/{organization_id}/solutions/{solution_id}/security/users | Get the Solution security users list
175
192
  *SolutionApi* | [**remove_all_run_templates**](docs/SolutionApi.md#remove_all_run_templates) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/runTemplates | Remove all Run Templates from the Solution specified
176
193
  *SolutionApi* | [**remove_all_solution_parameter_groups**](docs/SolutionApi.md#remove_all_solution_parameter_groups) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/parameterGroups | Remove all Parameter Groups from the Solution specified
177
194
  *SolutionApi* | [**remove_all_solution_parameters**](docs/SolutionApi.md#remove_all_solution_parameters) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/parameters | Remove all Parameters from the Solution specified
195
+ *SolutionApi* | [**remove_solution_access_control**](docs/SolutionApi.md#remove_solution_access_control) | **DELETE** /organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id} | Remove the specified access from the given Organization Solution
178
196
  *SolutionApi* | [**update_solution**](docs/SolutionApi.md#update_solution) | **PATCH** /organizations/{organization_id}/solutions/{solution_id} | Update a solution
197
+ *SolutionApi* | [**update_solution_access_control**](docs/SolutionApi.md#update_solution_access_control) | **PATCH** /organizations/{organization_id}/solutions/{solution_id}/security/access/{identity_id} | Update the specified access to User for a Solution
179
198
  *SolutionApi* | [**update_solution_run_template**](docs/SolutionApi.md#update_solution_run_template) | **PATCH** /organizations/{organization_id}/solutions/{solution_id}/runTemplates/{run_template_id} | Update the specified Solution Run Template
180
199
  *SolutionApi* | [**upload_run_template_handler**](docs/SolutionApi.md#upload_run_template_handler) | **POST** /organizations/{organization_id}/solutions/{solution_id}/runtemplates/{run_template_id}/handlers/{handler_id}/upload | Upload a Run Template step handler zip file
181
200
  *TwingraphApi* | [**batch_query**](docs/TwingraphApi.md#batch_query) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/batch-query | Run a query on a graph instance and return the result as a zip file in async mode
182
201
  *TwingraphApi* | [**batch_upload_update**](docs/TwingraphApi.md#batch_upload_update) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/batch | Async batch update by loading a CSV file on a graph instance
183
- *TwingraphApi* | [**create_entities**](docs/TwingraphApi.md#create_entities) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/{modelType} | Create new entities in a graph instance
202
+ *TwingraphApi* | [**create_entities**](docs/TwingraphApi.md#create_entities) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/entity/{type} | Create new entities in a graph instance
184
203
  *TwingraphApi* | [**create_graph**](docs/TwingraphApi.md#create_graph) | **POST** /organizations/{organization_id}/twingraph/{graph_id} | Create a new graph
185
- *TwingraphApi* | [**delete**](docs/TwingraphApi.md#delete) | **DELETE** /organizations/{organization_id}/twingraph/{graph_id} | Launch a mass delete job
186
- *TwingraphApi* | [**delete_entities**](docs/TwingraphApi.md#delete_entities) | **DELETE** /organizations/{organization_id}/twingraph/{graph_id}/{modelType} | Delete entities in a graph instance
187
- *TwingraphApi* | [**download_graph**](docs/TwingraphApi.md#download_graph) | **GET** /organizations/{organization_id}/twingraph/bulk-query/download/{hash} | Download a graph compressed in a zip file
204
+ *TwingraphApi* | [**delete**](docs/TwingraphApi.md#delete) | **DELETE** /organizations/{organization_id}/twingraph/{graph_id} | Delete all versions of a graph and his metadatas
205
+ *TwingraphApi* | [**delete_entities**](docs/TwingraphApi.md#delete_entities) | **DELETE** /organizations/{organization_id}/twingraph/{graph_id}/entity/{type} | Delete entities in a graph instance
206
+ *TwingraphApi* | [**download_graph**](docs/TwingraphApi.md#download_graph) | **GET** /organizations/{organization_id}/twingraph/download/{hash} | Download a graph compressed in a zip file
188
207
  *TwingraphApi* | [**find_all_twingraphs**](docs/TwingraphApi.md#find_all_twingraphs) | **GET** /organizations/{organization_id}/twingraphs | Return the list of all graphs stored in the organization
189
- *TwingraphApi* | [**get_entities**](docs/TwingraphApi.md#get_entities) | **GET** /organizations/{organization_id}/twingraph/{graph_id}/{modelType} | Get entities in a graph instance
208
+ *TwingraphApi* | [**get_entities**](docs/TwingraphApi.md#get_entities) | **GET** /organizations/{organization_id}/twingraph/{graph_id}/entity/{type} | Get entities in a graph instance
190
209
  *TwingraphApi* | [**get_graph_meta_data**](docs/TwingraphApi.md#get_graph_meta_data) | **GET** /organizations/{organization_id}/twingraph/{graph_id}/metadata | Return the metaData of the specified graph
191
- *TwingraphApi* | [**import_graph**](docs/TwingraphApi.md#import_graph) | **POST** /organizations/{organization_id}/twingraph/import | Import a new version of a twin graph
192
210
  *TwingraphApi* | [**job_status**](docs/TwingraphApi.md#job_status) | **GET** /organizations/{organization_id}/job/{job_id}/status | Get the status of a job
193
211
  *TwingraphApi* | [**query**](docs/TwingraphApi.md#query) | **POST** /organizations/{organization_id}/twingraph/{graph_id}/query | Run a query on a graph instance
194
- *TwingraphApi* | [**update_entities**](docs/TwingraphApi.md#update_entities) | **PATCH** /organizations/{organization_id}/twingraph/{graph_id}/{modelType} | Update entities in a graph instance
212
+ *TwingraphApi* | [**update_entities**](docs/TwingraphApi.md#update_entities) | **PATCH** /organizations/{organization_id}/twingraph/{graph_id}/entity/{type} | Update entities in a graph instance
195
213
  *TwingraphApi* | [**update_graph_meta_data**](docs/TwingraphApi.md#update_graph_meta_data) | **PATCH** /organizations/{organization_id}/twingraph/{graph_id}/metadata | Update the metaData of the specified graph
196
214
  *ValidatorApi* | [**create_validator**](docs/ValidatorApi.md#create_validator) | **POST** /organizations/{organization_id}/datasets/validators | Register a new validator
197
215
  *ValidatorApi* | [**create_validator_run**](docs/ValidatorApi.md#create_validator_run) | **POST** /organizations/{organization_id}/datasets/validators/{validator_id}/history | Register a new validator run
@@ -216,7 +234,6 @@ Class | Method | HTTP request | Description
216
234
  *WorkspaceApi* | [**get_workspace_permissions**](docs/WorkspaceApi.md#get_workspace_permissions) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/permissions/{role} | Get the Workspace permission by given role
217
235
  *WorkspaceApi* | [**get_workspace_security**](docs/WorkspaceApi.md#get_workspace_security) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/security | Get the Workspace security information
218
236
  *WorkspaceApi* | [**get_workspace_security_users**](docs/WorkspaceApi.md#get_workspace_security_users) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/security/users | Get the Workspace security users list
219
- *WorkspaceApi* | [**import_workspace**](docs/WorkspaceApi.md#import_workspace) | **POST** /organizations/{organization_id}/workspaces/import | Import a workspace
220
237
  *WorkspaceApi* | [**remove_workspace_access_control**](docs/WorkspaceApi.md#remove_workspace_access_control) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/security/access/{identity_id} | Remove the specified access from the given Organization Workspace
221
238
  *WorkspaceApi* | [**set_workspace_default_security**](docs/WorkspaceApi.md#set_workspace_default_security) | **POST** /organizations/{organization_id}/workspaces/{workspace_id}/security/default | Set the Workspace default security
222
239
  *WorkspaceApi* | [**update_workspace**](docs/WorkspaceApi.md#update_workspace) | **PATCH** /organizations/{organization_id}/workspaces/{workspace_id} | Update a workspace
@@ -233,10 +250,17 @@ Class | Method | HTTP request | Description
233
250
  - [ContainerResourceSizeInfo](docs/ContainerResourceSizeInfo.md)
234
251
  - [ContainerResourceSizing](docs/ContainerResourceSizing.md)
235
252
  - [Dataset](docs/Dataset.md)
253
+ - [DatasetAccessControl](docs/DatasetAccessControl.md)
236
254
  - [DatasetCompatibility](docs/DatasetCompatibility.md)
237
255
  - [DatasetConnector](docs/DatasetConnector.md)
238
256
  - [DatasetCopyParameters](docs/DatasetCopyParameters.md)
257
+ - [DatasetRole](docs/DatasetRole.md)
239
258
  - [DatasetSearch](docs/DatasetSearch.md)
259
+ - [DatasetSecurity](docs/DatasetSecurity.md)
260
+ - [DatasetSourceType](docs/DatasetSourceType.md)
261
+ - [DatasetTwinGraphHash](docs/DatasetTwinGraphHash.md)
262
+ - [DatasetTwinGraphInfo](docs/DatasetTwinGraphInfo.md)
263
+ - [DatasetTwinGraphQuery](docs/DatasetTwinGraphQuery.md)
240
264
  - [DeleteHistoricalData](docs/DeleteHistoricalData.md)
241
265
  - [GraphProperties](docs/GraphProperties.md)
242
266
  - [Organization](docs/Organization.md)
@@ -248,6 +272,7 @@ Class | Method | HTTP request | Description
248
272
  - [ResourceSizeInfo](docs/ResourceSizeInfo.md)
249
273
  - [RunTemplate](docs/RunTemplate.md)
250
274
  - [RunTemplateHandlerId](docs/RunTemplateHandlerId.md)
275
+ - [RunTemplateOrchestrator](docs/RunTemplateOrchestrator.md)
251
276
  - [RunTemplateParameter](docs/RunTemplateParameter.md)
252
277
  - [RunTemplateParameterGroup](docs/RunTemplateParameterGroup.md)
253
278
  - [RunTemplateParameterValue](docs/RunTemplateParameterValue.md)
@@ -268,6 +293,8 @@ Class | Method | HTTP request | Description
268
293
  - [ScenarioRunContainerArtifact](docs/ScenarioRunContainerArtifact.md)
269
294
  - [ScenarioRunContainerLogs](docs/ScenarioRunContainerLogs.md)
270
295
  - [ScenarioRunLogs](docs/ScenarioRunLogs.md)
296
+ - [ScenarioRunResourceRequested](docs/ScenarioRunResourceRequested.md)
297
+ - [ScenarioRunResult](docs/ScenarioRunResult.md)
271
298
  - [ScenarioRunSearch](docs/ScenarioRunSearch.md)
272
299
  - [ScenarioRunStartContainers](docs/ScenarioRunStartContainers.md)
273
300
  - [ScenarioRunState](docs/ScenarioRunState.md)
@@ -277,12 +304,14 @@ Class | Method | HTTP request | Description
277
304
  - [ScenarioSecurity](docs/ScenarioSecurity.md)
278
305
  - [ScenarioValidationStatus](docs/ScenarioValidationStatus.md)
279
306
  - [Solution](docs/Solution.md)
307
+ - [SolutionAccessControl](docs/SolutionAccessControl.md)
308
+ - [SolutionRole](docs/SolutionRole.md)
309
+ - [SolutionSecurity](docs/SolutionSecurity.md)
280
310
  - [SourceInfo](docs/SourceInfo.md)
311
+ - [SubDatasetGraphQuery](docs/SubDatasetGraphQuery.md)
281
312
  - [TranslatedLabels](docs/TranslatedLabels.md)
282
313
  - [TwinGraphBatchResult](docs/TwinGraphBatchResult.md)
283
314
  - [TwinGraphHash](docs/TwinGraphHash.md)
284
- - [TwinGraphImport](docs/TwinGraphImport.md)
285
- - [TwinGraphImportInfo](docs/TwinGraphImportInfo.md)
286
315
  - [TwinGraphQuery](docs/TwinGraphQuery.md)
287
316
  - [Validator](docs/Validator.md)
288
317
  - [ValidatorRun](docs/ValidatorRun.md)
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API # noqa: E501
7
7
 
8
- The version of the OpenAPI document: 2.4.2-SNAPSHOT
8
+ The version of the OpenAPI document: 3.0.9-SNAPSHOT
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by: https://openapi-generator.tech
11
11
  """
@@ -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.2-SNAPSHOT
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
  """
@@ -141,23 +141,23 @@ class ConnectorApi(object):
141
141
  },
142
142
  api_client=api_client
143
143
  )
144
- self.import_connector_endpoint = _Endpoint(
144
+ self.find_connector_by_name_endpoint = _Endpoint(
145
145
  settings={
146
146
  'response_type': (Connector,),
147
147
  'auth': [
148
148
  'oAuth2AuthCode'
149
149
  ],
150
- 'endpoint_path': '/connectors/import',
151
- 'operation_id': 'import_connector',
152
- 'http_method': 'POST',
150
+ 'endpoint_path': '/connectors/name/{connector_name}',
151
+ 'operation_id': 'find_connector_by_name',
152
+ 'http_method': 'GET',
153
153
  'servers': None,
154
154
  },
155
155
  params_map={
156
156
  'all': [
157
- 'connector',
157
+ 'connector_name',
158
158
  ],
159
159
  'required': [
160
- 'connector',
160
+ 'connector_name',
161
161
  ],
162
162
  'nullable': [
163
163
  ],
@@ -172,13 +172,14 @@ class ConnectorApi(object):
172
172
  'allowed_values': {
173
173
  },
174
174
  'openapi_types': {
175
- 'connector':
176
- (Connector,),
175
+ 'connector_name':
176
+ (str,),
177
177
  },
178
178
  'attribute_map': {
179
+ 'connector_name': 'connector_name',
179
180
  },
180
181
  'location_map': {
181
- 'connector': 'body',
182
+ 'connector_name': 'path',
182
183
  },
183
184
  'collection_format_map': {
184
185
  }
@@ -187,9 +188,7 @@ class ConnectorApi(object):
187
188
  'accept': [
188
189
  'application/json'
189
190
  ],
190
- 'content_type': [
191
- 'application/json'
192
- ]
191
+ 'content_type': [],
193
192
  },
194
193
  api_client=api_client
195
194
  )
@@ -447,21 +446,21 @@ class ConnectorApi(object):
447
446
  connector_id
448
447
  return self.find_connector_by_id_endpoint.call_with_http_info(**kwargs)
449
448
 
450
- def import_connector(
449
+ def find_connector_by_name(
451
450
  self,
452
- connector,
451
+ connector_name,
453
452
  **kwargs
454
453
  ):
455
- """Import existing connector # noqa: E501
454
+ """Get the details of a connector # noqa: E501
456
455
 
457
456
  This method makes a synchronous HTTP request by default. To make an
458
457
  asynchronous HTTP request, please pass async_req=True
459
458
 
460
- >>> thread = api.import_connector(connector, async_req=True)
459
+ >>> thread = api.find_connector_by_name(connector_name, async_req=True)
461
460
  >>> result = thread.get()
462
461
 
463
462
  Args:
464
- connector (Connector): the Connector to import
463
+ connector_name (str): the Connector name
465
464
 
466
465
  Keyword Args:
467
466
  _return_http_data_only (bool): response data without head status
@@ -520,9 +519,9 @@ class ConnectorApi(object):
520
519
  kwargs['_content_type'] = kwargs.get(
521
520
  '_content_type')
522
521
  kwargs['_host_index'] = kwargs.get('_host_index')
523
- kwargs['connector'] = \
524
- connector
525
- return self.import_connector_endpoint.call_with_http_info(**kwargs)
522
+ kwargs['connector_name'] = \
523
+ connector_name
524
+ return self.find_connector_by_name_endpoint.call_with_http_info(**kwargs)
526
525
 
527
526
  def register_connector(
528
527
  self,