@koredev/kore-web-sdk 10.0.0-rc.7acf65d → 10.0.0-rc.aa238be
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 -2
- package/dist/esm/kore-web-sdk-chat.min.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/search-suggestions.js +1 -1
- package/dist/umd/kore-web-sdk-umd-chat.min.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/search-suggestions-umd.js +1 -1
- package/package.json +1 -1
|
@@ -116,7 +116,6 @@ declare class chatWindow extends EventEmitter {
|
|
|
116
116
|
JWT_GRANT_SUCCESS: string;
|
|
117
117
|
};
|
|
118
118
|
sendFailedMessage: any;
|
|
119
|
-
bot: any;
|
|
120
119
|
constructor();
|
|
121
120
|
paginatedScrollMsgDiv: any;
|
|
122
121
|
init(config: any): void;
|
|
@@ -191,7 +190,6 @@ declare class chatWindow extends EventEmitter {
|
|
|
191
190
|
renderType: string;
|
|
192
191
|
fromHistorySync: any;
|
|
193
192
|
} | any): false | undefined;
|
|
194
|
-
adjustScrollonRenderMessage(msgData: any): void;
|
|
195
193
|
generateMessageDOM(msgData?: any): any;
|
|
196
194
|
pushTorenderMessagesQueue(msgItem: any): void;
|
|
197
195
|
startRenderEventLoop(): void;
|