Skip to content

Commit d83f9a1

Browse files
committed
Commit: 5c5bb0e2
1 parent 5ef1ae8 commit d83f9a1

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)