@integry/sdk 4.7.47 → 4.7.49

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.
@@ -687,7 +687,7 @@ declare class IntegryJS {
687
687
  showFunctionUI: (functionName: string, functionArguments?: {
688
688
  [key: string]: any;
689
689
  }, connectedAccountId?: string | undefined) => Promise<Record<any, any>>;
690
- showFunction: (functionName: string, options?: ShowFunctionOptions) => Promise<Record<any, any>>;
690
+ showFunction: (functionName: string, options?: ShowFunctionOptions, renderMode?: RenderModes, containerId?: string | undefined) => Promise<Record<any, any>>;
691
691
  invokeFunction: (functionName: string, params: {
692
692
  [key: string]: any;
693
693
  }, connectedAccountId: string) => Promise<Record<any, any>>;