@integry/sdk 4.8.4 → 4.8.6

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.
@@ -236,6 +236,7 @@ type RenderFlowStepOptions = {
236
236
  hideMappingMenu?: boolean;
237
237
  isReadOnly?: boolean;
238
238
  showMenuOnLeft?: boolean;
239
+ chatBotUI?: boolean;
239
240
  };
240
241
  type RenderMappingMenuOptions = {
241
242
  containerId: string;