bry-biometric-collector 2.0.4 → 2.0.6
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 +39 -8
- package/dist/CameraStatus_449f511b_2.0.6.js +319 -0
- package/dist/DocumentCollector_0fd5f391_2.0.6.js +1027 -0
- package/dist/FaceCollector_ac361443_2.0.6.js +1659 -0
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_5ebe727c_2.0.4.js → en-us_9e0134e1_2.0.6.js} +12 -8
- package/dist/{face_api_ebd7fa48_2.0.4.js → face_api_0e3ce8c8_2.0.6.js} +12823 -12646
- package/dist/{fingersApi_ae9e2572_2.0.4.js → fingersApi_e6d434bf_2.0.6.js} +12 -12
- package/dist/index.d.ts +20 -3
- package/dist/index.js +1 -1
- package/dist/{main_14ce11df_2.0.4.js → main_baf553c3_2.0.6.js} +7427 -6884
- package/dist/{pt-br_cb19a314_2.0.4.js → pt-br_64defcaa_2.0.6.js} +12 -8
- package/dist/style.css +1 -1
- package/package.json +4 -4
- package/dist/FaceCollector_2518984f_2.0.4.js +0 -1879
- /package/dist/{index-no-detector_c7c1d3a2_2.0.4.js → index-no-detector_c7c1d3a2_2.0.6.js} +0 -0
@@ -171,9 +171,11 @@ const e = {
|
|
171
171
|
unconformities: "Unconformities",
|
172
172
|
provideAReasonForTheLowQualityCapture: "Please provide a reason for the low quality capture.",
|
173
173
|
yourJustification: "Your justification",
|
174
|
-
unaliveCapture: "
|
174
|
+
unaliveCapture: "Capture didn't passs the liveness test.",
|
175
175
|
unableToCompleteRequest: "Unable to complete the request to the photo validation service, please try again or contact the system administrator."
|
176
176
|
}, y = {
|
177
|
+
captured: "Document captured!"
|
178
|
+
}, F = {
|
177
179
|
close: "close",
|
178
180
|
instructions: "To download the driver for your scanner, please select the brand of your scanner:",
|
179
181
|
obs: "Please also do not forget to disconnect your scanner before installing the driver.",
|
@@ -184,11 +186,11 @@ const e = {
|
|
184
186
|
deviceSelect: "Video Source",
|
185
187
|
en: "English",
|
186
188
|
pt: "Português"
|
187
|
-
},
|
189
|
+
}, R = {
|
188
190
|
evaluateBiometricsTimeout: "The server has exceeded its time limit to respond. Please try again or contact the system administrator.",
|
189
191
|
genericNetworkError: "There was an error processing your request. Please try again or contact the system administrator.",
|
190
192
|
genericError: "There was an unexpected error. Please try again or contact the system administrator."
|
191
|
-
},
|
193
|
+
}, E = {
|
192
194
|
forbiddenFingerSwal: e,
|
193
195
|
badFingerQualitySwal: t,
|
194
196
|
unknownDuplicateFingerSwal: a,
|
@@ -207,8 +209,9 @@ const e = {
|
|
207
209
|
unconformities: h,
|
208
210
|
liveness: m,
|
209
211
|
faceCollector: T,
|
210
|
-
|
211
|
-
|
212
|
+
docCollector: y,
|
213
|
+
configModal: F,
|
214
|
+
toast: R
|
212
215
|
};
|
213
216
|
export {
|
214
217
|
r as agrFinger,
|
@@ -218,9 +221,10 @@ export {
|
|
218
221
|
s as automaticHasAlreadyRunSwal,
|
219
222
|
t as badFingerQualitySwal,
|
220
223
|
u as buttons,
|
221
|
-
|
222
|
-
|
224
|
+
F as configModal,
|
225
|
+
E as default,
|
223
226
|
c as dirtyScannerSwal,
|
227
|
+
y as docCollector,
|
224
228
|
o as duplicateFingerSwal,
|
225
229
|
l as easterEggduplicateFingerSwal,
|
226
230
|
T as faceCollector,
|
@@ -229,7 +233,7 @@ export {
|
|
229
233
|
m as liveness,
|
230
234
|
d as missingScannerSwal,
|
231
235
|
i as signerNotInstalledSwal,
|
232
|
-
|
236
|
+
R as toast,
|
233
237
|
h as unconformities,
|
234
238
|
a as unknownDuplicateFingerSwal
|
235
239
|
};
|