@integry/sdk 4.8.71 → 4.8.73

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.
@@ -263,6 +263,7 @@ type RenderFlowStepOptions = {
263
263
  tagsComponent?: any;
264
264
  onFieldChangeCallback: (fieldId: string, value: any) => void;
265
265
  tagsTree: any;
266
+ variables?: Record<string, any>;
266
267
  showMappingMenu?: boolean;
267
268
  hideMappingMenu?: boolean;
268
269
  isReadOnly?: boolean;