@integry/sdk 4.8.45 → 4.8.47

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