@integry/sdk 4.3.9 → 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.
@@ -13,7 +13,7 @@
13
13
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample-23.html",
14
14
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(33).html",
15
15
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(34).html",
16
- "url": "file:////Users/yasir/Downloads/Integry SDK sample code (9).html",
16
+ "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
17
17
  "webRoot": "${workspaceFolder}/src"
18
18
  }
19
19
  ]
@@ -557,6 +557,10 @@ declare class IntegryJS {
557
557
  versionId?: number;
558
558
  viewStyle?: string;
559
559
  }) => void;
560
+ renderFunctionUI: (functionName: string, functionArguments: any, connectedAccountId: string) => Promise<Record<any, any>>;
561
+ invokeFunction: (functionDetails: any) => Promise<Record<any, any>>;
562
+ connect: (appName: string) => Promise<any>;
563
+ disconnect: (authorizationId: number) => Promise<any>;
560
564
  /**
561
565
  * Render the template form we ship
562
566
  * @param data