Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion src/models/text-field-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down