@alan-ai/alan-sdk-web 1.8.124 → 1.8.125
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/AlanButtonOptions.d.ts +1 -0
- package/dist/alan_lib.js +1 -1
- package/dist/alan_lib.min.js +1 -1
- package/package.json +1 -1
|
@@ -17,6 +17,7 @@ export interface AlanButtonOptions {
|
|
|
17
17
|
onEvent?: (event: object) => void;
|
|
18
18
|
onButtonState?: (state: string) => void;
|
|
19
19
|
onConnectionStatus?: (status: string, event: object) => void;
|
|
20
|
+
authData?: any;
|
|
20
21
|
textChat?: {
|
|
21
22
|
closeDelay?: number;
|
|
22
23
|
showBtnIfChatOpen?: boolean;
|
package/dist/alan_lib.js
CHANGED
|
@@ -110804,7 +110804,7 @@ var hljs=function(){"use strict";function e(n){return n instanceof Map?n.clear=n
|
|
|
110804
110804
|
// alan_btn/alan_btn.ts
|
|
110805
110805
|
(function(ns) {
|
|
110806
110806
|
const uiState10 = getUIState();
|
|
110807
|
-
const version2 = "alan-version.1.8.
|
|
110807
|
+
const version2 = "alan-version.1.8.125".replace("alan-version.", "");
|
|
110808
110808
|
uiState10.lib.version = version2;
|
|
110809
110809
|
window.alanLib = { version: version2 };
|
|
110810
110810
|
if (window.alanBtn) {
|