@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.
Files changed (76) hide show
  1. package/dist/client.d.ts +76 -34
  2. package/dist/client.js +130 -34
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/ChatWithKnowledgeBaseRequest.d.ts +68 -111
  5. package/dist/models/ChatWithKnowledgeBaseRequest.js +2 -0
  6. package/dist/models/ChatWithKnowledgeBaseRequest.js.map +1 -1
  7. package/dist/models/ChatWithKnowledgeBaseResponseBody.d.ts +45 -52
  8. package/dist/models/ChatWithKnowledgeBaseResponseBody.js.map +1 -1
  9. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.d.ts +5 -6
  10. package/dist/models/ChatWithKnowledgeBaseShrinkRequest.js.map +1 -1
  11. package/dist/models/ChatWithKnowledgeBaseStreamRequest.d.ts +71 -87
  12. package/dist/models/ChatWithKnowledgeBaseStreamRequest.js +2 -0
  13. package/dist/models/ChatWithKnowledgeBaseStreamRequest.js.map +1 -1
  14. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.d.ts +44 -50
  15. package/dist/models/ChatWithKnowledgeBaseStreamResponseBody.js.map +1 -1
  16. package/dist/models/ChatWithKnowledgeBaseStreamShrinkRequest.d.ts +6 -6
  17. package/dist/models/PauseSaasServiceRequest.d.ts +26 -0
  18. package/dist/models/PauseSaasServiceRequest.js +60 -0
  19. package/dist/models/PauseSaasServiceRequest.js.map +1 -0
  20. package/dist/models/PauseSaasServiceResponse.d.ts +19 -0
  21. package/dist/models/PauseSaasServiceResponse.js +69 -0
  22. package/dist/models/PauseSaasServiceResponse.js.map +1 -0
  23. package/dist/models/PauseSaasServiceResponseBody.d.ts +23 -0
  24. package/dist/models/PauseSaasServiceResponseBody.js +60 -0
  25. package/dist/models/PauseSaasServiceResponseBody.js.map +1 -0
  26. package/dist/models/QueryContentAdvanceRequest.d.ts +57 -70
  27. package/dist/models/QueryContentAdvanceRequest.js +2 -0
  28. package/dist/models/QueryContentAdvanceRequest.js.map +1 -1
  29. package/dist/models/QueryContentRequest.d.ts +57 -70
  30. package/dist/models/QueryContentRequest.js +2 -0
  31. package/dist/models/QueryContentRequest.js.map +1 -1
  32. package/dist/models/QueryContentResponseBody.d.ts +10 -11
  33. package/dist/models/QueryContentResponseBody.js.map +1 -1
  34. package/dist/models/QueryContentShrinkRequest.d.ts +52 -66
  35. package/dist/models/QueryContentShrinkRequest.js.map +1 -1
  36. package/dist/models/QueryKnowledgeBasesContentRequest.d.ts +62 -78
  37. package/dist/models/QueryKnowledgeBasesContentRequest.js +2 -0
  38. package/dist/models/QueryKnowledgeBasesContentRequest.js.map +1 -1
  39. package/dist/models/QueryKnowledgeBasesContentResponseBody.d.ts +11 -25
  40. package/dist/models/QueryKnowledgeBasesContentResponseBody.js.map +1 -1
  41. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.d.ts +11 -15
  42. package/dist/models/QueryKnowledgeBasesContentShrinkRequest.js.map +1 -1
  43. package/dist/models/ResumeSaasServiceRequest.d.ts +26 -0
  44. package/dist/models/ResumeSaasServiceRequest.js +60 -0
  45. package/dist/models/ResumeSaasServiceRequest.js.map +1 -0
  46. package/dist/models/ResumeSaasServiceResponse.d.ts +19 -0
  47. package/dist/models/ResumeSaasServiceResponse.js +69 -0
  48. package/dist/models/ResumeSaasServiceResponse.js.map +1 -0
  49. package/dist/models/ResumeSaasServiceResponseBody.d.ts +23 -0
  50. package/dist/models/ResumeSaasServiceResponseBody.js +60 -0
  51. package/dist/models/ResumeSaasServiceResponseBody.js.map +1 -0
  52. package/dist/models/model.d.ts +6 -0
  53. package/dist/models/model.js +16 -4
  54. package/dist/models/model.js.map +1 -1
  55. package/package.json +1 -1
  56. package/src/client.ts +138 -34
  57. package/src/models/ChatWithKnowledgeBaseRequest.ts +70 -111
  58. package/src/models/ChatWithKnowledgeBaseResponseBody.ts +45 -52
  59. package/src/models/ChatWithKnowledgeBaseShrinkRequest.ts +5 -6
  60. package/src/models/ChatWithKnowledgeBaseStreamRequest.ts +73 -87
  61. package/src/models/ChatWithKnowledgeBaseStreamResponseBody.ts +44 -50
  62. package/src/models/ChatWithKnowledgeBaseStreamShrinkRequest.ts +6 -6
  63. package/src/models/PauseSaasServiceRequest.ts +41 -0
  64. package/src/models/PauseSaasServiceResponse.ts +40 -0
  65. package/src/models/PauseSaasServiceResponseBody.ts +38 -0
  66. package/src/models/QueryContentAdvanceRequest.ts +60 -71
  67. package/src/models/QueryContentRequest.ts +60 -71
  68. package/src/models/QueryContentResponseBody.ts +10 -11
  69. package/src/models/QueryContentShrinkRequest.ts +53 -67
  70. package/src/models/QueryKnowledgeBasesContentRequest.ts +64 -78
  71. package/src/models/QueryKnowledgeBasesContentResponseBody.ts +11 -25
  72. package/src/models/QueryKnowledgeBasesContentShrinkRequest.ts +11 -15
  73. package/src/models/ResumeSaasServiceRequest.ts +41 -0
  74. package/src/models/ResumeSaasServiceResponse.ts +40 -0
  75. package/src/models/ResumeSaasServiceResponseBody.ts +38 -0
  76. 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
