@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.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -552,6 +552,7 @@ declare class IntegryJS {
|
|
|
552
552
|
connect: (appName: string) => Promise<any>;
|
|
553
553
|
disconnect: (appName: string, authorizationId?: number | undefined) => Promise<any>;
|
|
554
554
|
isConnected: (appName: string) => Promise<any>;
|
|
555
|
+
getFunctionSignature: (functionName: string) => Promise<any>;
|
|
555
556
|
/**
|
|
556
557
|
* Render the template form we ship
|
|
557
558
|
* @param data
|