@eloquentai/chat-sdk 0.19.9-dev → 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] = "b899ee47-ae6b-4712-9df9-06fc62e95b02", e._sentryDebugIdIdentifier = "sentry-dbid-b899ee47-ae6b-4712-9df9-06fc62e95b02");
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,7 +10610,7 @@ 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: "a420a594b9e9dc7bdff739c618ee9b29c21f004b" };
10613
+ e.SENTRY_RELEASE = { id: "c17c184f5d24b2f80c2fddfd70828dffa520a66d" };
10614
10614
  }
10615
10615
  const W_ = "development";
10616
10616
  H_({
@@ -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) {