Skip to content

Commit 93b56d1

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@14053f3)
Co-authored-by: jreynard-code <jreynard-code@users.noreply.github.com>
1 parent 3e25d05 commit 93b56d1

204 files changed

Lines changed: 406 additions & 204 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ cosmotech_api/models/file_upload_validation.py
4545
cosmotech_api/models/graph_properties.py
4646
cosmotech_api/models/ingestion_status_enum.py
4747
cosmotech_api/models/io_types_enum.py
48+
cosmotech_api/models/last_run_info.py
4849
cosmotech_api/models/organization.py
4950
cosmotech_api/models/organization_access_control.py
5051
cosmotech_api/models/organization_create_request.py
@@ -136,6 +137,7 @@ docs/FileUploadValidation.md
136137
docs/GraphProperties.md
137138
docs/IngestionStatusEnum.md
138139
docs/IoTypesEnum.md
140+
docs/LastRunInfo.md
139141
docs/MetaApi.md
140142
docs/Organization.md
141143
docs/OrganizationAccessControl.md
@@ -238,6 +240,7 @@ test/test_file_upload_validation.py
238240
test/test_graph_properties.py
239241
test/test_ingestion_status_enum.py
240242
test/test_io_types_enum.py
243+
test/test_last_run_info.py
241244
test/test_meta_api.py
242245
test/test_organization.py
243246
test/test_organization_access_control.py

README.md

Lines changed: 2 additions & 1 deletion
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: 5.0.0-beta2
6+
- API version: 5.0.1-SNAPSHOT
77
- Package version: 1.0.0
88
- Generator version: 7.10.0
99
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
@@ -242,6 +242,7 @@ Class | Method | HTTP request | Description
242242
- [GraphProperties](docs/GraphProperties.md)
243243
- [IngestionStatusEnum](docs/IngestionStatusEnum.md)
244244
- [IoTypesEnum](docs/IoTypesEnum.md)
245+
- [LastRunInfo](docs/LastRunInfo.md)
245246
- [Organization](docs/Organization.md)
246247
- [OrganizationAccessControl](docs/OrganizationAccessControl.md)
247248
- [OrganizationCreateRequest](docs/OrganizationCreateRequest.md)

cosmotech_api/__init__.py

Lines changed: 2 additions & 1 deletion
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: 5.0.0-beta2
10+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
1111
Contact: platform@cosmotech.com
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313
@@ -65,6 +65,7 @@
6565
from cosmotech_api.models.graph_properties import GraphProperties
6666
from cosmotech_api.models.ingestion_status_enum import IngestionStatusEnum
6767
from cosmotech_api.models.io_types_enum import IoTypesEnum
68+
from cosmotech_api.models.last_run_info import LastRunInfo
6869
from cosmotech_api.models.organization import Organization
6970
from cosmotech_api.models.organization_access_control import OrganizationAccessControl
7071
from cosmotech_api.models.organization_create_request import OrganizationCreateRequest

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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cosmotech_api/api/meta_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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cosmotech_api/api/organization_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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cosmotech_api/api/run_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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cosmotech_api/api/runner_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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

cosmotech_api/api/solution_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: 5.0.0-beta2
8+
The version of the OpenAPI document: 5.0.1-SNAPSHOT
99
Contact: platform@cosmotech.com
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

0 commit comments

Comments
 (0)