@integry/sdk 4.8.95 → 4.8.97

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