@koredev/kore-web-sdk 10.1.9-rc.fcbcf7e → 10.1.9-rc.fdf0803

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.
@@ -140,7 +140,7 @@ declare const BrandingJSON: {
140
140
  icon: string;
141
141
  };
142
142
  reconnect: {
143
- show: string;
143
+ show: boolean;
144
144
  icon: string;
145
145
  };
146
146
  help: {
@@ -33,4 +33,6 @@ export{KoreDesktopNotificationPlugin}from"./plugins/kore-desktop-notification.js
33
33
  // @ts-ignore
34
34
  export{SearchSuggestionsPlugin}from"./plugins/search-suggestions.js";
35
35
  // @ts-ignore
36
- export {KoreFileUploaderPlugin} from './plugins/file-upload.js';
36
+ export {KoreFileUploaderPlugin} from './plugins/file-upload.js';
37
+ // @ts-ignore
38
+ export {ProactiveWebCampaignPlugin} from './plugins/proactive-web-campaign.js';
@@ -1 +1 @@
1
- export{chatWindow}from"./kore-web-sdk-chat.min.js";export{chatConfig}from"./kore-web-sdk-chat.min.js";export{KoreWidgetSDK}from"./kore-web-sdk-widgets.js";export{widgetsConfig}from"./kore-web-sdk-widgets.js";export{KorePickersPlugin}from"./plugins/kore-picker-plugin.js";export{GraphTemplatesPlugin}from"./plugins/kore-graph-templates-plugin.js";export{WebKitSTT}from"./plugins/webapi-stt-plugin.js";export{BrowserTTS}from"./plugins/browser-tts-plugin.js";export{AgentDesktopPlugin}from"./plugins/agent-desktop.js";export{GoogleSTT}from"./plugins/google-stt-plugin.js";export{GoogleTTS}from"./plugins/google-tts-plugin.js";export{AzureSTT}from"./plugins/azure-stt-plugin.js";export{AzureTTS}from"./plugins/azure-tts-plugin.js";export{SpeakTextWithAWSPolly}from"./plugins/koreawspolly-st-plugin.js";export{KoreDesktopNotificationPlugin}from"./plugins/kore-desktop-notification.js";export{SearchSuggestionsPlugin}from"./plugins/search-suggestions.js";export{KoreFileUploaderPlugin}from"./plugins/file-upload.js";export{SolutionsTemplatesPlugin}from"./plugins/kore-solutions-plugin.js";
1
+ export{chatWindow}from"./kore-web-sdk-chat.min.js";export{chatConfig}from"./kore-web-sdk-chat.min.js";export{KoreWidgetSDK}from"./kore-web-sdk-widgets.js";export{widgetsConfig}from"./kore-web-sdk-widgets.js";export{KorePickersPlugin}from"./plugins/kore-picker-plugin.js";export{GraphTemplatesPlugin}from"./plugins/kore-graph-templates-plugin.js";export{WebKitSTT}from"./plugins/webapi-stt-plugin.js";export{BrowserTTS}from"./plugins/browser-tts-plugin.js";export{AgentDesktopPlugin}from"./plugins/agent-desktop.js";export{GoogleSTT}from"./plugins/google-stt-plugin.js";export{GoogleTTS}from"./plugins/google-tts-plugin.js";export{AzureSTT}from"./plugins/azure-stt-plugin.js";export{AzureTTS}from"./plugins/azure-tts-plugin.js";export{SpeakTextWithAWSPolly}from"./plugins/koreawspolly-st-plugin.js";export{KoreDesktopNotificationPlugin}from"./plugins/kore-desktop-notification.js";export{SearchSuggestionsPlugin}from"./plugins/search-suggestions.js";export{KoreFileUploaderPlugin}from"./plugins/file-upload.js";export{SolutionsTemplatesPlugin}from"./plugins/kore-solutions-plugin.js";export{ProactiveWebCampaignPlugin}from"./plugins/proactive-web-campaign.js";