kore-web-sdk 11.24.0 → 11.24.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/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.24.0/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
74
+ <script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.24.1/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
75
75
  <script>
76
76
  //chat window declaration
77
77
  var chatConfig=KoreChatSDK.chatConfig;
@@ -265,7 +265,7 @@ declare class chatWindow extends EventEmitter {
265
265
  setWidgetInstance(widgetSDKInstace: any): void;
266
266
  hideError(): void;
267
267
  showError(response: any): void;
268
- bottomSliderAction(action: any, appendElement: any, fullSlide?: any): void;
268
+ bottomSliderAction(action: any, appendElement: any, fullSlide?: any, customClass?: string, parentCustomClass?: string): void;
269
269
  modalAction(appendElement: any): void;
270
270
  unfreezeUIOnHistoryLoadingFail(): void;
271
271
  installPlugin(plugin: any): void;