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
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,9 @@ class TextFieldType(int, Enum):
FT_JURISDICTION_SPECIFIC_DATA = 703
FT_DATA_DATE_OF_EXPIRY = 704
FT_CONSUL = 705
DL_CLASS_CODE_B3_FROM = 706
DL_CLASS_CODE_B3_TO = 707
DL_CLASS_CODE_B3_NOTES = 708

@classmethod
def from_json(cls, json_str: str) -> Self:
Expand Down
Loading