@algolia/ingestion 1.23.3 → 1.23.4

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
@@ -290,7 +290,7 @@ type DeleteResponse = {
290
290
  /**
291
291
  * Record type for ecommerce sources.
292
292
  */
293
- type RecordType = 'product' | 'variant';
293
+ type RecordType = 'product' | 'variant' | 'collection';
294
294
 
295
295
  type DestinationIndexName = {
296
296
  /**
@@ -420,7 +420,7 @@ type Event = {
420
420
  * Universally unique identifier (UUID) of a task run.
421
421
  */
422
422
  runID: string;
423
- status: EventStatus;
423
+ status: EventStatus | null;
424
424
  type: EventType;
425
425
  /**
426
426
  * The extracted record batch size.
@@ -428,7 +428,7 @@ type Event = {
428
428
  batchSize: number;
429
429
  data?: {
430
430
  [key: string]: any;
431
- };
431
+ } | null;
432
432
  /**
433
433
  * Date of publish RFC 3339 format.
434
434
  */
@@ -618,7 +618,7 @@ type SourceCommercetools = {
618
618
 
619
619
  type SourceDocker = {
620
620
  /**
621
- * Shortname of the image, as returned by the referential.
621
+ * Name of the connector.
622
622
  */
623
623
  image: string;
624
624
  /**
@@ -2309,7 +2309,7 @@ type ValidateSourceBeforeUpdateProps = {
2309
2309
  sourceUpdate: SourceUpdate;
2310
2310
  };
2311
2311
 
2312
- declare const apiClientVersion = "1.23.3";
2312
+ declare const apiClientVersion = "1.23.4";
2313
2313
  declare const REGIONS: readonly ["eu", "us"];
2314
2314
  type Region = (typeof REGIONS)[number];
2315
2315
  type RegionOptions = {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.23.3",
2
+ "version": "1.23.4",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,15 +49,15 @@
49
49
  "index.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@algolia/client-common": "5.23.3",
53
- "@algolia/requester-browser-xhr": "5.23.3",
54
- "@algolia/requester-fetch": "5.23.3",
55
- "@algolia/requester-node-http": "5.23.3"
52
+ "@algolia/client-common": "5.23.4",
53
+ "@algolia/requester-browser-xhr": "5.23.4",
54
+ "@algolia/requester-fetch": "5.23.4",
55
+ "@algolia/requester-node-http": "5.23.4"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@arethetypeswrong/cli": "0.17.4",
59
- "@types/node": "22.14.0",
60
- "publint": "0.3.10",
59
+ "@types/node": "22.14.1",
60
+ "publint": "0.3.11",
61
61
  "rollup": "4.39.0",
62
62
  "tsup": "8.4.0",
63
63
  "typescript": "5.8.3"