diff --git a/src/models/text-field-type.ts b/src/models/text-field-type.ts index ced4cca..29ef31d 100644 --- a/src/models/text-field-type.ts +++ b/src/models/text-field-type.ts @@ -2601,7 +2601,15 @@ export enum TextFieldType { /** * Nationality code (Alpha-2) */ - FT_NATIONALITY_CODE_ALPHA2 = 697 + FT_NATIONALITY_CODE_ALPHA2 = 697, + /** + * First issue date check digit + */ + FT_FIRST_ISSUE_DATE_CHECK_DIGIT = 698, + /** + * First issue date checksum + */ + FT_FIRST_ISSUE_DATE_CHECKSUM = 699 }