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