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