@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.
@@ -20,7 +20,7 @@ import {
20
20
  getAlgoliaAgent,
21
21
  shuffle
22
22
  } from "@algolia/client-common";
23
- var apiClientVersion = "5.35.0";
23
+ var apiClientVersion = "5.36.0";
24
24
  function getDefaultHosts(appId) {
25
25
  return [
26
26
  {
@@ -440,7 +440,7 @@ function createSearchClient({
440
440
  },
441
441
  /**
442
442
  * 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.
443
- * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
443
+ * See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
444
444
  *
445
445
  * @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.
446
446
  * @param replaceAllObjects - The `replaceAllObjects` object.
@@ -2395,7 +2395,7 @@ function searchClient(appId, apiKey, options) {
2395
2395
  },
2396
2396
  /**
2397
2397
  * Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
2398
- * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
2398
+ * See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
2399
2399
  *
2400
2400
  * @summary Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
2401
2401
  * @param accountCopyIndex - The `accountCopyIndex` object.