Skip to content

Commit 6eb4269

Browse files
committed
update sdk with newly added APIs
1 parent 9d155c3 commit 6eb4269

File tree

330 files changed

+39322
-4523
lines changed

Some content is hidden

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

330 files changed

+39322
-4523
lines changed

.openapi-generator/FILES

+249-35
Large diffs are not rendered by default.

README.md

+199-102
Large diffs are not rendered by default.

docs/AcceptInviteApi.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All URIs are relative to */api/v2*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**accept_invite_accept_invite**](AcceptInviteApi.md#accept_invite_accept_invite) | **POST** /accept-invite | Accept invitation to workspace
7+
[**accept_invite**](AcceptInviteApi.md#accept_invite) | **POST** /accept-invite | Accept invitation to workspace
88

99

10-
# **accept_invite_accept_invite**
11-
> accept_invite_accept_invite(accept_invite_schema)
10+
# **accept_invite**
11+
> accept_invite(accept_invite_schema)
1212
1313
Accept invitation to workspace
1414

@@ -56,9 +56,9 @@ with openapi_client.ApiClient(configuration) as api_client:
5656

5757
try:
5858
# Accept invitation to workspace
59-
api_instance.accept_invite_accept_invite(accept_invite_schema)
59+
api_instance.accept_invite(accept_invite_schema)
6060
except Exception as e:
61-
print("Exception when calling AcceptInviteApi->accept_invite_accept_invite: %s\n" % e)
61+
print("Exception when calling AcceptInviteApi->accept_invite: %s\n" % e)
6262
```
6363

6464

docs/AddColumns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**c_name** | **str** | Column Name |
9-
**c_type** | **str** | Column Data Type |
9+
**c_type** | **str** | Data Type of the column |
1010

1111
## Example
1212

docs/AddDataview400Response.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# AddDataview400Response
2+
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**status_code** | **int** | |
9+
**detail** | **str** | |
10+
**extra** | [**none_type[str, object]**](.md) | | [optional]
11+
12+
## Example
13+
14+
```python
15+
from openapi_client.models.add_dataview400_response import AddDataview400Response
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of AddDataview400Response from a JSON string
20+
add_dataview400_response_instance = AddDataview400Response.from_json(json)
21+
# print the JSON string representation of the object
22+
print(AddDataview400Response.to_json())
23+
24+
# convert the object into a dict
25+
add_dataview400_response_dict = add_dataview400_response_instance.to_dict()
26+
# create an instance of AddDataview400Response from a dict
27+
add_dataview400_response_from_dict = AddDataview400Response.from_dict(add_dataview400_response_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+

docs/AddDataview400ResponseOneOf.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# AddDataview400ResponseOneOf
2+
3+
Client Error
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**status_code** | **int** | |
10+
**detail** | **str** | |
11+
**extra** | [**none_type[str, object]**](.md) | | [optional]
12+
13+
## Example
14+
15+
```python
16+
from openapi_client.models.add_dataview400_response_one_of import AddDataview400ResponseOneOf
17+
18+
# TODO update the JSON string below
19+
json = "{}"
20+
# create an instance of AddDataview400ResponseOneOf from a JSON string
21+
add_dataview400_response_one_of_instance = AddDataview400ResponseOneOf.from_json(json)
22+
# print the JSON string representation of the object
23+
print(AddDataview400ResponseOneOf.to_json())
24+
25+
# convert the object into a dict
26+
add_dataview400_response_one_of_dict = add_dataview400_response_one_of_instance.to_dict()
27+
# create an instance of AddDataview400ResponseOneOf from a dict
28+
add_dataview400_response_one_of_from_dict = AddDataview400ResponseOneOf.from_dict(add_dataview400_response_one_of_dict)
29+
```
30+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
31+
32+

docs/AddDataview400ResponseOneOf1.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# AddDataview400ResponseOneOf1
2+
3+
Validation Exception
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**status_code** | **int** | |
10+
**detail** | **str** | |
11+
**extra** | [**none_type[str, object]**](.md) | | [optional]
12+
13+
## Example
14+
15+
```python
16+
from openapi_client.models.add_dataview400_response_one_of1 import AddDataview400ResponseOneOf1
17+
18+
# TODO update the JSON string below
19+
json = "{}"
20+
# create an instance of AddDataview400ResponseOneOf1 from a JSON string
21+
add_dataview400_response_one_of1_instance = AddDataview400ResponseOneOf1.from_json(json)
22+
# print the JSON string representation of the object
23+
print(AddDataview400ResponseOneOf1.to_json())
24+
25+
# convert the object into a dict
26+
add_dataview400_response_one_of1_dict = add_dataview400_response_one_of1_instance.to_dict()
27+
# create an instance of AddDataview400ResponseOneOf1 from a dict
28+
add_dataview400_response_one_of1_from_dict = AddDataview400ResponseOneOf1.from_dict(add_dataview400_response_one_of1_dict)
29+
```
30+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
31+
32+

docs/AddDataview401Response.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# AddDataview401Response
2+
3+
Authorization Exception
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**status_code** | **int** | |
10+
**detail** | **str** | |
11+
**extra** | [**none_type[str, object]**](.md) | | [optional]
12+
13+
## Example
14+
15+
```python
16+
from openapi_client.models.add_dataview401_response import AddDataview401Response
17+
18+
# TODO update the JSON string below
19+
json = "{}"
20+
# create an instance of AddDataview401Response from a JSON string
21+
add_dataview401_response_instance = AddDataview401Response.from_json(json)
22+
# print the JSON string representation of the object
23+
print(AddDataview401Response.to_json())
24+
25+
# convert the object into a dict
26+
add_dataview401_response_dict = add_dataview401_response_instance.to_dict()
27+
# create an instance of AddDataview401Response from a dict
28+
add_dataview401_response_from_dict = AddDataview401Response.from_dict(add_dataview401_response_dict)
29+
```
30+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
31+
32+

docs/AddDataview404Response.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# AddDataview404Response
2+
3+
Not Found Exception
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**status_code** | **int** | |
10+
**detail** | **str** | |
11+
**extra** | [**none_type[str, object]**](.md) | | [optional]
12+
13+
## Example
14+
15+
```python
16+
from openapi_client.models.add_dataview404_response import AddDataview404Response
17+
18+
# TODO update the JSON string below
19+
json = "{}"
20+
# create an instance of AddDataview404Response from a JSON string
21+
add_dataview404_response_instance = AddDataview404Response.from_json(json)
22+
# print the JSON string representation of the object
23+
print(AddDataview404Response.to_json())
24+
25+
# convert the object into a dict
26+
add_dataview404_response_dict = add_dataview404_response_instance.to_dict()
27+
# create an instance of AddDataview404Response from a dict
28+
add_dataview404_response_from_dict = AddDataview404Response.from_dict(add_dataview404_response_dict)
29+
```
30+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
31+
32+

docs/AddExportSpec.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# AddExportSpec
2+
3+
A export specification
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**dataview_id** | **int** | |
10+
**sequence** | **int** | | [optional]
11+
**trigger_id** | **int** | | [optional]
12+
**end_of_pipeline** | **bool** | | [optional] [default to True]
13+
**handler_type** | **str** | |
14+
**trigger_type** | **str** | |
15+
**target_properties** | **object** | | [optional]
16+
**additional_properties** | **object** | | [optional]
17+
**condition** | **object** | | [optional]
18+
**run_immediately** | **bool** | |
19+
**validate_only** | **bool** | | [optional] [default to False]
20+
21+
## Example
22+
23+
```python
24+
from openapi_client.models.add_export_spec import AddExportSpec
25+
26+
# TODO update the JSON string below
27+
json = "{}"
28+
# create an instance of AddExportSpec from a JSON string
29+
add_export_spec_instance = AddExportSpec.from_json(json)
30+
# print the JSON string representation of the object
31+
print(AddExportSpec.to_json())
32+
33+
# convert the object into a dict
34+
add_export_spec_dict = add_export_spec_instance.to_dict()
35+
# create an instance of AddExportSpec from a dict
36+
add_export_spec_from_dict = AddExportSpec.from_dict(add_export_spec_dict)
37+
```
38+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
39+
40+

docs/AddTaskSpec.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# AddTaskSpec
2+
3+
A task specification
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**dataview_id** | **int** | |
10+
**sequence_number** | **int** | |
11+
12+
## Example
13+
14+
```python
15+
from openapi_client.models.add_task_spec import AddTaskSpec
16+
17+
# TODO update the JSON string below
18+
json = "{}"
19+
# create an instance of AddTaskSpec from a JSON string
20+
add_task_spec_instance = AddTaskSpec.from_json(json)
21+
# print the JSON string representation of the object
22+
print(AddTaskSpec.to_json())
23+
24+
# convert the object into a dict
25+
add_task_spec_dict = add_task_spec_instance.to_dict()
26+
# create an instance of AddTaskSpec from a dict
27+
add_task_spec_from_dict = AddTaskSpec.from_dict(add_task_spec_dict)
28+
```
29+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30+
31+

docs/AdditionalInfo.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# AdditionalInfo
2+
3+
Additional Info of the file
4+
5+
## Properties
6+
7+
Name | Type | Description | Notes
8+
------------ | ------------- | ------------- | -------------
9+
**append_to_ds_id** | **int** | | [optional]
10+
**parent_id** | **str** | | [optional]
11+
**delete_existing_after_append** | **bool** | Delete Existing After Append | [optional] [default to False]
12+
**password_protected** | **bool** | Password Protected | [optional] [default to False]
13+
**sheets_info** | [**List[SheetInfo]**](SheetInfo.md) | | [optional]
14+
**final_ds_id** | **int** | | [optional]
15+
**url** | **str** | | [optional]
16+
17+
## Example
18+
19+
```python
20+
from openapi_client.models.additional_info import AdditionalInfo
21+
22+
# TODO update the JSON string below
23+
json = "{}"
24+
# create an instance of AdditionalInfo from a JSON string
25+
additional_info_instance = AdditionalInfo.from_json(json)
26+
# print the JSON string representation of the object
27+
print(AdditionalInfo.to_json())
28+
29+
# convert the object into a dict
30+
additional_info_dict = additional_info_instance.to_dict()
31+
# create an instance of AdditionalInfo from a dict
32+
additional_info_from_dict = AdditionalInfo.from_dict(additional_info_dict)
33+
```
34+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
35+
36+

docs/AppUsageApi.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ All URIs are relative to */api/v2*
44

55
Method | HTTP request | Description
66
------------- | ------------- | -------------
7-
[**workspaces_workspace_id_app_usage_get_subscription_detail**](AppUsageApi.md#workspaces_workspace_id_app_usage_get_subscription_detail) | **GET** /workspaces/{workspace_id}/app-usage | Get app usage details
7+
[**get_app_usage**](AppUsageApi.md#get_app_usage) | **GET** /workspaces/{workspace_id}/app-usage | Get app usage details
88

99

10-
# **workspaces_workspace_id_app_usage_get_subscription_detail**
11-
> AppUsageSchema workspaces_workspace_id_app_usage_get_subscription_detail(workspace_id, fields=fields)
10+
# **get_app_usage**
11+
> AppUsageSchema get_app_usage(workspace_id, fields=fields)
1212
1313
Get app usage details
1414

@@ -57,11 +57,11 @@ with openapi_client.ApiClient(configuration) as api_client:
5757

5858
try:
5959
# Get app usage details
60-
api_response = api_instance.workspaces_workspace_id_app_usage_get_subscription_detail(workspace_id, fields=fields)
61-
print("The response of AppUsageApi->workspaces_workspace_id_app_usage_get_subscription_detail:\n")
60+
api_response = api_instance.get_app_usage(workspace_id, fields=fields)
61+
print("The response of AppUsageApi->get_app_usage:\n")
6262
pprint(api_response)
6363
except Exception as e:
64-
print("Exception when calling AppUsageApi->workspaces_workspace_id_app_usage_get_subscription_detail: %s\n" % e)
64+
print("Exception when calling AppUsageApi->get_app_usage: %s\n" % e)
6565
```
6666

6767

0 commit comments

Comments
 (0)