@regulaforensics/ionic-native-document-reader 8.3.199-nightly → 8.3.200-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/example/package.json +3 -3
- package/index.d.ts +5 -1
- package/index.js +4 -1
- package/ngx/index.d.ts +5 -1
- package/ngx/index.js +4 -1
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/example/package.json
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
},
|
|
14
14
|
"private": true,
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@regulaforensics/ionic-native-document-reader": "8.3.
|
|
17
|
-
"@regulaforensics/cordova-plugin-document-reader-api": "8.3.
|
|
18
|
-
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.
|
|
16
|
+
"@regulaforensics/ionic-native-document-reader": "8.3.200-nightly",
|
|
17
|
+
"@regulaforensics/cordova-plugin-document-reader-api": "8.3.226-nightly",
|
|
18
|
+
"@regulaforensics/cordova-plugin-document-reader-core-fullauthrfid": "8.3.711-nightly",
|
|
19
19
|
"cordova-plugin-camera": "7.0.0",
|
|
20
20
|
"@awesome-cordova-plugins/camera": "6.6.0",
|
|
21
21
|
"@awesome-cordova-plugins/core": "6.6.0",
|
package/index.d.ts
CHANGED
|
@@ -597,6 +597,7 @@ export declare class Functionality {
|
|
|
597
597
|
btDeviceName?: string;
|
|
598
598
|
zoomFactor?: number;
|
|
599
599
|
exposure?: number;
|
|
600
|
+
videoRecordingSizeDownscaleFactor?: number;
|
|
600
601
|
excludedCamera2Models?: string[];
|
|
601
602
|
cameraSize?: CameraSize;
|
|
602
603
|
videoSessionPreset?: number;
|
|
@@ -628,7 +629,7 @@ export declare class RFIDParams {
|
|
|
628
629
|
export declare class FaceApiSearchParams {
|
|
629
630
|
limit?: number;
|
|
630
631
|
threshold?: number;
|
|
631
|
-
groupIds?:
|
|
632
|
+
groupIds?: string[];
|
|
632
633
|
static fromJson(jsonObject?: any): FaceApiSearchParams | undefined;
|
|
633
634
|
}
|
|
634
635
|
export declare class FaceApiParams {
|
|
@@ -717,6 +718,7 @@ export declare class ProcessParams {
|
|
|
717
718
|
strictDLCategoryExpiry?: boolean;
|
|
718
719
|
generateAlpha2Codes?: boolean;
|
|
719
720
|
disableAuthResolutionFilter?: boolean;
|
|
721
|
+
strictSecurityChecks?: boolean;
|
|
720
722
|
barcodeParserType?: number;
|
|
721
723
|
perspectiveAngle?: number;
|
|
722
724
|
minDPI?: number;
|
|
@@ -1691,6 +1693,7 @@ export declare const eCheckDiagnose: {
|
|
|
1691
1693
|
TEXT_COLOR_SHOULD_BE_GREEN: number;
|
|
1692
1694
|
TEXT_COLOR_SHOULD_BE_RED: number;
|
|
1693
1695
|
TEXT_SHOULD_BE_BLACK: number;
|
|
1696
|
+
SECURITY_TEXT_IS_ABSENT: number;
|
|
1694
1697
|
BARCODE_WAS_READ_WITH_ERRORS: number;
|
|
1695
1698
|
BARCODE_DATA_FORMAT_ERROR: number;
|
|
1696
1699
|
BARCODE_SIZE_PARAMS_ERROR: number;
|
|
@@ -4098,6 +4101,7 @@ export declare const Enum: {
|
|
|
4098
4101
|
TEXT_COLOR_SHOULD_BE_GREEN: number;
|
|
4099
4102
|
TEXT_COLOR_SHOULD_BE_RED: number;
|
|
4100
4103
|
TEXT_SHOULD_BE_BLACK: number;
|
|
4104
|
+
SECURITY_TEXT_IS_ABSENT: number;
|
|
4101
4105
|
BARCODE_WAS_READ_WITH_ERRORS: number;
|
|
4102
4106
|
BARCODE_DATA_FORMAT_ERROR: number;
|
|
4103
4107
|
BARCODE_SIZE_PARAMS_ERROR: number;
|