Skip to content

Commit a153f25

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@f80019e)
Co-authored-by: Leopold-Cramer <Leopold-Cramer@users.noreply.github.com>
1 parent 8290f44 commit a153f25

95 files changed

Lines changed: 2235 additions & 1259 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.openapi-generator/FILES

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ cosmotech_api/models/io_types_enum.py
4848
cosmotech_api/models/organization.py
4949
cosmotech_api/models/organization_access_control.py
5050
cosmotech_api/models/organization_create_request.py
51+
cosmotech_api/models/organization_edit_info.py
5152
cosmotech_api/models/organization_role.py
5253
cosmotech_api/models/organization_security.py
5354
cosmotech_api/models/organization_update_request.py
@@ -57,6 +58,7 @@ cosmotech_api/models/run.py
5758
cosmotech_api/models/run_container.py
5859
cosmotech_api/models/run_data.py
5960
cosmotech_api/models/run_data_query.py
61+
cosmotech_api/models/run_edit_info.py
6062
cosmotech_api/models/run_resource_requested.py
6163
cosmotech_api/models/run_state.py
6264
cosmotech_api/models/run_status.py
@@ -75,6 +77,7 @@ cosmotech_api/models/run_template_update_request.py
7577
cosmotech_api/models/runner.py
7678
cosmotech_api/models/runner_access_control.py
7779
cosmotech_api/models/runner_create_request.py
80+
cosmotech_api/models/runner_edit_info.py
7881
cosmotech_api/models/runner_resource_sizing.py
7982
cosmotech_api/models/runner_role.py
8083
cosmotech_api/models/runner_run_template_parameter_value.py
@@ -85,6 +88,7 @@ cosmotech_api/models/send_run_data_request.py
8588
cosmotech_api/models/solution.py
8689
cosmotech_api/models/solution_access_control.py
8790
cosmotech_api/models/solution_create_request.py
91+
cosmotech_api/models/solution_edit_info.py
8892
cosmotech_api/models/solution_role.py
8993
cosmotech_api/models/solution_security.py
9094
cosmotech_api/models/solution_update_request.py
@@ -95,6 +99,7 @@ cosmotech_api/models/twincache_status_enum.py
9599
cosmotech_api/models/workspace.py
96100
cosmotech_api/models/workspace_access_control.py
97101
cosmotech_api/models/workspace_create_request.py
102+
cosmotech_api/models/workspace_edit_info.py
98103
cosmotech_api/models/workspace_file.py
99104
cosmotech_api/models/workspace_role.py
100105
cosmotech_api/models/workspace_security.py
@@ -136,6 +141,7 @@ docs/Organization.md
136141
docs/OrganizationAccessControl.md
137142
docs/OrganizationApi.md
138143
docs/OrganizationCreateRequest.md
144+
docs/OrganizationEditInfo.md
139145
docs/OrganizationRole.md
140146
docs/OrganizationSecurity.md
141147
docs/OrganizationUpdateRequest.md
@@ -146,6 +152,7 @@ docs/RunApi.md
146152
docs/RunContainer.md
147153
docs/RunData.md
148154
docs/RunDataQuery.md
155+
docs/RunEditInfo.md
149156
docs/RunResourceRequested.md
150157
docs/RunState.md
151158
docs/RunStatus.md
@@ -165,6 +172,7 @@ docs/Runner.md
165172
docs/RunnerAccessControl.md
166173
docs/RunnerApi.md
167174
docs/RunnerCreateRequest.md
175+
docs/RunnerEditInfo.md
168176
docs/RunnerResourceSizing.md
169177
docs/RunnerRole.md
170178
docs/RunnerRunTemplateParameterValue.md
@@ -176,6 +184,7 @@ docs/Solution.md
176184
docs/SolutionAccessControl.md
177185
docs/SolutionApi.md
178186
docs/SolutionCreateRequest.md
187+
docs/SolutionEditInfo.md
179188
docs/SolutionRole.md
180189
docs/SolutionSecurity.md
181190
docs/SolutionUpdateRequest.md
@@ -187,6 +196,7 @@ docs/Workspace.md
187196
docs/WorkspaceAccessControl.md
188197
docs/WorkspaceApi.md
189198
docs/WorkspaceCreateRequest.md
199+
docs/WorkspaceEditInfo.md
190200
docs/WorkspaceFile.md
191201
docs/WorkspaceRole.md
192202
docs/WorkspaceSecurity.md
@@ -233,6 +243,7 @@ test/test_organization.py
233243
test/test_organization_access_control.py
234244
test/test_organization_api.py
235245
test/test_organization_create_request.py
246+
test/test_organization_edit_info.py
236247
test/test_organization_role.py
237248
test/test_organization_security.py
238249
test/test_organization_update_request.py
@@ -243,6 +254,7 @@ test/test_run_api.py
243254
test/test_run_container.py
244255
test/test_run_data.py
245256
test/test_run_data_query.py
257+
test/test_run_edit_info.py
246258
test/test_run_resource_requested.py
247259
test/test_run_state.py
248260
test/test_run_status.py
@@ -262,6 +274,7 @@ test/test_runner.py
262274
test/test_runner_access_control.py
263275
test/test_runner_api.py
264276
test/test_runner_create_request.py
277+
test/test_runner_edit_info.py
265278
test/test_runner_resource_sizing.py
266279
test/test_runner_role.py
267280
test/test_runner_run_template_parameter_value.py
@@ -273,6 +286,7 @@ test/test_solution.py
273286
test/test_solution_access_control.py
274287
test/test_solution_api.py
275288
test/test_solution_create_request.py
289+
test/test_solution_edit_info.py
276290
test/test_solution_role.py
277291
test/test_solution_security.py
278292
test/test_solution_update_request.py
@@ -284,6 +298,7 @@ test/test_workspace.py
284298
test/test_workspace_access_control.py
285299
test/test_workspace_api.py
286300
test/test_workspace_create_request.py
301+
test/test_workspace_edit_info.py
287302
test/test_workspace_file.py
288303
test/test_workspace_role.py
289304
test/test_workspace_security.py

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Class | Method | HTTP request | Description
245245
- [Organization](docs/Organization.md)
246246
- [OrganizationAccessControl](docs/OrganizationAccessControl.md)
247247
- [OrganizationCreateRequest](docs/OrganizationCreateRequest.md)
248+
- [OrganizationEditInfo](docs/OrganizationEditInfo.md)
248249
- [OrganizationRole](docs/OrganizationRole.md)
249250
- [OrganizationSecurity](docs/OrganizationSecurity.md)
250251
- [OrganizationUpdateRequest](docs/OrganizationUpdateRequest.md)
@@ -254,6 +255,7 @@ Class | Method | HTTP request | Description
254255
- [RunContainer](docs/RunContainer.md)
255256
- [RunData](docs/RunData.md)
256257
- [RunDataQuery](docs/RunDataQuery.md)
258+
- [RunEditInfo](docs/RunEditInfo.md)
257259
- [RunResourceRequested](docs/RunResourceRequested.md)
258260
- [RunState](docs/RunState.md)
259261
- [RunStatus](docs/RunStatus.md)
@@ -272,6 +274,7 @@ Class | Method | HTTP request | Description
272274
- [Runner](docs/Runner.md)
273275
- [RunnerAccessControl](docs/RunnerAccessControl.md)
274276
- [RunnerCreateRequest](docs/RunnerCreateRequest.md)
277+
- [RunnerEditInfo](docs/RunnerEditInfo.md)
275278
- [RunnerResourceSizing](docs/RunnerResourceSizing.md)
276279
- [RunnerRole](docs/RunnerRole.md)
277280
- [RunnerRunTemplateParameterValue](docs/RunnerRunTemplateParameterValue.md)
@@ -282,6 +285,7 @@ Class | Method | HTTP request | Description
282285
- [Solution](docs/Solution.md)
283286
- [SolutionAccessControl](docs/SolutionAccessControl.md)
284287
- [SolutionCreateRequest](docs/SolutionCreateRequest.md)
288+
- [SolutionEditInfo](docs/SolutionEditInfo.md)
285289
- [SolutionRole](docs/SolutionRole.md)
286290
- [SolutionSecurity](docs/SolutionSecurity.md)
287291
- [SolutionUpdateRequest](docs/SolutionUpdateRequest.md)
@@ -292,6 +296,7 @@ Class | Method | HTTP request | Description
292296
- [Workspace](docs/Workspace.md)
293297
- [WorkspaceAccessControl](docs/WorkspaceAccessControl.md)
294298
- [WorkspaceCreateRequest](docs/WorkspaceCreateRequest.md)
299+
- [WorkspaceEditInfo](docs/WorkspaceEditInfo.md)
295300
- [WorkspaceFile](docs/WorkspaceFile.md)
296301
- [WorkspaceRole](docs/WorkspaceRole.md)
297302
- [WorkspaceSecurity](docs/WorkspaceSecurity.md)

