@integry/sdk 3.8.2-beta.1 → 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
@@ -315,12 +315,7 @@ interface TemplateField {
315
315
  regex_msg: string | null;
316
316
  is_visible: boolean;
317
317
  app_user_data?: {
318
- app_user:
319
- /**
320
- * Render the template form we ship
321
- * @param data
322
- */
323
- number;
318
+ app_user: number;
324
319
  id: number;
325
320
  value: string | number;
326
321
  is_changed: boolean;