@eloquentai/chat-sdk 0.25.8-dev → 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-CZTuKKFf.js → index-CFEx-4nF.js} +2 -2
- package/dist/{index-CZTuKKFf.js.map → index-CFEx-4nF.js.map} +1 -1
- package/dist/{index-dnJIFRFG.js → index-Dsqkpv4Z.js} +5 -5
- package/dist/{index-dnJIFRFG.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
26
|
const e = "development";
|
|
27
|
-
import("./index-
|
|
27
|
+
import("./index-CFEx-4nF.js").then((t) => {
|
|
28
28
|
t.init({
|
|
29
29
|
dsn: void 0,
|
|
30
30
|
environment: e,
|
|
@@ -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
|