From 7ab565e7b0b35b1c78df9d2e8798b1c02a358754 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Tue, 18 Mar 2025 09:24:58 +0300 Subject: [PATCH 1/2] Added checkDynaprint --- p-process.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/p-process.yml b/p-process.yml index f09fbcfc..9f5e187e 100644 --- a/p-process.yml +++ b/p-process.yml @@ -586,11 +586,17 @@ components: type: boolean description: "This parameter is used to enable LetterScreen check" # default: false + checkSecurityText: type: boolean description: "This parameter is used to enable Security text check" # default: true + checkDynaprint: + type: boolean + description: "This parameter is used to enable Dynaprint check" + # default: true + LivenessParams: type: object From acbebfbb939edca521b7d221541ef48298cc00bb Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Tue, 18 Mar 2025 09:26:03 +0300 Subject: [PATCH 2/2] Update p-process.yml --- p-process.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/p-process.yml b/p-process.yml index 9f5e187e..8edc2118 100644 --- a/p-process.yml +++ b/p-process.yml @@ -586,17 +586,11 @@ components: type: boolean description: "This parameter is used to enable LetterScreen check" # default: false - checkSecurityText: type: boolean description: "This parameter is used to enable Security text check" # default: true - checkDynaprint: - type: boolean - description: "This parameter is used to enable Dynaprint check" - # default: true - LivenessParams: type: object @@ -621,6 +615,10 @@ components: type: boolean description: "This parameter is used to enable Black and white copy check" # default: true + checkDynaprint: + type: boolean + description: "This parameter is used to enable Dynaprint check" + # default: true MeasureSystem: type: integer