Skip to content

Commit e5e6a02

Browse files
Merge pull request #219 from regulaforensics/develop
Develop -> Stable
2 parents 6ca0136 + 705e468 commit e5e6a02

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)