@integry/sdk 4.6.18 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@integry/sdk",
3
- "version": "4.6.18",
3
+ "version": "4.6.19",
4
4
  "description": "Integry SDK",
5
5
  "main": "dist/umd/index.umd.js",
6
6
  "module": "dist/esm/index.csm.js",
@@ -296,7 +296,7 @@ export type RenderFlowStepOptions = {
296
296
  tagsComponent?: any;
297
297
  onFieldChangeCallback: (fieldId: string, value: any) => void;
298
298
  tagsTree: any;
299
- showMappingMenu: boolean;
299
+ showMappingMenu?: boolean;
300
300
  };
301
301
  export type ShowFunctionOptions = {
302
302
  params?: Record<string, any>;