@lumiapassport/ui-kit 1.14.9 → 1.14.10

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.cts CHANGED
@@ -615,12 +615,14 @@ declare class IframeManager {
615
615
  /**
616
616
  * Get trusted apps for user
617
617
  */
618
- getTrustedApps(userId: string): Promise<Array<{
618
+ getTrustedApps(userId: string): Promise<{
619
619
  userId: string;
620
620
  projectId: string;
621
621
  origin: string;
622
622
  trustedAt: number;
623
- }>>;
623
+ appName?: string;
624
+ appLogo?: string;
625
+ }[]>;
624
626
  /**
625
627
  * Remove app from trusted list
626
628
  */
package/dist/index.d.ts CHANGED
@@ -615,12 +615,14 @@ declare class IframeManager {
615
615
  /**
616
616
  * Get trusted apps for user
617
617
  */
618
- getTrustedApps(userId: string): Promise<Array<{
618
+ getTrustedApps(userId: string): Promise<{
619
619
  userId: string;
620
620
  projectId: string;
621
621
  origin: string;
622
622
  trustedAt: number;
623
- }>>;
623
+ appName?: string;
624
+ appLogo?: string;
625
+ }[]>;
624
626
  /**
625
627
  * Remove app from trusted list
626
628
  */