@integry/sdk 4.1.41 → 4.1.43

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,7 +13,7 @@
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/Flows%20-%20Integry%20SDK%20sample%20(34).html",
16
- "url": "file:////Users/yasir/Downloads/Apps - Integry SDK sample (9).html",
16
+ "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
17
17
  "webRoot": "${workspaceFolder}/src"
18
18
  }
19
19
  ]
@@ -346,6 +346,7 @@ interface TemplateField {
346
346
  allow_tags_in_text: boolean;
347
347
  is_default_value_auto_mapped?: boolean;
348
348
  source_flow_integration_invocation_url?: string;
349
+ is_multiselect?: boolean;
349
350
  }
350
351
  interface TemplateStep {
351
352
  id: number;