There was an error while loading. Please reload this page.
2 parents d9bf99a + 8ade95a commit 8bc2b6fCopy full SHA for 8bc2b6f
1 file changed
client/src/main/generated/com/regula/documentreader/webclient/model/TextFieldType.java
@@ -1986,7 +1986,16 @@ public enum TextFieldType {
1986
FT_DATA_DATE_OF_EXPIRY(704),
1987
1988
/** Consul */
1989
- FT_CONSUL(705);
+ 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);
1999
2000
private Integer value;
2001
0 commit comments