@algolia/ingestion 1.0.0-alpha.82 → 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 +103 -103
  2. package/dist/ingestion.esm.browser.js +104 -104
  3. package/dist/ingestion.esm.node.js +103 -103
  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 +7 -7
@@ -2,7 +2,7 @@ import { createAuth, createTransporter, getAlgoliaAgent, DEFAULT_CONNECT_TIMEOUT
2
2
  import { createHttpRequester } from '@algolia/requester-node-http';
3
3
 
4
4
  // 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.
5
- const apiClientVersion = '1.0.0-alpha.82';
5
+ const apiClientVersion = '1.0.0-alpha.84';
6
6
  const REGIONS = ['eu', 'us'];
7
7
  function getDefaultHosts(region) {
8
8
  const url = 'data.{region}.algolia.com'.replace('{region}', region);
@@ -87,7 +87,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
87
87
  transporter.algoliaAgent.add({ segment, version });
88
88
  },
89
89
  /**
90
- * Create a authentication.
90
+ * Creates a new authentication resource.
91
91
  *
92
92
  * Required API Key ACLs:
93
93
  * - addObject
@@ -123,7 +123,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
123
123
  return transporter.request(request, requestOptions);
124
124
  },
125
125
  /**
126
- * Create a destination.
126
+ * Creates a new destination.
127
127
  *
128
128
  * Required API Key ACLs:
129
129
  * - addObject
@@ -159,7 +159,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
159
159
  return transporter.request(request, requestOptions);
160
160
  },
161
161
  /**
162
- * Create a source.
162
+ * Creates a new source.
163
163
  *
164
164
  * Required API Key ACLs:
165
165
  * - addObject
@@ -195,9 +195,9 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
195
195
  return transporter.request(request, requestOptions);
196
196
  },
197
197
  /**
198
- * Create a task.
198
+ * Creates a new task.
199
199
  *
200
- * @param taskCreate -.
200
+ * @param taskCreate - Request body for creating a task.
201
201
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
202
202
  */
203
203
  createTask(taskCreate, requestOptions) {
@@ -240,7 +240,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
240
240
  if (!path) {
241
241
  throw new Error('Parameter `path` is required when calling `customDelete`.');
242
242
  }
243
- const requestPath = '/1{path}'.replace('{path}', path);
243
+ const requestPath = '/{path}'.replace('{path}', path);
244
244
  const headers = {};
245
245
  const queryParameters = parameters ? parameters : {};
246
246
  const request = {
@@ -263,7 +263,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
263
263
  if (!path) {
264
264
  throw new Error('Parameter `path` is required when calling `customGet`.');
265
265
  }
266
- const requestPath = '/1{path}'.replace('{path}', path);
266
+ const requestPath = '/{path}'.replace('{path}', path);
267
267
  const headers = {};
268
268
  const queryParameters = parameters ? parameters : {};
269
269
  const request = {
@@ -287,7 +287,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
287
287
  if (!path) {
288
288
  throw new Error('Parameter `path` is required when calling `customPost`.');
289
289
  }
290
- const requestPath = '/1{path}'.replace('{path}', path);
290
+ const requestPath = '/{path}'.replace('{path}', path);
291
291
  const headers = {};
292
292
  const queryParameters = parameters ? parameters : {};
293
293
  const request = {
@@ -312,7 +312,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
312
312
  if (!path) {
313
313
  throw new Error('Parameter `path` is required when calling `customPut`.');
314
314
  }
315
- const requestPath = '/1{path}'.replace('{path}', path);
315
+ const requestPath = '/{path}'.replace('{path}', path);
316
316
  const headers = {};
317
317
  const queryParameters = parameters ? parameters : {};
318
318
  const request = {
@@ -325,7 +325,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
325
325
  return transporter.request(request, requestOptions);
326
326
  },
327
327
  /**
328
- * Soft delete the authentication of the given authenticationID.
328
+ * Deletes an authentication resource. You can\'t delete authentication resources that are used by a source or a destination.
329
329
  *
330
330
  * Required API Key ACLs:
331
331
  * - addObject
@@ -333,7 +333,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
333
333
  * - editSettings.
334
334
  *
335
335
  * @param deleteAuthentication - The deleteAuthentication object.
336
- * @param deleteAuthentication.authenticationID - The authentication UUID.
336
+ * @param deleteAuthentication.authenticationID - Unique identifier of an authentication resource.
337
337
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
338
338
  */
339
339
  deleteAuthentication({ authenticationID }, requestOptions) {
@@ -352,7 +352,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
352
352
  return transporter.request(request, requestOptions);
353
353
  },
354
354
  /**
355
- * Soft delete the destination of the given destinationID.
355
+ * Deletes a destination by its ID. You can\'t delete destinations that are referenced in tasks.
356
356
  *
357
357
  * Required API Key ACLs:
358
358
  * - addObject
@@ -360,7 +360,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
360
360
  * - editSettings.
361
361
  *
362
362
  * @param deleteDestination - The deleteDestination object.
363
- * @param deleteDestination.destinationID - The destination UUID.
363
+ * @param deleteDestination.destinationID - Unique identifier of a destination.
364
364
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
365
365
  */
366
366
  deleteDestination({ destinationID }, requestOptions) {
@@ -379,7 +379,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
379
379
  return transporter.request(request, requestOptions);
380
380
  },
381
381
  /**
382
- * Soft delete the source of the given sourceID.
382
+ * Deletes a source by its ID. You can\'t delete sources that are referenced in tasks.
383
383
  *
384
384
  * Required API Key ACLs:
385
385
  * - addObject
@@ -387,7 +387,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
387
387
  * - editSettings.
388
388
  *
389
389
  * @param deleteSource - The deleteSource object.
390
- * @param deleteSource.sourceID - The source UUID.
390
+ * @param deleteSource.sourceID - Unique identifier of a source.
391
391
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
392
392
  */
393
393
  deleteSource({ sourceID }, requestOptions) {
@@ -406,10 +406,10 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
406
406
  return transporter.request(request, requestOptions);
407
407
  },
408
408
  /**
409
- * Soft delete the task of the given taskID.
409
+ * Deletes a task by its ID.
410
410
  *
411
411
  * @param deleteTask - The deleteTask object.
412
- * @param deleteTask.taskID - The task UUID.
412
+ * @param deleteTask.taskID - Unique identifier of a task.
413
413
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
414
414
  */
415
415
  deleteTask({ taskID }, requestOptions) {
@@ -428,7 +428,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
428
428
  return transporter.request(request, requestOptions);
429
429
  },
430
430
  /**
431
- * Disable the task of the given taskID.
431
+ * Disables a task.
432
432
  *
433
433
  * Required API Key ACLs:
434
434
  * - addObject
@@ -436,7 +436,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
436
436
  * - editSettings.
437
437
  *
438
438
  * @param disableTask - The disableTask object.
439
- * @param disableTask.taskID - The task UUID.
439
+ * @param disableTask.taskID - Unique identifier of a task.
440
440
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
441
441
  */
442
442
  disableTask({ taskID }, requestOptions) {
@@ -455,7 +455,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
455
455
  return transporter.request(request, requestOptions);
456
456
  },
457
457
  /**
458
- * Enable the task of the given taskID.
458
+ * Enables a task.
459
459
  *
460
460
  * Required API Key ACLs:
461
461
  * - addObject
@@ -463,7 +463,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
463
463
  * - editSettings.
464
464
  *
465
465
  * @param enableTask - The enableTask object.
466
- * @param enableTask.taskID - The task UUID.
466
+ * @param enableTask.taskID - Unique identifier of a task.
467
467
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
468
468
  */
469
469
  enableTask({ taskID }, requestOptions) {
@@ -482,7 +482,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
482
482
  return transporter.request(request, requestOptions);
483
483
  },
484
484
  /**
485
- * Get the authentication of the given authenticationID.
485
+ * Retrieves an authentication resource by its ID.
486
486
  *
487
487
  * Required API Key ACLs:
488
488
  * - addObject
@@ -490,7 +490,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
490
490
  * - editSettings.
491
491
  *
492
492
  * @param getAuthentication - The getAuthentication object.
493
- * @param getAuthentication.authenticationID - The authentication UUID.
493
+ * @param getAuthentication.authenticationID - Unique identifier of an authentication resource.
494
494
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
495
495
  */
496
496
  getAuthentication({ authenticationID }, requestOptions) {
@@ -509,7 +509,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
509
509
  return transporter.request(request, requestOptions);
510
510
  },
511
511
  /**
512
- * Get a list of authentications for the given query parameters, with pagination details.
512
+ * Retrieves a list of all authentication resources.
513
513
  *
514
514
  * Required API Key ACLs:
515
515
  * - addObject
@@ -517,12 +517,12 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
517
517
  * - editSettings.
518
518
  *
519
519
  * @param getAuthentications - The getAuthentications object.
520
- * @param getAuthentications.itemsPerPage - The number of items per page to return.
521
- * @param getAuthentications.page - The page number to fetch, starting at 1.
522
- * @param getAuthentications.type - The type of the authentications to retrieve.
523
- * @param getAuthentications.platform - The platform of the authentications to retrieve.
524
- * @param getAuthentications.sort - The key by which the list should be sorted.
525
- * @param getAuthentications.order - The order of the returned list.
520
+ * @param getAuthentications.itemsPerPage - Number of items per page.
521
+ * @param getAuthentications.page - Page number of the paginated API response.
522
+ * @param getAuthentications.type - Type of authentication resource to retrieve.
523
+ * @param getAuthentications.platform - Ecommerce platform for which to retrieve authentication resources.
524
+ * @param getAuthentications.sort - Property by which to sort the list of authentication resources.
525
+ * @param getAuthentications.order - Sort order of the response, ascending or descending.
526
526
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
527
527
  */
528
528
  getAuthentications({ itemsPerPage, page, type, platform, sort, order, } = {}, requestOptions = undefined) {
@@ -556,7 +556,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
556
556
  return transporter.request(request, requestOptions);
557
557
  },
558
558
  /**
559
- * Get the destination of the given destinationID.
559
+ * Retrieves a destination by its ID.
560
560
  *
561
561
  * Required API Key ACLs:
562
562
  * - addObject
@@ -564,7 +564,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
564
564
  * - editSettings.
565
565
  *
566
566
  * @param getDestination - The getDestination object.
567
- * @param getDestination.destinationID - The destination UUID.
567
+ * @param getDestination.destinationID - Unique identifier of a destination.
568
568
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
569
569
  */
570
570
  getDestination({ destinationID }, requestOptions) {
@@ -583,7 +583,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
583
583
  return transporter.request(request, requestOptions);
584
584
  },
585
585
  /**
586
- * Get a list of destinations for the given query parameters, with pagination details.
586
+ * Retrieves a list of destinations.
587
587
  *
588
588
  * Required API Key ACLs:
589
589
  * - addObject
@@ -591,12 +591,12 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
591
591
  * - editSettings.
592
592
  *
593
593
  * @param getDestinations - The getDestinations object.
594
- * @param getDestinations.itemsPerPage - The number of items per page to return.
595
- * @param getDestinations.page - The page number to fetch, starting at 1.
596
- * @param getDestinations.type - The type of the destinations to retrive.
597
- * @param getDestinations.authenticationID - The authenticationIDs of the destinations to retrive.
598
- * @param getDestinations.sort - The key by which the list should be sorted.
599
- * @param getDestinations.order - The order of the returned list.
594
+ * @param getDestinations.itemsPerPage - Number of items per page.
595
+ * @param getDestinations.page - Page number of the paginated API response.
596
+ * @param getDestinations.type - Destination type.
597
+ * @param getDestinations.authenticationID - Authentication ID used by destinations.
598
+ * @param getDestinations.sort - Property by which to sort the destinations.
599
+ * @param getDestinations.order - Sort order of the response, ascending or descending.
600
600
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
601
601
  */
602
602
  getDestinations({ itemsPerPage, page, type, authenticationID, sort, order, } = {}, requestOptions = undefined) {
@@ -630,7 +630,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
630
630
  return transporter.request(request, requestOptions);
631
631
  },
632
632
  /**
633
- * Retrieve a stream listing for a given Singer specification compatible docker type source ID.
633
+ * Retrieves a stream listing for a source. Listing streams only works with sources with `type: docker` and `imageType: singer`.
634
634
  *
635
635
  * Required API Key ACLs:
636
636
  * - addObject
@@ -638,7 +638,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
638
638
  * - editSettings.
639
639
  *
640
640
  * @param getDockerSourceStreams - The getDockerSourceStreams object.
641
- * @param getDockerSourceStreams.sourceID - The source UUID.
641
+ * @param getDockerSourceStreams.sourceID - Unique identifier of a source.
642
642
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
643
643
  */
644
644
  getDockerSourceStreams({ sourceID }, requestOptions) {
@@ -657,7 +657,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
657
657
  return transporter.request(request, requestOptions);
658
658
  },
659
659
  /**
660
- * Get a single event for a specific runID.
660
+ * Retrieves a single task run event by its ID.
661
661
  *
662
662
  * Required API Key ACLs:
663
663
  * - addObject
@@ -665,8 +665,8 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
665
665
  * - editSettings.
666
666
  *
667
667
  * @param getEvent - The getEvent object.
668
- * @param getEvent.runID - The run UUID.
669
- * @param getEvent.eventID - The event UUID.
668
+ * @param getEvent.runID - Unique identifier of a task run.
669
+ * @param getEvent.eventID - Unique identifier of an event.
670
670
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
671
671
  */
672
672
  getEvent({ runID, eventID }, requestOptions) {
@@ -690,7 +690,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
690
690
  return transporter.request(request, requestOptions);
691
691
  },
692
692
  /**
693
- * Get a list of events associated to the given runID, for the given query parameters.
693
+ * Retrieves a list of events for a task run, identified by it\'s ID.
694
694
  *
695
695
  * Required API Key ACLs:
696
696
  * - addObject
@@ -698,15 +698,15 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
698
698
  * - editSettings.
699
699
  *
700
700
  * @param getEvents - The getEvents object.
701
- * @param getEvents.runID - The run UUID.
702
- * @param getEvents.itemsPerPage - The number of items per page to return.
703
- * @param getEvents.page - The page number to fetch, starting at 1.
704
- * @param getEvents.status - Filter the status of the events.
705
- * @param getEvents.type - Filter the type of the events.
706
- * @param getEvents.sort - The key by which the list should be sorted.
707
- * @param getEvents.order - The order of the returned list.
708
- * @param getEvents.startDate - The start date (in RFC3339 format) of the events fetching window. Defaults to \'now\'-3 hours if omitted.
709
- * @param getEvents.endDate - The end date (in RFC3339 format) of the events fetching window. Defaults to \'now\' days if omitted.
701
+ * @param getEvents.runID - Unique identifier of a task run.
702
+ * @param getEvents.itemsPerPage - Number of items per page.
703
+ * @param getEvents.page - Page number of the paginated API response.
704
+ * @param getEvents.status - Event status for filtering the list of task runs.
705
+ * @param getEvents.type - Event type for filtering the list of task runs.
706
+ * @param getEvents.sort - Property by which to sort the list of task run events.
707
+ * @param getEvents.order - Sort order of the response, ascending or descending.
708
+ * @param getEvents.startDate - Date and time in RFC3339 format for the earliest events to retrieve. By default, the current time minus three hours is used.
709
+ * @param getEvents.endDate - Date and time in RFC3339 format for the latest events to retrieve. By default, the current time is used.
710
710
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
711
711
  */
712
712
  getEvents({ runID, itemsPerPage, page, status, type, sort, order, startDate, endDate, }, requestOptions) {
@@ -749,7 +749,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
749
749
  return transporter.request(request, requestOptions);
750
750
  },
751
751
  /**
752
- * Get a single run for the given ID.
752
+ * Retrieve a single task run by its ID.
753
753
  *
754
754
  * Required API Key ACLs:
755
755
  * - addObject
@@ -757,7 +757,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
757
757
  * - editSettings.
758
758
  *
759
759
  * @param getRun - The getRun object.
760
- * @param getRun.runID - The run UUID.
760
+ * @param getRun.runID - Unique identifier of a task run.
761
761
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
762
762
  */
763
763
  getRun({ runID }, requestOptions) {
@@ -776,7 +776,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
776
776
  return transporter.request(request, requestOptions);
777
777
  },
778
778
  /**
779
- * Get a list of runs for the given query parameters, with pagination details.
779
+ * Retrieve a list of task runs.
780
780
  *
781
781
  * Required API Key ACLs:
782
782
  * - addObject
@@ -784,14 +784,14 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
784
784
  * - editSettings.
785
785
  *
786
786
  * @param getRuns - The getRuns object.
787
- * @param getRuns.itemsPerPage - The number of items per page to return.
788
- * @param getRuns.page - The page number to fetch, starting at 1.
789
- * @param getRuns.status - Filter the status of the runs.
790
- * @param getRuns.taskID - Filter by taskID.
791
- * @param getRuns.sort - The key by which the list should be sorted.
792
- * @param getRuns.order - The order of the returned list.
793
- * @param getRuns.startDate - The start date (in RFC3339 format) of the runs fetching window. Defaults to \'now\'-7 days if omitted.
794
- * @param getRuns.endDate - The end date (in RFC3339 format) of the runs fetching window. Defaults to \'now\' days if omitted.
787
+ * @param getRuns.itemsPerPage - Number of items per page.
788
+ * @param getRuns.page - Page number of the paginated API response.
789
+ * @param getRuns.status - Run status for filtering the list of task runs.
790
+ * @param getRuns.taskID - Task ID for filtering the list of task runs.
791
+ * @param getRuns.sort - Property by which to sort the list of task runs.
792
+ * @param getRuns.order - Sort order of the response, ascending or descending.
793
+ * @param getRuns.startDate - Date in RFC3339 format for the earliest run to retrieve. By default, the current day minus seven days is used.
794
+ * @param getRuns.endDate - Date in RFC3339 format for the latest run to retrieve. By default, the current day is used.
795
795
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
796
796
  */
797
797
  getRuns({ itemsPerPage, page, status, taskID, sort, order, startDate, endDate, } = {}, requestOptions = undefined) {
@@ -831,7 +831,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
831
831
  return transporter.request(request, requestOptions);
832
832
  },
833
833
  /**
834
- * Get the source of the given sourceID.
834
+ * Retrieve a source by its ID.
835
835
  *
836
836
  * Required API Key ACLs:
837
837
  * - addObject
@@ -839,7 +839,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
839
839
  * - editSettings.
840
840
  *
841
841
  * @param getSource - The getSource object.
842
- * @param getSource.sourceID - The source UUID.
842
+ * @param getSource.sourceID - Unique identifier of a source.
843
843
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
844
844
  */
845
845
  getSource({ sourceID }, requestOptions) {
@@ -858,7 +858,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
858
858
  return transporter.request(request, requestOptions);
859
859
  },
860
860
  /**
861
- * Get a list of sources for the given query parameters, with pagination details.
861
+ * Retrieves a list of sources.
862
862
  *
863
863
  * Required API Key ACLs:
864
864
  * - addObject
@@ -866,12 +866,12 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
866
866
  * - editSettings.
867
867
  *
868
868
  * @param getSources - The getSources object.
869
- * @param getSources.itemsPerPage - The number of items per page to return.
870
- * @param getSources.page - The page number to fetch, starting at 1.
871
- * @param getSources.type - The type of the sources to retrieve.
872
- * @param getSources.authenticationID - The authenticationIDs of the sources to retrieve. \'none\' returns sources that doesn\'t have an authentication.
873
- * @param getSources.sort - The key by which the list should be sorted.
874
- * @param getSources.order - The order of the returned list.
869
+ * @param getSources.itemsPerPage - Number of items per page.
870
+ * @param getSources.page - Page number of the paginated API response.
871
+ * @param getSources.type - Source type. Some sources require authentication.
872
+ * @param getSources.authenticationID - Authentication IDs of the sources to retrieve. \'none\' returns sources that doesn\'t have an authentication resource.
873
+ * @param getSources.sort - Property by which to sort the list of sources.
874
+ * @param getSources.order - Sort order of the response, ascending or descending.
875
875
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
876
876
  */
877
877
  getSources({ itemsPerPage, page, type, authenticationID, sort, order, } = {}, requestOptions = undefined) {
@@ -905,7 +905,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
905
905
  return transporter.request(request, requestOptions);
906
906
  },
907
907
  /**
908
- * Get the task of the given taskID.
908
+ * Retrieves a task by its ID.
909
909
  *
910
910
  * Required API Key ACLs:
911
911
  * - addObject
@@ -913,7 +913,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
913
913
  * - editSettings.
914
914
  *
915
915
  * @param getTask - The getTask object.
916
- * @param getTask.taskID - The task UUID.
916
+ * @param getTask.taskID - Unique identifier of a task.
917
917
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
918
918
  */
919
919
  getTask({ taskID }, requestOptions) {
@@ -932,7 +932,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
932
932
  return transporter.request(request, requestOptions);
933
933
  },
934
934
  /**
935
- * Get a list of tasks for the given query parameters, with pagination details.
935
+ * Retrieves a list of tasks.
936
936
  *
937
937
  * Required API Key ACLs:
938
938
  * - addObject
@@ -940,15 +940,15 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
940
940
  * - editSettings.
941
941
  *
942
942
  * @param getTasks - The getTasks object.
943
- * @param getTasks.itemsPerPage - The number of items per page to return.
944
- * @param getTasks.page - The page number to fetch, starting at 1.
945
- * @param getTasks.action - The action of the tasks to retrieve.
946
- * @param getTasks.enabled - Whether the task is enabled or not.
947
- * @param getTasks.sourceID - The sourceIDs of the tasks to retrieve.
948
- * @param getTasks.destinationID - The destinationIDs of the tasks to retrieve.
949
- * @param getTasks.triggerType - The trigger type of the task.
950
- * @param getTasks.sort - The key by which the list should be sorted.
951
- * @param getTasks.order - The order of the returned list.
943
+ * @param getTasks.itemsPerPage - Number of items per page.
944
+ * @param getTasks.page - Page number of the paginated API response.
945
+ * @param getTasks.action - Actions for filtering the list of tasks.
946
+ * @param getTasks.enabled - Whether to filter the list of tasks by the `enabled` status.
947
+ * @param getTasks.sourceID - Source IDs for filtering the list of tasks.
948
+ * @param getTasks.destinationID - Destination IDs for filtering the list of tasks.
949
+ * @param getTasks.triggerType - Type of task trigger for filtering the list of tasks.
950
+ * @param getTasks.sort - Property by which to sort the list of tasks.
951
+ * @param getTasks.order - Sort order of the response, ascending or descending.
952
952
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
953
953
  */
954
954
  getTasks({ itemsPerPage, page, action, enabled, sourceID, destinationID, triggerType, sort, order, } = {}, requestOptions = undefined) {
@@ -991,7 +991,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
991
991
  return transporter.request(request, requestOptions);
992
992
  },
993
993
  /**
994
- * Run the task of the given taskID.
994
+ * Runs a task. You can check the status of task runs with the observability endpoints.
995
995
  *
996
996
  * Required API Key ACLs:
997
997
  * - addObject
@@ -999,7 +999,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
999
999
  * - editSettings.
1000
1000
  *
1001
1001
  * @param runTask - The runTask object.
1002
- * @param runTask.taskID - The task UUID.
1002
+ * @param runTask.taskID - Unique identifier of a task.
1003
1003
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1004
1004
  */
1005
1005
  runTask({ taskID }, requestOptions) {
@@ -1018,7 +1018,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1018
1018
  return transporter.request(request, requestOptions);
1019
1019
  },
1020
1020
  /**
1021
- * Search among authentications with a defined set of parameters.
1021
+ * Searches for authentication resources.
1022
1022
  *
1023
1023
  * Required API Key ACLs:
1024
1024
  * - addObject
@@ -1048,7 +1048,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1048
1048
  return transporter.request(request, requestOptions);
1049
1049
  },
1050
1050
  /**
1051
- * Search among destinations with a defined set of parameters.
1051
+ * Searches for destinations.
1052
1052
  *
1053
1053
  * Required API Key ACLs:
1054
1054
  * - addObject
@@ -1078,7 +1078,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1078
1078
  return transporter.request(request, requestOptions);
1079
1079
  },
1080
1080
  /**
1081
- * Search among sources with a defined set of parameters.
1081
+ * Searches for sources.
1082
1082
  *
1083
1083
  * Required API Key ACLs:
1084
1084
  * - addObject
@@ -1108,7 +1108,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1108
1108
  return transporter.request(request, requestOptions);
1109
1109
  },
1110
1110
  /**
1111
- * Search among tasks with a defined set of parameters.
1111
+ * Searches for tasks.
1112
1112
  *
1113
1113
  * Required API Key ACLs:
1114
1114
  * - addObject
@@ -1138,7 +1138,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1138
1138
  return transporter.request(request, requestOptions);
1139
1139
  },
1140
1140
  /**
1141
- * Trigger a stream listing request for a Singer specification compatible docker type source.
1141
+ * Triggers a stream-listing request for a source. Triggering stream-listing requests only works with sources with `type: docker` and `imageType: singer`.
1142
1142
  *
1143
1143
  * Required API Key ACLs:
1144
1144
  * - addObject
@@ -1146,7 +1146,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1146
1146
  * - editSettings.
1147
1147
  *
1148
1148
  * @param triggerDockerSourceDiscover - The triggerDockerSourceDiscover object.
1149
- * @param triggerDockerSourceDiscover.sourceID - The source UUID.
1149
+ * @param triggerDockerSourceDiscover.sourceID - Unique identifier of a source.
1150
1150
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1151
1151
  */
1152
1152
  triggerDockerSourceDiscover({ sourceID }, requestOptions) {
@@ -1165,7 +1165,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1165
1165
  return transporter.request(request, requestOptions);
1166
1166
  },
1167
1167
  /**
1168
- * Update the authentication of the given authenticationID.
1168
+ * Updates an authentication resource.
1169
1169
  *
1170
1170
  * Required API Key ACLs:
1171
1171
  * - addObject
@@ -1173,7 +1173,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1173
1173
  * - editSettings.
1174
1174
  *
1175
1175
  * @param updateAuthentication - The updateAuthentication object.
1176
- * @param updateAuthentication.authenticationID - The authentication UUID.
1176
+ * @param updateAuthentication.authenticationID - Unique identifier of an authentication resource.
1177
1177
  * @param updateAuthentication.authenticationUpdate - The authenticationUpdate object.
1178
1178
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1179
1179
  */
@@ -1197,7 +1197,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1197
1197
  return transporter.request(request, requestOptions);
1198
1198
  },
1199
1199
  /**
1200
- * Update the destination of the given destinationID.
1200
+ * Updates the destination by its ID.
1201
1201
  *
1202
1202
  * Required API Key ACLs:
1203
1203
  * - addObject
@@ -1205,7 +1205,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1205
1205
  * - editSettings.
1206
1206
  *
1207
1207
  * @param updateDestination - The updateDestination object.
1208
- * @param updateDestination.destinationID - The destination UUID.
1208
+ * @param updateDestination.destinationID - Unique identifier of a destination.
1209
1209
  * @param updateDestination.destinationUpdate - The destinationUpdate object.
1210
1210
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1211
1211
  */
@@ -1229,7 +1229,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1229
1229
  return transporter.request(request, requestOptions);
1230
1230
  },
1231
1231
  /**
1232
- * Update the source of the given sourceID.
1232
+ * Updates a source by its ID.
1233
1233
  *
1234
1234
  * Required API Key ACLs:
1235
1235
  * - addObject
@@ -1237,7 +1237,7 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1237
1237
  * - editSettings.
1238
1238
  *
1239
1239
  * @param updateSource - The updateSource object.
1240
- * @param updateSource.sourceID - The source UUID.
1240
+ * @param updateSource.sourceID - Unique identifier of a source.
1241
1241
  * @param updateSource.sourceUpdate - The sourceUpdate object.
1242
1242
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1243
1243
  */
@@ -1261,10 +1261,10 @@ function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOption, authM
1261
1261
  return transporter.request(request, requestOptions);
1262
1262
  },
1263
1263
  /**
1264
- * Update the task of the given taskID.
1264
+ * Updates a task by its ID.
1265
1265
  *
1266
1266
  * @param updateTask - The updateTask object.
1267
- * @param updateTask.taskID - The task UUID.
1267
+ * @param updateTask.taskID - Unique identifier of a task.
1268
1268
  * @param updateTask.taskUpdate - The taskUpdate object.
1269
1269
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1270
1270
  */