@algolia/client-search 5.24.0 → 5.25.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.24.0";
33
+ var apiClientVersion = "5.25.0";
34
34
  function getDefaultHosts(appId) {
35
35
  return [
36
36
  {
@@ -1058,7 +1058,7 @@ function createSearchClient({
1058
1058
  return transporter.request(request, requestOptions);
1059
1059
  },
1060
1060
  /**
1061
- * Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteByQuery` operation](#tag/Records/operation/deleteBy).
1061
+ * Deletes a record by its object ID. To delete more than one record, use the [`batch` operation](#tag/Records/operation/batch). To delete records matching a query, use the [`deleteBy` operation](#tag/Records/operation/deleteBy).
1062
1062
  *
1063
1063
  * Required API Key ACLs:
1064
1064
  * - deleteObject