@algolia/ingestion 1.0.0-alpha.83 → 1.0.0-alpha.84

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 (224) hide show
  1. package/dist/ingestion.cjs +99 -99
  2. package/dist/ingestion.esm.browser.js +99 -99
  3. package/dist/ingestion.esm.node.js +99 -99
  4. package/dist/ingestion.umd.js +2 -2
  5. package/dist/model/actionType.d.ts +1 -1
  6. package/dist/model/authAPIKey.d.ts +4 -1
  7. package/dist/model/authAPIKey.d.ts.map +1 -1
  8. package/dist/model/authAPIKeyPartial.d.ts +4 -1
  9. package/dist/model/authAPIKeyPartial.d.ts.map +1 -1
  10. package/dist/model/authAlgolia.d.ts +5 -2
  11. package/dist/model/authAlgolia.d.ts.map +1 -1
  12. package/dist/model/authAlgoliaPartial.d.ts +5 -2
  13. package/dist/model/authAlgoliaPartial.d.ts.map +1 -1
  14. package/dist/model/authBasic.d.ts +7 -1
  15. package/dist/model/authBasic.d.ts.map +1 -1
  16. package/dist/model/authBasicPartial.d.ts +7 -1
  17. package/dist/model/authBasicPartial.d.ts.map +1 -1
  18. package/dist/model/authGoogleServiceAccount.d.ts +3 -3
  19. package/dist/model/authGoogleServiceAccountPartial.d.ts +3 -3
  20. package/dist/model/authOAuth.d.ts +8 -4
  21. package/dist/model/authOAuth.d.ts.map +1 -1
  22. package/dist/model/authOAuthPartial.d.ts +8 -4
  23. package/dist/model/authOAuthPartial.d.ts.map +1 -1
  24. package/dist/model/authentication.d.ts +5 -5
  25. package/dist/model/authenticationCreate.d.ts +2 -2
  26. package/dist/model/authenticationCreateResponse.d.ts +4 -4
  27. package/dist/model/authenticationSearch.d.ts +1 -1
  28. package/dist/model/authenticationSortKeys.d.ts +1 -1
  29. package/dist/model/authenticationType.d.ts +1 -1
  30. package/dist/model/authenticationUpdate.d.ts +2 -2
  31. package/dist/model/authenticationUpdateResponse.d.ts +4 -4
  32. package/dist/model/bigCommerceChannel.d.ts +2 -2
  33. package/dist/model/bigCommerceMetafield.d.ts +2 -2
  34. package/dist/model/clientMethodProps.d.ts +64 -64
  35. package/dist/model/commercetoolsCustomFields.d.ts +1 -1
  36. package/dist/model/deleteResponse.d.ts +1 -1
  37. package/dist/model/destination.d.ts +6 -6
  38. package/dist/model/destinationCreate.d.ts +3 -3
  39. package/dist/model/destinationCreateResponse.d.ts +4 -4
  40. package/dist/model/destinationIndexName.d.ts +2 -2
  41. package/dist/model/destinationIndexPrefix.d.ts +1 -1
  42. package/dist/model/destinationSearch.d.ts +1 -1
  43. package/dist/model/destinationSortKeys.d.ts +1 -1
  44. package/dist/model/destinationType.d.ts +2 -2
  45. package/dist/model/destinationType.d.ts.map +1 -1
  46. package/dist/model/destinationUpdate.d.ts +3 -3
  47. package/dist/model/destinationUpdateResponse.d.ts +4 -4
  48. package/dist/model/dockerImageType.d.ts +1 -1
  49. package/dist/model/dockerRegistry.d.ts +1 -1
  50. package/dist/model/dockerSourceDiscover.d.ts +2 -2
  51. package/dist/model/event.d.ts +3 -3
  52. package/dist/model/eventSortKeys.d.ts +1 -1
  53. package/dist/model/index.d.ts +1 -0
  54. package/dist/model/index.d.ts.map +1 -1
  55. package/dist/model/listTasksResponse.d.ts +1 -1
  56. package/dist/model/mappingFormatSchema.d.ts +5 -0
  57. package/dist/model/mappingFormatSchema.d.ts.map +1 -0
  58. package/dist/model/mappingInput.d.ts +3 -5
  59. package/dist/model/mappingInput.d.ts.map +1 -1
  60. package/dist/model/methodType.d.ts +3 -0
  61. package/dist/model/methodType.d.ts.map +1 -1
  62. package/dist/model/onDemandDateUtilsInput.d.ts +3 -3
  63. package/dist/model/onDemandTrigger.d.ts +2 -2
  64. package/dist/model/onDemandTriggerInput.d.ts +1 -1
  65. package/dist/model/onDemandTriggerType.d.ts +1 -1
  66. package/dist/model/orderKeys.d.ts +1 -1
  67. package/dist/model/pagination.d.ts +15 -0
  68. package/dist/model/pagination.d.ts.map +1 -1
  69. package/dist/model/platform.d.ts +2 -2
  70. package/dist/model/platform.d.ts.map +1 -1
  71. package/dist/model/platformNone.d.ts +1 -1
  72. package/dist/model/recordType.d.ts +1 -1
  73. package/dist/model/run.d.ts +7 -7
  74. package/dist/model/runOutcome.d.ts +3 -0
  75. package/dist/model/runOutcome.d.ts.map +1 -1
  76. package/dist/model/runReasonCode.d.ts +1 -1
  77. package/dist/model/runResponse.d.ts +3 -3
  78. package/dist/model/runSortKeys.d.ts +1 -1
  79. package/dist/model/runStatus.d.ts +3 -0
  80. package/dist/model/runStatus.d.ts.map +1 -1
  81. package/dist/model/runType.d.ts +3 -0
  82. package/dist/model/runType.d.ts.map +1 -1
  83. package/dist/model/scheduleDateUtilsInput.d.ts +2 -2
  84. package/dist/model/scheduleTrigger.d.ts +4 -4
  85. package/dist/model/scheduleTriggerInput.d.ts +2 -2
  86. package/dist/model/scheduleTriggerType.d.ts +1 -1
  87. package/dist/model/source.d.ts +4 -4
  88. package/dist/model/sourceBigCommerce.d.ts +1 -1
  89. package/dist/model/sourceBigQuery.d.ts +5 -5
  90. package/dist/model/sourceCSV.d.ts +3 -3
  91. package/dist/model/sourceCommercetools.d.ts +2 -2
  92. package/dist/model/sourceCreate.d.ts +4 -1
  93. package/dist/model/sourceCreate.d.ts.map +1 -1
  94. package/dist/model/sourceCreateResponse.d.ts +5 -2
  95. package/dist/model/sourceCreateResponse.d.ts.map +1 -1
  96. package/dist/model/sourceDocker.d.ts +3 -3
  97. package/dist/model/sourceGA4BigQueryExport.d.ts +3 -3
  98. package/dist/model/sourceJSON.d.ts +2 -2
  99. package/dist/model/sourceSortKeys.d.ts +1 -1
  100. package/dist/model/sourceType.d.ts +1 -1
  101. package/dist/model/sourceType.d.ts.map +1 -1
  102. package/dist/model/sourceUpdate.d.ts +4 -1
  103. package/dist/model/sourceUpdate.d.ts.map +1 -1
  104. package/dist/model/sourceUpdateCommercetools.d.ts +2 -5
  105. package/dist/model/sourceUpdateCommercetools.d.ts.map +1 -1
  106. package/dist/model/sourceUpdateDocker.d.ts +3 -3
  107. package/dist/model/sourceUpdateResponse.d.ts +5 -2
  108. package/dist/model/sourceUpdateResponse.d.ts.map +1 -1
  109. package/dist/model/streamingTrigger.d.ts +1 -1
  110. package/dist/model/streamingTriggerType.d.ts +1 -1
  111. package/dist/model/streamingUtilsInput.d.ts +1 -1
  112. package/dist/model/subscriptionTrigger.d.ts +1 -1
  113. package/dist/model/subscriptionTriggerType.d.ts +1 -1
  114. package/dist/model/task.d.ts +7 -7
  115. package/dist/model/taskCreate.d.ts +5 -5
  116. package/dist/model/taskCreateResponse.d.ts +3 -3
  117. package/dist/model/taskInput.d.ts +3 -0
  118. package/dist/model/taskInput.d.ts.map +1 -1
  119. package/dist/model/taskSortKeys.d.ts +1 -1
  120. package/dist/model/taskUpdate.d.ts +4 -4
  121. package/dist/model/taskUpdateResponse.d.ts +3 -3
  122. package/dist/model/trigger.d.ts +3 -0
  123. package/dist/model/trigger.d.ts.map +1 -1
  124. package/dist/model/triggerType.d.ts +1 -1
  125. package/dist/model/triggerUpdateInput.d.ts +2 -2
  126. package/dist/model/window.d.ts +3 -3
  127. package/dist/src/ingestionClient.d.ts +99 -99
  128. package/model/actionType.ts +1 -1
  129. package/model/authAPIKey.ts +4 -1
  130. package/model/authAPIKeyPartial.ts +4 -1
  131. package/model/authAlgolia.ts +5 -2
  132. package/model/authAlgoliaPartial.ts +5 -2
  133. package/model/authBasic.ts +7 -1
  134. package/model/authBasicPartial.ts +7 -1
  135. package/model/authGoogleServiceAccount.ts +3 -3
  136. package/model/authGoogleServiceAccountPartial.ts +3 -3
  137. package/model/authOAuth.ts +9 -4
  138. package/model/authOAuthPartial.ts +9 -4
  139. package/model/authentication.ts +5 -5
  140. package/model/authenticationCreate.ts +2 -2
  141. package/model/authenticationCreateResponse.ts +4 -4
  142. package/model/authenticationSearch.ts +1 -1
  143. package/model/authenticationSortKeys.ts +1 -1
  144. package/model/authenticationType.ts +1 -1
  145. package/model/authenticationUpdate.ts +2 -2
  146. package/model/authenticationUpdateResponse.ts +4 -4
  147. package/model/bigCommerceChannel.ts +2 -2
  148. package/model/bigCommerceMetafield.ts +2 -2
  149. package/model/clientMethodProps.ts +64 -64
  150. package/model/commercetoolsCustomFields.ts +1 -1
  151. package/model/deleteResponse.ts +1 -1
  152. package/model/destination.ts +6 -6
  153. package/model/destinationCreate.ts +3 -3
  154. package/model/destinationCreateResponse.ts +4 -4
  155. package/model/destinationIndexName.ts +2 -2
  156. package/model/destinationIndexPrefix.ts +1 -1
  157. package/model/destinationSearch.ts +1 -1
  158. package/model/destinationSortKeys.ts +1 -1
  159. package/model/destinationType.ts +2 -2
  160. package/model/destinationUpdate.ts +3 -3
  161. package/model/destinationUpdateResponse.ts +4 -4
  162. package/model/dockerImageType.ts +1 -1
  163. package/model/dockerRegistry.ts +1 -1
  164. package/model/dockerSourceDiscover.ts +2 -2
  165. package/model/event.ts +3 -3
  166. package/model/eventSortKeys.ts +1 -1
  167. package/model/index.ts +1 -0
  168. package/model/listTasksResponse.ts +1 -1
  169. package/model/mappingFormatSchema.ts +6 -0
  170. package/model/mappingInput.ts +3 -5
  171. package/model/methodType.ts +3 -0
  172. package/model/onDemandDateUtilsInput.ts +3 -3
  173. package/model/onDemandTrigger.ts +2 -2
  174. package/model/onDemandTriggerInput.ts +1 -1
  175. package/model/onDemandTriggerType.ts +1 -1
  176. package/model/orderKeys.ts +1 -1
  177. package/model/pagination.ts +15 -0
  178. package/model/platform.ts +2 -2
  179. package/model/platformNone.ts +1 -1
  180. package/model/recordType.ts +1 -1
  181. package/model/run.ts +7 -7
  182. package/model/runOutcome.ts +3 -0
  183. package/model/runReasonCode.ts +1 -1
  184. package/model/runResponse.ts +3 -3
  185. package/model/runSortKeys.ts +1 -1
  186. package/model/runStatus.ts +3 -0
  187. package/model/runType.ts +3 -0
  188. package/model/scheduleDateUtilsInput.ts +2 -2
  189. package/model/scheduleTrigger.ts +4 -4
  190. package/model/scheduleTriggerInput.ts +2 -2
  191. package/model/scheduleTriggerType.ts +1 -1
  192. package/model/source.ts +4 -4
  193. package/model/sourceBigCommerce.ts +1 -1
  194. package/model/sourceBigQuery.ts +5 -5
  195. package/model/sourceCSV.ts +3 -3
  196. package/model/sourceCommercetools.ts +2 -2
  197. package/model/sourceCreate.ts +4 -1
  198. package/model/sourceCreateResponse.ts +5 -2
  199. package/model/sourceDocker.ts +3 -3
  200. package/model/sourceGA4BigQueryExport.ts +3 -3
  201. package/model/sourceJSON.ts +2 -2
  202. package/model/sourceSortKeys.ts +1 -1
  203. package/model/sourceType.ts +3 -1
  204. package/model/sourceUpdate.ts +4 -1
  205. package/model/sourceUpdateCommercetools.ts +2 -5
  206. package/model/sourceUpdateDocker.ts +3 -3
  207. package/model/sourceUpdateResponse.ts +5 -2
  208. package/model/streamingTrigger.ts +1 -1
  209. package/model/streamingTriggerType.ts +1 -1
  210. package/model/streamingUtilsInput.ts +1 -1
  211. package/model/subscriptionTrigger.ts +1 -1
  212. package/model/subscriptionTriggerType.ts +1 -1
  213. package/model/task.ts +7 -7
  214. package/model/taskCreate.ts +5 -5
  215. package/model/taskCreateResponse.ts +3 -3
  216. package/model/taskInput.ts +3 -0
  217. package/model/taskSortKeys.ts +1 -1
  218. package/model/taskUpdate.ts +4 -4
  219. package/model/taskUpdateResponse.ts +3 -3
  220. package/model/trigger.ts +3 -0
  221. package/model/triggerType.ts +1 -1
  222. package/model/triggerUpdateInput.ts +2 -2
  223. package/model/window.ts +3 -3
  224. package/package.json +5 -5
