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
|