Skip to content

Commit f6130d1

Browse files
Merge pull request #357 from regulaforensics/7b6d8c73
Commit: 7b6d8c73
2 parents ecfc25e + d4e78a4 commit f6130d1

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

src/models/parsing-notification-codes.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,14 @@ export enum ParsingNotificationCodes {
747747
*/
748748
ntfLDS_Biometrics_BDB_Data_ImageDataType = 2417623040,
749749
/**
750+
* Notification - SI: Storage CS Non Consistant
751+
*/
752+
ntfLDS_SI_Storage_CS_NonConsistant = 2432696593,
753+
/**
754+
* Notification - SI: Storage CS PACE CAM key missing
755+
*/
756+
ntfLDS_SI_Storage_CS_PACE_CAM_Key_Missing = 2432696594,
757+
/**
750758
* Biometrics: RB data incorrect
751759
*/
752760
ntfLDS_Biometrics_RB_Data_Incorrect = 2449539072,

src/models/rfid-data-file-type.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export enum RfidDataFileType {
6464
ID_DG19 = 119,
6565
ID_DG20 = 120,
6666
ID_DG21 = 121,
67+
ID_DG22 = 122,
6768
DL_COM = 150,
6869
DL_DG1 = 151,
6970
DL_DG2 = 152,

src/models/text-field-type.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2629,7 +2629,11 @@ export enum TextFieldType {
26292629
/**
26302630
* Date of data expiry
26312631
*/
2632-
FT_DATA_DATE_OF_EXPIRY = 704
2632+
FT_DATA_DATE_OF_EXPIRY = 704,
2633+
/**
2634+
* Consul
2635+
*/
2636+
FT_CONSUL = 705
26332637
}
26342638

26352639

0 commit comments

Comments
 (0)