Skip to content

Commit 593c04b

Browse files
Excavator: Upgrade API Version (#269)
1 parent b0d8ea3 commit 593c04b

File tree

205 files changed

+3444
-3062
lines changed

Some content is hidden

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

205 files changed

+3444
-3062
lines changed

.excavator.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
auto-label:
44
names:
5-
versions-props/upgrade-all: [ "merge when ready" ]
6-
circleci/manage-circleci: [ "merge when ready" ]
5+
versions-props/upgrade-all: ["merge when ready"]
6+
circleci/manage-circleci: ["merge when ready"]
77
tags:
8-
donotmerge: [ "do not merge" ]
9-
roomba: [ "merge when ready" ]
10-
automerge: [ "merge when ready" ]
11-
autorelease: [ "autorelease" ]
8+
roomba: ["merge when ready"]
9+
automerge: ["merge when ready"]
10+
autorelease: ["autorelease"]

README.md

Lines changed: 97 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateBranchRequest
2+
3+
CreateBranchRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**branch_id** | BranchId | Yes | |
9+
**transaction_rid** | Optional[TransactionRid] | No | |
10+
11+
12+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateDatasetRequest
2+
3+
CreateDatasetRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**name** | DatasetName | Yes | |
9+
**parent_folder_rid** | FolderRid | Yes | |
10+
11+
12+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateTransactionRequest
2+
3+
CreateTransactionRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**transaction_type** | Optional[TransactionType] | No | |
9+
10+
11+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AggregateObjectsRequest
2+
3+
AggregateObjectsRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**aggregation** | List[Aggregation] | Yes | |
9+
**query** | Optional[SearchJsonQuery] | No | |
10+
**group_by** | List[AggregationGroupBy] | Yes | |
11+
12+
13+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# BatchApplyActionRequest
2+
3+
BatchApplyActionRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**requests** | List[ApplyActionRequest] | Yes | |
9+
10+
11+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ExecuteQueryRequest
2+
3+
ExecuteQueryRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**parameters** | Dict[ParameterId, Optional[DataValue]] | Yes | |
9+
10+
11+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# SearchObjectsRequest
2+
3+
SearchObjectsRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**query** | SearchJsonQuery | Yes | |
9+
**order_by** | Optional[SearchOrderBy] | No | |
10+
**page_size** | Optional[PageSize] | No | |
11+
**page_token** | Optional[PageToken] | No | |
12+
**fields** | List[PropertyApiName] | Yes | The API names of the object type properties to include in the response. |
13+
14+
15+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ValidateActionRequest
2+
3+
ValidateActionRequest
4+
5+
## Properties
6+
| Name | Type | Required | Description |
7+
| ------------ | ------------- | ------------- | ------------- |
8+
**parameters** | Dict[ParameterId, Optional[DataValue]] | Yes | |
9+
10+
11+
[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)

0 commit comments

Comments
 (0)