Skip to content

Commit 640a8d1

Browse files
Automatically update python client (ref: Cosmo-Tech/cosmotech-api@4b1bf3c)
Co-authored-by: Leopold-Cramer <Leopold-Cramer@users.noreply.github.com>
1 parent c6bcfd5 commit 640a8d1

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

cosmotech_api/model/dataset.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def openapi_types():
106106
'name': (str,), # noqa: E501
107107
'description': (str,), # noqa: E501
108108
'owner_id': (str,), # noqa: E501
109+
'owner_name': (str,), # noqa: E501
109110
'organization_id': (str,), # noqa: E501
110111
'parent_id': (str,), # noqa: E501
111112
'twingraph_id': (str,), # noqa: E501
@@ -134,6 +135,7 @@ def discriminator():
134135
'name': 'name', # noqa: E501
135136
'description': 'description', # noqa: E501
136137
'owner_id': 'ownerId', # noqa: E501
138+
'owner_name': 'ownerName', # noqa: E501
137139
'organization_id': 'organizationId', # noqa: E501
138140
'parent_id': 'parentId', # noqa: E501
139141
'twingraph_id': 'twingraphId', # noqa: E501
@@ -155,6 +157,7 @@ def discriminator():
155157
read_only_vars = {
156158
'id', # noqa: E501
157159
'owner_id', # noqa: E501
160+
'owner_name', # noqa: E501
158161
'organization_id', # noqa: E501
159162
'creation_date', # noqa: E501
160163
'refresh_date', # noqa: E501
@@ -202,6 +205,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
202205
name (str): the Dataset name. [optional] # noqa: E501
203206
description (str): the Dataset description. [optional] # noqa: E501
204207
owner_id (str): the User id which own this Dataset. [optional] # noqa: E501
208+
owner_name (str): the name of the owner. [optional] # noqa: E501
205209
organization_id (str): the Organization Id related to this Dataset. [optional] # noqa: E501
206210
parent_id (str): the Dataset id which is the parent of this Dataset. [optional] # noqa: E501
207211
twingraph_id (str): the twin graph id. [optional] # noqa: E501
@@ -303,6 +307,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
303307
name (str): the Dataset name. [optional] # noqa: E501
304308
description (str): the Dataset description. [optional] # noqa: E501
305309
owner_id (str): the User id which own this Dataset. [optional] # noqa: E501
310+
owner_name (str): the name of the owner. [optional] # noqa: E501
306311
organization_id (str): the Organization Id related to this Dataset. [optional] # noqa: E501
307312
parent_id (str): the Dataset id which is the parent of this Dataset. [optional] # noqa: E501
308313
twingraph_id (str): the twin graph id. [optional] # noqa: E501

docs/Dataset.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Name | Type | Description | Notes
99
**name** | **str** | the Dataset name | [optional]
1010
**description** | **str** | the Dataset description | [optional]
1111
**owner_id** | **str** | the User id which own this Dataset | [optional] [readonly]
12+
**owner_name** | **str** | the name of the owner | [optional] [readonly]
1213
**organization_id** | **str** | the Organization Id related to this Dataset | [optional] [readonly]
1314
**parent_id** | **str** | the Dataset id which is the parent of this Dataset | [optional]
1415
**twingraph_id** | **str** | the twin graph id | [optional]

docs/DatasetApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ void (empty response body)
24552455

24562456
| Status code | Description | Response headers |
24572457
|-------------|-------------|------------------|
2458-
**200** | Twingraph File Uploaded | - |
2458+
**201** | Twingraph file upload started | - |
24592459

24602460
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
24612461

0 commit comments

Comments
 (0)