@integry/sdk 4.7.47 → 4.7.48

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.
@@ -697,7 +697,7 @@ declare class IntegryJS {
697
697
  showFunctionUI: (functionName: string, functionArguments?: {
698
698
  [key: string]: any;
699
699
  }, connectedAccountId?: string | undefined) => Promise<Record<any, any>>;
700
- showFunction: (functionName: string, options?: ShowFunctionOptions) => Promise<Record<any, any>>;
700
+ showFunction: (functionName: string, options?: ShowFunctionOptions, renderMode?: RenderModes, containerId?: string | undefined) => Promise<Record<any, any>>;
701
701
  invokeFunction: (functionName: string, params: {
702
702
  [key: string]: any;
703
703
  }, connectedAccountId: string) => Promise<Record<any, any>>;