@integry/sdk 4.3.10 → 4.3.11
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/esm/index.csm.d.ts
CHANGED
|
@@ -557,12 +557,10 @@ declare class IntegryJS {
|
|
|
557
557
|
versionId?: number;
|
|
558
558
|
viewStyle?: string;
|
|
559
559
|
}) => void;
|
|
560
|
-
|
|
560
|
+
renderFunctionUI: (functionName: string, functionArguments: any, connectedAccountId: string) => Promise<Record<any, any>>;
|
|
561
561
|
invokeFunction: (functionDetails: any) => Promise<Record<any, any>>;
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
*/
|
|
565
|
-
getFunctionDetails: (functionName: string, connectedAccountId: string) => Promise<Record<any, any>>;
|
|
562
|
+
connect: (appName: string) => Promise<any>;
|
|
563
|
+
disconnect: (authorizationId: number) => Promise<any>;
|
|
566
564
|
/**
|
|
567
565
|
* Render the template form we ship
|
|
568
566
|
* @param data
|