@regulaforensics/document-reader-webclient 9.4.846-nightly → 9.4.848-nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -8052,6 +8052,14 @@ export declare enum ParsingNotificationCodes {
8052
8052
  * Biometrics: BDB data image data type
8053
8053
  */
8054
8054
  ntfLDS_Biometrics_BDB_Data_ImageDataType = 2417623040,
8055
+ /**
8056
+ * Notification - SI: Storage CS Non Consistant
8057
+ */
8058
+ ntfLDS_SI_Storage_CS_NonConsistant = 2432696593,
8059
+ /**
8060
+ * Notification - SI: Storage CS PACE CAM key missing
8061
+ */
8062
+ ntfLDS_SI_Storage_CS_PACE_CAM_Key_Missing = 2432696594,
8055
8063
  /**
8056
8064
  * Biometrics: RB data incorrect
8057
8065
  */
@@ -10647,6 +10655,7 @@ export declare enum RfidDataFileType {
10647
10655
  ID_DG19 = 119,
10648
10656
  ID_DG20 = 120,
10649
10657
  ID_DG21 = 121,
10658
+ ID_DG22 = 122,
10650
10659
  DL_COM = 150,
10651
10660
  DL_DG1 = 151,
10652
10661
  DL_DG2 = 152,
@@ -15724,7 +15733,11 @@ export declare enum TextFieldType {
15724
15733
  /**
15725
15734
  * Date of data expiry
15726
15735
  */
15727
- FT_DATA_DATE_OF_EXPIRY = 704
15736
+ FT_DATA_DATE_OF_EXPIRY = 704,
15737
+ /**
15738
+ * Consul
15739
+ */
15740
+ FT_CONSUL = 705
15728
15741
  }
15729
15742
 
15730
15743
  /**