@algolia/client-search 5.40.1 → 5.42.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.
@@ -30,7 +30,7 @@ var import_client_common2 = require("@algolia/client-common");
30
30
 
31
31
  // src/searchClient.ts
32
32
  var import_client_common = require("@algolia/client-common");
33
- var apiClientVersion = "5.40.1";
33
+ var apiClientVersion = "5.42.0";
34
34
  function getDefaultHosts(appId) {
35
35
  return [
36
36
  {
@@ -677,6 +677,9 @@ function createSearchClient({
677
677
  },
678
678
  /**
679
679
  * Adds, updates, or deletes records in one index with a single API request. Batching index updates reduces latency and increases data integrity. - Actions are applied in the order they\'re specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
680
+ *
681
+ * Required API Key ACLs:
682
+ * - addObject
680
683
  * @param batch - The batch object.
681
684
  * @param batch.indexName - Name of the index on which to perform the operation.
682
685
  * @param batch.batchWriteParams - The batchWriteParams object.
@@ -1175,6 +1178,9 @@ function createSearchClient({
1175
1178
  },
1176
1179
  /**
1177
1180
  * Gets the permissions and restrictions of an API key. When authenticating with the admin API key, you can request information for any of your application\'s keys. When authenticating with other API keys, you can only retrieve information for that key, with the description replaced by `<redacted>`.
1181
+ *
1182
+ * Required API Key ACLs:
1183
+ * - search
1178
1184
  * @param getApiKey - The getApiKey object.
1179
1185
  * @param getApiKey.key - API key.
1180
1186
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -1657,6 +1663,9 @@ function createSearchClient({
1657
1663
  },
1658
1664
  /**
1659
1665
  * Adds, updates, or deletes records in multiple indices with a single API request. - Actions are applied in the order they are specified. - Actions are equivalent to the individual API requests of the same name. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
1666
+ *
1667
+ * Required API Key ACLs:
1668
+ * - addObject
1660
1669
  * @param batchParams - The batchParams object.
1661
1670
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1662
1671
  */