@algolia/ingestion 1.29.0 → 1.31.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.
package/dist/worker.d.ts CHANGED
@@ -1563,15 +1563,15 @@ type EntityType = 'product' | 'collection';
1563
1563
 
1564
1564
  type RunSourcePayload = {
1565
1565
  /**
1566
- * List of index names to include in reidexing/update.
1566
+ * List of index names to include in reindex/update.
1567
1567
  */
1568
1568
  indexToInclude?: Array<string> | undefined;
1569
1569
  /**
1570
- * List of index names to exclude in reidexing/update.
1570
+ * List of index names to exclude in reindex/update.
1571
1571
  */
1572
1572
  indexToExclude?: Array<string> | undefined;
1573
1573
  /**
1574
- * List of entityID to update.
1574
+ * List of entityIDs to update.
1575
1575
  */
1576
1576
  entityIDs?: Array<string> | undefined;
1577
1577
  entityType?: EntityType | undefined;
@@ -2389,7 +2389,7 @@ type ChunkedPushOptions = {
2389
2389
  objects: Array<Record<string, unknown>>;
2390
2390
  };
2391
2391
 
2392
- declare const apiClientVersion = "1.29.0";
2392
+ declare const apiClientVersion = "1.31.0";
2393
2393
  declare const REGIONS: readonly ["eu", "us"];
2394
2394
  type Region = (typeof REGIONS)[number];
2395
2395
  type RegionOptions = {
@@ -2942,7 +2942,7 @@ declare function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOptio
2942
2942
  */
2943
2943
  pushTask({ taskID, pushTaskPayload, watch }: PushTaskProps, requestOptions?: RequestOptions): Promise<WatchResponse>;
2944
2944
  /**
2945
- * Runs all tasks linked to a source, only available for Shopify sources. It will create 1 run per task.
2945
+ * Runs all tasks linked to a source, only available for Shopify, BigCommerce and commercetools sources. Creates one run per task.
2946
2946
  *
2947
2947
  * Required API Key ACLs:
2948
2948
  * - addObject
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "1.29.0",
2
+ "version": "1.31.0",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
6
6
  },
7
- "homepage": "https://github.com/algolia/algoliasearch-client-javascript/packages/ingestion#readme",
7
+ "homepage": "https://github.com/algolia/algoliasearch-client-javascript/tree/main/packages/ingestion#readme",
8
8
  "type": "module",
9
9
  "license": "MIT",
10
10
  "author": "Algolia",
@@ -49,14 +49,14 @@
49
49
  "index.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@algolia/client-common": "5.29.0",
53
- "@algolia/requester-browser-xhr": "5.29.0",
54
- "@algolia/requester-fetch": "5.29.0",
55
- "@algolia/requester-node-http": "5.29.0"
52
+ "@algolia/client-common": "5.31.0",
53
+ "@algolia/requester-browser-xhr": "5.31.0",
54
+ "@algolia/requester-fetch": "5.31.0",
55
+ "@algolia/requester-node-http": "5.31.0"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@arethetypeswrong/cli": "0.18.2",
59
- "@types/node": "22.15.31",
59
+ "@types/node": "22.16.0",
60
60
  "publint": "0.3.12",
61
61
  "rollup": "4.41.0",
62
62
  "tsup": "8.5.0",