Skip to content

Commit 2d671bd

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@a53ea39)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent a0cc158 commit 2d671bd

File tree

246 files changed

+247
-1388
lines changed

Some content is hidden

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

246 files changed

+247
-1388
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Cosmo Tech Platform API
33

44
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
55

6-
- API version: 3.2.5
6+
- API version: 3.2.2-SNAPSHOT
77
- Package version: 1.0.0
88
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
99
For more information, please visit [https://github.com/Cosmo-Tech/cosmotech-api](https://github.com/Cosmo-Tech/cosmotech-api)
@@ -142,9 +142,6 @@ Class | Method | HTTP request | Description
142142
*OrganizationApi* | [**unregister_organization**](docs/OrganizationApi.md#unregister_organization) | **DELETE** /organizations/{organization_id} | Unregister an organization
143143
*OrganizationApi* | [**update_organization**](docs/OrganizationApi.md#update_organization) | **PATCH** /organizations/{organization_id} | Update an Organization
144144
*OrganizationApi* | [**update_organization_access_control**](docs/OrganizationApi.md#update_organization_access_control) | **PATCH** /organizations/{organization_id}/security/access/{identity_id} | Update the specified access to User for an Organization
145-
*OrganizationApi* | [**update_solutions_container_registry_by_organization_id**](docs/OrganizationApi.md#update_solutions_container_registry_by_organization_id) | **PATCH** /organizations/{organization_id}/services/solutionsContainerRegistry | Update the solutions container registry configuration for the Organization specified
146-
*OrganizationApi* | [**update_storage_by_organization_id**](docs/OrganizationApi.md#update_storage_by_organization_id) | **PATCH** /organizations/{organization_id}/services/storage | Update storage configuration for the Organization specified
147-
*OrganizationApi* | [**update_tenant_credentials_by_organization_id**](docs/OrganizationApi.md#update_tenant_credentials_by_organization_id) | **PATCH** /organizations/{organization_id}/services/tenantCredentials | Update tenant credentials for the Organization specified
148145
*RunApi* | [**delete_run**](docs/RunApi.md#delete_run) | **DELETE** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id} | Delete a run
149146
*RunApi* | [**get_run**](docs/RunApi.md#get_run) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id} | Get the details of a run
150147
*RunApi* | [**get_run_logs**](docs/RunApi.md#get_run_logs) | **GET** /organizations/{organization_id}/workspaces/{workspace_id}/runners/{runner_id}/runs/{run_id}/logs | get the logs for the Run
@@ -292,8 +289,6 @@ Class | Method | HTTP request | Description
292289
- [OrganizationAccessControl](docs/OrganizationAccessControl.md)
293290
- [OrganizationRole](docs/OrganizationRole.md)
294291
- [OrganizationSecurity](docs/OrganizationSecurity.md)
295-
- [OrganizationService](docs/OrganizationService.md)
296-
- [OrganizationServices](docs/OrganizationServices.md)
297292
- [QueryResult](docs/QueryResult.md)
298293
- [ResourceSizeInfo](docs/ResourceSizeInfo.md)
299294
- [Run](docs/Run.md)

cosmotech_api/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Cosmo Tech Platform API
99
10-
The version of the OpenAPI document: 3.2.5
10+
The version of the OpenAPI document: 3.2.2-SNAPSHOT
1111
Contact: platform@cosmotech.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
@@ -69,8 +69,6 @@
6969
from cosmotech_api.models.organization_access_control import OrganizationAccessControl
7070
from cosmotech_api.models.organization_role import OrganizationRole
7171
from cosmotech_api.models.organization_security import OrganizationSecurity
72-
from cosmotech_api.models.organization_service import OrganizationService
73-
from cosmotech_api.models.organization_services import OrganizationServices
7472
from cosmotech_api.models.query_result import QueryResult
7573
from cosmotech_api.models.resource_size_info import ResourceSizeInfo
7674
from cosmotech_api.models.run import Run

cosmotech_api/api/connector_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Cosmo Tech Platform API
77
8-
The version of the OpenAPI document: 3.2.5
8+
The version of the OpenAPI document: 3.2.2-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cosmotech_api/api/dataset_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Cosmo Tech Platform API
77
8-
The version of the OpenAPI document: 3.2.5
8+
The version of the OpenAPI document: 3.2.2-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)