Skip to content

Commit 8bc2b6f

Browse files
Merge pull request #299 from regulaforensics/eba8c609
Commit: eba8c609
2 parents d9bf99a + 8ade95a commit 8bc2b6f

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,16 @@ public enum TextFieldType {
19861986
FT_DATA_DATE_OF_EXPIRY(704),
19871987

19881988
/** Consul */
1989-
FT_CONSUL(705);
1989+
FT_CONSUL(705),
1990+
1991+
/** DL category B3 valid from */
1992+
DL_CLASS_CODE_B3_FROM(706),
1993+
1994+
/** DL category B3 valid to */
1995+
DL_CLASS_CODE_B3_TO(707),
1996+
1997+
/** DL category B3 codes */
1998+
DL_CLASS_CODE_B3_NOTES(708);
19901999

19912000
private Integer value;
19922001

0 commit comments

Comments
 (0)