cosmotech-api 5.0.0b3__py3-none-any.whl → 5.0.0b4__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 (95) hide show
  1. cosmotech_api/__init__.py +2 -1
  2. cosmotech_api/api/dataset_api.py +1 -1
  3. cosmotech_api/api/meta_api.py +1 -1
  4. cosmotech_api/api/organization_api.py +1 -1
  5. cosmotech_api/api/run_api.py +1 -1
  6. cosmotech_api/api/runner_api.py +1 -1
  7. cosmotech_api/api/solution_api.py +2174 -713
  8. cosmotech_api/api/workspace_api.py +1 -1
  9. cosmotech_api/api_client.py +1 -1
  10. cosmotech_api/configuration.py +2 -2
  11. cosmotech_api/exceptions.py +1 -1
  12. cosmotech_api/models/__init__.py +2 -1
  13. cosmotech_api/models/about_info.py +1 -1
  14. cosmotech_api/models/about_info_version.py +1 -1
  15. cosmotech_api/models/component_role_permissions.py +1 -1
  16. cosmotech_api/models/container_resource_size_info.py +1 -1
  17. cosmotech_api/models/container_resource_sizing.py +1 -1
  18. cosmotech_api/models/create_info.py +1 -1
  19. cosmotech_api/models/created_run.py +1 -1
  20. cosmotech_api/models/dataset.py +1 -1
  21. cosmotech_api/models/dataset_access_control.py +1 -1
  22. cosmotech_api/models/dataset_create_request.py +1 -1
  23. cosmotech_api/models/dataset_part.py +2 -2
  24. cosmotech_api/models/dataset_part_create_request.py +2 -2
  25. cosmotech_api/models/dataset_part_type_enum.py +1 -1
  26. cosmotech_api/models/dataset_part_update_request.py +6 -3
  27. cosmotech_api/models/dataset_role.py +1 -1
  28. cosmotech_api/models/dataset_security.py +1 -1
  29. cosmotech_api/models/dataset_update_request.py +1 -1
  30. cosmotech_api/models/edit_info.py +1 -1
  31. cosmotech_api/models/last_run_info.py +1 -1
  32. cosmotech_api/models/organization.py +1 -1
  33. cosmotech_api/models/organization_access_control.py +1 -1
  34. cosmotech_api/models/organization_create_request.py +1 -1
  35. cosmotech_api/models/organization_edit_info.py +1 -1
  36. cosmotech_api/models/organization_role.py +1 -1
  37. cosmotech_api/models/organization_security.py +1 -1
  38. cosmotech_api/models/organization_update_request.py +1 -1
  39. cosmotech_api/models/query_result.py +1 -1
  40. cosmotech_api/models/resource_size_info.py +1 -1
  41. cosmotech_api/models/run.py +1 -1
  42. cosmotech_api/models/run_container.py +1 -1
  43. cosmotech_api/models/run_data.py +1 -1
  44. cosmotech_api/models/run_data_query.py +1 -1
  45. cosmotech_api/models/run_edit_info.py +1 -1
  46. cosmotech_api/models/run_resource_requested.py +1 -1
  47. cosmotech_api/models/run_state.py +1 -1
  48. cosmotech_api/models/run_status.py +1 -1
  49. cosmotech_api/models/run_status_node.py +1 -1
  50. cosmotech_api/models/run_template.py +1 -1
  51. cosmotech_api/models/run_template_create_request.py +1 -1
  52. cosmotech_api/models/run_template_parameter.py +1 -1
  53. cosmotech_api/models/run_template_parameter_create_request.py +1 -1
  54. cosmotech_api/models/run_template_parameter_group.py +1 -1
  55. cosmotech_api/models/run_template_parameter_group_create_request.py +1 -1
  56. cosmotech_api/models/run_template_parameter_group_update_request.py +1 -1
  57. cosmotech_api/models/run_template_parameter_update_request.py +1 -1
  58. cosmotech_api/models/run_template_parameter_value.py +1 -1
  59. cosmotech_api/models/run_template_resource_sizing.py +1 -1
  60. cosmotech_api/models/run_template_update_request.py +1 -1
  61. cosmotech_api/models/runner.py +1 -1
  62. cosmotech_api/models/runner_access_control.py +1 -1
  63. cosmotech_api/models/runner_create_request.py +1 -1
  64. cosmotech_api/models/runner_edit_info.py +1 -1
  65. cosmotech_api/models/runner_resource_sizing.py +1 -1
  66. cosmotech_api/models/runner_role.py +1 -1
  67. cosmotech_api/models/runner_run_template_parameter_value.py +1 -1
  68. cosmotech_api/models/runner_security.py +1 -1
  69. cosmotech_api/models/runner_update_request.py +1 -1
  70. cosmotech_api/models/runner_validation_status.py +1 -1
  71. cosmotech_api/models/send_run_data_request.py +1 -1
  72. cosmotech_api/models/solution.py +1 -1
  73. cosmotech_api/models/solution_access_control.py +1 -1
  74. cosmotech_api/models/solution_create_request.py +1 -1
  75. cosmotech_api/models/solution_edit_info.py +1 -1
  76. cosmotech_api/models/solution_file.py +88 -0
  77. cosmotech_api/models/solution_role.py +1 -1
  78. cosmotech_api/models/solution_security.py +1 -1
  79. cosmotech_api/models/solution_update_request.py +1 -1
  80. cosmotech_api/models/workspace.py +1 -1
  81. cosmotech_api/models/workspace_access_control.py +1 -1
  82. cosmotech_api/models/workspace_create_request.py +1 -1
  83. cosmotech_api/models/workspace_edit_info.py +1 -1
  84. cosmotech_api/models/workspace_file.py +1 -1
  85. cosmotech_api/models/workspace_role.py +1 -1
  86. cosmotech_api/models/workspace_security.py +1 -1
  87. cosmotech_api/models/workspace_solution.py +1 -1
  88. cosmotech_api/models/workspace_update_request.py +1 -1
  89. cosmotech_api/models/workspace_web_app.py +1 -1
  90. cosmotech_api/rest.py +1 -1
  91. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b4.dist-info}/METADATA +1 -1
  92. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b4.dist-info}/RECORD +95 -94
  93. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b4.dist-info}/WHEEL +0 -0
  94. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b4.dist-info}/licenses/LICENSE +0 -0
  95. {cosmotech_api-5.0.0b3.dist-info → cosmotech_api-5.0.0b4.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -510,7 +510,7 @@ class Configuration:
510
510
  return "Python SDK Debug Report:\n"\
511
511
  "OS: {env}\n"\
512
512
  "Python Version: {pyversion}\n"\
513
- "Version of the API: 5.0.0-beta3\n"\
513
+ "Version of the API: 5.0.0-beta4\n"\
514
514
  "SDK Package Version: 1.0.0".\
515
515
  format(env=sys.platform, pyversion=sys.version)
516
516
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  Cosmo Tech Platform API
8
8
 
9
- The version of the OpenAPI document: 5.0.0-beta3
9
+ The version of the OpenAPI document: 5.0.0-beta4
10
10
  Contact: platform@cosmotech.com
11
11
  Generated by OpenAPI Generator (https://openapi-generator.tech)
12
12
 
@@ -78,6 +78,7 @@ from cosmotech_api.models.solution import Solution
78
78
  from cosmotech_api.models.solution_access_control import SolutionAccessControl
79
79
  from cosmotech_api.models.solution_create_request import SolutionCreateRequest
80
80
  from cosmotech_api.models.solution_edit_info import SolutionEditInfo
81
+ from cosmotech_api.models.solution_file import SolutionFile
81
82
  from cosmotech_api.models.solution_role import SolutionRole
82
83
  from cosmotech_api.models.solution_security import SolutionSecurity
83
84
  from cosmotech_api.models.solution_update_request import SolutionUpdateRequest
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -32,7 +32,7 @@ class DatasetPart(BaseModel):
32
32
  """ # noqa: E501
33
33
  id: Annotated[str, Field(strict=True)]
34
34
  name: Annotated[str, Field(min_length=1, strict=True, max_length=50)]
35
- source_name: Annotated[str, Field(min_length=1, strict=True, max_length=50)] = Field(description="the source data name (e.g. filename associated to the dataset part)", alias="sourceName")
35
+ source_name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="the source data name (e.g. filename associated to the dataset part)", alias="sourceName")
36
36
  description: Optional[StrictStr] = None
37
37
  tags: List[StrictStr]
38
38
  type: DatasetPartTypeEnum
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -30,7 +30,7 @@ class DatasetPartCreateRequest(BaseModel):
30
30
  Dataset part create request object
31
31
  """ # noqa: E501
32
32
  name: Annotated[str, Field(min_length=1, strict=True, max_length=50)]
33
- source_name: Annotated[str, Field(min_length=1, strict=True, max_length=50)] = Field(description="the source data name (e.g. filename associated to the dataset part)", alias="sourceName")
33
+ source_name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="the source data name (e.g. filename associated to the dataset part)", alias="sourceName")
34
34
  description: Optional[StrictStr] = None
35
35
  tags: Optional[List[StrictStr]] = None
36
36
  type: Optional[DatasetPartTypeEnum] = DatasetPartTypeEnum.RELATIONAL
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -18,8 +18,9 @@ import pprint
18
18
  import re # noqa: F401
19
19
  import json
20
20
 
21
- from pydantic import BaseModel, ConfigDict, StrictStr
21
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
22
22
  from typing import Any, ClassVar, Dict, List, Optional
23
+ from typing_extensions import Annotated
23
24
  from typing import Optional, Set
24
25
  from typing_extensions import Self
25
26
 
@@ -27,9 +28,10 @@ class DatasetPartUpdateRequest(BaseModel):
27
28
  """
28
29
  Dataset part update request object
29
30
  """ # noqa: E501
31
+ source_name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="the source data name (e.g. filename associated to the dataset part)", alias="sourceName")
30
32
  description: Optional[StrictStr] = None
31
33
  tags: Optional[List[StrictStr]] = None
32
- __properties: ClassVar[List[str]] = ["description", "tags"]
34
+ __properties: ClassVar[List[str]] = ["sourceName", "description", "tags"]
33
35
 
34
36
  model_config = ConfigDict(
35
37
  populate_by_name=True,
@@ -82,6 +84,7 @@ class DatasetPartUpdateRequest(BaseModel):
82
84
  return cls.model_validate(obj)
83
85
 
84
86
  _obj = cls.model_validate({
87
+ "sourceName": obj.get("sourceName"),
85
88
  "description": obj.get("description"),
86
89
  "tags": obj.get("tags")
87
90
  })
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Cosmo Tech Platform API
7
7
 
8
- The version of the OpenAPI document: 5.0.0-beta3
8
+ The version of the OpenAPI document: 5.0.0-beta4
9
9
  Contact: platform@cosmotech.com
10
10
  Generated by OpenAPI Generator (https://openapi-generator.tech)
11
11