From 25092242cb66ef94a3f0e416a470c55080d00130 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 17 Jul 2025 16:30:59 +0300 Subject: [PATCH 1/2] 41498 - update ResourceType enum --- e-rfid-pkd-resourcetype.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/e-rfid-pkd-resourcetype.yml b/e-rfid-pkd-resourcetype.yml index d8f2f79e..4f6d310c 100644 --- a/e-rfid-pkd-resourcetype.yml +++ b/e-rfid-pkd-resourcetype.yml @@ -14,6 +14,8 @@ components: - 5 - 6 - 7 + - 8 + - 9 x-enum-varnames: - "CERTIFICATE_PA" - "CERTIFICATE_TA" @@ -23,6 +25,8 @@ components: - "DEFL" - "DEVL" - "BL" + - "EAC_LDIF" + - "EAC_ML" x-enum-descriptions: - "Certificate file contents (.pem, .cer, .crt, .der)" - "Certificate file contents (.cvcert) and private key file contents (.pkcs8)" @@ -32,3 +36,5 @@ components: - "Defect List (.dl, .dls, .dfl)" - "Deviance List (.dl, .dls, .dvl)" - "Black List (.bl, .bls)" + - "LDIF file contents for TA" + - "Master List with CV certificates for TA" From ddd080c4a72c9b9946a65a62455dcccbb01f97ce Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Thu, 17 Jul 2025 16:56:30 +0300 Subject: [PATCH 2/2] 41498 - update ResourceType enum --- e-rfid-pkd-resourcetype.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e-rfid-pkd-resourcetype.yml b/e-rfid-pkd-resourcetype.yml index 4f6d310c..d6e542c9 100644 --- a/e-rfid-pkd-resourcetype.yml +++ b/e-rfid-pkd-resourcetype.yml @@ -25,8 +25,8 @@ components: - "DEFL" - "DEVL" - "BL" - - "EAC_LDIF" - - "EAC_ML" + - "LDIF_TA" + - "ML_TA" x-enum-descriptions: - "Certificate file contents (.pem, .cer, .crt, .der)" - "Certificate file contents (.cvcert) and private key file contents (.pkcs8)"