@algolia/client-search 5.35.0 → 5.36.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.35.0";
14
+ var apiClientVersion = "5.36.0";
15
15
  function getDefaultHosts(appId) {
16
16
  return [
17
17
  {
@@ -431,7 +431,7 @@ function createSearchClient({
431
431
  },
432
432
  /**
433
433
  * Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
434
- * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
434
+ * See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
435
435
  *
436
436
  * @summary Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
437
437
  * @param replaceAllObjects - The `replaceAllObjects` object.