From 5959e3c311a9cdc095b24d8255e5436482c81796 Mon Sep 17 00:00:00 2001 From: Danila Kislitsyn <59931607+dangost@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:26:55 +0300 Subject: [PATCH] [BE-126] add new text types (#57) Co-authored-by: Hleb Albau --- e-text-field-type.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/e-text-field-type.yml b/e-text-field-type.yml index e2ff3d7..1369ecd 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -575,6 +575,9 @@ components: - 622 - 623 - 624 + - 625 + - 626 + - 627 x-enum-descriptions: - 'Document class code' - 'Issuing country document code in accordance with the standard ISO 3166-1 (ICAO, document 9303)' @@ -1146,6 +1149,9 @@ components: - 'Validity date of CA driver’s license' - 'Expiration date of CA driver’s license' - 'Restrictions for CA driver’s license' + - 'Citizenship Status' + - 'Military Service From' + - 'Military Service To' x-enum-varnames: - 'DOCUMENT_CLASS_CODE' - 'ISSUING_STATE_CODE' @@ -1716,4 +1722,7 @@ components: - 'DL_CLASS_CODE_R_NOTES' - 'DL_CLASS_CODE_CA_FROM' - 'DL_CLASS_CODE_CA_TO' - - 'DL_CLASS_CODE_CA_NOTES' \ No newline at end of file + - 'DL_CLASS_CODE_CA_NOTES' + - 'CITIZENSHIP_STATUS' + - 'MILITARY_SERVICE_FROM' + - 'MILITARY_SERVICE_TO'