@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.
@@ -7,7 +7,7 @@ import {
7
7
  getAlgoliaAgent,
8
8
  shuffle
9
9
  } from "@algolia/client-common";
10
- var apiClientVersion = "5.24.0";
10
+ var apiClientVersion = "5.25.0";
11
11
  function getDefaultHosts(appId) {
12
12
  return [
13
13
  {
@@ -1035,7 +1035,7 @@ function createSearchClient({
1035
1035
  return transporter.request(request, requestOptions);
1036
1036
  },
1037
1037
  /**
1038
- * 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).
1038
+ * 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).
1039
1039
  *
1040
1040
  * Required API Key ACLs:
1041
1041
  * - deleteObject