@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.
@@ -30,7 +30,7 @@ var import_client_common2 = require("@algolia/client-common");
30
30
 
31
31
  // src/searchClient.ts
32
32
  var import_client_common = require("@algolia/client-common");
33
- var apiClientVersion = "5.35.0";
33
+ var apiClientVersion = "5.36.0";
34
34
  function getDefaultHosts(appId) {
35
35
  return [
36
36
  {
@@ -450,7 +450,7 @@ function createSearchClient({
450
450
  },
451
451
  /**
452
452
  * 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.
453
- * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
453
+ * See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
454
454
  *
455
455
  * @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.
456
456
  * @param replaceAllObjects - The `replaceAllObjects` object.
@@ -2405,7 +2405,7 @@ function searchClient(appId, apiKey, options) {
2405
2405
  },
2406
2406
  /**
2407
2407
  * Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
2408
- * See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
2408
+ * See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
2409
2409
  *
2410
2410
  * @summary Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
2411
2411
  * @param accountCopyIndex - The `accountCopyIndex` object.