@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.
@@ -20,7 +20,7 @@ import {
20
20
  getAlgoliaAgent,
21
21
  shuffle
22
22
  } from "@algolia/client-common";
23
- var apiClientVersion = "5.24.0";
23
+ var apiClientVersion = "5.25.0";
24
24
  function getDefaultHosts(appId) {
25
25
  return [
26
26
  {
@@ -1048,7 +1048,7 @@ function createSearchClient({
1048
1048
  return transporter.request(request, requestOptions);
1049
1049
  },
1050
1050
  /**
1051
- * 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).
1051
+ * 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).
1052
1052
  *
1053
1053
  * Required API Key ACLs:
1054
1054
  * - deleteObject