@llamaindex/llama-cloud 2.9.0 → 2.9.1

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 (288) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/client.d.mts +11 -8
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +11 -8
  5. package/client.d.ts.map +1 -1
  6. package/client.js +3 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +3 -0
  9. package/client.mjs.map +1 -1
  10. package/package.json +1 -1
  11. package/resources/batches.d.mts +4 -4
  12. package/resources/batches.d.mts.map +1 -1
  13. package/resources/batches.d.ts +4 -4
  14. package/resources/batches.d.ts.map +1 -1
  15. package/resources/beta/agent-data.d.mts +94 -94
  16. package/resources/beta/agent-data.d.mts.map +1 -1
  17. package/resources/beta/agent-data.d.ts +94 -94
  18. package/resources/beta/agent-data.d.ts.map +1 -1
  19. package/resources/beta/agent-data.js +41 -41
  20. package/resources/beta/agent-data.js.map +1 -1
  21. package/resources/beta/agent-data.mjs +41 -41
  22. package/resources/beta/agent-data.mjs.map +1 -1
  23. package/resources/beta/batch/batch.d.mts +29 -29
  24. package/resources/beta/batch/batch.d.mts.map +1 -1
  25. package/resources/beta/batch/batch.d.ts +29 -29
  26. package/resources/beta/batch/batch.d.ts.map +1 -1
  27. package/resources/beta/batch/batch.js +16 -16
  28. package/resources/beta/batch/batch.js.map +1 -1
  29. package/resources/beta/batch/batch.mjs +16 -16
  30. package/resources/beta/batch/batch.mjs.map +1 -1
  31. package/resources/beta/batch/index.d.mts +1 -1
  32. package/resources/beta/batch/index.d.mts.map +1 -1
  33. package/resources/beta/batch/index.d.ts +1 -1
  34. package/resources/beta/batch/index.d.ts.map +1 -1
  35. package/resources/beta/batch/job-items.d.mts +7 -7
  36. package/resources/beta/batch/job-items.d.mts.map +1 -1
  37. package/resources/beta/batch/job-items.d.ts +7 -7
  38. package/resources/beta/batch/job-items.d.ts.map +1 -1
  39. package/resources/beta/beta.d.mts +6 -6
  40. package/resources/beta/beta.d.mts.map +1 -1
  41. package/resources/beta/beta.d.ts +6 -6
  42. package/resources/beta/beta.d.ts.map +1 -1
  43. package/resources/beta/chat.d.mts +39 -39
  44. package/resources/beta/chat.d.mts.map +1 -1
  45. package/resources/beta/chat.d.ts +39 -39
  46. package/resources/beta/chat.d.ts.map +1 -1
  47. package/resources/beta/chat.js +14 -14
  48. package/resources/beta/chat.js.map +1 -1
  49. package/resources/beta/chat.mjs +14 -14
  50. package/resources/beta/chat.mjs.map +1 -1
  51. package/resources/beta/directories/directories.d.mts +48 -35
  52. package/resources/beta/directories/directories.d.mts.map +1 -1
  53. package/resources/beta/directories/directories.d.ts +48 -35
  54. package/resources/beta/directories/directories.d.ts.map +1 -1
  55. package/resources/beta/directories/directories.js +30 -30
  56. package/resources/beta/directories/directories.js.map +1 -1
  57. package/resources/beta/directories/directories.mjs +30 -30
  58. package/resources/beta/directories/directories.mjs.map +1 -1
  59. package/resources/beta/directories/files.d.mts +47 -47
  60. package/resources/beta/directories/files.d.mts.map +1 -1
  61. package/resources/beta/directories/files.d.ts +47 -47
  62. package/resources/beta/directories/files.d.ts.map +1 -1
  63. package/resources/beta/directories/files.js +32 -32
  64. package/resources/beta/directories/files.js.map +1 -1
  65. package/resources/beta/directories/files.mjs +32 -32
  66. package/resources/beta/directories/files.mjs.map +1 -1
  67. package/resources/beta/directories/index.d.mts +2 -2
  68. package/resources/beta/directories/index.d.mts.map +1 -1
  69. package/resources/beta/directories/index.d.ts +2 -2
  70. package/resources/beta/directories/index.d.ts.map +1 -1
  71. package/resources/beta/index.d.mts +6 -6
  72. package/resources/beta/index.d.mts.map +1 -1
  73. package/resources/beta/index.d.ts +6 -6
  74. package/resources/beta/index.d.ts.map +1 -1
  75. package/resources/beta/indexes.d.mts +32 -32
  76. package/resources/beta/indexes.d.mts.map +1 -1
  77. package/resources/beta/indexes.d.ts +32 -32
  78. package/resources/beta/indexes.d.ts.map +1 -1
  79. package/resources/beta/indexes.js +28 -28
  80. package/resources/beta/indexes.js.map +1 -1
  81. package/resources/beta/indexes.mjs +28 -28
  82. package/resources/beta/indexes.mjs.map +1 -1
  83. package/resources/beta/retrieval.d.mts +3 -3
  84. package/resources/beta/retrieval.d.mts.map +1 -1
  85. package/resources/beta/retrieval.d.ts +3 -3
  86. package/resources/beta/retrieval.d.ts.map +1 -1
  87. package/resources/beta/sheets.d.mts +23 -56
  88. package/resources/beta/sheets.d.mts.map +1 -1
  89. package/resources/beta/sheets.d.ts +23 -56
  90. package/resources/beta/sheets.d.ts.map +1 -1
  91. package/resources/beta/sheets.js +19 -52
  92. package/resources/beta/sheets.js.map +1 -1
  93. package/resources/beta/sheets.mjs +19 -52
  94. package/resources/beta/sheets.mjs.map +1 -1
  95. package/resources/beta/split.d.mts +2 -2
  96. package/resources/beta/split.d.mts.map +1 -1
  97. package/resources/beta/split.d.ts +2 -2
  98. package/resources/beta/split.d.ts.map +1 -1
  99. package/resources/classifier/jobs.d.mts +1 -1
  100. package/resources/classifier/jobs.d.mts.map +1 -1
  101. package/resources/classifier/jobs.d.ts +1 -1
  102. package/resources/classifier/jobs.d.ts.map +1 -1
  103. package/resources/classify.d.mts +13 -11
  104. package/resources/classify.d.mts.map +1 -1
  105. package/resources/classify.d.ts +13 -11
  106. package/resources/classify.d.ts.map +1 -1
  107. package/resources/configurations.d.mts +62 -43
  108. package/resources/configurations.d.mts.map +1 -1
  109. package/resources/configurations.d.ts +62 -43
  110. package/resources/configurations.d.ts.map +1 -1
  111. package/resources/configurations.js +9 -9
  112. package/resources/configurations.js.map +1 -1
  113. package/resources/configurations.mjs +9 -9
  114. package/resources/configurations.mjs.map +1 -1
  115. package/resources/data-sinks.d.mts +16 -16
  116. package/resources/data-sinks.d.mts.map +1 -1
  117. package/resources/data-sinks.d.ts +16 -16
  118. package/resources/data-sinks.d.ts.map +1 -1
  119. package/resources/data-sinks.js +12 -12
  120. package/resources/data-sinks.js.map +1 -1
  121. package/resources/data-sinks.mjs +12 -12
  122. package/resources/data-sinks.mjs.map +1 -1
  123. package/resources/data-sources.d.mts +17 -17
  124. package/resources/data-sources.d.mts.map +1 -1
  125. package/resources/data-sources.d.ts +17 -17
  126. package/resources/data-sources.d.ts.map +1 -1
  127. package/resources/data-sources.js +13 -13
  128. package/resources/data-sources.js.map +1 -1
  129. package/resources/data-sources.mjs +13 -13
  130. package/resources/data-sources.mjs.map +1 -1
  131. package/resources/extract.d.mts +48 -46
  132. package/resources/extract.d.mts.map +1 -1
  133. package/resources/extract.d.ts +48 -46
  134. package/resources/extract.d.ts.map +1 -1
  135. package/resources/extract.js +33 -33
  136. package/resources/extract.js.map +1 -1
  137. package/resources/extract.mjs +33 -33
  138. package/resources/extract.mjs.map +1 -1
  139. package/resources/files.d.mts +41 -41
  140. package/resources/files.d.mts.map +1 -1
  141. package/resources/files.d.ts +41 -41
  142. package/resources/files.d.ts.map +1 -1
  143. package/resources/files.js +13 -13
  144. package/resources/files.js.map +1 -1
  145. package/resources/files.mjs +13 -13
  146. package/resources/files.mjs.map +1 -1
  147. package/resources/index.d.mts +9 -8
  148. package/resources/index.d.mts.map +1 -1
  149. package/resources/index.d.ts +9 -8
  150. package/resources/index.d.ts.map +1 -1
  151. package/resources/index.js +3 -1
  152. package/resources/index.js.map +1 -1
  153. package/resources/index.mjs +1 -0
  154. package/resources/index.mjs.map +1 -1
  155. package/resources/parsing.d.mts +73 -51
  156. package/resources/parsing.d.mts.map +1 -1
  157. package/resources/parsing.d.ts +73 -51
  158. package/resources/parsing.d.ts.map +1 -1
  159. package/resources/parsing.js +12 -12
  160. package/resources/parsing.js.map +1 -1
  161. package/resources/parsing.mjs +12 -12
  162. package/resources/parsing.mjs.map +1 -1
  163. package/resources/pipelines/data-sources.d.mts +40 -30
  164. package/resources/pipelines/data-sources.d.mts.map +1 -1
  165. package/resources/pipelines/data-sources.d.ts +40 -30
  166. package/resources/pipelines/data-sources.d.ts.map +1 -1
  167. package/resources/pipelines/data-sources.js +23 -13
  168. package/resources/pipelines/data-sources.js.map +1 -1
  169. package/resources/pipelines/data-sources.mjs +23 -13
  170. package/resources/pipelines/data-sources.mjs.map +1 -1
  171. package/resources/pipelines/documents.d.mts +28 -12
  172. package/resources/pipelines/documents.d.mts.map +1 -1
  173. package/resources/pipelines/documents.d.ts +28 -12
  174. package/resources/pipelines/documents.d.ts.map +1 -1
  175. package/resources/pipelines/documents.js +30 -14
  176. package/resources/pipelines/documents.js.map +1 -1
  177. package/resources/pipelines/documents.mjs +30 -14
  178. package/resources/pipelines/documents.mjs.map +1 -1
  179. package/resources/pipelines/files.d.mts +34 -24
  180. package/resources/pipelines/files.d.mts.map +1 -1
  181. package/resources/pipelines/files.d.ts +34 -24
  182. package/resources/pipelines/files.d.ts.map +1 -1
  183. package/resources/pipelines/files.js +27 -17
  184. package/resources/pipelines/files.js.map +1 -1
  185. package/resources/pipelines/files.mjs +27 -17
  186. package/resources/pipelines/files.mjs.map +1 -1
  187. package/resources/pipelines/images.d.mts +17 -17
  188. package/resources/pipelines/images.d.mts.map +1 -1
  189. package/resources/pipelines/images.d.ts +17 -17
  190. package/resources/pipelines/images.d.ts.map +1 -1
  191. package/resources/pipelines/images.js +13 -13
  192. package/resources/pipelines/images.js.map +1 -1
  193. package/resources/pipelines/images.mjs +13 -13
  194. package/resources/pipelines/images.mjs.map +1 -1
  195. package/resources/pipelines/index.d.mts +5 -5
  196. package/resources/pipelines/index.d.mts.map +1 -1
  197. package/resources/pipelines/index.d.ts +5 -5
  198. package/resources/pipelines/index.d.ts.map +1 -1
  199. package/resources/pipelines/metadata.d.mts +4 -0
  200. package/resources/pipelines/metadata.d.mts.map +1 -1
  201. package/resources/pipelines/metadata.d.ts +4 -0
  202. package/resources/pipelines/metadata.d.ts.map +1 -1
  203. package/resources/pipelines/metadata.js +4 -0
  204. package/resources/pipelines/metadata.js.map +1 -1
  205. package/resources/pipelines/metadata.mjs +4 -0
  206. package/resources/pipelines/metadata.mjs.map +1 -1
  207. package/resources/pipelines/pipelines.d.mts +142 -126
  208. package/resources/pipelines/pipelines.d.mts.map +1 -1
  209. package/resources/pipelines/pipelines.d.ts +142 -126
  210. package/resources/pipelines/pipelines.d.ts.map +1 -1
  211. package/resources/pipelines/pipelines.js +39 -23
  212. package/resources/pipelines/pipelines.js.map +1 -1
  213. package/resources/pipelines/pipelines.mjs +39 -23
  214. package/resources/pipelines/pipelines.mjs.map +1 -1
  215. package/resources/pipelines/sync.d.mts +4 -0
  216. package/resources/pipelines/sync.d.mts.map +1 -1
  217. package/resources/pipelines/sync.d.ts +4 -0
  218. package/resources/pipelines/sync.d.ts.map +1 -1
  219. package/resources/pipelines/sync.js +4 -0
  220. package/resources/pipelines/sync.js.map +1 -1
  221. package/resources/pipelines/sync.mjs +4 -0
  222. package/resources/pipelines/sync.mjs.map +1 -1
  223. package/resources/retrievers/index.d.mts +1 -1
  224. package/resources/retrievers/index.d.mts.map +1 -1
  225. package/resources/retrievers/index.d.ts +1 -1
  226. package/resources/retrievers/index.d.ts.map +1 -1
  227. package/resources/retrievers/retrievers.d.mts +39 -39
  228. package/resources/retrievers/retrievers.d.mts.map +1 -1
  229. package/resources/retrievers/retrievers.d.ts +39 -39
  230. package/resources/retrievers/retrievers.d.ts.map +1 -1
  231. package/resources/retrievers/retrievers.js +20 -20
  232. package/resources/retrievers/retrievers.js.map +1 -1
  233. package/resources/retrievers/retrievers.mjs +20 -20
  234. package/resources/retrievers/retrievers.mjs.map +1 -1
  235. package/resources/shared.d.mts +11 -3
  236. package/resources/shared.d.mts.map +1 -1
  237. package/resources/shared.d.ts +11 -3
  238. package/resources/shared.d.ts.map +1 -1
  239. package/resources/sheets.d.mts +199 -0
  240. package/resources/sheets.d.mts.map +1 -0
  241. package/resources/sheets.d.ts +199 -0
  242. package/resources/sheets.d.ts.map +1 -0
  243. package/resources/sheets.js +101 -0
  244. package/resources/sheets.js.map +1 -0
  245. package/resources/sheets.mjs +97 -0
  246. package/resources/sheets.mjs.map +1 -0
  247. package/src/client.ts +33 -12
  248. package/src/resources/batches.ts +4 -4
  249. package/src/resources/beta/agent-data.ts +131 -131
  250. package/src/resources/beta/batch/batch.ts +59 -54
  251. package/src/resources/beta/batch/index.ts +1 -1
  252. package/src/resources/beta/batch/job-items.ts +26 -21
  253. package/src/resources/beta/beta.ts +12 -12
  254. package/src/resources/beta/chat.ts +57 -57
  255. package/src/resources/beta/directories/directories.ts +80 -66
  256. package/src/resources/beta/directories/files.ts +66 -66
  257. package/src/resources/beta/directories/index.ts +5 -5
  258. package/src/resources/beta/index.ts +12 -12
  259. package/src/resources/beta/indexes.ts +53 -53
  260. package/src/resources/beta/retrieval.ts +3 -3
  261. package/src/resources/beta/sheets.ts +74 -97
  262. package/src/resources/beta/split.ts +2 -2
  263. package/src/resources/classifier/jobs.ts +1 -1
  264. package/src/resources/classify.ts +51 -39
  265. package/src/resources/configurations.ts +84 -63
  266. package/src/resources/data-sinks.ts +26 -26
  267. package/src/resources/data-sources.ts +43 -43
  268. package/src/resources/extract.ts +109 -97
  269. package/src/resources/files.ts +61 -61
  270. package/src/resources/index.ts +21 -12
  271. package/src/resources/parsing.ts +229 -204
  272. package/src/resources/pipelines/data-sources.ts +59 -49
  273. package/src/resources/pipelines/documents.ts +42 -26
  274. package/src/resources/pipelines/files.ts +62 -52
  275. package/src/resources/pipelines/images.ts +36 -36
  276. package/src/resources/pipelines/index.ts +10 -10
  277. package/src/resources/pipelines/metadata.ts +4 -0
  278. package/src/resources/pipelines/pipelines.ts +228 -207
  279. package/src/resources/pipelines/sync.ts +4 -0
  280. package/src/resources/retrievers/index.ts +3 -3
  281. package/src/resources/retrievers/retrievers.ts +64 -64
  282. package/src/resources/shared.ts +12 -3
  283. package/src/resources/sheets.ts +314 -0
  284. package/src/version.ts +1 -1
  285. package/version.d.mts +1 -1
  286. package/version.d.ts +1 -1
  287. package/version.js +1 -1
  288. package/version.mjs +1 -1
