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