@algolia/ingestion 1.30.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/README.md +4 -4
- package/dist/browser.d.ts +5 -5
- package/dist/builds/browser.js +2 -2
- package/dist/builds/browser.js.map +1 -1
- package/dist/builds/browser.min.js +1 -1
- package/dist/builds/browser.min.js.map +1 -1
- package/dist/builds/browser.umd.js +1 -1
- package/dist/builds/fetch.js +2 -2
- package/dist/builds/fetch.js.map +1 -1
- package/dist/builds/node.cjs +2 -2
- package/dist/builds/node.cjs.map +1 -1
- package/dist/builds/node.js +2 -2
- package/dist/builds/node.js.map +1 -1
- package/dist/builds/worker.js +2 -2
- package/dist/builds/worker.js.map +1 -1
- package/dist/fetch.d.ts +5 -5
- package/dist/node.d.cts +5 -5
- package/dist/node.d.ts +5 -5
- package/dist/src/ingestionClient.cjs +2 -2
- package/dist/src/ingestionClient.cjs.map +1 -1
- package/dist/src/ingestionClient.js +7 -7
- package/dist/src/ingestionClient.js.map +1 -1
- package/dist/worker.d.ts +5 -5
- package/package.json +7 -7
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
|
|
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
|
|
1570
|
+
* List of index names to exclude in reindex/update.
|
|
1571
1571
|
*/
|
|
1572
1572
|
indexToExclude?: Array<string> | undefined;
|
|
1573
1573
|
/**
|
|
1574
|
-
* List of
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
53
|
-
"@algolia/requester-browser-xhr": "5.
|
|
54
|
-
"@algolia/requester-fetch": "5.
|
|
55
|
-
"@algolia/requester-node-http": "5.
|
|
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.
|
|
59
|
+
"@types/node": "22.16.0",
|
|
60
60
|
"publint": "0.3.12",
|
|
61
61
|
"rollup": "4.41.0",
|
|
62
62
|
"tsup": "8.5.0",
|