@integry/sdk 4.6.52 → 4.6.53

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
+ isReadOnly?: boolean;
235
236
  };
236
237
  type RenderMappingMenuOptions = {
237
238
  containerId: string;