@regulaforensics/react-native-document-reader-api 9.4.511-beta → 9.4.512-beta

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.
@@ -10,7 +10,7 @@
10
10
  "test": "jest"
11
11
  },
12
12
  "dependencies": {
13
- "@regulaforensics/react-native-document-reader-api": "9.4.511-beta",
13
+ "@regulaforensics/react-native-document-reader-api": "9.4.512-beta",
14
14
  "@regulaforensics/react-native-document-reader-core-fullauthrfid": "9.3.2159",
15
15
  "@rneui/base": "4.0.0-rc.7",
16
16
  "@rneui/themed": "4.0.0-rc.7",
package/index.d.ts CHANGED
@@ -6171,8 +6171,8 @@ export default class DocumentReader {
6171
6171
  static recognize(config: RecognizeConfig, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6172
6172
  static startNewPage(successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6173
6173
  static stopScanner(successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6174
- static startRFIDReader(config: RFIDConfig, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6175
- static readRFID(config: RFIDConfig, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6174
+ static startRFIDReader(config: RFIDConfig | null, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6175
+ static readRFID(config: RFIDConfig | null, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6176
6176
  static stopRFIDReader(successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6177
6177
  static providePACertificates(certificates: PKDCertificate[] | null, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
6178
6178
  static provideTACertificates(certificates: PKDCertificate[] | null, successCallback: (response: string) => void, errorCallback?: (error: string) => void): void
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-api",
3
- "version": "9.4.511-beta",
3
+ "version": "9.4.512-beta",
4
4
  "description": "React Native module for reading and validation of identification documents (API framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {