@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.
@@ -32,7 +32,7 @@ var import_client_common2 = require("@algolia/client-common");
32
32
 
33
33
  // src/ingestionClient.ts
34
34
  var import_client_common = require("@algolia/client-common");
35
- var apiClientVersion = "1.20.2";
35
+ var apiClientVersion = "1.20.4";
36
36
  var REGIONS = ["eu", "us"];
37
37
  function getDefaultHosts(region) {
38
38
  const url = "data.{region}.algolia.com".replace("{region}", region);
@@ -311,7 +311,7 @@ function createIngestionClient({
311
311
  return transporter.request(request, requestOptions);
312
312
  },
313
313
  /**
314
- * This method allow you to send requests to the Algolia REST API.
314
+ * This method lets you send requests to the Algolia REST API.
315
315
  * @param customDelete - The customDelete object.
316
316
  * @param customDelete.path - Path of the endpoint, anything after \"/1\" must be specified.
317
317
  * @param customDelete.parameters - Query parameters to apply to the current query.
@@ -333,7 +333,7 @@ function createIngestionClient({
333
333
  return transporter.request(request, requestOptions);
334
334
  },
335
335
  /**
336
- * This method allow you to send requests to the Algolia REST API.
336
+ * This method lets you send requests to the Algolia REST API.
337
337
  * @param customGet - The customGet object.
338
338
  * @param customGet.path - Path of the endpoint, anything after \"/1\" must be specified.
339
339
  * @param customGet.parameters - Query parameters to apply to the current query.
@@ -355,7 +355,7 @@ function createIngestionClient({
355
355
  return transporter.request(request, requestOptions);
356
356
  },
357
357
  /**
358
- * This method allow you to send requests to the Algolia REST API.
358
+ * This method lets you send requests to the Algolia REST API.
359
359
  * @param customPost - The customPost object.
360
360
  * @param customPost.path - Path of the endpoint, anything after \"/1\" must be specified.
361
361
  * @param customPost.parameters - Query parameters to apply to the current query.
@@ -379,7 +379,7 @@ function createIngestionClient({
379
379
  return transporter.request(request, requestOptions);
380
380
  },
381
381
  /**
382
- * This method allow you to send requests to the Algolia REST API.
382
+ * This method lets you send requests to the Algolia REST API.
383
383
  * @param customPut - The customPut object.
384
384
  * @param customPut.path - Path of the endpoint, anything after \"/1\" must be specified.
385
385
  * @param customPut.parameters - Query parameters to apply to the current query.