digicust_types 1.7.508 → 1.7.510

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.
@@ -30,6 +30,7 @@ export interface ExecutionStrategy {
30
30
  active?: boolean;
31
31
  engine?: "default" | "dexter_experimental";
32
32
  engineSpecification?: string;
33
+ promptRemarks?: string;
33
34
  exportOnConfirmedStrategy?: boolean;
34
35
  queueMapping?: {
35
36
  documentType: DigicustDocumentType;
@@ -153,6 +154,7 @@ export interface ExecutionStrategy {
153
154
  password?: string;
154
155
  endpoint?: string;
155
156
  template?: string;
157
+ aggregateItems?: boolean;
156
158
  };
157
159
  };
158
160
  events: Event[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.508",
3
+ "version": "1.7.510",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",