@integry/sdk 4.8.95 → 4.8.96

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.
@@ -334,6 +334,7 @@ type RenderFunctionFormOptions = {
334
334
  label?: string;
335
335
  description?: string;
336
336
  enableExpandedTextarea?: boolean;
337
+ variables?: Record<string, any>;
337
338
  };
338
339
  type RenderMappingMenuOptions = {
339
340
  containerId: string;