@koredev/kore-web-sdk 11.10.1-rc.fcc58c9 → 11.11.0-rc.4bcafb2

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/README.md CHANGED
@@ -71,7 +71,7 @@ include the following script in your html file and configure bot configurations
71
71
 
72
72
  ```js
73
73
 
74
- <script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.10.1/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
74
+ <script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.11.0/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
75
75
  <script>
76
76
  //chat window declaration
77
77
  var chatConfig=KoreChatSDK.chatConfig;
@@ -172,7 +172,7 @@ declare class chatWindow extends EventEmitter {
172
172
  seti18n(lang: any): void;
173
173
  updatei18nDirection(): void;
174
174
  destroy(): void;
175
- resetWindow(): void;
175
+ resetWindow(data?: any): void;
176
176
  sendMessageWithWithChatInput(chatInput: any): void;
177
177
  bindEvents(): void;
178
178
  bindEventsV3(): void;