@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.
@@ -11,7 +11,7 @@ import {
11
11
  getAlgoliaAgent,
12
12
  shuffle
13
13
  } from "@algolia/client-common";
14
- var apiClientVersion = "5.24.0";
14
+ var apiClientVersion = "5.25.0";
15
15
  function getDefaultHosts(appId) {
16
16
  return [
17
17
  {
@@ -1039,7 +1039,7 @@ function createSearchClient({
1039
1039
  return transporter.request(request, requestOptions);
1040
1040
  },
1041
1041
  /**
1042
- * 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).
1042
+ * 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).
1043
1043
  *
1044
1044
  * Required API Key ACLs:
1045
1045
  * - deleteObject