@koredev/kore-web-sdk 11.10.1-rc.0f2cc35 → 11.10.1-rc.5e004ec

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.
@@ -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;