@integry/sdk 4.8.3 → 4.8.4

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.
@@ -711,7 +711,7 @@ declare class IntegryJS {
711
711
  showFunctionUI: (functionName: string, functionArguments?: {
712
712
  [key: string]: any;
713
713
  }, connectedAccountId?: string | undefined, isReadOnly?: boolean) => Promise<Record<any, any>>;
714
- showFunction: (functionName: string, options?: ShowFunctionOptions, renderMode?: RenderModes, containerId?: string | undefined) => Promise<Record<any, any>>;
714
+ showFunction: (functionName: string, options?: ShowFunctionOptions, renderMode?: RenderModes, containerId?: string | undefined, chatBotUI?: boolean) => Promise<Record<any, any>>;
715
715
  invokeFunction: (functionName: string, params: {
716
716
  [key: string]: any;
717
717
  }, connectedAccountId: string) => Promise<Record<any, any>>;