@integry/sdk 4.3.14 → 4.3.16

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.
@@ -561,6 +561,7 @@ declare class IntegryJS {
561
561
  invokeFunction: (functionDetails: any) => Promise<Record<any, any>>;
562
562
  connect: (appName: string) => Promise<any>;
563
563
  disconnect: (authorizationId: number) => Promise<any>;
564
+ isConnected: (appName: string) => Promise<any>;
564
565
  /**
565
566
  * Render the template form we ship
566
567
  * @param data