digicust_types 1.8.143 → 1.8.145

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.
@@ -8,6 +8,10 @@ export interface Workflow<T> {
8
8
  * Needs to be a string, even if value is of a different type.
9
9
  */
10
10
  searchValue?: string;
11
+ /**
12
+ * Template value which was used to generate the value
13
+ */
14
+ templateValue?: string;
11
15
  /**
12
16
  * Encoded user (username, userId, etc.)
13
17
  * @deprecated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.143",
3
+ "version": "1.8.145",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",