@integry/sdk 4.8.42 → 4.8.44

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.
@@ -274,6 +274,7 @@ type RenderFlowStepOptions = {
274
274
  }) => void;
275
275
  functionsListContainerId?: string;
276
276
  onCustomFunctionSelect?: (handler: (functionId: number | string) => void | Promise<void>) => void;
277
+ enableExpandedTextarea?: boolean;
277
278
  };
278
279
  type RenderMappingMenuOptions = {
279
280
  containerId: string;