@deepdesk/deepdesk-sdk 10.9.3-beta.2 → 10.9.3-beta.3

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
@@ -1539,6 +1539,8 @@ declare const styles$9: {
1539
1539
  readonly "text": string;
1540
1540
  readonly "icon": string;
1541
1541
  readonly "logo": string;
1542
+ readonly "isLoggedIn": string;
1543
+ readonly "isLoggedOut": string;
1542
1544
  readonly "lock": string;
1543
1545
  };
1544
1546
 
package/dist/index.d.ts CHANGED
@@ -1539,6 +1539,8 @@ declare const styles$9: {
1539
1539
  readonly "text": string;
1540
1540
  readonly "icon": string;
1541
1541
  readonly "logo": string;
1542
+ readonly "isLoggedIn": string;
1543
+ readonly "isLoggedOut": string;
1542
1544
  readonly "lock": string;
1543
1545
  };
1544
1546