@integry/sdk 4.6.17 → 4.6.19

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.
@@ -13,9 +13,9 @@
13
13
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample-23.html",
14
14
  // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(33).html",
15
15
  // "url": "file:////Users/yasir/Downloads/Integry SDK sample code (17).html",
16
- // "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
16
+ "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
17
17
  // "url": "file:////Users/yasir/Downloads/function-sdk (3).html",
18
- "url": "file:////Users/yasir/Downloads/function-sdk (1).html",
18
+ // "url": "file:////Users/yasir/Downloads/function-sdk (1).html",
19
19
  "webRoot": "${workspaceFolder}/src"
20
20
  }
21
21
  ]
@@ -232,6 +232,7 @@ type RenderFlowStepOptions = {
232
232
  tagsComponent?: any;
233
233
  onFieldChangeCallback: (fieldId: string, value: any) => void;
234
234
  tagsTree: any;
235
+ showMappingMenu?: boolean;
235
236
  };
236
237
  type ShowFunctionOptions = {
237
238
  params?: Record<string, any>;