digicust_types 1.8.143 → 1.8.145

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",