@@ -90,7 +90,7 @@ export type CustomPutProps = {
90
90
  */
91
91
  export type DeleteAuthenticationProps = {
92
92
  /**
93
- * The authentication UUID.
93
+ * Unique identifier of an authentication resource.
94
94
  */
95
95
  authenticationID: string;
96
96
  };
@@ -100,7 +100,7 @@ export type DeleteAuthenticationProps = {
100
100
  */
101
101
  export type DeleteDestinationProps = {
102
102
  /**
103
- * The destination UUID.
103
+ * Unique identifier of a destination.
104
104
  */
105
105
  destinationID: string;
106
106
  };
@@ -110,7 +110,7 @@ export type DeleteDestinationProps = {
110
110
  */
111
111
  export type DeleteSourceProps = {
112
112
  /**
113
- * The source UUID.
113
+ * Unique identifier of a source.
114
114
  */
115
115
  sourceID: string;
116
116
  };
@@ -120,7 +120,7 @@ export type DeleteSourceProps = {
120
120
  */
121
121
  export type DeleteTaskProps = {
122
122
  /**
123
- * The task UUID.
123
+ * Unique identifier of a task.
124
124
  */
125
125
  taskID: string;
126
126
  };
@@ -130,7 +130,7 @@ export type DeleteTaskProps = {
130
130
  */
131
131
  export type DisableTaskProps = {
132
132
  /**
133
- * The task UUID.
133
+ * Unique identifier of a task.
134
134
  */
135
135
  taskID: string;
136
136
  };
@@ -140,7 +140,7 @@ export type DisableTaskProps = {
140
140
  */
141
141
  export type EnableTaskProps = {
142
142
  /**
143
- * The task UUID.
143
+ * Unique identifier of a task.
144
144
  */
145
145
  taskID: string;
146
146
  };
@@ -150,7 +150,7 @@ export type EnableTaskProps = {
150
150
  */
151
151
  export type GetAuthenticationProps = {
152
152
  /**
153
- * The authentication UUID.
153
+ * Unique identifier of an authentication resource.
154
154
  */
155
155
  authenticationID: string;
156
156
  };
@@ -160,27 +160,27 @@ export type GetAuthenticationProps = {
160
160
  */
161
161
  export type GetAuthenticationsProps = {
162
162
  /**
163
- * The number of items per page to return.
163
+ * Number of items per page.
164
164
  */
165
165
  itemsPerPage?: number;
166
166
  /**
167
- * The page number to fetch, starting at 1.
167
+ * Page number of the paginated API response.
168
168
  */
169
169
  page?: number;
170
170
  /**
171
- * The type of the authentications to retrieve.
171
+ * Type of authentication resource to retrieve.
172
172
  */
173
173
  type?: AuthenticationType[];
174
174
  /**
175
- * The platform of the authentications to retrieve.
175
+ * Ecommerce platform for which to retrieve authentication resources.
176
176
  */
177
177
  platform?: PlatformWithNone[];
178
178
  /**
179
- * The key by which the list should be sorted.
179
+ * Property by which to sort the list of authentication resources.
180
180
  */
181
181
  sort?: AuthenticationSortKeys;
182
182
  /**
183
- * The order of the returned list.
183
+ * Sort order of the response, ascending or descending.
184
184
  */
185
185
  order?: OrderKeys;
186
186
  };
@@ -190,7 +190,7 @@ export type GetAuthenticationsProps = {
190
190
  */
191
191
  export type GetDestinationProps = {
192
192
  /**
193
- * The destination UUID.
193
+ * Unique identifier of a destination.
194
194
  */
195
195
  destinationID: string;
196
196
  };
@@ -200,27 +200,27 @@ export type GetDestinationProps = {
200
200
  */
201
201
  export type GetDestinationsProps = {
202
202
  /**
203
- * The number of items per page to return.
203
+ * Number of items per page.
204
204
  */
205
205
  itemsPerPage?: number;
206
206
  /**
207
- * The page number to fetch, starting at 1.
207
+ * Page number of the paginated API response.
208
208
  */
209
209
  page?: number;
210
210
  /**
211
- * The type of the destinations to retrive.
211
+ * Destination type.
212
212
  */
213
213
  type?: DestinationType[];
214
214
  /**
215
- * The authenticationIDs of the destinations to retrive.
215
+ * Authentication ID used by destinations.
216
216
  */
217
217
  authenticationID?: string[];
218
218
  /**
219
- * The key by which the list should be sorted.
219
+ * Property by which to sort the destinations.
220
220
  */
221
221
  sort?: DestinationSortKeys;
222
222
  /**
223
- * The order of the returned list.
223
+ * Sort order of the response, ascending or descending.
224
224
  */
225
225
  order?: OrderKeys;
226
226
  };
@@ -230,7 +230,7 @@ export type GetDestinationsProps = {
230
230
  */
231
231
  export type GetDockerSourceStreamsProps = {
232
232
  /**
233
- * The source UUID.
233
+ * Unique identifier of a source.
234
234
  */
235
235
  sourceID: string;
236
236
  };
@@ -240,11 +240,11 @@ export type GetDockerSourceStreamsProps = {
240
240
  */
241
241
  export type GetEventProps = {
242
242
  /**
243
- * The run UUID.
243
+ * Unique identifier of a task run.
244
244
  */
245
245
  runID: string;
246
246
  /**
247
- * The event UUID.
247
+ * Unique identifier of an event.
248
248
  */
249
249
  eventID: string;
250
250
  };
@@ -254,39 +254,39 @@ export type GetEventProps = {
254
254
  */
255
255
  export type GetEventsProps = {
256
256
  /**
257
- * The run UUID.
257
+ * Unique identifier of a task run.
258
258
  */
259
259
  runID: string;
260
260
  /**
261
- * The number of items per page to return.
261
+ * Number of items per page.
262
262
  */
263
263
  itemsPerPage?: number;
264
264
  /**
265
- * The page number to fetch, starting at 1.
265
+ * Page number of the paginated API response.
266
266
  */
267
267
  page?: number;
268
268
  /**
269
- * Filter the status of the events.
269
+ * Event status for filtering the list of task runs.
270
270
  */
271
271
  status?: EventStatus[];
272
272
  /**
273
- * Filter the type of the events.
273
+ * Event type for filtering the list of task runs.
274
274
  */
275
275
  type?: EventType[];
276
276
  /**
277
- * The key by which the list should be sorted.
277
+ * Property by which to sort the list of task run events.
278
278
  */
279
279
  sort?: EventSortKeys;
280
280
  /**
281
- * The order of the returned list.
281
+ * Sort order of the response, ascending or descending.
282
282
  */
283
283
  order?: OrderKeys;
284
284
  /**
285
- * The start date (in RFC3339 format) of the events fetching window. Defaults to \'now\'-3 hours if omitted.
285
+ * Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.
286
286
  */
287
287
  startDate?: string;
288
288
  /**
289
- * The end date (in RFC3339 format) of the events fetching window. Defaults to \'now\' days if omitted.
289
+ * Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used.
290
290
  */
291
291
  endDate?: string;
292
292
  };
@@ -296,7 +296,7 @@ export type GetEventsProps = {
296
296
  */
297
297
  export type GetRunProps = {
298
298
  /**
299
- * The run UUID.
299
+ * Unique identifier of a task run.
300
300
  */
301
301
  runID: string;
302
302
  };
@@ -306,35 +306,35 @@ export type GetRunProps = {
306
306
  */
307
307
  export type GetRunsProps = {
308
308
  /**
309
- * The number of items per page to return.
309
+ * Number of items per page.
310
310
  */
311
311
  itemsPerPage?: number;
312
312
  /**
313
- * The page number to fetch, starting at 1.
313
+ * Page number of the paginated API response.
314
314
  */
315
315
  page?: number;
316
316
  /**
317
- * Filter the status of the runs.
317
+ * Run status for filtering the list of task runs.
318
318
  */
319
319
  status?: RunStatus[];
320
320
  /**
321
- * Filter by taskID.
321
+ * Task ID for filtering the list of task runs.
322
322
  */
323
323
  taskID?: string;
324
324
  /**
325
- * The key by which the list should be sorted.
325
+ * Property by which to sort the list of task runs.
326
326
  */
327
327
  sort?: RunSortKeys;
328
328
  /**
329
- * The order of the returned list.
329
+ * Sort order of the response, ascending or descending.
330
330
  */
331
331
  order?: OrderKeys;
332
332
  /**
333
- * The start date (in RFC3339 format) of the runs fetching window. Defaults to \'now\'-7 days if omitted.
333
+ * Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used.
334
334
  */
335
335
  startDate?: string;
336
336
  /**
337
- * The end date (in RFC3339 format) of the runs fetching window. Defaults to \'now\' days if omitted.
337
+ * Date in RFC3339 format for the latest run to retrieve. By default, the current day is used.
338
338
  */
339
339
  endDate?: string;
340
340
  };
@@ -344,7 +344,7 @@ export type GetRunsProps = {
344
344
  */
345
345
  export type GetSourceProps = {
346
346
  /**
347
- * The source UUID.
347
+ * Unique identifier of a source.
348
348
  */
349
349
  sourceID: string;
350
350
  };
@@ -354,27 +354,27 @@ export type GetSourceProps = {
354
354
  */
355
355
  export type GetSourcesProps = {
356
356
  /**
357
- * The number of items per page to return.
357
+ * Number of items per page.
358
358
  */
359
359
  itemsPerPage?: number;
360
360
  /**
361
- * The page number to fetch, starting at 1.
361
+ * Page number of the paginated API response.
362
362
  */
363
363
  page?: number;
364
364
  /**
365
- * The type of the sources to retrieve.
365
+ * Source type. Some sources require authentication.
366
366
  */
367
367
  type?: SourceType[];
368
368
  /**
369
- * The authenticationIDs of the sources to retrieve. \'none\' returns sources that doesn\'t have an authentication.
369
+ * Authentication IDs of the sources to retrieve. \'none\' returns sources that doesn\'t have an authentication resource.
370
370
  */
371
371
  authenticationID?: string[];
372
372
  /**
373
- * The key by which the list should be sorted.
373
+ * Property by which to sort the list of sources.
374
374
  */
375
375
  sort?: SourceSortKeys;
376
376
  /**
377
- * The order of the returned list.
377
+ * Sort order of the response, ascending or descending.
378
378
  */
379
379
  order?: OrderKeys;
380
380
  };
@@ -384,7 +384,7 @@ export type GetSourcesProps = {
384
384
  */
385
385
  export type GetTaskProps = {
386
386
  /**
387
- * The task UUID.
387
+ * Unique identifier of a task.
388
388
  */
389
389
  taskID: string;
390
390
  };
@@ -394,39 +394,39 @@ export type GetTaskProps = {
394
394
  */
395
395
  export type GetTasksProps = {
396
396
  /**
397
- * The number of items per page to return.
397
+ * Number of items per page.
398
398
  */
399
399
  itemsPerPage?: number;
400
400
  /**
401
- * The page number to fetch, starting at 1.
401
+ * Page number of the paginated API response.
402
402
  */
403
403
  page?: number;
404
404
  /**
405
- * The action of the tasks to retrieve.
405
+ * Actions for filtering the list of tasks.
406
406
  */
407
407
  action?: ActionType[];
408
408
  /**
409
- * Whether the task is enabled or not.
409
+ * Whether to filter the list of tasks by the `enabled` status.
410
410
  */
411
411
  enabled?: boolean;
412
412
  /**
413
- * The sourceIDs of the tasks to retrieve.
413
+ * Source IDs for filtering the list of tasks.
414
414
  */
415
415
  sourceID?: string[];
416
416
  /**
417
- * The destinationIDs of the tasks to retrieve.
417
+ * Destination IDs for filtering the list of tasks.
418
418
  */
419
419
  destinationID?: string[];
420
420
  /**
421
- * The trigger type of the task.
421
+ * Type of task trigger for filtering the list of tasks.
422
422
  */
423
423
  triggerType?: TriggerType[];
424
424
  /**
425
- * The key by which the list should be sorted.
425
+ * Property by which to sort the list of tasks.
426
426
  */
427
427
  sort?: TaskSortKeys;
428
428
  /**
429
- * The order of the returned list.
429
+ * Sort order of the response, ascending or descending.
430
430
  */
431
431
  order?: OrderKeys;
432
432
  };
@@ -436,7 +436,7 @@ export type GetTasksProps = {
436
436
  */
437
437
  export type RunTaskProps = {
438
438
  /**
439
- * The task UUID.
439
+ * Unique identifier of a task.
440
440
  */
441
441
  taskID: string;
442
442
  };
@@ -446,7 +446,7 @@ export type RunTaskProps = {
446
446
  */
447
447
  export type TriggerDockerSourceDiscoverProps = {
448
448
  /**
449
- * The source UUID.
449
+ * Unique identifier of a source.
450
450
  */
451
451
  sourceID: string;
452
452
  };
@@ -456,7 +456,7 @@ export type TriggerDockerSourceDiscoverProps = {
456
456
  */
457
457
  export type UpdateAuthenticationProps = {
458
458
  /**
459
- * The authentication UUID.
459
+ * Unique identifier of an authentication resource.
460
460
  */
461
461
  authenticationID: string;
462
462
  authenticationUpdate: AuthenticationUpdate;
@@ -467,7 +467,7 @@ export type UpdateAuthenticationProps = {
467
467
  */
468
468
  export type UpdateDestinationProps = {
469
469
  /**
470
- * The destination UUID.
470
+ * Unique identifier of a destination.
471
471
  */
472
472
  destinationID: string;
473
473
  destinationUpdate: DestinationUpdate;
@@ -478,7 +478,7 @@ export type UpdateDestinationProps = {
478
478
  */
479
479
  export type UpdateSourceProps = {
480
480
  /**
481
- * The source UUID.
481
+ * Unique identifier of a source.
482
482
  */
483
483
  sourceID: string;
484
484
  sourceUpdate: SourceUpdate;
@@ -489,7 +489,7 @@ export type UpdateSourceProps = {
489
489
  */
490
490
  export type UpdateTaskProps = {
491
491
  /**
492
- * The task UUID.
492
+ * Unique identifier of a task.
493
493
  */
494
494
  taskID: string;
495
495
  taskUpdate: TaskUpdate;
@@ -1,7 +1,7 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * Custom fields from Commercetools to index in the records (see https://docs.commercetools.com/tutorials/custom-types).
4
+ * Custom fields from commercetools to add to the records. For more information, see [Using Custom Types and Custom Fields](https://docs.commercetools.com/tutorials/custom-types).
5
5
  */
6
6
  export type CommercetoolsCustomFields = {
7
7
  /**
@@ -2,7 +2,7 @@
2
2
 
3
3
  export type DeleteResponse = {
4
4
  /**
5
- * Date of deletion (RFC3339 format).
5
+ * Date of deletion in RFC3339 format.
6
6
  */
7
7
  deletedAt: string;
8
8
  };
@@ -4,35 +4,35 @@ import type { DestinationInput } from './destinationInput';
4
4
  import type { DestinationType } from './destinationType';
5
5
 
6
6
  /**
7
- * A destination describe how the data is indexed on the Algolia side.
7
+ * Destinations are Algolia resources like indices or event streams.
8
8
  */
9
9
  export type Destination = {
10
10
  /**
11
- * The destination UUID.
11
+ * Universally unique identifier (UUID) of a destination resource.
12
12
  */
13
13
  destinationID: string;
14
14
 
15
15
  type: DestinationType;
16
16
 
17
17
  /**
18
- * An human readable name describing the object.
18
+ * Descriptive name for the resource.
19
19
  */
20
20
  name: string;
21
21
 
22
22
  input: DestinationInput;
23
23
 
24
24
  /**
25
- * Date of creation (RFC3339 format).
25
+ * Date of creation in RFC3339 format.
26
26
  */
27
27
  createdAt: string;
28
28
 
29
29
  /**
30
- * Date of last update (RFC3339 format).
30
+ * Date of last update in RFC3339 format.
31
31
  */
32
32
  updatedAt?: string;
33
33
 
34
34
  /**
35
- * The authentication UUID.
35
+ * Universally unique identifier (UUID) of an authentication resource.
36
36
  */
37
37
  authenticationID?: string;
38
38
  };
@@ -4,20 +4,20 @@ import type { DestinationInput } from './destinationInput';
4
4
  import type { DestinationType } from './destinationType';
5
5
 
6
6
  /**
7
- * The payload when creating a destination.
7
+ * API request body for creating a new destination.
8
8
  */
9
9
  export type DestinationCreate = {
10
10
  type: DestinationType;
11
11
 
12
12
  /**
13
- * An human readable name describing the object.
13
+ * Descriptive name for the resource.
14
14
  */
15
15
  name: string;
16
16
 
17
17
  input: DestinationInput;
18
18
 
19
19
  /**
20
- * The authentication UUID.
20
+ * Universally unique identifier (UUID) of an authentication resource.
21
21
  */
22
22
  authenticationID?: string;
23
23
  };
@@ -1,21 +1,21 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * Response from the API when the Destination is successfully created.
4
+ * API response for creating a new destination.
5
5
  */
6
6
  export type DestinationCreateResponse = {
7
7
  /**
8
- * The destination UUID.
8
+ * Universally unique identifier (UUID) of a destination resource.
9
9
  */
10
10
  destinationID: string;
11
11
 
12
12
  /**
13
- * An human readable name describing the object.
13
+ * Descriptive name for the resource.
14
14
  */
15
15
  name: string;
16
16
 
17
17
  /**
18
- * Date of creation (RFC3339 format).
18
+ * Date of creation in RFC3339 format.
19
19
  */
20
20
  createdAt: string;
21
21
  };
@@ -4,14 +4,14 @@ import type { RecordType } from './recordType';
4
4
 
5
5
  export type DestinationIndexName = {
6
6
  /**
7
- * The index name to store data in.
7
+ * Algolia index name.
8
8
  */
9
9
  indexName: string;
10
10
 
11
11
  recordType?: RecordType;
12
12
 
13
13
  /**
14
- * Determines the attributes to exclude from an Algolia record. To remove nested element, you can separate the path to the element with dots (`.`): - \"foo.bar\": will remove `bar` from `foo`. To remove elements from an array, you can use the following: - \"foo.[0].bar\": will only remove `bar` from the first element of `foo`. - \"foo.[*].bar\": will remove `bar` from every elements of `foo`.
14
+ * Attributes from your source to exclude from Algolia records. Not all your data attributes will be useful for searching. Keeping your Algolia records small increases indexing and search performance. - Exclude nested attributes with `.` notation. For example, `foo.bar` indexes the `foo` attribute and all its children **except** the `bar` attribute. - Exclude attributes from arrays with `[i]`, where `i` is the index of the array element. For example, `foo.[0].bar` only excludes the `bar` attribute from the first element of the `foo` array, but indexes the complete `foo` attribute for all other elements. Use `*` as wildcard: `foo.[*].bar` excludes `bar` from all elements of the `foo` array.
15
15
  */
16
16
  attributesToExclude?: string[];
17
17
  };
@@ -2,7 +2,7 @@
2
2
 
3
3
  export type DestinationIndexPrefix = {
4
4
  /**
5
- * The prefix of the final index name.
5
+ * String added to the beginning of all indices created by this destination.
6
6
  */
7
7
  indexPrefix: string;
8
8
  };
@@ -1,7 +1,7 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * Payload to search for multiple destinations, based on the given `destinationIDs`.
4
+ * API request body for searching destinations.
5
5
  */
6
6
  export type DestinationSearch = {
7
7
  destinationIDs: string[];
@@ -1,6 +1,6 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * Used to sort the Destination list endpoint.
4
+ * Property by which to sort the destinations.
5
5
  */
6
6
  export type DestinationSortKeys = 'createdAt' | 'name' | 'type' | 'updatedAt';
@@ -1,6 +1,6 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * Type of the Destination, defines in which Algolia product the data will be stored.
4
+ * Destination type. <dl> <dt><code>search</code></dt> <dd>Data is stored in an Algolia index.</dd> <dt><code>insights</code></dt> <dd>Data is recorded as user events in the Insights API.</dd> </dl>.
5
5
  */
6
- export type DestinationType = 'flow' | 'insights' | 'search';
6
+ export type DestinationType = 'insights' | 'search';
@@ -4,20 +4,20 @@ import type { DestinationInput } from './destinationInput';
4
4
  import type { DestinationType } from './destinationType';
5
5
 
6
6
  /**
7
- * Payload to partially update a Destination.
7
+ * API request body for updating a destination.
8
8
  */
9
9
  export type DestinationUpdate = {
10
10
  type?: DestinationType;
11
11
 
12
12
  /**
13
- * An human readable name describing the object.
13
+ * Descriptive name for the resource.
14
14
  */
15
15
  name?: string;
16
16
 
17
17
  input?: DestinationInput;
18
18
 
19
19
  /**
20
- * The authentication UUID.
20
+ * Universally unique identifier (UUID) of an authentication resource.
21
21
  */
22
22
  authenticationID?: string;
23
23
  };
@@ -1,21 +1,21 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * Response from the API when the Destination is successfully updated.
4
+ * API response for updating a destination.
5
5
  */
6
6
  export type DestinationUpdateResponse = {
7
7
  /**
8
- * The destination UUID.
8
+ * Universally unique identifier (UUID) of a destination resource.
9
9
  */
10
10
  destinationID: string;
11
11
 
12
12
  /**
13
- * An human readable name describing the object.
13
+ * Descriptive name for the resource.
14
14
  */
15
15
  name: string;
16
16
 
17
17
  /**
18
- * Date of last update (RFC3339 format).
18
+ * Date of last update in RFC3339 format.
19
19
  */
20
20
  updatedAt: string;
21
21
  };
@@ -1,6 +1,6 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * The type of the image.
4
+ * Image type.
5
5
  */
6
6
  export type DockerImageType = 'airbyte' | 'custom' | 'singer';
@@ -1,6 +1,6 @@
1
1
  // Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
2
2
 
3
3
  /**
4
- * The registry where the image is stored.
4
+ * Container registry name from where to pull the image.
5
5
  */
6
6
  export type DockerRegistry = 'dockerhub' | 'ghcr';