@integry/sdk 4.7.55 → 4.7.57

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.
@@ -232,6 +232,7 @@ type RenderFlowStepOptions = {
232
232
  onFieldChangeCallback: (fieldId: string, value: any) => void;
233
233
  tagsTree: any;
234
234
  showMappingMenu?: boolean;
235
+ hideMappingMenu?: boolean;
235
236
  isReadOnly?: boolean;
236
237
  showMenuOnLeft?: boolean;
237
238
  };