digicust_types 1.7.451 → 1.7.452

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.
@@ -108,6 +108,7 @@ export interface ExecutionStrategy {
108
108
  noDocumentsOnHead?: boolean;
109
109
  packagesOnFirstLineItemOnly?: boolean;
110
110
  aggregateItems?: boolean;
111
+ template?: string;
111
112
  };
112
113
  } | {
113
114
  active?: boolean;
@@ -130,6 +131,7 @@ export interface ExecutionStrategy {
130
131
  "user-name"?: string;
131
132
  password?: string;
132
133
  endpoint?: string;
134
+ template?: string;
133
135
  };
134
136
  };
135
137
  events: Event[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.451",
3
+ "version": "1.7.452",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",