@deepdesk/deepdesk-sdk 18.2.1-beta.15 → 18.2.1-beta.17

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
@@ -1323,6 +1323,7 @@ interface State$2 {
1323
1323
  loginFetchState: FetchState;
1324
1324
  verifyFetchState: FetchState;
1325
1325
  showLoginOverlay: boolean;
1326
+ loginError: string | null;
1326
1327
  }
1327
1328
 
1328
1329
  type State$1 = {
@@ -1724,6 +1725,9 @@ declare const styles$5: {
1724
1725
  readonly "hintsHidden": string;
1725
1726
  readonly "isCollapsed": string;
1726
1727
  readonly "isInline": string;
1728
+ readonly "loginError": string;
1729
+ readonly "loginErrorDismiss": string;
1730
+ readonly "loginErrorMessage": string;
1727
1731
  readonly "root": string;
1728
1732
  readonly "toggleButton": string;
1729
1733
  readonly "toggleButtonWrapper": string;
package/dist/index.d.ts CHANGED
@@ -1323,6 +1323,7 @@ interface State$2 {
1323
1323
  loginFetchState: FetchState;
1324
1324
  verifyFetchState: FetchState;
1325
1325
  showLoginOverlay: boolean;
1326
+ loginError: string | null;
1326
1327
  }
1327
1328
 
1328
1329
  type State$1 = {
@@ -1724,6 +1725,9 @@ declare const styles$5: {
1724
1725
  readonly "hintsHidden": string;
1725
1726
  readonly "isCollapsed": string;
1726
1727
  readonly "isInline": string;
1728
+ readonly "loginError": string;
1729
+ readonly "loginErrorDismiss": string;
1730
+ readonly "loginErrorMessage": string;
1727
1731
  readonly "root": string;
1728
1732
  readonly "toggleButton": string;
1729
1733
  readonly "toggleButtonWrapper": string;