@integry/sdk 4.6.52 → 4.6.54

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.
@@ -8,8 +8,8 @@
8
8
  "type": "chrome",
9
9
  "request": "launch",
10
10
  "name": "Open Integry SDK sample code (44).html",
11
- // "file": "/Users/yasir/Downloads/Flows - Integry SDK sample (41).html"
12
- "file": "/Users/yasir/Downloads/Integry SDK sample code (50).html"
11
+ "file": "/Users/yasir/Downloads/Flows - Integry SDK sample (41).html"
12
+ // "file": "/Users/yasir/Downloads/Integry SDK sample code (51).html"
13
13
  }
14
14
  ]
15
15
  }
@@ -233,6 +233,7 @@ type RenderFlowStepOptions = {
233
233
  onFieldChangeCallback: (fieldId: string, value: any) => void;
234
234
  tagsTree: any;
235
235
  showMappingMenu?: boolean;
236
+ isReadOnly?: boolean;
236
237
  };
237
238
  type RenderMappingMenuOptions = {
238
239
  containerId: string;