@eloquentai/chat-sdk 0.25.8 → 0.25.9-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-D768h7jL.js → index-CFEx-4nF.js} +2 -2
- package/dist/{index-D768h7jL.js.map → index-CFEx-4nF.js.map} +1 -1
- package/dist/{index-CywxvKYH.js → index-Dsqkpv4Z.js} +8 -8
- package/dist/{index-CywxvKYH.js.map → index-Dsqkpv4Z.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -15,16 +15,16 @@ import { z as Z } from "zod";
|
|
|
15
15
|
import Sl 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] = "
|
|
18
|
+
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "be3d4001-1653-41b3-b954-c7e64d54df08", e._sentryDebugIdIdentifier = "sentry-dbid-be3d4001-1653-41b3-b954-c7e64d54df08");
|
|
19
19
|
} catch {
|
|
20
20
|
}
|
|
21
21
|
{
|
|
22
22
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
|
|
23
|
-
e.SENTRY_RELEASE = { id: "
|
|
23
|
+
e.SENTRY_RELEASE = { id: "1dabdfe833774ef9b995b309dcf4f21797b82b1a" };
|
|
24
24
|
}
|
|
25
25
|
if (typeof window < "u") {
|
|
26
|
-
const e = "
|
|
27
|
-
import("./index-
|
|
26
|
+
const e = "development";
|
|
27
|
+
import("./index-CFEx-4nF.js").then((t) => {
|
|
28
28
|
t.init({
|
|
29
29
|
dsn: void 0,
|
|
30
30
|
environment: e,
|
|
@@ -300,7 +300,7 @@ function gn() {
|
|
|
300
300
|
);
|
|
301
301
|
return e;
|
|
302
302
|
}
|
|
303
|
-
const Rl = { BASE_URL: "/", DEV: !1, MODE: "
|
|
303
|
+
const Rl = { BASE_URL: "/", DEV: !1, MODE: "dev", PROD: !0, SSR: !1, VITE_API_URL: "https://chat.eloquentai.dev", VITE_CDN_URL: "https://cdn.eloquentai.dev", VITE_ENVIRONMENT: "dev", VITE_REGION_API_URL: "https://region.eloquentai.dev" }, Ol = "/assets/logo-waiting-simple.riv";
|
|
304
304
|
function Sr(e) {
|
|
305
305
|
return typeof window > "u" || typeof import.meta > "u" ? "" : Rl[e] || "";
|
|
306
306
|
}
|
|
@@ -13893,7 +13893,7 @@ function $g() {
|
|
|
13893
13893
|
return e || t;
|
|
13894
13894
|
}
|
|
13895
13895
|
function Wg() {
|
|
13896
|
-
return Kr() && typeof process.env == "object" && "VITE_ENVIRONMENT=
|
|
13896
|
+
return Kr() && typeof process.env == "object" && "VITE_ENVIRONMENT=dev tsc -b && vite build --mode dev".startsWith("ng ") || !1;
|
|
13897
13897
|
}
|
|
13898
13898
|
function Gg() {
|
|
13899
13899
|
return typeof navigator < "u" && typeof navigator.product < "u" && navigator.product === "ReactNative";
|
|
@@ -16171,7 +16171,7 @@ class fw {
|
|
|
16171
16171
|
async getOrganizationByAppId(t) {
|
|
16172
16172
|
const n = ql();
|
|
16173
16173
|
return await this.httpClient.getExternal(
|
|
16174
|
-
`${n}/
|
|
16174
|
+
`${n}/by-app-id/${t}`
|
|
16175
16175
|
);
|
|
16176
16176
|
}
|
|
16177
16177
|
async boot() {
|
|
@@ -16669,4 +16669,4 @@ export {
|
|
|
16669
16669
|
oa as g,
|
|
16670
16670
|
Lw as r
|
|
16671
16671
|
};
|
|
16672
|
-
//# sourceMappingURL=index-
|
|
16672
|
+
//# sourceMappingURL=index-Dsqkpv4Z.js.map
|