diff --git a/src/models/process-params.ts b/src/models/process-params.ts index dcb52ad4..e071d54b 100644 --- a/src/models/process-params.ts +++ b/src/models/process-params.ts @@ -393,6 +393,12 @@ export interface ProcessParams { * @memberof ProcessParams */ doBarcodes?: Array; + /** + * 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. + * @type {boolean} + * @memberof ProcessParams + */ + strictDLCategoryExpiry?: boolean; }