widget-chatbot 1.0.3 → 1.0.4-alpha.1
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.d.ts +36 -36
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export namespace rasaWebchatProTypes {
|
|
2
|
-
const initPayload: string;
|
|
3
|
-
const title: string;
|
|
4
|
-
const subtitle: string;
|
|
5
|
-
const protocol: string;
|
|
6
|
-
const socketUrl: string;
|
|
7
|
-
const socketPath: string;
|
|
8
|
-
const protocolOptions: object;
|
|
9
|
-
const customData: object;
|
|
10
|
-
const handleNewUserMessage: () => void;
|
|
11
|
-
const profileAvatar: string;
|
|
12
|
-
const inputTextFieldHint: string;
|
|
13
|
-
const connectingText: string;
|
|
14
|
-
const showCloseButton: boolean;
|
|
15
|
-
const showFullScreenButton: boolean;
|
|
16
|
-
const hideWhenNotConnected: boolean;
|
|
17
|
-
const connectOn: 'mount' | 'open';
|
|
18
|
-
const autoClearCache: boolean;
|
|
19
|
-
const onSocketEvent: any;
|
|
20
|
-
const fullScreenMode: boolean;
|
|
21
|
-
const badge: number;
|
|
22
|
-
const embedded: boolean;
|
|
23
|
-
const params: object;
|
|
24
|
-
const openLauncherImage: string;
|
|
25
|
-
const closeImage: string;
|
|
26
|
-
const docViewer: boolean;
|
|
27
|
-
const customComponent: () => void;
|
|
28
|
-
const displayUnreadCount: boolean;
|
|
29
|
-
const showMessageDate: any;
|
|
30
|
-
const customMessageDelay: () => void;
|
|
31
|
-
const tooltipPayload: string;
|
|
32
|
-
const tooltipDelay: number;
|
|
33
|
-
const withRules: boolean;
|
|
34
|
-
const rules: any;
|
|
35
|
-
const triggerEventListenerUpdateRate: number;
|
|
36
|
-
}
|
|
1
|
+
export namespace rasaWebchatProTypes {
|
|
2
|
+
const initPayload: string;
|
|
3
|
+
const title: string;
|
|
4
|
+
const subtitle: string;
|
|
5
|
+
const protocol: string;
|
|
6
|
+
const socketUrl: string;
|
|
7
|
+
const socketPath: string;
|
|
8
|
+
const protocolOptions: object;
|
|
9
|
+
const customData: object;
|
|
10
|
+
const handleNewUserMessage: () => void;
|
|
11
|
+
const profileAvatar: string;
|
|
12
|
+
const inputTextFieldHint: string;
|
|
13
|
+
const connectingText: string;
|
|
14
|
+
const showCloseButton: boolean;
|
|
15
|
+
const showFullScreenButton: boolean;
|
|
16
|
+
const hideWhenNotConnected: boolean;
|
|
17
|
+
const connectOn: 'mount' | 'open';
|
|
18
|
+
const autoClearCache: boolean;
|
|
19
|
+
const onSocketEvent: any;
|
|
20
|
+
const fullScreenMode: boolean;
|
|
21
|
+
const badge: number;
|
|
22
|
+
const embedded: boolean;
|
|
23
|
+
const params: object;
|
|
24
|
+
const openLauncherImage: string;
|
|
25
|
+
const closeImage: string;
|
|
26
|
+
const docViewer: boolean;
|
|
27
|
+
const customComponent: () => void;
|
|
28
|
+
const displayUnreadCount: boolean;
|
|
29
|
+
const showMessageDate: any;
|
|
30
|
+
const customMessageDelay: () => void;
|
|
31
|
+
const tooltipPayload: string;
|
|
32
|
+
const tooltipDelay: number;
|
|
33
|
+
const withRules: boolean;
|
|
34
|
+
const rules: any;
|
|
35
|
+
const triggerEventListenerUpdateRate: number;
|
|
36
|
+
}
|