File tree Expand file tree Collapse file tree
client/src/main/generated/com/regula/documentreader/webclient/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -575,6 +575,12 @@ public enum ParsingNotificationCodes {
575575 /** Biometrics: BDB data image data type */
576576 ntfLDS_Biometrics_BDB_Data_ImageDataType (2417623040l ),
577577
578+ /** Notification - SI: Storage CS Non Consistant */
579+ ntfLDS_SI_Storage_CS_NonConsistant (2432696593l ),
580+
581+ /** Notification - SI: Storage CS PACE CAM key missing */
582+ ntfLDS_SI_Storage_CS_PACE_CAM_Key_Missing (2432696594l ),
583+
578584 /** Biometrics: RB data incorrect */
579585 ntfLDS_Biometrics_RB_Data_Incorrect (2449539072l ),
580586
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ public enum RfidDataFileType {
125125
126126 ID_DG21 (121 ),
127127
128+ ID_DG22 (122 ),
129+
128130 DL_COM (150 ),
129131
130132 DL_DG1 (151 ),
Original file line number Diff line number Diff line change @@ -1983,7 +1983,10 @@ public enum TextFieldType {
19831983 FT_JURISDICTION_SPECIFIC_DATA (703 ),
19841984
19851985 /** Date of data expiry */
1986- FT_DATA_DATE_OF_EXPIRY (704 );
1986+ FT_DATA_DATE_OF_EXPIRY (704 ),
1987+
1988+ /** Consul */
1989+ FT_CONSUL (705 );
19871990
19881991 private Integer value ;
19891992
You can’t perform that action at this time.
0 commit comments