@alicloud/gpdb20160503 3.11.0 → 3.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +182 -56
- package/dist/client.js +377 -59
- package/dist/client.js.map +1 -1
- package/dist/models/CheckSaasServiceVersionRequest.d.ts +31 -0
- package/dist/models/CheckSaasServiceVersionRequest.js +60 -0
- package/dist/models/CheckSaasServiceVersionRequest.js.map +1 -0
- package/dist/models/CheckSaasServiceVersionResponse.d.ts +19 -0
- package/dist/models/CheckSaasServiceVersionResponse.js +69 -0
- package/dist/models/CheckSaasServiceVersionResponse.js.map +1 -0
- package/dist/models/CheckSaasServiceVersionResponseBody.d.ts +45 -0
- package/dist/models/CheckSaasServiceVersionResponseBody.js +64 -0
- package/dist/models/CheckSaasServiceVersionResponseBody.js.map +1 -0
- package/dist/models/CreateApiKeyRequest.d.ts +14 -0
- package/dist/models/CreateApiKeyRequest.js.map +1 -1
- package/dist/models/CreateApiKeyResponseBody.d.ts +9 -0
- package/dist/models/CreateApiKeyResponseBody.js.map +1 -1
- package/dist/models/CreateApiKeyShrinkRequest.d.ts +14 -0
- package/dist/models/CreateApiKeyShrinkRequest.js.map +1 -1
- package/dist/models/CreateDbinstanceRequest.d.ts +116 -171
- package/dist/models/CreateDbinstanceRequest.js.map +1 -1
- package/dist/models/CreateDbinstanceResponseBody.d.ts +3 -3
- package/dist/models/CreateSupabaseProjectRequest.d.ts +20 -5
- package/dist/models/CreateSupabaseProjectRequest.js +27 -1
- package/dist/models/CreateSupabaseProjectRequest.js.map +1 -1
- package/dist/models/CreateSupabaseProjectResponseBody.d.ts +2 -2
- package/dist/models/DeleteApiKeyRequest.d.ts +5 -0
- package/dist/models/DeleteApiKeyRequest.js.map +1 -1
- package/dist/models/DeleteApiKeyResponseBody.d.ts +6 -0
- package/dist/models/DeleteApiKeyResponseBody.js.map +1 -1
- package/dist/models/DeleteWorkspaceRequest.d.ts +5 -0
- package/dist/models/DeleteWorkspaceRequest.js.map +1 -1
- package/dist/models/DeleteWorkspaceResponseBody.d.ts +6 -0
- package/dist/models/DeleteWorkspaceResponseBody.js.map +1 -1
- package/dist/models/GetApiEndpointsRequest.d.ts +37 -0
- package/dist/models/GetApiEndpointsRequest.js +62 -0
- package/dist/models/GetApiEndpointsRequest.js.map +1 -0
- package/dist/models/GetApiEndpointsResponse.d.ts +19 -0
- package/dist/models/GetApiEndpointsResponse.js +69 -0
- package/dist/models/GetApiEndpointsResponse.js.map +1 -0
- package/dist/models/GetApiEndpointsResponseBody.d.ts +89 -0
- package/dist/models/GetApiEndpointsResponseBody.js +92 -0
- package/dist/models/GetApiEndpointsResponseBody.js.map +1 -0
- package/dist/models/GetApiKeyRequest.d.ts +5 -0
- package/dist/models/GetApiKeyRequest.js.map +1 -1
- package/dist/models/GetApiKeyResponseBody.d.ts +34 -0
- package/dist/models/GetApiKeyResponseBody.js.map +1 -1
- package/dist/models/GetSaasServiceRequest.d.ts +5 -0
- package/dist/models/GetSaasServiceRequest.js.map +1 -1
- package/dist/models/GetSaasServiceResponseBody.d.ts +38 -0
- package/dist/models/GetSaasServiceResponseBody.js.map +1 -1
- package/dist/models/GetServiceAccessInfoRequest.d.ts +5 -0
- package/dist/models/GetServiceAccessInfoRequest.js.map +1 -1
- package/dist/models/GetServiceAccessInfoResponseBody.d.ts +9 -0
- package/dist/models/GetServiceAccessInfoResponseBody.js.map +1 -1
- package/dist/models/GetWorkspaceRequest.d.ts +5 -0
- package/dist/models/GetWorkspaceRequest.js.map +1 -1
- package/dist/models/GetWorkspaceResponseBody.d.ts +83 -0
- package/dist/models/GetWorkspaceResponseBody.js.map +1 -1
- package/dist/models/GrantApiKeyRequest.d.ts +48 -0
- package/dist/models/GrantApiKeyRequest.js +67 -0
- package/dist/models/GrantApiKeyRequest.js.map +1 -0
- package/dist/models/GrantApiKeyResponse.d.ts +19 -0
- package/dist/models/GrantApiKeyResponse.js +69 -0
- package/dist/models/GrantApiKeyResponse.js.map +1 -0
- package/dist/models/GrantApiKeyResponseBody.d.ts +21 -0
- package/dist/models/GrantApiKeyResponseBody.js +58 -0
- package/dist/models/GrantApiKeyResponseBody.js.map +1 -0
- package/dist/models/GrantApiKeyShrinkRequest.d.ts +48 -0
- package/dist/models/GrantApiKeyShrinkRequest.js +64 -0
- package/dist/models/GrantApiKeyShrinkRequest.js.map +1 -0
- package/dist/models/ListApiKeysRequest.d.ts +14 -0
- package/dist/models/ListApiKeysRequest.js.map +1 -1
- package/dist/models/ListApiKeysResponseBody.d.ts +45 -0
- package/dist/models/ListApiKeysResponseBody.js.map +1 -1
- package/dist/models/ListSaasServiceRequest.d.ts +1 -1
- package/dist/models/ListSaasServiceResponseBody.d.ts +80 -1
- package/dist/models/ListSaasServiceResponseBody.js +37 -1
- package/dist/models/ListSaasServiceResponseBody.js.map +1 -1
- package/dist/models/ListWorkspacesResponseBody.d.ts +21 -1
- package/dist/models/ListWorkspacesResponseBody.js +37 -1
- package/dist/models/ListWorkspacesResponseBody.js.map +1 -1
- package/dist/models/ModifySaasServiceDeletionProtectionRequest.d.ts +39 -0
- package/dist/models/ModifySaasServiceDeletionProtectionRequest.js +62 -0
- package/dist/models/ModifySaasServiceDeletionProtectionRequest.js.map +1 -0
- package/dist/models/ModifySaasServiceDeletionProtectionResponse.d.ts +19 -0
- package/dist/models/ModifySaasServiceDeletionProtectionResponse.js +69 -0
- package/dist/models/ModifySaasServiceDeletionProtectionResponse.js.map +1 -0
- package/dist/models/ModifySaasServiceDeletionProtectionResponseBody.d.ts +37 -0
- package/dist/models/ModifySaasServiceDeletionProtectionResponseBody.js +62 -0
- package/dist/models/ModifySaasServiceDeletionProtectionResponseBody.js.map +1 -0
- package/dist/models/PauseSaasServiceRequest.d.ts +5 -0
- package/dist/models/PauseSaasServiceRequest.js.map +1 -1
- package/dist/models/PauseSaasServiceResponseBody.d.ts +6 -0
- package/dist/models/PauseSaasServiceResponseBody.js.map +1 -1
- package/dist/models/QueryContentAdvanceRequest.d.ts +26 -27
- package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
- package/dist/models/QueryContentRequest.d.ts +26 -27
- package/dist/models/QueryContentRequest.js.map +1 -1
- package/dist/models/QueryContentResponseBody.d.ts +2 -2
- package/dist/models/QueryContentShrinkRequest.d.ts +24 -24
- package/dist/models/ResumeSaasServiceRequest.d.ts +5 -0
- package/dist/models/ResumeSaasServiceRequest.js.map +1 -1
- package/dist/models/ResumeSaasServiceResponseBody.d.ts +6 -0
- package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -1
- package/dist/models/RevokeApiKeyRequest.d.ts +48 -0
- package/dist/models/RevokeApiKeyRequest.js +67 -0
- package/dist/models/RevokeApiKeyRequest.js.map +1 -0
- package/dist/models/RevokeApiKeyResponse.d.ts +19 -0
- package/dist/models/RevokeApiKeyResponse.js +69 -0
- package/dist/models/RevokeApiKeyResponse.js.map +1 -0
- package/dist/models/RevokeApiKeyResponseBody.d.ts +21 -0
- package/dist/models/RevokeApiKeyResponseBody.js +58 -0
- package/dist/models/RevokeApiKeyResponseBody.js.map +1 -0
- package/dist/models/RevokeApiKeyShrinkRequest.d.ts +48 -0
- package/dist/models/RevokeApiKeyShrinkRequest.js +64 -0
- package/dist/models/RevokeApiKeyShrinkRequest.js.map +1 -0
- package/dist/models/UpdateSaasServiceVersionRequest.d.ts +31 -0
- package/dist/models/UpdateSaasServiceVersionRequest.js +60 -0
- package/dist/models/UpdateSaasServiceVersionRequest.js.map +1 -0
- package/dist/models/UpdateSaasServiceVersionResponse.d.ts +19 -0
- package/dist/models/UpdateSaasServiceVersionResponse.js +69 -0
- package/dist/models/UpdateSaasServiceVersionResponse.js.map +1 -0
- package/dist/models/UpdateSaasServiceVersionResponseBody.d.ts +37 -0
- package/dist/models/UpdateSaasServiceVersionResponseBody.js +62 -0
- package/dist/models/UpdateSaasServiceVersionResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +24 -0
- package/dist/models/model.js +80 -32
- package/dist/models/model.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +410 -59
- package/src/models/CheckSaasServiceVersionRequest.ts +46 -0
- package/src/models/CheckSaasServiceVersionResponse.ts +40 -0
- package/src/models/CheckSaasServiceVersionResponseBody.ts +64 -0
- package/src/models/CreateApiKeyRequest.ts +14 -0
- package/src/models/CreateApiKeyResponseBody.ts +9 -0
- package/src/models/CreateApiKeyShrinkRequest.ts +14 -0
- package/src/models/CreateDbinstanceRequest.ts +124 -179
- package/src/models/CreateDbinstanceResponseBody.ts +3 -3
- package/src/models/CreateSupabaseProjectRequest.ts +37 -5
- package/src/models/CreateSupabaseProjectResponseBody.ts +2 -2
- package/src/models/DeleteApiKeyRequest.ts +5 -0
- package/src/models/DeleteApiKeyResponseBody.ts +6 -0
- package/src/models/DeleteWorkspaceRequest.ts +5 -0
- package/src/models/DeleteWorkspaceResponseBody.ts +6 -0
- package/src/models/GetApiEndpointsRequest.ts +54 -0
- package/src/models/GetApiEndpointsResponse.ts +40 -0
- package/src/models/GetApiEndpointsResponseBody.ts +127 -0
- package/src/models/GetApiKeyRequest.ts +5 -0
- package/src/models/GetApiKeyResponseBody.ts +34 -0
- package/src/models/GetSaasServiceRequest.ts +5 -0
- package/src/models/GetSaasServiceResponseBody.ts +38 -0
- package/src/models/GetServiceAccessInfoRequest.ts +5 -0
- package/src/models/GetServiceAccessInfoResponseBody.ts +9 -0
- package/src/models/GetWorkspaceRequest.ts +5 -0
- package/src/models/GetWorkspaceResponseBody.ts +83 -0
- package/src/models/GrantApiKeyRequest.ts +70 -0
- package/src/models/GrantApiKeyResponse.ts +40 -0
- package/src/models/GrantApiKeyResponseBody.ts +34 -0
- package/src/models/GrantApiKeyShrinkRequest.ts +67 -0
- package/src/models/ListApiKeysRequest.ts +14 -0
- package/src/models/ListApiKeysResponseBody.ts +45 -0
- package/src/models/ListSaasServiceRequest.ts +1 -1
- package/src/models/ListSaasServiceResponseBody.ts +107 -1
- package/src/models/ListWorkspacesResponseBody.ts +48 -1
- package/src/models/ModifySaasServiceDeletionProtectionRequest.ts +56 -0
- package/src/models/ModifySaasServiceDeletionProtectionResponse.ts +40 -0
- package/src/models/ModifySaasServiceDeletionProtectionResponseBody.ts +54 -0
- package/src/models/PauseSaasServiceRequest.ts +5 -0
- package/src/models/PauseSaasServiceResponseBody.ts +6 -0
- package/src/models/QueryContentAdvanceRequest.ts +26 -27
- package/src/models/QueryContentRequest.ts +26 -27
- package/src/models/QueryContentResponseBody.ts +2 -2
- package/src/models/QueryContentShrinkRequest.ts +24 -24
- package/src/models/ResumeSaasServiceRequest.ts +5 -0
- package/src/models/ResumeSaasServiceResponseBody.ts +6 -0
- package/src/models/RevokeApiKeyRequest.ts +70 -0
- package/src/models/RevokeApiKeyResponse.ts +40 -0
- package/src/models/RevokeApiKeyResponseBody.ts +34 -0
- package/src/models/RevokeApiKeyShrinkRequest.ts +67 -0
- package/src/models/UpdateSaasServiceVersionRequest.ts +46 -0
- package/src/models/UpdateSaasServiceVersionResponse.ts +40 -0
- package/src/models/UpdateSaasServiceVersionResponseBody.ts +54 -0
- package/src/models/model.ts +24 -0
|
@@ -39,7 +39,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
39
39
|
* @remarks
|
|
40
40
|
* The name of the source image file to search in image-to-image search scenarios.
|
|
41
41
|
*
|
|
42
|
-
* > The image file must have a file extension.
|
|
42
|
+
* > The image file must have a file extension. Currently supported image extensions: bmp, jpg, jpeg, png, and tiff.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* test.jpg
|
|
@@ -49,7 +49,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
49
49
|
* @remarks
|
|
50
50
|
* The publicly accessible URL of the image file in image-to-image search scenarios.
|
|
51
51
|
*
|
|
52
|
-
* > The image file must have a file extension.
|
|
52
|
+
* > The image file must have a file extension. Currently supported image extensions: bmp, jpg, jpeg, png, and tiff.
|
|
53
53
|
*
|
|
54
54
|
* @example
|
|
55
55
|
* https://xx/myImage.jpg
|
|
@@ -57,10 +57,10 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
57
57
|
fileUrl?: string;
|
|
58
58
|
/**
|
|
59
59
|
* @remarks
|
|
60
|
-
* The filter condition for the data to query, in SQL WHERE clause format. The
|
|
60
|
+
* The filter condition for the data to query, in SQL WHERE clause format. The expression returns a Boolean value (true or false). Conditions can be simple comparison operators such as equal to (=), not equal to (<> or !=), greater than (>), less than (<), greater than or equal to (>=), and less than or equal to (<=). Conditions can also be more complex expressions combined with logical operators (AND, OR, NOT), as well as conditions using IN, BETWEEN, and LIKE keywords.
|
|
61
61
|
*
|
|
62
62
|
* >
|
|
63
|
-
* > - For detailed syntax, refer to: https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-where
|
|
63
|
+
* > - For detailed syntax, refer to: https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-where/
|
|
64
64
|
*
|
|
65
65
|
* @example
|
|
66
66
|
* title = \\"test\\" AND name like \\"test%\\"
|
|
@@ -81,13 +81,13 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
81
81
|
graphSearchArgsShrink?: string;
|
|
82
82
|
/**
|
|
83
83
|
* @remarks
|
|
84
|
-
* The multi-channel recall algorithm. Default value: empty
|
|
84
|
+
* The multi-channel recall algorithm. Default value: empty (scores from dense vectors and full-text retrieve are directly compared and sorting is performed).
|
|
85
85
|
*
|
|
86
86
|
* Valid values:
|
|
87
87
|
*
|
|
88
|
-
* - RRF: Reciprocal
|
|
89
|
-
* - Weight: Weighted sorting. Parameters control the score weights of
|
|
90
|
-
* - Cascaded: Full-text
|
|
88
|
+
* - RRF: Reciprocal rank fusion. A parameter k controls the fusion effect. For more information, see the HybridSearchArgs configuration.
|
|
89
|
+
* - Weight: Weighted sorting. Parameters control the score weights of vector retrieve and full-text retrieve results before sorting. For more information, see the HybridSearchArgs configuration.
|
|
90
|
+
* - Cascaded: Full-text retrieve is performed first, followed by vector retrieve on the full-text retrieve results.
|
|
91
91
|
*
|
|
92
92
|
* @example
|
|
93
93
|
* RRF
|
|
@@ -95,9 +95,9 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
95
95
|
hybridSearch?: string;
|
|
96
96
|
/**
|
|
97
97
|
* @remarks
|
|
98
|
-
* The algorithm parameters for multi-channel recall. RRF and Weight are supported. HybridPathsSetting specifies the recall paths: dense vectors (dense), sparse vectors (sparse), and full-text
|
|
98
|
+
* The algorithm parameters for multi-channel recall. Currently, RRF and Weight are supported. HybridPathsSetting specifies the recall paths: dense vectors (dense), sparse vectors (sparse), and full-text retrieve (fulltext). If the value is empty, dense vectors (dense) and full-text retrieve (fulltext) are recalled by default.
|
|
99
99
|
*
|
|
100
|
-
* - RRF: Specifies the constant
|
|
100
|
+
* - RRF: Specifies the k constant in the score calculation formula `1/(k+rank_i)`. The value must be a positive integer greater than 1. Format:
|
|
101
101
|
* ```
|
|
102
102
|
* {
|
|
103
103
|
* "HybridPathsSetting": {
|
|
@@ -111,7 +111,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
111
111
|
*
|
|
112
112
|
* - Weight:
|
|
113
113
|
* - Dual-path recall (without specifying HybridPathsSetting, only specifying alpha):
|
|
114
|
-
* - Formula: alpha * dense_score + (1-alpha) * fulltext_score. The alpha parameter specifies the score weight between dense vectors and full-text
|
|
114
|
+
* - Formula: alpha * dense_score + (1-alpha) * fulltext_score. The alpha parameter specifies the score weight between dense vectors and full-text retrieve. Valid values: 0 to 1, where 0 indicates full-text retrieve only and 1 indicates dense vectors only:
|
|
115
115
|
* ```
|
|
116
116
|
* {
|
|
117
117
|
* "Weight": {
|
|
@@ -120,7 +120,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
120
120
|
* }
|
|
121
121
|
* ```
|
|
122
122
|
* - Three-path recall pattern:
|
|
123
|
-
* - Formula: normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score. The dense, sparse, and fulltext
|
|
123
|
+
* - Formula: normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score. The dense, sparse, and fulltext parameters represent the weights of dense vectors, sparse vectors, and full-text retrieve respectively. Valid values: greater than or equal to 0. The system automatically performs normalization on the weights to 0–1 (normalized_x = x / (dense + sparse + fulltext)).
|
|
124
124
|
* ```
|
|
125
125
|
* {
|
|
126
126
|
* "HybridPathsSetting": {
|
|
@@ -145,7 +145,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
145
145
|
includeFileUrl?: boolean;
|
|
146
146
|
/**
|
|
147
147
|
* @remarks
|
|
148
|
-
* The metadata fields to return. Default value: empty.
|
|
148
|
+
* The metadata fields to return, separated by commas. Default value: empty.
|
|
149
149
|
*
|
|
150
150
|
* @example
|
|
151
151
|
* title,page
|
|
@@ -163,7 +163,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
163
163
|
includeVector?: boolean;
|
|
164
164
|
/**
|
|
165
165
|
* @remarks
|
|
166
|
-
* The similarity algorithm used
|
|
166
|
+
* The similarity algorithm used during retrieval. If this value is empty, the algorithm specified when the knowledge base was created is used. Leave this parameter empty unless you have specific requirements.
|
|
167
167
|
*
|
|
168
168
|
* > Valid values:
|
|
169
169
|
* > - **l2**: Euclidean distance.
|
|
@@ -178,7 +178,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
178
178
|
* @remarks
|
|
179
179
|
* The namespace. Default value: public.
|
|
180
180
|
*
|
|
181
|
-
* > You can create a namespace by calling the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation and query namespaces by calling the [ListNamespaces](https://help.aliyun.com/document_detail/2401502.html) operation.
|
|
181
|
+
* > You can create a namespace by calling the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation and query the list of namespaces by calling the [ListNamespaces](https://help.aliyun.com/document_detail/2401502.html) operation.
|
|
182
182
|
*
|
|
183
183
|
* @example
|
|
184
184
|
* mynamespace
|
|
@@ -198,7 +198,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
198
198
|
namespacePassword?: string;
|
|
199
199
|
/**
|
|
200
200
|
* @remarks
|
|
201
|
-
* The offset for
|
|
201
|
+
* The offset for paging query.
|
|
202
202
|
*
|
|
203
203
|
* @example
|
|
204
204
|
* 0
|
|
@@ -208,9 +208,9 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
208
208
|
* @remarks
|
|
209
209
|
* The field used for sorting. Default value: empty.
|
|
210
210
|
*
|
|
211
|
-
* The field must belong to metadata or a default field in the table
|
|
211
|
+
* The field must belong to metadata or a default field in the table such as id. Supported formats:
|
|
212
212
|
*
|
|
213
|
-
*
|
|
213
|
+
* Single field, such as chunk_id.
|
|
214
214
|
* Multiple fields separated by commas, such as block_id, chunk_id.
|
|
215
215
|
* Descending order, such as block_id DESC, chunk_id DESC.
|
|
216
216
|
*
|
|
@@ -221,9 +221,9 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
221
221
|
ownerId?: number;
|
|
222
222
|
/**
|
|
223
223
|
* @remarks
|
|
224
|
-
* The recall window. When this value is not empty,
|
|
224
|
+
* The recall window. When this value is not empty, the context of the retrieval results is also returned. The format is a 2-element array: List<A, B>, where -10<=A<=0 and 0<=B<=10.
|
|
225
225
|
* > - Use this parameter when documents are split into overly small chunks and retrieval may lose contextual information.
|
|
226
|
-
* > - Reranking takes priority over windowing
|
|
226
|
+
* > - Reranking takes priority over windowing, meaning reranking is performed first, followed by windowing.
|
|
227
227
|
*/
|
|
228
228
|
recallWindowShrink?: string;
|
|
229
229
|
/**
|
|
@@ -238,9 +238,9 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
238
238
|
regionId?: string;
|
|
239
239
|
/**
|
|
240
240
|
* @remarks
|
|
241
|
-
* The reranking factor. When this value is not empty, the
|
|
242
|
-
* > - Reranking is
|
|
243
|
-
* > - The total number of
|
|
241
|
+
* The reranking factor. When this value is not empty, the vector retrieve results are reranked. Valid values: 1 < RerankFactor <= 5.
|
|
242
|
+
* > - Reranking is slower when documents are sparsely chunked.
|
|
243
|
+
* > - The total number of items to rerank (TopK × Factor, rounded up) should not exceed 50.
|
|
244
244
|
*
|
|
245
245
|
* @example
|
|
246
246
|
* 2
|
|
@@ -274,7 +274,7 @@ export class QueryContentShrinkRequest extends $dara.Model {
|
|
|
274
274
|
urlExpiration?: string;
|
|
275
275
|
/**
|
|
276
276
|
* @remarks
|
|
277
|
-
*
|
|
277
|
+
* **[Deprecated]** Specifies whether to use full-text retrieve (dual-path recall). Default value: false, which indicates that only vector retrieve is used.
|
|
278
278
|
*
|
|
279
279
|
* @example
|
|
280
280
|
* true
|
|
@@ -4,12 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ResumeSaasServiceRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The region ID of the SaaS service.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* cn-hangzhou
|
|
9
12
|
*/
|
|
10
13
|
regionId?: string;
|
|
11
14
|
/**
|
|
12
15
|
* @remarks
|
|
16
|
+
* The service ID.
|
|
17
|
+
*
|
|
13
18
|
* This parameter is required.
|
|
14
19
|
*
|
|
15
20
|
* @example
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ResumeSaasServiceResponseBody extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The request ID.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* ABB39CC3-4488-4857-905D-2E4A051D0521
|
|
9
12
|
*/
|
|
10
13
|
requestId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The service ID.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* drama-123456
|
|
14
20
|
*/
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RevokeApiKeyRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* API KEY ID。
|
|
9
|
+
*
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* api-xxxxxx
|
|
14
|
+
*/
|
|
15
|
+
keyId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The region ID.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* cn-beijing
|
|
22
|
+
*/
|
|
23
|
+
regionId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* The list of service IDs to be authorized.
|
|
27
|
+
*
|
|
28
|
+
* This parameter is required.
|
|
29
|
+
*/
|
|
30
|
+
serviceIds?: string[];
|
|
31
|
+
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* The workspace ID.
|
|
34
|
+
*
|
|
35
|
+
* This parameter is required.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* ws-*****
|
|
39
|
+
*/
|
|
40
|
+
workspaceId?: string;
|
|
41
|
+
static names(): { [key: string]: string } {
|
|
42
|
+
return {
|
|
43
|
+
keyId: 'KeyId',
|
|
44
|
+
regionId: 'RegionId',
|
|
45
|
+
serviceIds: 'ServiceIds',
|
|
46
|
+
workspaceId: 'WorkspaceId',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
static types(): { [key: string]: any } {
|
|
51
|
+
return {
|
|
52
|
+
keyId: 'string',
|
|
53
|
+
regionId: 'string',
|
|
54
|
+
serviceIds: { 'type': 'array', 'itemType': 'string' },
|
|
55
|
+
workspaceId: 'string',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
validate() {
|
|
60
|
+
if(Array.isArray(this.serviceIds)) {
|
|
61
|
+
$dara.Model.validateArray(this.serviceIds);
|
|
62
|
+
}
|
|
63
|
+
super.validate();
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
constructor(map?: { [key: string]: any }) {
|
|
67
|
+
super(map);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { RevokeApiKeyResponseBody } from "./RevokeApiKeyResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class RevokeApiKeyResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: RevokeApiKeyResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: RevokeApiKeyResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RevokeApiKeyResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The request ID.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* ABB39CC3-4488-4857-905D-2E4A051D0521
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
requestId: 'RequestId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
requestId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RevokeApiKeyShrinkRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* API KEY ID。
|
|
9
|
+
*
|
|
10
|
+
* This parameter is required.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* api-xxxxxx
|
|
14
|
+
*/
|
|
15
|
+
keyId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @remarks
|
|
18
|
+
* The region ID.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* cn-beijing
|
|
22
|
+
*/
|
|
23
|
+
regionId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* @remarks
|
|
26
|
+
* The list of service IDs to be authorized.
|
|
27
|
+
*
|
|
28
|
+
* This parameter is required.
|
|
29
|
+
*/
|
|
30
|
+
serviceIdsShrink?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @remarks
|
|
33
|
+
* The workspace ID.
|
|
34
|
+
*
|
|
35
|
+
* This parameter is required.
|
|
36
|
+
*
|
|
37
|
+
* @example
|
|
38
|
+
* ws-*****
|
|
39
|
+
*/
|
|
40
|
+
workspaceId?: string;
|
|
41
|
+
static names(): { [key: string]: string } {
|
|
42
|
+
return {
|
|
43
|
+
keyId: 'KeyId',
|
|
44
|
+
regionId: 'RegionId',
|
|
45
|
+
serviceIdsShrink: 'ServiceIds',
|
|
46
|
+
workspaceId: 'WorkspaceId',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
static types(): { [key: string]: any } {
|
|
51
|
+
return {
|
|
52
|
+
keyId: 'string',
|
|
53
|
+
regionId: 'string',
|
|
54
|
+
serviceIdsShrink: 'string',
|
|
55
|
+
workspaceId: 'string',
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
validate() {
|
|
60
|
+
super.validate();
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
constructor(map?: { [key: string]: any }) {
|
|
64
|
+
super(map);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateSaasServiceVersionRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The region ID.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* cn-hangzhou
|
|
12
|
+
*/
|
|
13
|
+
regionId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The service ID.
|
|
17
|
+
*
|
|
18
|
+
* This parameter is required.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* agdb-xxxxxx
|
|
22
|
+
*/
|
|
23
|
+
serviceId?: string;
|
|
24
|
+
static names(): { [key: string]: string } {
|
|
25
|
+
return {
|
|
26
|
+
regionId: 'RegionId',
|
|
27
|
+
serviceId: 'ServiceId',
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
static types(): { [key: string]: any } {
|
|
32
|
+
return {
|
|
33
|
+
regionId: 'string',
|
|
34
|
+
serviceId: 'string',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
validate() {
|
|
39
|
+
super.validate();
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
constructor(map?: { [key: string]: any }) {
|
|
43
|
+
super(map);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { UpdateSaasServiceVersionResponseBody } from "./UpdateSaasServiceVersionResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateSaasServiceVersionResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpdateSaasServiceVersionResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: UpdateSaasServiceVersionResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateSaasServiceVersionResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The response message.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* success
|
|
12
|
+
*/
|
|
13
|
+
message?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The request ID.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* ABB39CC3-4488-4857-905D-2E4A051D0521
|
|
20
|
+
*/
|
|
21
|
+
requestId?: string;
|
|
22
|
+
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The service ID.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* drama-123456
|
|
28
|
+
*/
|
|
29
|
+
serviceId?: string;
|
|
30
|
+
static names(): { [key: string]: string } {
|
|
31
|
+
return {
|
|
32
|
+
message: 'Message',
|
|
33
|
+
requestId: 'RequestId',
|
|
34
|
+
serviceId: 'ServiceId',
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
static types(): { [key: string]: any } {
|
|
39
|
+
return {
|
|
40
|
+
message: 'string',
|
|
41
|
+
requestId: 'string',
|
|
42
|
+
serviceId: 'string',
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
validate() {
|
|
47
|
+
super.validate();
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
constructor(map?: { [key: string]: any }) {
|
|
51
|
+
super(map);
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -53,6 +53,7 @@ export { CreateDBInstanceRequestTag } from './CreateDbinstanceRequest';
|
|
|
53
53
|
export { CreateDocumentCollectionRequestSparseVectorIndexConfig } from './CreateDocumentCollectionRequest';
|
|
54
54
|
export { CreateDocumentCollectionRequestVectorIndexConfig } from './CreateDocumentCollectionRequest';
|
|
55
55
|
export { CreateRemoteADBDataSourceResponseBodyDataSourceItem } from './CreateRemoteAdbdataSourceResponseBody';
|
|
56
|
+
export { CreateSupabaseProjectRequestTags } from './CreateSupabaseProjectRequest';
|
|
56
57
|
export { DescribeAccountsResponseBodyAccountsDBInstanceAccount } from './DescribeAccountsResponseBody';
|
|
57
58
|
export { DescribeAccountsResponseBodyAccounts } from './DescribeAccountsResponseBody';
|
|
58
59
|
export { DescribeActiveSQLRecordsResponseBodyQueries } from './DescribeActiveSqlrecordsResponseBody';
|
|
@@ -156,6 +157,7 @@ export { ExecuteStatementResponseBodyDataColumnMetadata } from './ExecuteStateme
|
|
|
156
157
|
export { ExecuteStatementResponseBodyDataRecordsRecords } from './ExecuteStatementResponseBody';
|
|
157
158
|
export { ExecuteStatementResponseBodyDataRecords } from './ExecuteStatementResponseBody';
|
|
158
159
|
export { ExecuteStatementResponseBodyData } from './ExecuteStatementResponseBody';
|
|
160
|
+
export { GetApiEndpointsResponseBodyItems } from './GetApiEndpointsResponseBody';
|
|
159
161
|
export { GetApiKeyResponseBodyAuthServices } from './GetApiKeyResponseBody';
|
|
160
162
|
export { GetGraphRAGJobResponseBodyJob } from './GetGraphRagjobResponseBody';
|
|
161
163
|
export { GetGraphRAGJobResponseBodyUsage } from './GetGraphRagjobResponseBody';
|
|
@@ -205,6 +207,7 @@ export { ListModelServicesResponseBodyModelServices } from './ListModelServicesR
|
|
|
205
207
|
export { ListNamespacesResponseBodyNamespaces } from './ListNamespacesResponseBody';
|
|
206
208
|
export { ListRemoteADBDataSourcesResponseBodyDataSourceItemsRemoteDataSources } from './ListRemoteAdbdataSourcesResponseBody';
|
|
207
209
|
export { ListRemoteADBDataSourcesResponseBodyDataSourceItems } from './ListRemoteAdbdataSourcesResponseBody';
|
|
210
|
+
export { ListSaasServiceResponseBodyItemsComponents } from './ListSaasServiceResponseBody';
|
|
208
211
|
export { ListSaasServiceResponseBodyItems } from './ListSaasServiceResponseBody';
|
|
209
212
|
export { ListSchemasResponseBodySchemas } from './ListSchemasResponseBody';
|
|
210
213
|
export { ListSecretsResponseBodySecretsSecrets } from './ListSecretsResponseBody';
|
|
@@ -223,6 +226,7 @@ export { ListTagResourcesResponseBodyTagResourcesTagResource } from './ListTagRe
|
|
|
223
226
|
export { ListTagResourcesResponseBodyTagResources } from './ListTagResourcesResponseBody';
|
|
224
227
|
export { ListWorkspacesResponseBodyItemsApikeysAuthServices } from './ListWorkspacesResponseBody';
|
|
225
228
|
export { ListWorkspacesResponseBodyItemsApikeys } from './ListWorkspacesResponseBody';
|
|
229
|
+
export { ListWorkspacesResponseBodyItemsServicesComponents } from './ListWorkspacesResponseBody';
|
|
226
230
|
export { ListWorkspacesResponseBodyItemsServices } from './ListWorkspacesResponseBody';
|
|
227
231
|
export { ListWorkspacesResponseBodyItems } from './ListWorkspacesResponseBody';
|
|
228
232
|
export { ModifyDBResourceGroupRequestResourceGroupItems } from './ModifyDbresourceGroupRequest';
|
|
@@ -316,6 +320,9 @@ export { CheckHadoopNetConnectionResponse } from './CheckHadoopNetConnectionResp
|
|
|
316
320
|
export { CheckJDBCSourceNetConnectionRequest } from './CheckJdbcsourceNetConnectionRequest';
|
|
317
321
|
export { CheckJDBCSourceNetConnectionResponseBody } from './CheckJdbcsourceNetConnectionResponseBody';
|
|
318
322
|
export { CheckJDBCSourceNetConnectionResponse } from './CheckJdbcsourceNetConnectionResponse';
|
|
323
|
+
export { CheckSaasServiceVersionRequest } from './CheckSaasServiceVersionRequest';
|
|
324
|
+
export { CheckSaasServiceVersionResponseBody } from './CheckSaasServiceVersionResponseBody';
|
|
325
|
+
export { CheckSaasServiceVersionResponse } from './CheckSaasServiceVersionResponse';
|
|
319
326
|
export { CheckServiceLinkedRoleRequest } from './CheckServiceLinkedRoleRequest';
|
|
320
327
|
export { CheckServiceLinkedRoleResponseBody } from './CheckServiceLinkedRoleResponseBody';
|
|
321
328
|
export { CheckServiceLinkedRoleResponse } from './CheckServiceLinkedRoleResponse';
|
|
@@ -783,6 +790,9 @@ export { ExecuteStatementResponse } from './ExecuteStatementResponse';
|
|
|
783
790
|
export { GetAccountRequest } from './GetAccountRequest';
|
|
784
791
|
export { GetAccountResponseBody } from './GetAccountResponseBody';
|
|
785
792
|
export { GetAccountResponse } from './GetAccountResponse';
|
|
793
|
+
export { GetApiEndpointsRequest } from './GetApiEndpointsRequest';
|
|
794
|
+
export { GetApiEndpointsResponseBody } from './GetApiEndpointsResponseBody';
|
|
795
|
+
export { GetApiEndpointsResponse } from './GetApiEndpointsResponse';
|
|
786
796
|
export { GetApiKeyRequest } from './GetApiKeyRequest';
|
|
787
797
|
export { GetApiKeyResponseBody } from './GetApiKeyResponseBody';
|
|
788
798
|
export { GetApiKeyResponse } from './GetApiKeyResponse';
|
|
@@ -822,6 +832,10 @@ export { GetUpsertCollectionDataJobResponse } from './GetUpsertCollectionDataJob
|
|
|
822
832
|
export { GetWorkspaceRequest } from './GetWorkspaceRequest';
|
|
823
833
|
export { GetWorkspaceResponseBody } from './GetWorkspaceResponseBody';
|
|
824
834
|
export { GetWorkspaceResponse } from './GetWorkspaceResponse';
|
|
835
|
+
export { GrantApiKeyRequest } from './GrantApiKeyRequest';
|
|
836
|
+
export { GrantApiKeyShrinkRequest } from './GrantApiKeyShrinkRequest';
|
|
837
|
+
export { GrantApiKeyResponseBody } from './GrantApiKeyResponseBody';
|
|
838
|
+
export { GrantApiKeyResponse } from './GrantApiKeyResponse';
|
|
825
839
|
export { GrantCollectionRequest } from './GrantCollectionRequest';
|
|
826
840
|
export { GrantCollectionResponseBody } from './GrantCollectionResponseBody';
|
|
827
841
|
export { GrantCollectionResponse } from './GrantCollectionResponse';
|
|
@@ -997,6 +1011,9 @@ export { ModifyRemoteADBDataSourceResponse } from './ModifyRemoteAdbdataSourceRe
|
|
|
997
1011
|
export { ModifySQLCollectorPolicyRequest } from './ModifySqlcollectorPolicyRequest';
|
|
998
1012
|
export { ModifySQLCollectorPolicyResponseBody } from './ModifySqlcollectorPolicyResponseBody';
|
|
999
1013
|
export { ModifySQLCollectorPolicyResponse } from './ModifySqlcollectorPolicyResponse';
|
|
1014
|
+
export { ModifySaasServiceDeletionProtectionRequest } from './ModifySaasServiceDeletionProtectionRequest';
|
|
1015
|
+
export { ModifySaasServiceDeletionProtectionResponseBody } from './ModifySaasServiceDeletionProtectionResponseBody';
|
|
1016
|
+
export { ModifySaasServiceDeletionProtectionResponse } from './ModifySaasServiceDeletionProtectionResponse';
|
|
1000
1017
|
export { ModifySecurityIpsRequest } from './ModifySecurityIpsRequest';
|
|
1001
1018
|
export { ModifySecurityIpsResponseBody } from './ModifySecurityIpsResponseBody';
|
|
1002
1019
|
export { ModifySecurityIpsResponse } from './ModifySecurityIpsResponse';
|
|
@@ -1096,6 +1113,10 @@ export { ResumeSaasServiceResponse } from './ResumeSaasServiceResponse';
|
|
|
1096
1113
|
export { ResumeSupabaseProjectRequest } from './ResumeSupabaseProjectRequest';
|
|
1097
1114
|
export { ResumeSupabaseProjectResponseBody } from './ResumeSupabaseProjectResponseBody';
|
|
1098
1115
|
export { ResumeSupabaseProjectResponse } from './ResumeSupabaseProjectResponse';
|
|
1116
|
+
export { RevokeApiKeyRequest } from './RevokeApiKeyRequest';
|
|
1117
|
+
export { RevokeApiKeyShrinkRequest } from './RevokeApiKeyShrinkRequest';
|
|
1118
|
+
export { RevokeApiKeyResponseBody } from './RevokeApiKeyResponseBody';
|
|
1119
|
+
export { RevokeApiKeyResponse } from './RevokeApiKeyResponse';
|
|
1099
1120
|
export { SetAsDefaultBranchRequest } from './SetAsDefaultBranchRequest';
|
|
1100
1121
|
export { SetAsDefaultBranchResponseBody } from './SetAsDefaultBranchResponseBody';
|
|
1101
1122
|
export { SetAsDefaultBranchResponse } from './SetAsDefaultBranchResponse';
|
|
@@ -1142,6 +1163,9 @@ export { UpdateCollectionDataMetadataResponse } from './UpdateCollectionDataMeta
|
|
|
1142
1163
|
export { UpdateDBInstancePlanRequest } from './UpdateDbinstancePlanRequest';
|
|
1143
1164
|
export { UpdateDBInstancePlanResponseBody } from './UpdateDbinstancePlanResponseBody';
|
|
1144
1165
|
export { UpdateDBInstancePlanResponse } from './UpdateDbinstancePlanResponse';
|
|
1166
|
+
export { UpdateSaasServiceVersionRequest } from './UpdateSaasServiceVersionRequest';
|
|
1167
|
+
export { UpdateSaasServiceVersionResponseBody } from './UpdateSaasServiceVersionResponseBody';
|
|
1168
|
+
export { UpdateSaasServiceVersionResponse } from './UpdateSaasServiceVersionResponse';
|
|
1145
1169
|
export { UpgradeDBInstanceRequest } from './UpgradeDbinstanceRequest';
|
|
1146
1170
|
export { UpgradeDBInstanceResponseBody } from './UpgradeDbinstanceResponseBody';
|
|
1147
1171
|
export { UpgradeDBInstanceResponse } from './UpgradeDbinstanceResponse';
|