@integry/sdk 4.3.23 → 4.3.24

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