From 9faf650fcf32d5ffb4ec700b142de0dc445ed80a Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 27 Mar 2025 16:40:09 +0300 Subject: [PATCH 1/2] Added strictDLCategoryExpiry property --- p-process.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/p-process.yml b/p-process.yml index 8edc2118..6ef719c0 100644 --- a/p-process.yml +++ b/p-process.yml @@ -454,6 +454,10 @@ components: type: array items: $ref: "./e-input-barcode-type.yml#/components/schemas/InputBarcodeType" + strictDLCategoryExpiry: + description: "Set to force DL categories expiry date status to either valid or not. By default, if the DL category expiry date is correct, its status will be `wasNotDone`, otherwise `error`" + type: boolean +# default: false required: - scenario From 6713ae1fd25fe92e134cfbe24f0a074fc39d7186 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Thu, 27 Mar 2025 23:45:23 +0300 Subject: [PATCH 2/2] Update p-process.yml --- p-process.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p-process.yml b/p-process.yml index 6ef719c0..8e2f3807 100644 --- a/p-process.yml +++ b/p-process.yml @@ -455,7 +455,7 @@ components: items: $ref: "./e-input-barcode-type.yml#/components/schemas/InputBarcodeType" strictDLCategoryExpiry: - description: "Set to force DL categories expiry date status to either valid or not. By default, if the DL category expiry date is correct, its status will be `wasNotDone`, otherwise `error`" + description: "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 # default: false required: