@koredev/kore-web-sdk 11.9.1-rc.c896fdc → 11.9.1-rc.ce38ed7
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/components/chatwindow/chatWindow.d.ts +0 -8
- package/dist/esm/kore-web-sdk-chat.min.js +1 -1
- package/dist/esm/kore-web-sdk-widgets.js +1 -1
- package/dist/esm/plugins/agent-desktop.js +1 -1
- package/dist/esm/plugins/kore-graph-templates-plugin.js +1 -1
- package/dist/esm/plugins/v2-kore-web-sdk-widgets.js +1 -1
- package/dist/umd/kore-web-sdk-umd-chat.min.js +1 -1
- package/dist/umd/kore-web-sdk-umd-widgets.js +1 -1
- package/dist/umd/plugins/agent-desktop-umd.js +1 -1
- package/dist/umd/plugins/kore-graph-templates-plugin-umd.js +1 -1
- package/dist/umd/plugins/v2-kore-web-sdk-widgets.js +1 -1
- package/package.json +1 -1
|
@@ -64,14 +64,6 @@ declare class chatWindow extends EventEmitter {
|
|
|
64
64
|
* @property {Object} chatWindowEvent
|
|
65
65
|
*/
|
|
66
66
|
AFTER_RENDER_MSG: string;
|
|
67
|
-
/** beforeWSConnection will be triggered before web socket connection is established
|
|
68
|
-
*
|
|
69
|
-
* @event chatWindow#beforeWSConnection
|
|
70
|
-
* @type {object}
|
|
71
|
-
* @property {Object} data - contains web socket url
|
|
72
|
-
* @property {Object} isImplicitReconnect - flag whether the connection is implicit reconnection or not
|
|
73
|
-
*/
|
|
74
|
-
BEFORE_WS_CONNECTION: string;
|
|
75
67
|
/**
|
|
76
68
|
* onWSOpen will be triggered on new websocket connection open
|
|
77
69
|
*
|