- * > A document collection is created by calling the [CreateDocumentCollection](https://help.aliyun.com/document_detail/2618448.html) operation. Call the [ListDocumentCollections](https://help.aliyun.com/document_detail/2618452.html) operation to list your document collections.
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 to use for retrieval.
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 find the IDs of all AnalyticDB for PostgreSQL instances in a region.
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 filename of the source image for a search-by-image query.
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. The supported extensions are bmp, jpg, jpeg, png, and tiff.
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 for a search-by-image query.
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. The supported extensions are bmp, jpg, jpeg, png, and tiff.
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
- * A filter condition for the query, specified as a SQL `WHERE` clause that returns a boolean value. The clause can use comparison operators (such as `=`, `<>`, `!=`, `>`, `<`, `>=`, and `<=`), logical operators (`AND`, `OR`, and `NOT`), and keywords such as `IN`, `BETWEEN`, and `LIKE`.
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
- * > - For details about the syntax, see https\\://www\\.postgresqltutorial.com/postgresql-tutorial/postgresql-where/.
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. The default value is `false`.
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 parameters for knowledge graph retrieval.
76
+ * The knowledge graph retrieval parameters.
76
77
  */
77
78
  graphSearchArgsShrink?: string;
78
79
  /**
79
80
  * @remarks
80
- * Specifies the hybrid search algorithm. If this parameter is not specified, the system directly compares and sorts the scores from dense vector retrieval and full-text search.
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: reciprocal rank fusion. This method uses a `k` parameter to control the fusion effect. For more information, see the `HybridSearchArgs` parameter.
85
- *
86
- * - Weight: A weighted sorting method. This method uses parameters to control the score weights of vector retrieval and full-text search before sorting. For more information, see the `HybridSearchArgs` parameter.
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
- * Parameters for the multi-channel recall algorithm. Currently, `RRF` and `Weight` are supported. `HybridPathsSetting` can be used to specify the recall paths, including dense vector search (`dense`), sparse vector search (`sparse`), and full-text search (`fulltext`). If this parameter is not specified, the system recalls dense vectors and full-text search results by default.
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
- * - For dual-channel recall (if `HybridPathsSetting` is not specified, only `alpha` is configured):
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
- * - For three-channel recall:
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. The default value is `false`.
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 include in the response. If left empty, no metadata is returned. To specify multiple fields, use a comma-separated list.
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 include the vector in the results. The default value is `false`.
162
- *
163
- * > - **false**: The vector is not returned.
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 parameter is not specified, the algorithm that was specified when the document collection was created is used. We recommend that you do not set this parameter unless you have specific requirements.
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. The default value is `public`.
176
+ * The namespace. Default value: public.
190
177
  *
191
- * > You can call the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation to create a namespace and the [ListNamespaces](https://help.aliyun.com/document_detail/2401502.html) operation to list existing namespaces.
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 for the namespace.
186
+ * The password of the namespace.
200
187
  *
201
- * > This password is set when you call the [CreateNamespace](https://help.aliyun.com/document_detail/2401495.html) operation.
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 paginated queries.
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 to sort the results by. By default, this parameter is empty.
206
+ * The field used for sorting. Default value: empty.
220
207
  *
221
- * The field must be a metadata field or a default field from the table, such as `id`. Supported formats include single fields (e.g., `chunk_id`), multiple comma-separated fields (e.g., `block_id, chunk_id`), and fields with a sort direction (e.g., `block_id DESC, chunk_id DESC`).
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. If this parameter is specified, additional context is returned with the retrieval results. The value must be a two-element array, `[A, B]`, where `-10 <= A <= 0` and `0 <= B <= 10`.
231
- *
232
- * > - Use this parameter when documents are finely chunked and retrieval might otherwise lose contextual information.
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 for reranking vector retrieval results. The value must be greater than 1 and less than or equal to 5.
250
- *
251
- * > - Reranking may be slower if document chunks are sparse.
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 parameters for the reranking model.
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
- * > - The value can be specified in seconds (s) or days (d). For example, `300s` indicates that the link is valid for 300 seconds, and `60d` indicates that the link is valid for 60 days.
277
- * >
278
- * > - The value must be in the range of `60s` to `365d`.
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 search (dual-channel recall). The default value is `false`, which means only vector retrieval is used.
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;IAoSxD,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;AAzWD,8DAyWC"}
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"}