@integry/sdk 3.9.0 → 3.9.1-beta.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.
package/CHANGELOG_INTERNAL.md
CHANGED
|
@@ -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.1] - 2023-10-24
|
|
10
|
+
|
|
11
|
+
## Fixed
|
|
12
|
+
|
|
13
|
+
- Fixed the search not working properly for flows listing.
|
|
14
|
+
|
|
9
15
|
## [3.9.0] - 2023-10-24
|
|
10
16
|
|
|
11
17
|
## Changed
|
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -315,7 +315,12 @@ interface TemplateField {
|
|
|
315
315
|
regex_msg: string | null;
|
|
316
316
|
is_visible: boolean;
|
|
317
317
|
app_user_data?: {
|
|
318
|
-
app_user:
|
|
318
|
+
app_user:
|
|
319
|
+
/**
|
|
320
|
+
* Render the template form we ship
|
|
321
|
+
* @param data
|
|
322
|
+
*/
|
|
323
|
+
number;
|
|
319
324
|
id: number;
|
|
320
325
|
value: string | number;
|
|
321
326
|
is_changed: boolean;
|