@eloquentai/chat-sdk 0.19.8 → 0.19.10-dev

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/index.mjs CHANGED
@@ -15,7 +15,7 @@ import { z as fe } from "zod";
15
15
  import dd from "react-dom/client";
16
16
  try {
17
17
  let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, t = new e.Error().stack;
18
- t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "fbd6859b-2547-422d-b8d1-fa57b71e1720", e._sentryDebugIdIdentifier = "sentry-dbid-fbd6859b-2547-422d-b8d1-fa57b71e1720");
18
+ t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "b2dd9c4c-c697-4a20-a825-e05ced52c983", e._sentryDebugIdIdentifier = "sentry-dbid-b2dd9c4c-c697-4a20-a825-e05ced52c983");
19
19
  } catch {
20
20
  }
21
21
  const U = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, st = "9.30.0", $ = globalThis;
@@ -10610,9 +10610,9 @@ function H_(e) {
10610
10610
  }
10611
10611
  {
10612
10612
  let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
10613
- e.SENTRY_RELEASE = { id: "3cbdaed511399ebe61ff7a0d7665e2eda84273d4" };
10613
+ e.SENTRY_RELEASE = { id: "c17c184f5d24b2f80c2fddfd70828dffa520a66d" };
10614
10614
  }
10615
- const W_ = "production";
10615
+ const W_ = "development";
10616
10616
  H_({
10617
10617
  dsn: void 0,
10618
10618
  environment: W_,
@@ -10892,7 +10892,7 @@ function Q_() {
10892
10892
  return () => clearInterval(n);
10893
10893
  }, []), la[e];
10894
10894
  }
10895
- const Z_ = "/assets/logo-waiting-simple.riv", ew = "https://cdn.eloquentai.co", tw = "https://chat.eloquentai.co", nw = ew + Z_;
10895
+ const Z_ = "/assets/logo-waiting-simple.riv", ew = "https://cdn.eloquentai.dev", tw = "https://chat.eloquentai.dev", nw = ew + Z_;
10896
10896
  function rw() {
10897
10897
  return tw;
10898
10898
  }
@@ -12916,7 +12916,7 @@ function Ev() {
12916
12916
  return e || t;
12917
12917
  }
12918
12918
  function xv() {
12919
- return $s() && typeof process.env == "object" && "VITE_ENVIRONMENT=prod tsc -b && vite build --mode prod".startsWith("ng ") || !1;
12919
+ return $s() && typeof process.env == "object" && "VITE_ENVIRONMENT=dev tsc -b && vite build --mode dev".startsWith("ng ") || !1;
12920
12920
  }
12921
12921
  function Iv() {
12922
12922
  return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";
@@ -15134,7 +15134,7 @@ class F0 {
15134
15134
  device_id: t.deviceId,
15135
15135
  user_id: t.userId
15136
15136
  }
15137
- }, { data: r } = await this.httpClient.post(`/v2/chat/${t.conversationId}`, n);
15137
+ }, { data: r } = await this.httpClient.post(`/v3/chat/${t.conversationId}`, n);
15138
15138
  return r;
15139
15139
  }
15140
15140
  async identifyUser(t) {