@integry/sdk 4.7.17 → 4.7.20

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,10 +8,10 @@
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"
11
+ "file": "/Users/yasir/Downloads/Flows - Integry SDK sample (41).html"
12
12
  // "file": "/Users/yasir/Downloads/CF User - MUST DELETE.html"
13
13
  // "file": "/Users/yasir/Downloads/Flows of an app - Integry SDK sample (Thryv 7) For All (2).html"
14
- "file": "/Users/yasir/Downloads/Integry SDK sample code (64).html"
14
+ // "file": "/Users/yasir/Downloads/Integry SDK sample code (64).html"
15
15
  }
16
16
  ]
17
17
  }
@@ -403,6 +403,7 @@ interface UiField {
403
403
  type_key_path?: string;
404
404
  title_key_path?: string;
405
405
  id_key_path?: string;
406
+ is_required_key_path?: string;
406
407
  }
407
408
  interface TemplateField {
408
409
  id: number;