digicust_types 1.7.513 → 1.7.515

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.
@@ -32,6 +32,7 @@ export interface ExecutionStrategy {
32
32
  engine?: "default" | "dexter_experimental";
33
33
  engineSpecification?: string;
34
34
  promptRemarks?: string;
35
+ requireManualClassification?: boolean;
35
36
  exportOnConfirmedStrategy?: boolean;
36
37
  queueMapping?: {
37
38
  documentType: DigicustDocumentType;
@@ -156,6 +157,7 @@ export interface ExecutionStrategy {
156
157
  endpoint?: string;
157
158
  template?: string;
158
159
  aggregateItems?: boolean;
160
+ duplicateBTIsInAdditionalInformationField?: boolean;
159
161
  };
160
162
  };
161
163
  events: Event[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.7.513",
3
+ "version": "1.7.515",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",