@integry/sdk 4.6.75 → 4.6.76

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.
@@ -9,7 +9,7 @@
9
9
  "request": "launch",
10
10
  "name": "Open Integry SDK sample code (44).html",
11
11
  "file": "/Users/yasir/Downloads/Flows - Integry SDK sample (41).html"
12
- // "file": "/Users/yasir/Downloads/Integry SDK sample code (60).html"
12
+ // "file": "/Users/yasir/Downloads/function-sdk Zendesk.html"
13
13
  }
14
14
  ]
15
15
  }
@@ -393,6 +393,9 @@ interface UiField {
393
393
  type: string;
394
394
  value_key_path: string;
395
395
  data_source: UiFieldDataSource;
396
+ type_key_path?: string;
397
+ title_key_path?: string;
398
+ id_key_path?: string;
396
399
  }
397
400
  interface TemplateField {
398
401
  id: number;