@livechat/platform-workflows 0.0.81 → 0.0.83

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/dist/index.d.mts CHANGED
@@ -6,6 +6,7 @@ type WorkflowsConfig = Config & {
6
6
  isHeadless: boolean;
7
7
  workflowsAppId: string;
8
8
  workflowsWebhooksAppId: string;
9
+ isLiveChatMode: boolean;
9
10
  aiAgentId: string;
10
11
  pusherKey: string;
11
12
  amplitudeKey: string;
@@ -21,7 +22,7 @@ interface LoginErrorPageProps {
21
22
  welcomeImage: React.ReactNode;
22
23
  onAuthorize: () => void;
23
24
  }
24
- declare function LoginErrorPage({ errorImage, welcomeImage, onAuthorize, }: LoginErrorPageProps): JSX.Element;
25
+ declare function LoginErrorPage({ errorImage, welcomeImage, onAuthorize }: LoginErrorPageProps): JSX.Element;
25
26
 
26
27
  interface WorkflowsModuleProps {
27
28
  waitlistImage: React$1.ReactNode;
package/dist/index.d.ts CHANGED
@@ -6,6 +6,7 @@ type WorkflowsConfig = Config & {
6
6
  isHeadless: boolean;
7
7
  workflowsAppId: string;
8
8
  workflowsWebhooksAppId: string;
9
+ isLiveChatMode: boolean;
9
10
  aiAgentId: string;
10
11
  pusherKey: string;
11
12
  amplitudeKey: string;
@@ -21,7 +22,7 @@ interface LoginErrorPageProps {
21
22
  welcomeImage: React.ReactNode;
22
23
  onAuthorize: () => void;
23
24
  }
24
- declare function LoginErrorPage({ errorImage, welcomeImage, onAuthorize, }: LoginErrorPageProps): JSX.Element;
25
+ declare function LoginErrorPage({ errorImage, welcomeImage, onAuthorize }: LoginErrorPageProps): JSX.Element;
25
26
 
26
27
  interface WorkflowsModuleProps {
27
28
  waitlistImage: React$1.ReactNode;