From c3f682f4d2810bf6bd679840505097123f58eb74 Mon Sep 17 00:00:00 2001 From: Artsiom Tsybulko Date: Tue, 1 Jul 2025 15:57:09 +0300 Subject: [PATCH] 40316 - update TextFieldType enum --- e-text-field-type.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/e-text-field-type.yml b/e-text-field-type.yml index e93d74ac..944fda2e 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -652,6 +652,8 @@ components: - 695 - 696 - 697 + - 698 + - 699 x-enum-descriptions: - "Document class code" - "Issuing state code" @@ -1300,6 +1302,8 @@ components: - "MVC Agency" - "Issuing state code (Alpha-2)" - "Nationality code (Alpha-2)" + - "First issue date check digit" + - "First issue date checksum" x-enum-varnames: - "DOCUMENT_CLASS_CODE" - "ISSUING_STATE_CODE" @@ -1948,3 +1952,5 @@ components: - "FT_MVC_AGENCY" - "FT_ISSUING_STATE_CODE_ALPHA2" - "FT_NATIONALITY_CODE_ALPHA2" + - "FT_FIRST_ISSUE_DATE_CHECK_DIGIT" + - "FT_FIRST_ISSUE_DATE_CHECKSUM"