Skip to content

Commit 0683a2f

Browse files
committed
Commit: 6f759870
1 parent c62aab0 commit 0683a2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

regula/documentreader/webclient/gen/models/text_field_type.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,8 @@ class TextFieldType(int, Enum):
665665
FT_MVC_AGENCY = 695
666666
FT_ISSUING_STATE_CODE_ALPHA2 = 696
667667
FT_NATIONALITY_CODE_ALPHA2 = 697
668+
FT_FIRST_ISSUE_DATE_CHECK_DIGIT = 698
669+
FT_FIRST_ISSUE_DATE_CHECKSUM = 699
668670

669671
@classmethod
670672
def from_json(cls, json_str: str) -> Self:

0 commit comments

Comments
 (0)