From d83f9a16f6256b542db44c2d279255bad4c41a2f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 28 Mar 2025 07:43:38 +0000 Subject: [PATCH] Commit: 5c5bb0e2 --- src/models/process-params.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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; }