digicust_types 1.8.290 → 1.8.291

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,7 @@ export interface ExecutionStrategy {
49
49
  sendToFallbackEngine?: boolean;
50
50
  remarks?: string;
51
51
  ignoreLineItems?: boolean;
52
+ ignore?: boolean;
52
53
  }[];
53
54
  onlyConsiderFirstAndLastPage?: boolean;
54
55
  };
@@ -95,6 +96,9 @@ export interface ExecutionStrategy {
95
96
  /** Determines whether or not data from incoming emails are extracted and normalized.
96
97
  * @default false */
97
98
  normalizeEmailDocuments?: boolean;
99
+ normalizeEmailDocumentsOptions?: {
100
+ remarks?: string;
101
+ };
98
102
  /** Determines whether trade preference shall be invalidated if wording or spelling is wrong */
99
103
  checkTradePreferenceForWording?: boolean;
100
104
  /** Default: Assume origin from preference. Set to true to mitigate this behavior */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.290",
3
+ "version": "1.8.291",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",