@eloquentai/chat-sdk 0.33.5-dev → 0.33.6-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-jChzHCvN.js → index-DNEfiZ-r.js} +2 -2
- package/dist/{index-jChzHCvN.js.map → index-DNEfiZ-r.js.map} +1 -1
- package/dist/{index-D_HTKWh_.js → index-DaRS4VX3.js} +1308 -1307
- package/dist/{index-D_HTKWh_.js.map → index-DaRS4VX3.js.map} +1 -1
- package/dist/index.mjs +1 -1
- package/dist/lib/eloquent-ai-api-client.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as n, a as s, r, u as f } from "./index-
|
|
1
|
+
import { C as n, a as s, r, u as f } from "./index-DaRS4VX3.js";
|
|
2
2
|
try {
|
|
3
3
|
let e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {}, d = new e.Error().stack;
|
|
4
4
|
d && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[d] = "118859a5-c0fd-4bc2-9d01-2ca49e89967d", e._sentryDebugIdIdentifier = "sentry-dbid-118859a5-c0fd-4bc2-9d01-2ca49e89967d");
|
|
@@ -61,7 +61,7 @@ export interface BootResponse {
|
|
|
61
61
|
title?: string;
|
|
62
62
|
subtitle?: string;
|
|
63
63
|
is_active?: boolean;
|
|
64
|
-
/** Open the chat window on load (desktop only).
|
|
64
|
+
/** Open the chat window on load (desktop only). Wins over the isInitiallyOpen prop, but a `true` here never overrides the user's closed-cookie. */
|
|
65
65
|
initial_open?: boolean | null;
|
|
66
66
|
/** Show the close (X) button in the chat header. Always wins over the hasCloseButton prop. */
|
|
67
67
|
close_button?: boolean | null;
|