diff --git a/e-text-field-type.yml b/e-text-field-type.yml index 944fda2e..9aa9b509 100644 --- a/e-text-field-type.yml +++ b/e-text-field-type.yml @@ -654,6 +654,7 @@ components: - 697 - 698 - 699 + - 700 x-enum-descriptions: - "Document class code" - "Issuing state code" @@ -1304,6 +1305,7 @@ components: - "Nationality code (Alpha-2)" - "First issue date check digit" - "First issue date checksum" + - "Age over NN" x-enum-varnames: - "DOCUMENT_CLASS_CODE" - "ISSUING_STATE_CODE" @@ -1954,3 +1956,4 @@ components: - "FT_NATIONALITY_CODE_ALPHA2" - "FT_FIRST_ISSUE_DATE_CHECK_DIGIT" - "FT_FIRST_ISSUE_DATE_CHECKSUM" + - "FT_AGE_OVER_NN" diff --git a/rt.yml b/rt.yml index 3752c531..c3578784 100644 --- a/rt.yml +++ b/rt.yml @@ -47,6 +47,8 @@ components: - 104 - 105 - 109 + - 120 + - 121 x-enum-descriptions: - "Contains cropped and rotated with perspective compensation image of document. Single input image can contain multiple document side/pages, which will be returned as separated results. Most of coordinates in other types defined on that image" - "Contains MRZ OCR results" @@ -84,6 +86,8 @@ components: - "Contains RFID binary data" - "Contains RFID original graphics data" - "Digital Travel Credential data" + - "Contains mDL raw response" + - "Contains mDL parsed response" x-enum-varnames: - "DOCUMENT_IMAGE" - "MRZ_TEXT" @@ -121,6 +125,8 @@ components: - "RFID_BINARY_DATA" - "RFID_ORIGINAL_GRAPHICS" - "DTC_VC" + - "MDL_DEVICE_RAW_RESPONSE" + - "MDL_DEVICE_PARSED_RESPONSE" ResultItem: title: "ResultItem"