@algolia/ingestion 1.6.1 → 1.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/README.md +5 -7
  2. package/dist/browser.d.ts +1294 -1334
  3. package/dist/builds/browser.js +200 -257
  4. package/dist/builds/browser.js.map +1 -1
  5. package/dist/builds/browser.min.js +1 -1
  6. package/dist/builds/browser.min.js.map +1 -1
  7. package/dist/builds/browser.umd.js +2 -2
  8. package/dist/builds/fetch.js +197 -254
  9. package/dist/builds/fetch.js.map +1 -1
  10. package/dist/builds/node.cjs +197 -254
  11. package/dist/builds/node.cjs.map +1 -1
  12. package/dist/builds/node.js +198 -255
  13. package/dist/builds/node.js.map +1 -1
  14. package/dist/fetch.d.ts +1293 -1332
  15. package/dist/node.d.cts +1293 -1332
  16. package/dist/node.d.ts +1293 -1332
  17. package/dist/src/ingestionClient.cjs +196 -253
  18. package/dist/src/ingestionClient.cjs.map +1 -1
  19. package/dist/src/ingestionClient.js +196 -253
  20. package/dist/src/ingestionClient.js.map +1 -1
  21. package/index.js +1 -1
  22. package/model/action.ts +4 -4
  23. package/model/actionType.ts +1 -1
  24. package/model/authInput.ts +5 -5
  25. package/model/authInputPartial.ts +5 -5
  26. package/model/authenticationSearch.ts +1 -1
  27. package/model/authenticationSortKeys.ts +1 -1
  28. package/model/authenticationType.ts +1 -1
  29. package/model/bigCommerceChannel.ts +1 -1
  30. package/model/clientMethodProps.ts +61 -49
  31. package/model/commercetoolsCustomFields.ts +3 -3
  32. package/model/destination.ts +1 -1
  33. package/model/destinationCreate.ts +1 -1
  34. package/model/destinationIndexName.ts +1 -1
  35. package/model/destinationSearch.ts +1 -1
  36. package/model/destinationSortKeys.ts +1 -1
  37. package/model/destinationType.ts +1 -1
  38. package/model/destinationUpdate.ts +1 -1
  39. package/model/dockerImageType.ts +1 -1
  40. package/model/dockerStreams.ts +3 -3
  41. package/model/dockerStreamsInput.ts +1 -1
  42. package/model/dockerStreamsSyncMode.ts +1 -1
  43. package/model/entityType.ts +1 -1
  44. package/model/event.ts +1 -1
  45. package/model/eventSortKeys.ts +1 -1
  46. package/model/eventStatus.ts +1 -1
  47. package/model/eventType.ts +1 -1
  48. package/model/index.ts +10 -10
  49. package/model/listAuthenticationsResponse.ts +1 -1
  50. package/model/listDestinationsResponse.ts +1 -1
  51. package/model/listEventsResponse.ts +1 -1
  52. package/model/listSourcesResponse.ts +1 -1
  53. package/model/listTasksResponse.ts +1 -1
  54. package/model/listTasksResponseV1.ts +1 -1
  55. package/model/listTransformationsResponse.ts +1 -1
  56. package/model/mappingFieldDirective.ts +1 -1
  57. package/model/mappingInput.ts +1 -1
  58. package/model/mappingKitAction.ts +1 -1
  59. package/model/mappingTypeCSV.ts +1 -1
  60. package/model/pushTaskPayload.ts +1 -1
  61. package/model/runListResponse.ts +1 -1
  62. package/model/runOutcome.ts +1 -1
  63. package/model/runReasonCode.ts +1 -1
  64. package/model/runSortKeys.ts +1 -1
  65. package/model/runSourcePayload.ts +3 -3
  66. package/model/runSourceResponse.ts +1 -1
  67. package/model/runStatus.ts +1 -1
  68. package/model/runType.ts +1 -1
  69. package/model/shopifyInput.ts +1 -1
  70. package/model/shopifyMarket.ts +3 -3
  71. package/model/sourceBigCommerce.ts +3 -3
  72. package/model/sourceCSV.ts +1 -1
  73. package/model/sourceCommercetools.ts +2 -2
  74. package/model/sourceInput.ts +4 -4
  75. package/model/sourceSearch.ts +1 -1
  76. package/model/sourceShopify.ts +1 -1
  77. package/model/sourceSortKeys.ts +1 -1
  78. package/model/sourceType.ts +2 -2
  79. package/model/sourceUpdateCommercetools.ts +2 -2
  80. package/model/sourceUpdateInput.ts +3 -3
  81. package/model/sourceUpdateShopify.ts +1 -1
  82. package/model/sourceWatchResponse.ts +4 -4
  83. package/model/taskCreateTrigger.ts +2 -1
  84. package/model/taskInput.ts +3 -1
  85. package/model/taskSearch.ts +1 -1
  86. package/model/taskSortKeys.ts +1 -1
  87. package/model/transformation.ts +1 -1
  88. package/model/transformationCreate.ts +1 -1
  89. package/model/transformationSearch.ts +1 -1
  90. package/model/transformationSortKeys.ts +1 -1
  91. package/model/transformationTry.ts +1 -1
  92. package/model/trigger.ts +2 -1
  93. package/model/triggerType.ts +1 -1
  94. package/package.json +7 -7
package/README.md CHANGED
@@ -32,19 +32,17 @@
32
32
 
33
33
  ## 💡 Getting Started
34
34
 
35
-
36
35
  To get started, you first need to install @algolia/ingestion (or any other available API client package).
37
36
  All of our clients comes with type definition, and are available for both browser and node environments.
38
37
 
39
38
  ### With a package manager
40
39
 
41
-
42
40
  ```bash
43
- yarn add @algolia/ingestion@1.6.1
41
+ yarn add @algolia/ingestion@1.8.0
44
42
  # or
45
- npm install @algolia/ingestion@1.6.1
43
+ npm install @algolia/ingestion@1.8.0
46
44
  # or
47
- pnpm add @algolia/ingestion@1.6.1
45
+ pnpm add @algolia/ingestion@1.8.0
48
46
  ```
49
47
 
50
48
  ### Without a package manager
@@ -52,7 +50,7 @@ pnpm add @algolia/ingestion@1.6.1
52
50
  Add the following JavaScript snippet to the <head> of your website:
53
51
 
54
52
  ```html
55
- <script src="https://cdn.jsdelivr.net/npm/@algolia/ingestion@1.6.1/dist/builds/browser.umd.js"></script>
53
+ <script src="https://cdn.jsdelivr.net/npm/@algolia/ingestion@1.8.0/dist/builds/browser.umd.js"></script>
56
54
  ```
57
55
 
58
56
  ### Usage
@@ -73,4 +71,4 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
73
71
 
74
72
  ## 📄 License
75
73
 
76
- The Algolia JavaScript API Client is an open-sourced software licensed under the [MIT license](LICENSE).
74
+ The Algolia JavaScript API Client is an open-sourced software licensed under the [MIT license](LICENSE).