@integry/sdk 3.7.5 → 3.7.7

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.
@@ -5,57 +5,69 @@ All notable changes to this project will be documented in this file.
5
5
  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
- ## [3.7.4] - 2023-09-11
8
+ ## [3.7.7] - 2023-09-19
9
+
10
+ ### Added
11
+
12
+ - Added support for deployment ID for legacy users. When a deployment ID is provided to the SDK, only `Published` flows will be listed.
13
+
14
+ ## [3.7.6] - 2023-09-18
15
+
16
+ ### Changed
17
+
18
+ - Updated SDK button color to Integry blue.
19
+
20
+ ## [3.7.4] - 2023-09-18
9
21
 
10
22
  ### Changed
11
23
 
12
- - Made deployment ID opetional in SDK config.
24
+ - Made deployment ID optional in SDK config.
13
25
 
14
- ## [3.7.2] - 2023-09-11
26
+ ## [3.7.2] - 2023-09-18
15
27
 
16
28
  ### Added
17
29
 
18
- - Refresh SDK when authorization is deleted using `removeAuthorization` funtion.
30
+ - Refreshed SDK when authorization is deleted using the `removeAuthorization` function.
19
31
 
20
- ## [3.7.1] - 2023-09-11
32
+ ## [3.7.1] - 2023-09-14
21
33
 
22
34
  ### Added
23
35
 
24
- - Added ‘Did-app-load when App loading is completed
36
+ - Added 'did-app-load' event when App loading is completed.
25
37
 
26
- ## [3.6.9] - 2023-09-11
38
+ ## [3.6.9] - 2023-09-15
27
39
 
28
40
  ### Added
29
41
 
30
- - Added function called `removeAuthorization` to deleted end-user authorization.
42
+ - Added a function called `removeAuthorization` to delete end-user authorization.
31
43
 
32
- ## [3.6.7] - 2023-09-11
44
+ ## [3.6.7] - 2023-09-09
33
45
 
34
46
  ### Changed
35
47
 
36
- - Changes Button label to "Setup" for "Save and Execute Later" ON-Demand Flow.
48
+ - Changed button label to "Setup" for "Save and Execute Later" On-Demand Flow.
37
49
 
38
50
  ## [3.6.3] - 2023-09-08
39
51
 
40
52
  ### Fixed
41
53
 
42
- - Hide Tooltip on Flow setup button after account verification is completed
54
+ - Hidden Tooltip on Flow setup button after account verification is completed.
43
55
 
44
56
  ## [3.6.2] - 2023-09-08
45
57
 
46
58
  ### Added
47
59
 
48
- - Support to execute On-Demand Flow on save if Flow is configured as "Save and Execute"
49
- - Objects passed in SDK configuration will be used as payload when executing On-Demand Flow
60
+ - Added support to execute On-Demand Flow on save if Flow is configured as "Save and Execute."
61
+ - Objects passed in SDK configuration will be used as a payload when executing On-Demand Flow.
50
62
 
51
63
  ## [3.6.1] - 2023-09-08
52
64
 
53
65
  ### Fixed
54
66
 
55
- - UI Issues
67
+ - Minor UI Fixes.
56
68
 
57
69
  ## [3.6.0] - 2023-09-07
58
70
 
59
71
  ### Added
60
72
 
61
- - Support for SDK to accept Objects in SDK configuration for Incoming Webhook. These Object will be used for field mapping
73
+ - Added support for SDK to accept Objects in SDK configuration for Incoming Webhook. These Objects will be used for field mapping.
@@ -361,6 +361,7 @@ interface InitConfig {
361
361
  showTemplates?: boolean;
362
362
  skipOnDemand?: boolean;
363
363
  skipAccountConnectionOnLoad?: boolean;
364
+ deploymentIdFromConfig?: number;
364
365
  }
365
366
  interface MarketplaceConfig {
366
367
  containerId: string;