From 1e46eeb427222af25f0c7a22331fe4f88d0862b3 Mon Sep 17 00:00:00 2001 From: Vladislav Yakimchik <31860804+vyakimchik@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:24:00 +0300 Subject: [PATCH] Added ft_Short_Flight_Number and ft_Airline_Code --- 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 fea1aed3..82642c55 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -646,6 +646,8 @@ components: - 690 - 691 - 692 + - 693 + - 694 x-enum-descriptions: - "Document class code" - "Issuing state code" @@ -1289,6 +1291,8 @@ components: - "Digital Travel Authorization Number" - "Date of First Positive Test Result" - "EF.CardAccess" + - "Short flight number" + - "Airline code" x-enum-varnames: - "DOCUMENT_CLASS_CODE" - "ISSUING_STATE_CODE" @@ -1932,3 +1936,5 @@ components: - "FT_DIGITAL_TRAVEL_AUTHORIZATION_NUMBER" - "FT_DATE_OF_FIRST_POSITIVE_TEST_RESULT" - "EF_CARD_ACCESS" + - "SHORT_FLIGHT_NUMBER" + - "AIRLINE_CODE"