@algolia/ingestion 1.20.2 → 1.20.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
@@ -2278,7 +2278,7 @@ type ValidateSourceBeforeUpdateProps = {
2278
2278
  sourceUpdate: SourceUpdate;
2279
2279
  };
2280
2280
 
2281
- declare const apiClientVersion = "1.20.2";
2281
+ declare const apiClientVersion = "1.20.4";
2282
2282
  declare const REGIONS: readonly ["eu", "us"];
2283
2283
  type Region = (typeof REGIONS)[number];
2284
2284
  type RegionOptions = {
@@ -2391,7 +2391,7 @@ declare function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOptio
2391
2391
  */
2392
2392
  createTransformation(transformationCreate: TransformationCreate, requestOptions?: RequestOptions): Promise<TransformationCreateResponse>;
2393
2393
  /**
2394
- * This method allow you to send requests to the Algolia REST API.
2394
+ * This method lets you send requests to the Algolia REST API.
2395
2395
  * @param customDelete - The customDelete object.
2396
2396
  * @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
2397
2397
  * @param customDelete.parameters - Query parameters to apply to the current query.
@@ -2399,7 +2399,7 @@ declare function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOptio
2399
2399
  */
2400
2400
  customDelete({ path, parameters }: CustomDeleteProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
2401
2401
  /**
2402
- * This method allow you to send requests to the Algolia REST API.
2402
+ * This method lets you send requests to the Algolia REST API.
2403
2403
  * @param customGet - The customGet object.
2404
2404
  * @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
2405
2405
  * @param customGet.parameters - Query parameters to apply to the current query.
@@ -2407,7 +2407,7 @@ declare function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOptio
2407
2407
  */
2408
2408
  customGet({ path, parameters }: CustomGetProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
2409
2409
  /**
2410
- * This method allow you to send requests to the Algolia REST API.
2410
+ * This method lets you send requests to the Algolia REST API.
2411
2411
  * @param customPost - The customPost object.
2412
2412
  * @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
2413
2413
  * @param customPost.parameters - Query parameters to apply to the current query.
@@ -2416,7 +2416,7 @@ declare function createIngestionClient({ appId: appIdOption, apiKey: apiKeyOptio
2416
2416
  */
2417
2417
  customPost({ path, parameters, body }: CustomPostProps, requestOptions?: RequestOptions): Promise<Record<string, unknown>>;
2418
2418
  /**
2419
- * This method allow you to send requests to the Algolia REST API.
2419
+ * This method lets you send requests to the Algolia REST API.
2420
2420
  * @param customPut - The customPut object.
2421
2421
  * @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
2422
2422
  * @param customPut.parameters - Query parameters to apply to the current query.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.20.2",
2
+ "version": "1.20.4",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,17 +49,17 @@
49
49
  "index.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@algolia/client-common": "5.20.2",
53
- "@algolia/requester-browser-xhr": "5.20.2",
54
- "@algolia/requester-fetch": "5.20.2",
55
- "@algolia/requester-node-http": "5.20.2"
52
+ "@algolia/client-common": "5.20.4",
53
+ "@algolia/requester-browser-xhr": "5.20.4",
54
+ "@algolia/requester-fetch": "5.20.4",
55
+ "@algolia/requester-node-http": "5.20.4"
56
56
  },
57
57
  "devDependencies": {
58
- "@arethetypeswrong/cli": "0.17.3",
59
- "@types/node": "22.13.1",
60
- "publint": "0.3.4",
61
- "rollup": "4.34.6",
62
- "tsup": "8.3.6",
58
+ "@arethetypeswrong/cli": "0.17.4",
59
+ "@types/node": "22.13.8",
60
+ "publint": "0.3.7",
61
+ "rollup": "4.34.9",
62
+ "tsup": "8.4.0",
63
63
  "typescript": "5.7.3"
64
64
  },
65
65
  "engines": {