@alxxsck/ai-assistant 2.25.2 → 2.25.4
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/{Avatar-SyZkMWe9.js → Avatar-1SXtYcpL.js} +1 -1
- package/dist/{ChatWidgetContent-Co5mvHh6.js → ChatWidgetContent-Cfqo7BfS.js} +527 -530
- package/dist/api/chat-attachments.api.d.ts +0 -1
- package/dist/bridge-ai-chat-widget.es.js +1 -1
- package/dist/{index-CX__4yPP.js → index-1DOqo2bD.js} +1 -1
- package/dist/{mount-B3eXRZuz.js → mount-CtHQDVwj.js} +1128 -1129
- package/package.json +1 -1
|
@@ -30,7 +30,6 @@ type BackendTransportDependencies = {
|
|
|
30
30
|
wait?: typeof abortableDelay;
|
|
31
31
|
pollIntervalMs?: number;
|
|
32
32
|
maxPolls?: number;
|
|
33
|
-
createId?: () => string;
|
|
34
33
|
};
|
|
35
34
|
export declare const createBackendChatAttachmentTransport: (config: WidgetConfig, api: Pick<AppApi, "onSessionExpired">, dependencies?: BackendTransportDependencies) => ChatAttachmentTransport;
|
|
36
35
|
export {};
|
|
@@ -2046,7 +2046,7 @@ class Me extends EventTarget {
|
|
|
2046
2046
|
async init(t, e) {
|
|
2047
2047
|
const [i, { mountWidget: r }] = await Promise.all([
|
|
2048
2048
|
fetch(`${B}/manifest.json`),
|
|
2049
|
-
import("./mount-
|
|
2049
|
+
import("./mount-CtHQDVwj.js").then((n) => n._)
|
|
2050
2050
|
]);
|
|
2051
2051
|
if (!i.ok)
|
|
2052
2052
|
throw new Error(
|