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