Skip to content

Commit 705e468

Browse files
Merge pull request #218 from regulaforensics/5c5bb0e2
Commit: 5c5bb0e2
2 parents 5ef1ae8 + d83f9a1 commit 705e468

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/models/process-params.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,12 @@ export interface ProcessParams {
393393
* @memberof ProcessParams
394394
*/
395395
doBarcodes?: Array<InputBarcodeType>;
396+
/**
397+
* Set to force DL categories expiry date to affect the overall status or not. As documents usually have their own date of expiry, which might be less or greater than category expiry date, this might be handy for specific cases.
398+
* @type {boolean}
399+
* @memberof ProcessParams
400+
*/
401+
strictDLCategoryExpiry?: boolean;
396402
}
397403

398404

0 commit comments

Comments
 (0)