@alicloud/gpdb20160503 3.7.0 → 3.8.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 +76 -34
- package/dist/client.js +130 -34
- package/dist/client.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseRequest.d.ts +68 -111
- package/dist/models/ChatWithKnowledgeBaseRequest.js +2 -0
- package/dist/models/ChatWithKnowledgeBaseRequest.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseResponseBody.d.ts +45 -52
- package/dist/models/ChatWithKnowledgeBaseResponseBody.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseShrinkRequest.d.ts +5 -6
- package/dist/models/ChatWithKnowledgeBaseShrinkRequest.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseStreamRequest.d.ts +71 -87
- package/dist/models/ChatWithKnowledgeBaseStreamRequest.js +2 -0
- package/dist/models/ChatWithKnowledgeBaseStreamRequest.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.d.ts +44 -50
- package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.js.map +1 -1
- package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.d.ts +6 -6
- package/dist/models/PauseSaasServiceRequest.d.ts +26 -0
- package/dist/models/PauseSaasServiceRequest.js +60 -0
- package/dist/models/PauseSaasServiceRequest.js.map +1 -0
- package/dist/models/PauseSaasServiceResponse.d.ts +19 -0
- package/dist/models/PauseSaasServiceResponse.js +69 -0
- package/dist/models/PauseSaasServiceResponse.js.map +1 -0
- package/dist/models/PauseSaasServiceResponseBody.d.ts +23 -0
- package/dist/models/PauseSaasServiceResponseBody.js +60 -0
- package/dist/models/PauseSaasServiceResponseBody.js.map +1 -0
- package/dist/models/QueryContentAdvanceRequest.d.ts +57 -70
- package/dist/models/QueryContentAdvanceRequest.js +2 -0
- package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
- package/dist/models/QueryContentRequest.d.ts +57 -70
- package/dist/models/QueryContentRequest.js +2 -0
- package/dist/models/QueryContentRequest.js.map +1 -1
- package/dist/models/QueryContentResponseBody.d.ts +10 -11
- package/dist/models/QueryContentResponseBody.js.map +1 -1
- package/dist/models/QueryContentShrinkRequest.d.ts +52 -66
- package/dist/models/QueryContentShrinkRequest.js.map +1 -1
- package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +62 -78
- package/dist/models/QueryKnowledgeBasesContentRequest.js +2 -0
- package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
- package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +11 -25
- package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
- package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +11 -15
- package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
- package/dist/models/ResumeSaasServiceRequest.d.ts +26 -0
- package/dist/models/ResumeSaasServiceRequest.js +60 -0
- package/dist/models/ResumeSaasServiceRequest.js.map +1 -0
- package/dist/models/ResumeSaasServiceResponse.d.ts +19 -0
- package/dist/models/ResumeSaasServiceResponse.js +69 -0
- package/dist/models/ResumeSaasServiceResponse.js.map +1 -0
- package/dist/models/ResumeSaasServiceResponseBody.d.ts +23 -0
- package/dist/models/ResumeSaasServiceResponseBody.js +60 -0
- package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +6 -0
- package/dist/models/model.js +16 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +138 -34
- package/src/models/ChatWithKnowledgeBaseRequest.ts +70 -111
- package/src/models/ChatWithKnowledgeBaseResponseBody.ts +45 -52
- package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +5 -6
- package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +73 -87
- package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +44 -50
- package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +6 -6
- package/src/models/PauseSaasServiceRequest.ts +41 -0
- package/src/models/PauseSaasServiceResponse.ts +40 -0
- package/src/models/PauseSaasServiceResponseBody.ts +38 -0
- package/src/models/QueryContentAdvanceRequest.ts +60 -71
- package/src/models/QueryContentRequest.ts +60 -71
- package/src/models/QueryContentResponseBody.ts +10 -11
- package/src/models/QueryContentShrinkRequest.ts +53 -67
- package/src/models/QueryKnowledgeBasesContentRequest.ts +64 -78
- package/src/models/QueryKnowledgeBasesContentResponseBody.ts +11 -25
- package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +11 -15
- package/src/models/ResumeSaasServiceRequest.ts +41 -0
- package/src/models/ResumeSaasServiceResponse.ts +40 -0
- package/src/models/ResumeSaasServiceResponseBody.ts +38 -0
- package/src/models/model.ts +6 -0
|
@@ -4,7 +4,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
4
4
|
* @remarks
|
|
5
5
|
* The name of the document collection.
|
|
6
6
|
*
|
|
7
|
-
* >
|
|
7
|
+
* > The document collection is created by calling the [CreateDocumentCollection](https://help.aliyun.com/document_detail/2618448.html) operation. You can call the [ListDocumentCollections](https://help.aliyun.com/document_detail/2618452.html) operation to query existing document collections.
|
|
8
8
|
*
|
|
9
9
|
* This parameter is required.
|
|
10
10
|
*
|
|
@@ -14,7 +14,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
14
14
|
collection?: string;
|
|
15
15
|
/**
|
|
16
16
|
* @remarks
|
|
17
|
-
* The text
|
|
17
|
+
* The text content used for retrieval.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* What is AnalyticDB for PostgreSQL?
|
|
@@ -24,7 +24,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
24
24
|
* @remarks
|
|
25
25
|
* The instance ID.
|
|
26
26
|
*
|
|
27
|
-
* > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to
|
|
27
|
+
* > You can call the [DescribeDBInstances](https://help.aliyun.com/document_detail/86911.html) operation to query the details of all AnalyticDB for PostgreSQL instances in a region, including instance IDs.
|
|
28
28
|
*
|
|
29
29
|
* This parameter is required.
|
|
30
30
|
*
|
|
@@ -34,9 +34,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
34
34
|
DBInstanceId?: string;
|
|
35
35
|
/**
|
|
36
36
|
* @remarks
|
|
37
|
-
* The
|
|
37
|
+
* The name of the source image file to search in image-to-image search scenarios.
|
|
38
38
|
*
|
|
39
|
-
* > The image file must have a file extension.
|
|
39
|
+
* > The image file must have a file extension. Supported image extensions: bmp, jpg, jpeg, png, and tiff.
|
|
40
40
|
*
|
|
41
41
|
* @example
|
|
42
42
|
* test.jpg
|
|
@@ -44,9 +44,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
44
44
|
fileName?: string;
|
|
45
45
|
/**
|
|
46
46
|
* @remarks
|
|
47
|
-
* The publicly accessible URL of the image file
|
|
47
|
+
* The publicly accessible URL of the image file in image-to-image search scenarios.
|
|
48
48
|
*
|
|
49
|
-
* > The image file must have a file extension.
|
|
49
|
+
* > The image file must have a file extension. Supported image extensions: bmp, jpg, jpeg, png, and tiff.
|
|
50
50
|
*
|
|
51
51
|
* @example
|
|
52
52
|
* https://xx/myImage.jpg
|
|
@@ -54,9 +54,10 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
54
54
|
fileUrl?: string;
|
|
55
55
|
/**
|
|
56
56
|
* @remarks
|
|
57
|
-
*
|
|
57
|
+
* The filter condition for the data to query, in SQL WHERE clause format. The filter is an expression that 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 the IN, BETWEEN, and LIKE keywords.
|
|
58
58
|
*
|
|
59
|
-
* >
|
|
59
|
+
* >
|
|
60
|
+
* > - For detailed syntax, refer to: https://www.postgresqltutorial.com/postgresql-tutorial/postgresql-where/.
|
|
60
61
|
*
|
|
61
62
|
* @example
|
|
62
63
|
* title = \\"test\\" AND name like \\"test%\\"
|
|
@@ -64,7 +65,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
64
65
|
filter?: string;
|
|
65
66
|
/**
|
|
66
67
|
* @remarks
|
|
67
|
-
* Specifies whether to enable knowledge graph enhancement.
|
|
68
|
+
* Specifies whether to enable knowledge graph enhancement. Default value: false.
|
|
68
69
|
*
|
|
69
70
|
* @example
|
|
70
71
|
* false
|
|
@@ -72,20 +73,18 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
72
73
|
graphEnhance?: boolean;
|
|
73
74
|
/**
|
|
74
75
|
* @remarks
|
|
75
|
-
* The
|
|
76
|
+
* The knowledge graph retrieval parameters.
|
|
76
77
|
*/
|
|
77
78
|
graphSearchArgsShrink?: string;
|
|
78
79
|
/**
|
|
79
80
|
* @remarks
|
|
80
|
-
*
|
|
81
|
+
* The multi-channel recall algorithm. Default value: empty, which indicates that the dense vector and full-text index scores are directly compared and sorted.
|
|
81
82
|
*
|
|
82
83
|
* Valid values:
|
|
83
84
|
*
|
|
84
|
-
* - RRF:
|
|
85
|
-
*
|
|
86
|
-
* -
|
|
87
|
-
*
|
|
88
|
-
* - Cascaded: Performs full-text search first, and then performs vector retrieval on the results.
|
|
85
|
+
* - RRF: Reciprocal Rank Fusion. A parameter k controls the fusion effect. For more information, see the HybridSearchArgs configuration.
|
|
86
|
+
* - Weight: Weighted sorting. Parameters control the score weights of AISearch retrieve and full-text index results before sorting. For more information, see the HybridSearchArgs configuration.
|
|
87
|
+
* - Cascaded: Full-text index retrieve is performed first, followed by AISearch retrieve based on the full-text index results.
|
|
89
88
|
*
|
|
90
89
|
* @example
|
|
91
90
|
* RRF
|
|
@@ -93,10 +92,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
93
92
|
hybridSearch?: string;
|
|
94
93
|
/**
|
|
95
94
|
* @remarks
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
* - RRF: Specifies the constant `k` in the scoring formula `1/(k+rank_i)`. The value must be an integer greater than 1. Example:
|
|
95
|
+
* 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 index (fulltext). If this value is empty, dense vectors (dense) and full-text index (fulltext) are used by default.
|
|
99
96
|
*
|
|
97
|
+
* - RRF: Specifies the constant k in the score calculation formula `1/(k+rank_i)`. The value must be a positive integer greater than 1. Format:
|
|
100
98
|
* ```
|
|
101
99
|
* {
|
|
102
100
|
* "HybridPathsSetting": {
|
|
@@ -109,11 +107,8 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
109
107
|
* ```
|
|
110
108
|
*
|
|
111
109
|
* - Weight:
|
|
112
|
-
*
|
|
113
|
-
*
|
|
114
|
-
*
|
|
115
|
-
* - The score is calculated using the formula: `alpha * dense_score + (1-alpha) * fulltext_score`. The `alpha` parameter represents the score weight of dense vector retrieval relative to full-text search. The value must be in the range of 0 to 1. A value of 0 indicates that only full-text search is used, and a value of 1 indicates that only dense vector retrieval is used.
|
|
116
|
-
*
|
|
110
|
+
* - Dual-path recall (without specifying HybridPathsSetting, only specifying alpha):
|
|
111
|
+
* - Formula: alpha * dense_score + (1-alpha) * fulltext_score. The alpha parameter specifies the score weight between dense vectors and full-text index retrieve. Valid values: 0 to 1, where 0 indicates full-text index only and 1 indicates dense vector only:
|
|
117
112
|
* ```
|
|
118
113
|
* {
|
|
119
114
|
* "Weight": {
|
|
@@ -121,11 +116,8 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
121
116
|
* }
|
|
122
117
|
* }
|
|
123
118
|
* ```
|
|
124
|
-
*
|
|
125
|
-
*
|
|
126
|
-
*
|
|
127
|
-
* - The score is calculated using the formula: `normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score`. The `dense`, `sparse`, and `fulltext` parameters represent the weights for the dense vector, sparse vector, and full-text search results, respectively. Their values must be greater than or equal to 0. The system automatically normalizes the weights to a sum of 1 (for example, `normalized_x = x / (dense + sparse + fulltext)`).
|
|
128
|
-
*
|
|
119
|
+
* - Three-path recall pattern:
|
|
120
|
+
* - Formula: normalized_dense * dense_score + normalized_sparse * sparse_score + normalized_fulltext * fulltext_score. The dense, sparse, and fulltext values represent the weights for dense vectors, sparse vectors, and full-text index retrieve respectively. Valid values: greater than or equal to 0. The system automatically performs normalization of the weights to 0 to 1 (normalized_x = x / (dense + sparse + fulltext)).
|
|
129
121
|
* ```
|
|
130
122
|
* {
|
|
131
123
|
* "HybridPathsSetting": {
|
|
@@ -142,7 +134,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
142
134
|
hybridSearchArgsShrink?: string;
|
|
143
135
|
/**
|
|
144
136
|
* @remarks
|
|
145
|
-
* Specifies whether to return the URL of the document.
|
|
137
|
+
* Specifies whether to synchronously return the URL of the document. By default, the URL is not returned.
|
|
146
138
|
*
|
|
147
139
|
* @example
|
|
148
140
|
* false
|
|
@@ -150,7 +142,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
150
142
|
includeFileUrl?: boolean;
|
|
151
143
|
/**
|
|
152
144
|
* @remarks
|
|
153
|
-
* The metadata fields to
|
|
145
|
+
* The metadata fields to return. Default value: empty. Separate multiple fields with commas.
|
|
154
146
|
*
|
|
155
147
|
* @example
|
|
156
148
|
* title,page
|
|
@@ -158,11 +150,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
158
150
|
includeMetadataFields?: string;
|
|
159
151
|
/**
|
|
160
152
|
* @remarks
|
|
161
|
-
* Specifies whether to
|
|
162
|
-
*
|
|
163
|
-
* > - **
|
|
164
|
-
* >
|
|
165
|
-
* > - **true**: The vector is returned.
|
|
153
|
+
* Specifies whether to return vectors. Default value: false.
|
|
154
|
+
* > - **false**: Does not return vectors.
|
|
155
|
+
* > - **true**: Returns vectors.
|
|
166
156
|
*
|
|
167
157
|
* @example
|
|
168
158
|
* true
|
|
@@ -170,14 +160,11 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
170
160
|
includeVector?: boolean;
|
|
171
161
|
/**
|
|
172
162
|
* @remarks
|
|
173
|
-
* The similarity algorithm used for retrieval. If this
|
|
163
|
+
* The similarity algorithm used for 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.
|
|
174
164
|
*
|
|
175
165
|
* > Valid values:
|
|
176
|
-
* >
|
|
177
166
|
* > - **l2**: Euclidean distance.
|
|
178
|
-
* >
|
|
179
|
-
* > - **ip**: dot product (inner product) distance.
|
|
180
|
-
* >
|
|
167
|
+
* > - **ip**: inner product distance.
|
|
181
168
|
* > - **cosine**: cosine similarity.
|
|
182
169
|
*
|
|
183
170
|
* @example
|
|
@@ -186,9 +173,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
186
173
|
metrics?: string;
|
|
187
174
|
/**
|
|
188
175
|
* @remarks
|
|
189
|
-
* The namespace.
|
|
176
|
+
* The namespace. Default value: public.
|
|
190
177
|
*
|
|
191
|
-
* > You can
|
|
178
|
+
* > 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.
|
|
192
179
|
*
|
|
193
180
|
* @example
|
|
194
181
|
* mynamespace
|
|
@@ -196,9 +183,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
196
183
|
namespace?: string;
|
|
197
184
|
/**
|
|
198
185
|
* @remarks
|
|
199
|
-
* The password
|
|
186
|
+
* The password of the namespace.
|
|
200
187
|
*
|
|
201
|
-
* > This
|
|
188
|
+
* > This value is specified by the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation.
|
|
202
189
|
*
|
|
203
190
|
* This parameter is required.
|
|
204
191
|
*
|
|
@@ -208,7 +195,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
208
195
|
namespacePassword?: string;
|
|
209
196
|
/**
|
|
210
197
|
* @remarks
|
|
211
|
-
* The offset for
|
|
198
|
+
* The offset for paged query. Used for paging through results.
|
|
212
199
|
*
|
|
213
200
|
* @example
|
|
214
201
|
* 0
|
|
@@ -216,9 +203,13 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
216
203
|
offset?: number;
|
|
217
204
|
/**
|
|
218
205
|
* @remarks
|
|
219
|
-
* The field
|
|
206
|
+
* The field used for sorting. Default value: empty.
|
|
220
207
|
*
|
|
221
|
-
* The field must
|
|
208
|
+
* The field must belong to metadata or a default field in the table, such as id. Supported formats:
|
|
209
|
+
*
|
|
210
|
+
* A single field, such as chunk_id.
|
|
211
|
+
* Multiple fields separated by commas, such as block_id, chunk_id.
|
|
212
|
+
* Descending order, such as block_id DESC, chunk_id DESC.
|
|
222
213
|
*
|
|
223
214
|
* @example
|
|
224
215
|
* created_at
|
|
@@ -227,11 +218,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
227
218
|
ownerId?: number;
|
|
228
219
|
/**
|
|
229
220
|
* @remarks
|
|
230
|
-
* The recall window.
|
|
231
|
-
*
|
|
232
|
-
* > -
|
|
233
|
-
* >
|
|
234
|
-
* > - Reranking is prioritized over windowing. The system first applies reranking and then processes the window.
|
|
221
|
+
* The recall window. When this value is not empty, additional context around the retrieval results is returned. The format is a two-element array: List<A, B>, where -10<=A<=0 and 0<=B<=10.
|
|
222
|
+
* > - Use this parameter when documents are split into overly small chunks and retrieval may lose contextual information.
|
|
223
|
+
* > - Reranking takes priority over windowing. Reranking is performed first, followed by windowing.
|
|
235
224
|
*/
|
|
236
225
|
recallWindowShrink?: string;
|
|
237
226
|
/**
|
|
@@ -246,11 +235,9 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
246
235
|
regionId?: string;
|
|
247
236
|
/**
|
|
248
237
|
* @remarks
|
|
249
|
-
* The factor
|
|
250
|
-
*
|
|
251
|
-
* > -
|
|
252
|
-
* >
|
|
253
|
-
* > - For best performance, the number of items to be reranked (`TopK` \\* `RerankFactor`, rounded up) should not exceed 50.
|
|
238
|
+
* The reranking factor. When this value is not empty, the AISearch retrieve results are reranked. Valid values: 1 < RerankFactor <= 5.
|
|
239
|
+
* > - Reranking is slow when documents are sparsely chunked.
|
|
240
|
+
* > - The total number of reranked results (TopK × Factor, rounded up) should not exceed 50.
|
|
254
241
|
*
|
|
255
242
|
* @example
|
|
256
243
|
* 2
|
|
@@ -258,7 +245,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
258
245
|
rerankFactor?: number;
|
|
259
246
|
/**
|
|
260
247
|
* @remarks
|
|
261
|
-
* The
|
|
248
|
+
* The rerank model parameters.
|
|
262
249
|
*/
|
|
263
250
|
rerankModelShrink?: string;
|
|
264
251
|
/**
|
|
@@ -273,11 +260,10 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
273
260
|
* @remarks
|
|
274
261
|
* The validity period of the returned image URL.
|
|
275
262
|
*
|
|
276
|
-
* >
|
|
277
|
-
* >
|
|
278
|
-
* > -
|
|
279
|
-
* >
|
|
280
|
-
* > - Default value: `7200s` (2 hours).
|
|
263
|
+
* > Valid values:
|
|
264
|
+
* > - Supports seconds (s) and days (d) as units. For example, 300s indicates a validity period of 300 seconds, and 60d indicates a validity period of 60 days.
|
|
265
|
+
* > - Valid values: 60s to 365d.
|
|
266
|
+
* > - Default value: 7200s (2 hours).
|
|
281
267
|
*
|
|
282
268
|
* @example
|
|
283
269
|
* 7200s
|
|
@@ -285,7 +271,7 @@ export declare class QueryContentShrinkRequest extends $dara.Model {
|
|
|
285
271
|
urlExpiration?: string;
|
|
286
272
|
/**
|
|
287
273
|
* @remarks
|
|
288
|
-
* (Deprecated) Specifies whether to use full-text
|
|
274
|
+
* (Deprecated) Specifies whether to use full-text retrieval (dual-path recall). Default value: false, which indicates that only vector retrieval is used.
|
|
289
275
|
*
|
|
290
276
|
* @example
|
|
291
277
|
* true
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryContentShrinkRequest.js","sourceRoot":"","sources":["../../src/models/QueryContentShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"QueryContentShrinkRequest.js","sourceRoot":"","sources":["../../src/models/QueryContentShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,yBAA0B,SAAQ,KAAK,CAAC,KAAK;IAsRxD,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,YAAY;YACxB,OAAO,EAAE,SAAS;YAClB,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,cAAc;YAC5B,qBAAqB,EAAE,iBAAiB;YACxC,YAAY,EAAE,cAAc;YAC5B,sBAAsB,EAAE,kBAAkB;YAC1C,cAAc,EAAE,gBAAgB;YAChC,qBAAqB,EAAE,uBAAuB;YAC9C,aAAa,EAAE,eAAe;YAC9B,OAAO,EAAE,SAAS;YAClB,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;YACtC,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,kBAAkB,EAAE,cAAc;YAClC,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,iBAAiB,EAAE,aAAa;YAChC,IAAI,EAAE,MAAM;YACZ,aAAa,EAAE,eAAe;YAC9B,oBAAoB,EAAE,sBAAsB;SAC7C,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,UAAU,EAAE,QAAQ;YACpB,OAAO,EAAE,QAAQ;YACjB,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,YAAY,EAAE,SAAS;YACvB,qBAAqB,EAAE,QAAQ;YAC/B,YAAY,EAAE,QAAQ;YACtB,sBAAsB,EAAE,QAAQ;YAChC,cAAc,EAAE,SAAS;YACzB,qBAAqB,EAAE,QAAQ;YAC/B,aAAa,EAAE,SAAS;YACxB,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,QAAQ;YAC3B,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,kBAAkB,EAAE,QAAQ;YAC5B,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;YACtB,iBAAiB,EAAE,QAAQ;YAC3B,IAAI,EAAE,QAAQ;YACd,aAAa,EAAE,QAAQ;YACvB,oBAAoB,EAAE,SAAS;SAChC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3VD,8DA2VC"}
|