@integry/sdk 3.8.2 → 3.9.0

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.
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
 
9
+ ## [3.9.0] - 2023-10-24
10
+
11
+ ## Changed
12
+
13
+ - Changed the sequence of flow setup form to show all connect screens first.
14
+
9
15
  ## [3.7.18] - 2023-10-04
10
16
 
11
17
  ## Added
@@ -323,6 +323,10 @@ interface TemplateField {
323
323
  }[];
324
324
  added_in_mapping?: boolean;
325
325
  field_mapping_source?: string;
326
+ is_mappable: boolean;
327
+ is_editable: boolean;
328
+ allow_tags_in_text: boolean;
329
+ is_default_value_auto_mapped?: boolean;
326
330
  }
327
331
  interface TemplateStep {
328
332
  id: number;
@@ -359,6 +363,7 @@ interface InitConfig {
359
363
  skipOnDemand?: boolean;
360
364
  skipAccountConnectionOnLoad?: boolean;
361
365
  deploymentIdFromConfig?: number;
366
+ testMultipurpose?: boolean;
362
367
  }
363
368
  interface MarketplaceConfig {
364
369
  containerId: string;