bry-biometric-collector 2.0.3 → 2.0.4
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/README.md +6 -0
- package/dist/{FaceCollector_93d41450_2.0.3.js → FaceCollector_2518984f_2.0.4.js} +507 -502
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_360d5d87_2.0.3.js → en-us_5ebe727c_2.0.4.js} +7 -6
- package/dist/{face_api_0e3ce8c8_2.0.3.js → face_api_ebd7fa48_2.0.4.js} +12646 -12823
- package/dist/{fingersApi_7384225f_2.0.3.js → fingersApi_ae9e2572_2.0.4.js} +12 -12
- package/dist/images/face-collector.png +0 -0
- package/dist/images/fingerprint-collector.png +0 -0
- package/dist/index.d.ts +198 -0
- package/dist/index.js +4 -0
- package/dist/{main_4a3321b2_2.0.3.js → main_14ce11df_2.0.4.js} +6789 -6995
- package/dist/{pt-br_c3fe6b06_2.0.3.js → pt-br_cb19a314_2.0.4.js} +1 -0
- package/package.json +5 -8
- /package/dist/{index-no-detector_c7c1d3a2_2.0.3.js → index-no-detector_c7c1d3a2_2.0.4.js} +0 -0
@@ -99,9 +99,9 @@ const e = {
|
|
99
99
|
}, f = {
|
100
100
|
extensionNotFound: "The extension couldn't be identified. Please install it from here",
|
101
101
|
extension: "extension"
|
102
|
-
}, h = {
|
103
|
-
permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
|
104
102
|
}, p = {
|
103
|
+
permissionNotGranted: "Permission to access the camera was denied, please enable and refresh."
|
104
|
+
}, h = {
|
105
105
|
illumination: "Heterogeneous illumination",
|
106
106
|
openEyes: "Eyes closed",
|
107
107
|
redEyes: "Red eyes",
|
@@ -152,6 +152,7 @@ const e = {
|
|
152
152
|
},
|
153
153
|
contactAdmin: "Please contact the system administrator about this error."
|
154
154
|
}, T = {
|
155
|
+
capturing: "Capturing",
|
155
156
|
justification: "justification",
|
156
157
|
captured: "Face captured!",
|
157
158
|
retakePhoto: "Retake photo",
|
@@ -202,8 +203,8 @@ const e = {
|
|
202
203
|
fingerDisplayArea: g,
|
203
204
|
buttons: u,
|
204
205
|
alertExtension: f,
|
205
|
-
alertCameraDisallowed:
|
206
|
-
unconformities:
|
206
|
+
alertCameraDisallowed: p,
|
207
|
+
unconformities: h,
|
207
208
|
liveness: m,
|
208
209
|
faceCollector: T,
|
209
210
|
configModal: y,
|
@@ -212,7 +213,7 @@ const e = {
|
|
212
213
|
export {
|
213
214
|
r as agrFinger,
|
214
215
|
n as agrFingerNotMatched,
|
215
|
-
|
216
|
+
p as alertCameraDisallowed,
|
216
217
|
f as alertExtension,
|
217
218
|
s as automaticHasAlreadyRunSwal,
|
218
219
|
t as badFingerQualitySwal,
|
@@ -229,6 +230,6 @@ export {
|
|
229
230
|
d as missingScannerSwal,
|
230
231
|
i as signerNotInstalledSwal,
|
231
232
|
F as toast,
|
232
|
-
|
233
|
+
h as unconformities,
|
233
234
|
a as unknownDuplicateFingerSwal
|
234
235
|
};
|