digicust_types 1.8.372 → 1.8.373

Sign up to get free protection for your applications and to get access to all the features.
@@ -47,6 +47,8 @@ export interface ExecutionStrategy {
47
47
  classificationRemarks?: string;
48
48
  extractionRemarks?: {
49
49
  documentType?: DigicustDocumentType | null;
50
+ engine?: string;
51
+ modelId?: string;
50
52
  sendToFallbackEngine?: boolean;
51
53
  remarks?: string;
52
54
  ignoreLineItems?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digicust_types",
3
- "version": "1.8.372",
3
+ "version": "1.8.373",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",