@algolia/client-search 5.6.0 → 5.7.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_requester_node_http = require("@algolia/requester-node-http");
30
30
 
31
31
  // src/searchClient.ts
32
32
  var import_client_common = require("@algolia/client-common");
33
- var apiClientVersion = "5.6.0";
33
+ var apiClientVersion = "5.7.0";
34
34
  function getDefaultHosts(appId) {
35
35
  return [
36
36
  {
@@ -1164,7 +1164,7 @@ function createSearchClient({
1164
1164
  return transporter.request(request, requestOptions);
1165
1165
  },
1166
1166
  /**
1167
- * 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.
1167
+ * 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>`.
1168
1168
  *
1169
1169
  * @param getApiKey - The getApiKey object.
1170
1170
  * @param getApiKey.key - API key.