Skip to content

Commit 92295b0

Browse files
csmplatformlalepee
andcommitted
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@ca4558f)
Co-authored-by: lalepee <lalepee@users.noreply.github.com>
1 parent f90ff0c commit 92295b0

208 files changed

Lines changed: 10637 additions & 12126 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.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
LICENSE
22
=======
33

4-
Copyright 2021-2022 Cosmo Tech
4+
Copyright 2021-2026 Cosmo Tech
55

66
You are authorized to use this software following the execution of a specific agreement with Cosmo Tech or with an authorized licensee of Cosmo Tech.
77

README.md

Lines changed: 121 additions & 128 deletions
Large diffs are not rendered by default.

cosmotech_api/__init__.py

Lines changed: 182 additions & 88 deletions
Large diffs are not rendered by default.

cosmotech_api/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# flake8: noqa
22

33
# import apis into api package
4-
from cosmotech_api.api.connector_api import ConnectorApi
54
from cosmotech_api.api.dataset_api import DatasetApi
5+
from cosmotech_api.api.meta_api import MetaApi
66
from cosmotech_api.api.organization_api import OrganizationApi
77
from cosmotech_api.api.run_api import RunApi
88
from cosmotech_api.api.runner_api import RunnerApi

cosmotech_api/api/dataset_api.py

Lines changed: 1646 additions & 3880 deletions
Large diffs are not rendered by default.

cosmotech_api/api/meta_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Cosmo Tech Platform API
55
6-
The version of the OpenAPI document: 5.0.2-SNAPSHOT
6+
The version of the OpenAPI document: 5.1.0-rc1
77
Contact: platform@cosmotech.com
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

cosmotech_api/api/organization_api.py

Lines changed: 583 additions & 554 deletions
Large diffs are not rendered by default.

cosmotech_api/api/run_api.py

Lines changed: 141 additions & 797 deletions
Large diffs are not rendered by default.

cosmotech_api/api/runner_api.py

Lines changed: 612 additions & 577 deletions
Large diffs are not rendered by default.

cosmotech_api/api/solution_api.py

Lines changed: 2850 additions & 694 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)