@regulaforensics/ionic-native-document-reader 8.1.121-rc → 8.1.123-rc

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.
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "private": true,
15
15
  "dependencies": {
16
- "@regulaforensics/ionic-native-document-reader": "8.1.121-rc",
16
+ "@regulaforensics/ionic-native-document-reader": "8.1.123-rc",
17
17
  "@regulaforensics/cordova-plugin-document-reader-api": "8.1.143-rc",
18
18
  "@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.1.370-rc",
19
19
  "cordova-plugin-camera": "7.0.0",
package/index.d.ts CHANGED
@@ -1394,8 +1394,8 @@ export declare const eProcessGLCommands: {
1394
1394
  ePC_RFID_SetTCCParams: number;
1395
1395
  };
1396
1396
  export declare const eRFIDReadingBufferSize: {
1397
+ STANDARD_LENGTH: number;
1397
1398
  EXTENDED_LENGTH: number;
1398
- SINGLE_LENGTH: number;
1399
1399
  };
1400
1400
  export declare const PKDResourceType: {
1401
1401
  CERTIFICATE_PA: number;
@@ -3799,8 +3799,8 @@ export declare const Enum: {
3799
3799
  ePC_RFID_SetTCCParams: number;
3800
3800
  };
3801
3801
  eRFIDReadingBufferSize: {
3802
+ STANDARD_LENGTH: number;
3802
3803
  EXTENDED_LENGTH: number;
3803
- SINGLE_LENGTH: number;
3804
3804
  };
3805
3805
  PKDResourceType: {
3806
3806
  CERTIFICATE_PA: number;