@koredev/kore-web-sdk 11.16.0-rc.e5ecb93 → 11.16.1-rc.2f2e298

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.16.0/dist/umd/kore-web-sdk-umd-chat.min.js"></script>
74
+ <script src="https://cdn.jsdelivr.net/npm/kore-web-sdk@11.16.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;
@@ -275,6 +275,10 @@ declare const BrandingJSON: {
275
275
  show: boolean;
276
276
  icon: string;
277
277
  };
278
+ click_to_call: {
279
+ show: boolean;
280
+ icon: string;
281
+ };
278
282
  };
279
283
  };
280
284
  body: {