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