@algolia/ingestion 5.2.4-beta.5 → 5.2.4-beta.6

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.
package/dist/browser.d.ts CHANGED
@@ -2269,7 +2269,7 @@ type ValidateSourceBeforeUpdateProps = {
2269
2269
  sourceUpdate: SourceUpdate;
2270
2270
  };
2271
2271
 
2272
- declare const apiClientVersion = "1.2.4";
2272
+ declare const apiClientVersion = "5.2.4-beta.5";
2273
2273
  declare const REGIONS: readonly ["eu", "us"];
2274
2274
  type Region = (typeof REGIONS)[number];
2275
2275
  /**
@@ -11,7 +11,7 @@ import { createXhrRequester } from "@algolia/requester-browser-xhr";
11
11
 
12
12
  // src/ingestionClient.ts
13
13
  import { createAuth, createTransporter, getAlgoliaAgent } from "@algolia/client-common";
14
- var apiClientVersion = "1.2.4";
14
+ var apiClientVersion = "5.2.4-beta.5";
15
15
  var REGIONS = ["eu", "us"];
16
16
  function getDefaultHosts(region) {
17
17
  const url = "data.{region}.algolia.com".replace("{region}", region);