@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.
@@ -557,12 +557,10 @@ 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>>;
560
+ renderFunctionUI: (functionName: string, functionArguments: any, connectedAccountId: string) => Promise<Record<any, any>>;
561
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>>;
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