@koredev/kore-web-sdk 11.15.0-rc.fafce7b → 11.15.1-rc.4cd37be

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.
@@ -10,6 +10,8 @@ declare class AgentDesktopPlugin {
10
10
  isTabActive: boolean;
11
11
  isReadRecipetSent: boolean;
12
12
  isAgentConnected: boolean;
13
+ isTPAgentConnected: boolean;
14
+ TMsgData: any;
13
15
  authInfo: any;
14
16
  cobrowseSession: any;
15
17
  constructor(config?: any);
@@ -21,5 +23,6 @@ declare class AgentDesktopPlugin {
21
23
  removeEmptyBubblesInTemplate(): void;
22
24
  getAuthInfo(data: any): void;
23
25
  validateOTP(otp: string): void;
26
+ manageAgentBranding(type: string): void;
24
27
  }
25
28
  export default AgentDesktopPlugin;