@integry/sdk 4.3.9 → 4.3.10

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,12 @@ declare class IntegryJS {
557
557
  versionId?: number;
558
558
  viewStyle?: string;
559
559
  }) => void;
560
+ renderUI: (functionName: string, functionArguments: any, connectedAccountId: string) => Promise<Record<any, any>>;
561
+ invokeFunction: (functionDetails: any) => Promise<Record<any, any>>;
562
+ /**
563
+ * implement getFunctionDetails to return static example response to test with
564
+ */
565
+ getFunctionDetails: (functionName: string, connectedAccountId: string) => Promise<Record<any, any>>;
560
566
  /**
561
567
  * Render the template form we ship
562
568
  * @param data