Skip to content

Commit c39a14f

Browse files
actions-userhleb-albau
authored andcommitted
add text field types
1 parent 775eb3d commit c39a14f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,4 +1731,13 @@ public class TextFieldType {
17311731

17321732
/** Restrictions for CA driver’s license */
17331733
public static final int DL_CLASS_CODE_CA_NOTES = 624;
1734+
1735+
/** Citizenship Status */
1736+
public static final int CITIZENSHIP_STATUS = 625;
1737+
1738+
/** Military Service From */
1739+
public static final int MILITARY_SERVICE_FROM = 626;
1740+
1741+
/** Military Service To */
1742+
public static final int MILITARY_SERVICE_TO = 627;
17341743
}

0 commit comments

Comments
 (0)