digicust_types 1.8.284 → 1.8.285

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,7 +48,9 @@ export interface ExecutionStrategy {
48
48
  documentType?: DigicustDocumentType | null;
49
49
  sendToFallbackEngine?: boolean;
50
50
  remarks?: string;
51
+ ignoreLineItems?: boolean;
51
52
  }[];
53
+ onlyConsiderFirstAndLastPage?: boolean;
52
54
  };
53
55
  /**
54
56
  * Whether to classify using dexter classification or let user manually classify
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.284",
3
+ "version": "1.8.285",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",