@integry/sdk 4.3.14 → 4.3.15

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.
@@ -551,6 +551,7 @@ declare class IntegryJS {
551
551
  invokeFunction: (functionDetails: any) => Promise<Record<any, any>>;
552
552
  connect: (appName: string) => Promise<any>;
553
553
  disconnect: (authorizationId: number) => Promise<any>;
554
+ isConnected: (appName: string) => Promise<any>;
554
555
  /**
555
556
  * Render the template form we ship
556
557
  * @param data