cosmotech_api/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
from cosmotech_api.models.organization import Organization
6969
from cosmotech_api.models.organization_access_control import OrganizationAccessControl
7070
from cosmotech_api.models.organization_create_request import OrganizationCreateRequest
71+
from cosmotech_api.models.organization_edit_info import OrganizationEditInfo
7172
from cosmotech_api.models.organization_role import OrganizationRole
7273
from cosmotech_api.models.organization_security import OrganizationSecurity
7374
from cosmotech_api.models.organization_update_request import OrganizationUpdateRequest
@@ -77,6 +78,7 @@
7778
from cosmotech_api.models.run_container import RunContainer
7879
from cosmotech_api.models.run_data import RunData
7980
from cosmotech_api.models.run_data_query import RunDataQuery
81+
from cosmotech_api.models.run_edit_info import RunEditInfo
8082
from cosmotech_api.models.run_resource_requested import RunResourceRequested
8183
from cosmotech_api.models.run_state import RunState
8284
from cosmotech_api.models.run_status import RunStatus
@@ -95,6 +97,7 @@
9597
from cosmotech_api.models.runner import Runner
9698
from cosmotech_api.models.runner_access_control import RunnerAccessControl
9799
from cosmotech_api.models.runner_create_request import RunnerCreateRequest
100+
from cosmotech_api.models.runner_edit_info import RunnerEditInfo
98101
from cosmotech_api.models.runner_resource_sizing import RunnerResourceSizing
99102
from cosmotech_api.models.runner_role import RunnerRole
100103
from cosmotech_api.models.runner_run_template_parameter_value import RunnerRunTemplateParameterValue
@@ -105,6 +108,7 @@
105108
from cosmotech_api.models.solution import Solution
106109
from cosmotech_api.models.solution_access_control import SolutionAccessControl
107110
from cosmotech_api.models.solution_create_request import SolutionCreateRequest
111+
from cosmotech_api.models.solution_edit_info import SolutionEditInfo
108112
from cosmotech_api.models.solution_role import SolutionRole
109113
from cosmotech_api.models.solution_security import SolutionSecurity
110114
from cosmotech_api.models.solution_update_request import SolutionUpdateRequest
@@ -115,6 +119,7 @@
115119
from cosmotech_api.models.workspace import Workspace
116120
from cosmotech_api.models.workspace_access_control import WorkspaceAccessControl
117121
from cosmotech_api.models.workspace_create_request import WorkspaceCreateRequest
122+
from cosmotech_api.models.workspace_edit_info import WorkspaceEditInfo
118123
from cosmotech_api.models.workspace_file import WorkspaceFile
119124
from cosmotech_api.models.workspace_role import WorkspaceRole
120125
from cosmotech_api.models.workspace_security import WorkspaceSecurity

0 commit comments

Comments
 (0)