@algolia/client-search 5.41.0 → 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.
@@ -7,7 +7,7 @@ import {
7
7
  getAlgoliaAgent,
8
8
  shuffle
9
9
  } from "@algolia/client-common";
10
- var apiClientVersion = "5.41.0";
10
+ var apiClientVersion = "5.42.0";
11
11
  function getDefaultHosts(appId) {
12
12
  return [
13
13
  {
@@ -654,6 +654,9 @@ function createSearchClient({
654
654
  },
655
655
  /**
656
656
  * 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).
657
+ *
658
+ * Required API Key ACLs:
659
+ * - addObject
657
660
  * @param batch - The batch object.
658
661
  * @param batch.indexName - Name of the index on which to perform the operation.
659
662
  * @param batch.batchWriteParams - The batchWriteParams object.
@@ -1152,6 +1155,9 @@ function createSearchClient({
1152
1155
  },
1153
1156
  /**
1154
1157
  * 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>`.
1158
+ *
1159
+ * Required API Key ACLs:
1160
+ * - search
1155
1161
  * @param getApiKey - The getApiKey object.
1156
1162
  * @param getApiKey.key - API key.
1157
1163
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
@@ -1634,6 +1640,9 @@ function createSearchClient({
1634
1640
  },
1635
1641
  /**
1636
1642
  * 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).
1643
+ *
1644
+ * Required API Key ACLs:
1645
+ * - addObject
1637
1646
  * @param batchParams - The batchParams object.
1638
1647
  * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
1639
1648
  */