@@ -79,11 +79,25 @@ export class Pipelines extends APIResource {
79
79
  metadata: MetadataAPI.Metadata = new MetadataAPI.Metadata(this._client);
80
80
  documents: DocumentsAPI.Documents = new DocumentsAPI.Documents(this._client);
81
81
 
82
+ /**
83
+ * Search for pipelines by name, type, or project.
84
+ *
85
+ * @deprecated
86
+ */
87
+ list(
88
+ query: PipelineListParams | null | undefined = {},
89
+ options?: RequestOptions,
90
+ ): APIPromise<PipelineListResponse> {
91
+ return this._client.get('/api/v1/pipelines', { query, ...options });
92
+ }
93
+
82
94
  /**
83
95
  * Create a new managed ingestion pipeline.
84
96
  *
85
97
  * A pipeline connects data sources to a vector store for RAG. After creation, call
86
98
  * `POST /pipelines/{id}/sync` to start ingesting documents.
99
+ *
100
+ * @deprecated
87
101
  */
88
102
  create(params: PipelineCreateParams, options?: RequestOptions): APIPromise<Pipeline> {
89
103
  const { organization_id, project_id, ...body } = params;
@@ -95,47 +109,30 @@ export class Pipelines extends APIResource {
95
109
  }
96
110
 
97
111
  /**
98
- * Run a retrieval query against a managed pipeline.
112
+ * Get a pipeline by ID.
99
113
  *
100
- * Searches the pipeline's vector store using the provided query and retrieval
101
- * parameters. Supports dense, sparse, and hybrid search modes with configurable
102
- * top-k and reranking.
114
+ * @deprecated
103
115
  */
104
- retrieve(
105
- pipelineID: string,
106
- params: PipelineRetrieveParams,
107
- options?: RequestOptions,
108
- ): APIPromise<PipelineRetrieveResponse> {
109
- const { organization_id, project_id, ...body } = params;
110
- return this._client.post(path`/api/v1/pipelines/${pipelineID}/retrieve`, {
111
- query: { organization_id, project_id },
112
- body,
113
- ...options,
114
- });
116
+ get(pipelineID: string, options?: RequestOptions): APIPromise<Pipeline> {
117
+ return this._client.get(path`/api/v1/pipelines/${pipelineID}`, options);
115
118
  }
116
119
 
117
120
  /**
118
121
  * Update an existing pipeline's configuration.
122
+ *
123
+ * @deprecated
119
124
  */
120
125
  update(pipelineID: string, body: PipelineUpdateParams, options?: RequestOptions): APIPromise<Pipeline> {
121
126
  return this._client.put(path`/api/v1/pipelines/${pipelineID}`, { body, ...options });
122
127
  }
123
128
 
124
- /**
125
- * Search for pipelines by name, type, or project.
126
- */
127
- list(
128
- query: PipelineListParams | null | undefined = {},
129
- options?: RequestOptions,
130
- ): APIPromise<PipelineListResponse> {
131
- return this._client.get('/api/v1/pipelines', { query, ...options });
132
- }
133
-
134
129
  /**
135
130
  * Delete a pipeline and all associated resources.
136
131
  *
137
132
  * Removes pipeline files, data sources, and vector store data. This operation is
138
133
  * irreversible.
134
+ *
135
+ * @deprecated
139
136
  */
140
137
  delete(pipelineID: string, options?: RequestOptions): APIPromise<void> {
141
138
  return this._client.delete(path`/api/v1/pipelines/${pipelineID}`, {
@@ -144,18 +141,13 @@ export class Pipelines extends APIResource {
144
141
  });
145
142
  }
146
143
 
147
- /**
148
- * Get a pipeline by ID.
149
- */
150
- get(pipelineID: string, options?: RequestOptions): APIPromise<Pipeline> {
151
- return this._client.get(path`/api/v1/pipelines/${pipelineID}`, options);
152
- }
153
-
154
144
  /**
155
145
  * Get the ingestion status of a managed pipeline.
156
146
  *
157
147
  * Returns document counts, sync progress, and the last effective timestamp. Only
158
148
  * available for managed pipelines.
149
+ *
150
+ * @deprecated
159
151
  */
160
152
  getStatus(
161
153
  pipelineID: string,
@@ -170,6 +162,8 @@ export class Pipelines extends APIResource {
170
162
  *
171
163
  * Updates the pipeline if one with the same name and project already exists,
172
164
  * otherwise creates a new one.
165
+ *
166
+ * @deprecated
173
167
  */
174
168
  upsert(params: PipelineUpsertParams, options?: RequestOptions): APIPromise<Pipeline> {
175
169
  const { organization_id, project_id, ...body } = params;
@@ -179,6 +173,28 @@ export class Pipelines extends APIResource {
179
173
  ...options,
180
174
  });
181
175
  }
176
+
177
+ /**
178
+ * Run a retrieval query against a managed pipeline.
179
+ *
180
+ * Searches the pipeline's vector store using the provided query and retrieval
181
+ * parameters. Supports dense, sparse, and hybrid search modes with configurable
182
+ * top-k and reranking.
183
+ *
184
+ * @deprecated
185
+ */
186
+ retrieve(
187
+ pipelineID: string,
188
+ params: PipelineRetrieveParams,
189
+ options?: RequestOptions,
190
+ ): APIPromise<PipelineRetrieveResponse> {
191
+ const { organization_id, project_id, ...body } = params;
192
+ return this._client.post(path`/api/v1/pipelines/${pipelineID}/retrieve`, {
193
+ query: { organization_id, project_id },
194
+ body,
195
+ ...options,
196
+ });
197
+ }
182
198
  }
183
199
 
184
200
  export interface AdvancedModeTransformConfig {
@@ -509,7 +525,7 @@ export interface DataSinkCreate {
509
525
  */
510
526
  name: string;
511
527
 
512
- sink_type: 'PINECONE' | 'POSTGRES' | 'QDRANT' | 'AZUREAI_SEARCH' | 'MONGODB_ATLAS' | 'MILVUS' | 'ASTRA_DB';
528
+ sink_type: 'ASTRA_DB' | 'AZUREAI_SEARCH' | 'MILVUS' | 'MONGODB_ATLAS' | 'PINECONE' | 'POSTGRES' | 'QDRANT';
513
529
  }
514
530
 
515
531
  export interface GeminiEmbedding {
@@ -615,7 +631,7 @@ export interface HuggingFaceInferenceAPIEmbedding {
615
631
  /**
616
632
  * Enum of possible pooling choices with pooling behaviors.
617
633
  */
618
- pooling?: 'cls' | 'mean' | 'last' | null;
634
+ pooling?: 'cls' | 'last' | 'mean' | null;
619
635
 
620
636
  /**
621
637
  * Instruction to prepend during query embedding.
@@ -742,7 +758,7 @@ export interface LlamaParseParameters {
742
758
 
743
759
  ignore_document_elements_for_layout_detection?: boolean | null;
744
760
 
745
- images_to_save?: Array<'screenshot' | 'embedded' | 'layout'> | null;
761
+ images_to_save?: Array<'embedded' | 'layout' | 'screenshot'> | null;
746
762
 
747
763
  inline_images_in_markdown?: boolean | null;
748
764
 
@@ -831,7 +847,7 @@ export interface LlamaParseParameters {
831
847
  * The priority for the request. This field may be ignored or overwritten depending
832
848
  * on the organization tier.
833
849
  */
834
- priority?: 'low' | 'medium' | 'high' | 'critical' | null;
850
+ priority?: 'critical' | 'high' | 'low' | 'medium' | null;
835
851
 
836
852
  project_id?: string | null;
837
853
 
@@ -916,28 +932,33 @@ export namespace LlamaParseParameters {
916
932
  * events are delivered.
917
933
  */
918
934
  webhook_events?: Array<
919
- | 'extract.pending'
920
- | 'extract.success'
935
+ | 'classify.cancelled'
936
+ | 'classify.error'
937
+ | 'classify.partial_success'
938
+ | 'classify.pending'
939
+ | 'classify.running'
940
+ | 'classify.success'
941
+ | 'extract.cancelled'
921
942
  | 'extract.error'
922
943
  | 'extract.partial_success'
923
- | 'extract.cancelled'
944
+ | 'extract.pending'
945
+ | 'extract.success'
946
+ | 'parse.cancelled'
947
+ | 'parse.error'
948
+ | 'parse.partial_success'
924
949
  | 'parse.pending'
925
950
  | 'parse.running'
926
951
  | 'parse.success'
927
- | 'parse.error'
928
- | 'parse.partial_success'
929
- | 'parse.cancelled'
930
- | 'classify.pending'
931
- | 'classify.running'
932
- | 'classify.success'
933
- | 'classify.error'
934
- | 'classify.partial_success'
935
- | 'classify.cancelled'
936
- | 'sheets.pending'
937
- | 'sheets.success'
952
+ | 'sheets.cancelled'
938
953
  | 'sheets.error'
939
954
  | 'sheets.partial_success'
940
- | 'sheets.cancelled'
955
+ | 'sheets.pending'
956
+ | 'sheets.success'
957
+ | 'split.cancelled'
958
+ | 'split.error'
959
+ | 'split.pending'
960
+ | 'split.processing'
961
+ | 'split.success'
941
962
  | 'unmapped_event'
942
963
  > | null;
943
964
 
@@ -965,19 +986,19 @@ export interface LlmParameters {
965
986
  * The name of the model to use for LLM completions.
966
987
  */
967
988
  model_name?:
968
- | 'GPT_4O'
969
- | 'GPT_4O_MINI'
970
- | 'GPT_4_1'
971
- | 'GPT_4_1_NANO'
972
- | 'GPT_4_1_MINI'
973
989
  | 'AZURE_OPENAI_GPT_4O'
974
990
  | 'AZURE_OPENAI_GPT_4O_MINI'
975
991
  | 'AZURE_OPENAI_GPT_4_1'
976
992
  | 'AZURE_OPENAI_GPT_4_1_MINI'
977
993
  | 'AZURE_OPENAI_GPT_4_1_NANO'
978
- | 'CLAUDE_4_5_SONNET'
979
994
  | 'BEDROCK_CLAUDE_3_5_SONNET_V1'
980
- | 'BEDROCK_CLAUDE_3_5_SONNET_V2';
995
+ | 'BEDROCK_CLAUDE_3_5_SONNET_V2'
996
+ | 'CLAUDE_4_5_SONNET'
997
+ | 'GPT_4O'
998
+ | 'GPT_4O_MINI'
999
+ | 'GPT_4_1'
1000
+ | 'GPT_4_1_MINI'
1001
+ | 'GPT_4_1_NANO';
981
1002
 
982
1003
  /**
983
1004
  * The system prompt to use for the completion.
@@ -1004,7 +1025,7 @@ export interface ManagedIngestionStatusResponse {
1004
1025
  /**
1005
1026
  * Status of the ingestion.
1006
1027
  */
1007
- status: 'NOT_STARTED' | 'IN_PROGRESS' | 'SUCCESS' | 'ERROR' | 'PARTIAL_SUCCESS' | 'CANCELLED';
1028
+ status: 'CANCELLED' | 'ERROR' | 'IN_PROGRESS' | 'NOT_STARTED' | 'PARTIAL_SUCCESS' | 'SUCCESS';
1008
1029
 
1009
1030
  /**
1010
1031
  * Date of the deployment.
@@ -1043,13 +1064,13 @@ export namespace ManagedIngestionStatusResponse {
1043
1064
  * Name of the job that failed.
1044
1065
  */
1045
1066
  step:
1046
- | 'MANAGED_INGESTION'
1047
1067
  | 'DATA_SOURCE'
1048
1068
  | 'FILE_UPDATER'
1049
- | 'PARSE'
1050
- | 'TRANSFORM'
1051
1069
  | 'INGESTION'
1052
- | 'METADATA_UPDATE';
1070
+ | 'MANAGED_INGESTION'
1071
+ | 'METADATA_UPDATE'
1072
+ | 'PARSE'
1073
+ | 'TRANSFORM';
1053
1074
  }
1054
1075
  }
1055
1076
 
@@ -1057,14 +1078,14 @@ export namespace ManagedIngestionStatusResponse {
1057
1078
  * Message role.
1058
1079
  */
1059
1080
  export type MessageRole =
1060
- | 'system'
1061
- | 'developer'
1062
- | 'user'
1063
1081
  | 'assistant'
1082
+ | 'chatbot'
1083
+ | 'developer'
1064
1084
  | 'function'
1085
+ | 'model'
1086
+ | 'system'
1065
1087
  | 'tool'
1066
- | 'chatbot'
1067
- | 'model';
1088
+ | 'user';
1068
1089
 
1069
1090
  /**
1070
1091
  * Metadata filters for vector stores.
@@ -1075,7 +1096,7 @@ export interface MetadataFilters {
1075
1096
  /**
1076
1097
  * Vector store filter conditions to combine different filters.
1077
1098
  */
1078
- condition?: 'and' | 'or' | 'not' | null;
1099
+ condition?: 'and' | 'not' | 'or' | null;
1079
1100
  }
1080
1101
 
1081
1102
  export namespace MetadataFilters {
@@ -1096,20 +1117,20 @@ export namespace MetadataFilters {
1096
1117
  * Vector store filter operator.
1097
1118
  */
1098
1119
  operator?:
1120
+ | '!='
1121
+ | '<'
1122
+ | '<='
1099
1123
  | '=='
1100
1124
  | '>'
1101
- | '<'
1102
- | '!='
1103
1125
  | '>='
1104
- | '<='
1126
+ | 'all'
1127
+ | 'any'
1128
+ | 'contains'
1105
1129
  | 'in'
1130
+ | 'is_empty'
1106
1131
  | 'nin'
1107
- | 'any'
1108
- | 'all'
1109
1132
  | 'text_match'
1110
- | 'text_match_insensitive'
1111
- | 'contains'
1112
- | 'is_empty';
1133
+ | 'text_match_insensitive';
1113
1134
  }
1114
1135
  }
1115
1136
 
@@ -1292,14 +1313,14 @@ export interface Pipeline {
1292
1313
  id: string;
1293
1314
 
1294
1315
  embedding_config:
1295
- | Pipeline.ManagedOpenAIEmbeddingConfig
1296
1316
  | AzureOpenAIEmbeddingConfig
1317
+ | BedrockEmbeddingConfig
1297
1318
  | CohereEmbeddingConfig
1298
1319
  | GeminiEmbeddingConfig
1299
1320
  | HuggingFaceInferenceAPIEmbeddingConfig
1321
+ | Pipeline.ManagedOpenAIEmbeddingConfig
1300
1322
  | OpenAIEmbeddingConfig
1301
- | VertexAIEmbeddingConfig
1302
- | BedrockEmbeddingConfig;
1323
+ | VertexAIEmbeddingConfig;
1303
1324
 
1304
1325
  name: string;
1305
1326
 
@@ -1451,12 +1472,12 @@ export namespace Pipeline {
1451
1472
  */
1452
1473
  embedding_config:
1453
1474
  | PipelinesAPI.AzureOpenAIEmbeddingConfig
1475
+ | PipelinesAPI.BedrockEmbeddingConfig
1454
1476
  | PipelinesAPI.CohereEmbeddingConfig
1455
1477
  | PipelinesAPI.GeminiEmbeddingConfig
1456
1478
  | PipelinesAPI.HuggingFaceInferenceAPIEmbeddingConfig
1457
1479
  | PipelinesAPI.OpenAIEmbeddingConfig
1458
- | PipelinesAPI.VertexAIEmbeddingConfig
1459
- | PipelinesAPI.BedrockEmbeddingConfig;
1480
+ | PipelinesAPI.VertexAIEmbeddingConfig;
1460
1481
 
1461
1482
  /**
1462
1483
  * The name of the embedding model config.
@@ -1496,12 +1517,12 @@ export interface PipelineCreate {
1496
1517
 
1497
1518
  embedding_config?:
1498
1519
  | AzureOpenAIEmbeddingConfig
1520
+ | BedrockEmbeddingConfig
1499
1521
  | CohereEmbeddingConfig
1500
1522
  | GeminiEmbeddingConfig
1501
1523
  | HuggingFaceInferenceAPIEmbeddingConfig
1502
1524
  | OpenAIEmbeddingConfig
1503
1525
  | VertexAIEmbeddingConfig
1504
- | BedrockEmbeddingConfig
1505
1526
  | null;
1506
1527
 
1507
1528
  /**
@@ -1570,7 +1591,7 @@ export interface PipelineMetadataConfig {
1570
1591
  /**
1571
1592
  * Enum for representing the type of a pipeline
1572
1593
  */
1573
- export type PipelineType = 'PLAYGROUND' | 'MANAGED';
1594
+ export type PipelineType = 'MANAGED' | 'PLAYGROUND';
1574
1595
 
1575
1596
  /**
1576
1597
  * Schema for the search params for an retrieval execution that can be preset for a
@@ -1650,7 +1671,7 @@ export interface PresetRetrievalParams {
1650
1671
  sparse_similarity_top_k?: number | null;
1651
1672
  }
1652
1673
 
1653
- export type RetrievalMode = 'chunks' | 'files_via_metadata' | 'files_via_content' | 'auto_routed';
1674
+ export type RetrievalMode = 'auto_routed' | 'chunks' | 'files_via_content' | 'files_via_metadata';
1654
1675
 
1655
1676
  /**
1656
1677
  * Configuration for sparse embedding models used in hybrid search.
@@ -1666,7 +1687,7 @@ export interface SparseModelConfig {
1666
1687
  * for new pipelines), 'splade' uses HuggingFace Splade model, 'auto' selects based
1667
1688
  * on deployment mode (BYOC uses term frequency, Cloud uses Splade).
1668
1689
  */
1669
- model_type?: 'splade' | 'bm25' | 'auto';
1690
+ model_type?: 'auto' | 'bm25' | 'splade';
1670
1691
  }
1671
1692
 
1672
1693
  export interface VertexAIEmbeddingConfig {
@@ -1727,7 +1748,7 @@ export interface VertexTextEmbedding {
1727
1748
  /**
1728
1749
  * The embedding mode to use.
1729
1750
  */
1730
- embed_mode?: 'default' | 'classification' | 'clustering' | 'similarity' | 'retrieval';
1751
+ embed_mode?: 'classification' | 'clustering' | 'default' | 'retrieval' | 'similarity';
1731
1752
 
1732
1753
  /**
1733
1754
  * The modelId of the VertexAI model to use.
@@ -1802,6 +1823,21 @@ export namespace PipelineRetrieveResponse {
1802
1823
 
1803
1824
  export type PipelineListResponse = Array<Pipeline>;
1804
1825
 
1826
+ export interface PipelineListParams {
1827
+ organization_id?: string | null;
1828
+
1829
+ pipeline_name?: string | null;
1830
+
1831
+ /**
1832
+ * Enum for representing the type of a pipeline
1833
+ */
1834
+ pipeline_type?: PipelineType | null;
1835
+
1836
+ project_id?: string | null;
1837
+
1838
+ project_name?: string | null;
1839
+ }
1840
+
1805
1841
  export interface PipelineCreateParams {
1806
1842
  /**
1807
1843
  * Body param
@@ -1834,12 +1870,12 @@ export interface PipelineCreateParams {
1834
1870
  */
1835
1871
  embedding_config?:
1836
1872
  | AzureOpenAIEmbeddingConfig
1873
+ | BedrockEmbeddingConfig
1837
1874
  | CohereEmbeddingConfig
1838
1875
  | GeminiEmbeddingConfig
1839
1876
  | HuggingFaceInferenceAPIEmbeddingConfig
1840
1877
  | OpenAIEmbeddingConfig
1841
1878
  | VertexAIEmbeddingConfig
1842
- | BedrockEmbeddingConfig
1843
1879
  | null;
1844
1880
 
1845
1881
  /**
@@ -1893,98 +1929,6 @@ export interface PipelineCreateParams {
1893
1929
  transform_config?: AutoTransformConfig | AdvancedModeTransformConfig | null;
1894
1930
  }
1895
1931
 
1896
- export interface PipelineRetrieveParams {
1897
- /**
1898
- * Body param: The query to retrieve against.
1899
- */
1900
- query: string;
1901
-
1902
- /**
1903
- * Query param
1904
- */
1905
- organization_id?: string | null;
1906
-
1907
- /**
1908
- * Query param
1909
- */
1910
- project_id?: string | null;
1911
-
1912
- /**
1913
- * Body param: Alpha value for hybrid retrieval to determine the weights between
1914
- * dense and sparse retrieval. 0 is sparse retrieval and 1 is dense retrieval.
1915
- */
1916
- alpha?: number | null;
1917
-
1918
- /**
1919
- * Body param
1920
- */
1921
- class_name?: string;
1922
-
1923
- /**
1924
- * Body param: Minimum similarity score wrt query for retrieval
1925
- */
1926
- dense_similarity_cutoff?: number | null;
1927
-
1928
- /**
1929
- * Body param: Number of nodes for dense retrieval.
1930
- */
1931
- dense_similarity_top_k?: number | null;
1932
-
1933
- /**
1934
- * Body param: Enable reranking for retrieval
1935
- */
1936
- enable_reranking?: boolean | null;
1937
-
1938
- /**
1939
- * Body param: Number of files to retrieve (only for retrieval mode
1940
- * files_via_metadata and files_via_content).
1941
- */
1942
- files_top_k?: number | null;
1943
-
1944
- /**
1945
- * Body param: Number of reranked nodes for returning.
1946
- */
1947
- rerank_top_n?: number | null;
1948
-
1949
- /**
1950
- * Body param: The retrieval mode for the query.
1951
- */
1952
- retrieval_mode?: RetrievalMode;
1953
-
1954
- /**
1955
- * @deprecated Body param: Whether to retrieve image nodes.
1956
- */
1957
- retrieve_image_nodes?: boolean;
1958
-
1959
- /**
1960
- * Body param: Whether to retrieve page figure nodes.
1961
- */
1962
- retrieve_page_figure_nodes?: boolean;
1963
-
1964
- /**
1965
- * Body param: Whether to retrieve page screenshot nodes.
1966
- */
1967
- retrieve_page_screenshot_nodes?: boolean;
1968
-
1969
- /**
1970
- * Body param: Metadata filters for vector stores.
1971
- */
1972
- search_filters?: MetadataFilters | null;
1973
-
1974
- /**
1975
- * Body param: JSON Schema that will be used to infer search_filters. Omit or leave
1976
- * as null to skip inference.
1977
- */
1978
- search_filters_inference_schema?: {
1979
- [key: string]: { [key: string]: unknown } | Array<unknown> | string | number | boolean | null;
1980
- } | null;
1981
-
1982
- /**
1983
- * Body param: Number of nodes for sparse retrieval.
1984
- */
1985
- sparse_similarity_top_k?: number | null;
1986
- }
1987
-
1988
1932
  export interface PipelineUpdateParams {
1989
1933
  /**
1990
1934
  * Schema for creating a data sink.
@@ -1999,12 +1943,12 @@ export interface PipelineUpdateParams {
1999
1943
 
2000
1944
  embedding_config?:
2001
1945
  | AzureOpenAIEmbeddingConfig
1946
+ | BedrockEmbeddingConfig
2002
1947
  | CohereEmbeddingConfig
2003
1948
  | GeminiEmbeddingConfig
2004
1949
  | HuggingFaceInferenceAPIEmbeddingConfig
2005
1950
  | OpenAIEmbeddingConfig
2006
1951
  | VertexAIEmbeddingConfig
2007
- | BedrockEmbeddingConfig
2008
1952
  | null;
2009
1953
 
2010
1954
  /**
@@ -2056,21 +2000,6 @@ export interface PipelineUpdateParams {
2056
2000
  transform_config?: AutoTransformConfig | AdvancedModeTransformConfig | null;
2057
2001
  }
2058
2002
 
2059
- export interface PipelineListParams {
2060
- organization_id?: string | null;
2061
-
2062
- pipeline_name?: string | null;
2063
-
2064
- /**
2065
- * Enum for representing the type of a pipeline
2066
- */
2067
- pipeline_type?: PipelineType | null;
2068
-
2069
- project_id?: string | null;
2070
-
2071
- project_name?: string | null;
2072
- }
2073
-
2074
2003
  export interface PipelineGetStatusParams {
2075
2004
  full_details?: boolean | null;
2076
2005
  }
@@ -2107,12 +2036,12 @@ export interface PipelineUpsertParams {
2107
2036
  */
2108
2037
  embedding_config?:
2109
2038
  | AzureOpenAIEmbeddingConfig
2039
+ | BedrockEmbeddingConfig
2110
2040
  | CohereEmbeddingConfig
2111
2041
  | GeminiEmbeddingConfig
2112
2042
  | HuggingFaceInferenceAPIEmbeddingConfig
2113
2043
  | OpenAIEmbeddingConfig
2114
2044
  | VertexAIEmbeddingConfig
2115
- | BedrockEmbeddingConfig
2116
2045
  | null;
2117
2046
 
2118
2047
  /**
@@ -2166,6 +2095,98 @@ export interface PipelineUpsertParams {
2166
2095
  transform_config?: AutoTransformConfig | AdvancedModeTransformConfig | null;
2167
2096
  }
2168
2097
 
2098
+ export interface PipelineRetrieveParams {
2099
+ /**
2100
+ * Body param: The query to retrieve against.
2101
+ */
2102
+ query: string;
2103
+
2104
+ /**
2105
+ * Query param
2106
+ */
2107
+ organization_id?: string | null;
2108
+
2109
+ /**
2110
+ * Query param
2111
+ */
2112
+ project_id?: string | null;
2113
+
2114
+ /**
2115
+ * Body param: Alpha value for hybrid retrieval to determine the weights between
2116
+ * dense and sparse retrieval. 0 is sparse retrieval and 1 is dense retrieval.
2117
+ */
2118
+ alpha?: number | null;
2119
+
2120
+ /**
2121
+ * Body param
2122
+ */
2123
+ class_name?: string;
2124
+
2125
+ /**
2126
+ * Body param: Minimum similarity score wrt query for retrieval
2127
+ */
2128
+ dense_similarity_cutoff?: number | null;
2129
+
2130
+ /**
2131
+ * Body param: Number of nodes for dense retrieval.
2132
+ */
2133
+ dense_similarity_top_k?: number | null;
2134
+
2135
+ /**
2136
+ * Body param: Enable reranking for retrieval
2137
+ */
2138
+ enable_reranking?: boolean | null;
2139
+
2140
+ /**
2141
+ * Body param: Number of files to retrieve (only for retrieval mode
2142
+ * files_via_metadata and files_via_content).
2143
+ */
2144
+ files_top_k?: number | null;
2145
+
2146
+ /**
2147
+ * Body param: Number of reranked nodes for returning.
2148
+ */
2149
+ rerank_top_n?: number | null;
2150
+
2151
+ /**
2152
+ * Body param: The retrieval mode for the query.
2153
+ */
2154
+ retrieval_mode?: RetrievalMode;
2155
+
2156
+ /**
2157
+ * @deprecated Body param: Whether to retrieve image nodes.
2158
+ */
2159
+ retrieve_image_nodes?: boolean;
2160
+
2161
+ /**
2162
+ * Body param: Whether to retrieve page figure nodes.
2163
+ */
2164
+ retrieve_page_figure_nodes?: boolean;
2165
+
2166
+ /**
2167
+ * Body param: Whether to retrieve page screenshot nodes.
2168
+ */
2169
+ retrieve_page_screenshot_nodes?: boolean;
2170
+
2171
+ /**
2172
+ * Body param: Metadata filters for vector stores.
2173
+ */
2174
+ search_filters?: MetadataFilters | null;
2175
+
2176
+ /**
2177
+ * Body param: JSON Schema that will be used to infer search_filters. Omit or leave
2178
+ * as null to skip inference.
2179
+ */
2180
+ search_filters_inference_schema?: {
2181
+ [key: string]: { [key: string]: unknown } | Array<unknown> | string | number | boolean | null;
2182
+ } | null;
2183
+
2184
+ /**
2185
+ * Body param: Number of nodes for sparse retrieval.
2186
+ */
2187
+ sparse_similarity_top_k?: number | null;
2188
+ }
2189
+
2169
2190
  Pipelines.Sync = Sync;
2170
2191
  Pipelines.DataSources = DataSources;
2171
2192
  Pipelines.Images = Images;
@@ -2208,12 +2229,12 @@ export declare namespace Pipelines {
2208
2229
  type VertexTextEmbedding as VertexTextEmbedding,
2209
2230
  type PipelineRetrieveResponse as PipelineRetrieveResponse,
2210
2231
  type PipelineListResponse as PipelineListResponse,
2232
+ type PipelineListParams as PipelineListParams,
2211
2233
  type PipelineCreateParams as PipelineCreateParams,
2212
- type PipelineRetrieveParams as PipelineRetrieveParams,
2213
2234
  type PipelineUpdateParams as PipelineUpdateParams,
2214
- type PipelineListParams as PipelineListParams,
2215
2235
  type PipelineGetStatusParams as PipelineGetStatusParams,
2216
2236
  type PipelineUpsertParams as PipelineUpsertParams,
2237
+ type PipelineRetrieveParams as PipelineRetrieveParams,
2217
2238
  };
2218
2239
 
2219
2240
  export { Sync as Sync };
@@ -2223,10 +2244,10 @@ export declare namespace Pipelines {
2223
2244
  type PipelineDataSource as PipelineDataSource,
2224
2245
  type DataSourceGetDataSourcesResponse as DataSourceGetDataSourcesResponse,
2225
2246
  type DataSourceUpdateDataSourcesResponse as DataSourceUpdateDataSourcesResponse,
2247
+ type DataSourceUpdateDataSourcesParams as DataSourceUpdateDataSourcesParams,
2226
2248
  type DataSourceUpdateParams as DataSourceUpdateParams,
2227
2249
  type DataSourceGetStatusParams as DataSourceGetStatusParams,
2228
2250
  type DataSourceSyncParams as DataSourceSyncParams,
2229
- type DataSourceUpdateDataSourcesParams as DataSourceUpdateDataSourcesParams,
2230
2251
  };
2231
2252
 
2232
2253
  export {
@@ -2235,10 +2256,10 @@ export declare namespace Pipelines {
2235
2256
  type ImageGetPageScreenshotResponse as ImageGetPageScreenshotResponse,
2236
2257
  type ImageListPageFiguresResponse as ImageListPageFiguresResponse,
2237
2258
  type ImageListPageScreenshotsResponse as ImageListPageScreenshotsResponse,
2238
- type ImageGetPageFigureParams as ImageGetPageFigureParams,
2259
+ type ImageListPageScreenshotsParams as ImageListPageScreenshotsParams,
2239
2260
  type ImageGetPageScreenshotParams as ImageGetPageScreenshotParams,
2261
+ type ImageGetPageFigureParams as ImageGetPageFigureParams,
2240
2262
  type ImageListPageFiguresParams as ImageListPageFiguresParams,
2241
- type ImageListPageScreenshotsParams as ImageListPageScreenshotsParams,
2242
2263
  };
2243
2264
 
2244
2265
  export {
@@ -2247,12 +2268,12 @@ export declare namespace Pipelines {
2247
2268
  type FileCreateResponse as FileCreateResponse,
2248
2269
  type FileGetStatusCountsResponse as FileGetStatusCountsResponse,
2249
2270
  type PipelineFilesPaginatedPipelineFiles as PipelineFilesPaginatedPipelineFiles,
2271
+ type FileGetStatusCountsParams as FileGetStatusCountsParams,
2272
+ type FileGetStatusParams as FileGetStatusParams,
2250
2273
  type FileCreateParams as FileCreateParams,
2251
2274
  type FileUpdateParams as FileUpdateParams,
2252
- type FileListParams as FileListParams,
2253
2275
  type FileDeleteParams as FileDeleteParams,
2254
- type FileGetStatusParams as FileGetStatusParams,
2255
- type FileGetStatusCountsParams as FileGetStatusCountsParams,
2276
+ type FileListParams as FileListParams,
2256
2277
  };
2257
2278
 
2258
2279
  export {
@@ -2273,11 +2294,11 @@ export declare namespace Pipelines {
2273
2294
  type CloudDocumentsPaginatedCloudDocuments as CloudDocumentsPaginatedCloudDocuments,
2274
2295
  type DocumentCreateParams as DocumentCreateParams,
2275
2296
  type DocumentListParams as DocumentListParams,
2276
- type DocumentDeleteParams as DocumentDeleteParams,
2277
2297
  type DocumentGetParams as DocumentGetParams,
2278
- type DocumentGetChunksParams as DocumentGetChunksParams,
2298
+ type DocumentDeleteParams as DocumentDeleteParams,
2279
2299
  type DocumentGetStatusParams as DocumentGetStatusParams,
2280
2300
  type DocumentSyncParams as DocumentSyncParams,
2301
+ type DocumentGetChunksParams as DocumentGetChunksParams,
2281
2302
  type DocumentUpsertParams as DocumentUpsertParams,
2282
2303
  };
2283
2304
  }