@koredev/kore-web-sdk 11.19.0-rc.9dc0256 → 11.19.0-rc.b3e6d74

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.
@@ -15,6 +15,7 @@ declare class ProactiveWebCampaignPlugin {
15
15
  customDataObject: any;
16
16
  isInitialPageLoaded: boolean;
17
17
  browserSessionId: string;
18
+ isPWEChatTriggered: string;
18
19
  flattenedCustomData: any;
19
20
  previousFlattenedCustomData: any;
20
21
  customColumnConfig: Set<string>;
@@ -44,6 +45,7 @@ declare class ProactiveWebCampaignPlugin {
44
45
  generateBrowserSessionId(): string;
45
46
  onHostCreate(): void;
46
47
  onInit(): void;
48
+ handleAvatarClick(): void;
47
49
  /**
48
50
  * Called when view is initialized (DOM ready)
49
51
  * Attempts template restoration for chat templates that need DOM access