bry-biometric-collector 2.1.0 → 2.1.1
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/dist/{CameraStatus_f976d76e_2.1.0.js → CameraStatus_4d73a197_2.1.1.js} +1 -1
- package/dist/{DocumentCollector_684f0e96_2.1.0.js → DocumentCollector_436479c2_2.1.1.js} +143 -143
- package/dist/FaceCollector_96561766_2.1.1.js +1677 -0
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_9e0134e1_2.1.0.js → en-us_35a3a8da_2.1.1.js} +8 -7
- package/dist/{fingersApi_a849d576_2.1.0.js → fingersApi_93608325_2.1.1.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{main_24abfd20_2.1.0.js → main_81aedc5f_2.1.1.js} +15 -15
- package/dist/{pt-br_64defcaa_2.1.0.js → pt-br_1a694022_2.1.1.js} +2 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
- package/dist/FaceCollector_15a0b861_2.1.0.js +0 -1659
- /package/dist/{face_api_0e3ce8c8_2.1.0.js → face_api_0e3ce8c8_2.1.1.js} +0 -0
- /package/dist/{index-no-detector_acb82d83_2.1.0.js → index-no-detector_acb82d83_2.1.1.js} +0 -0
@@ -122,7 +122,8 @@ const e = {
|
|
122
122
|
lackOfSharpness: "Lack of sharpness",
|
123
123
|
unnaturalColoring: "Unnatural coloring",
|
124
124
|
initiatingCamera: "Initiating video...",
|
125
|
-
obtainingPicture: "Obtaining photo..."
|
125
|
+
obtainingPicture: "Obtaining photo...",
|
126
|
+
stayStill: "Please stay still"
|
126
127
|
}, m = {
|
127
128
|
error: {
|
128
129
|
error: "Error",
|
@@ -151,7 +152,7 @@ const e = {
|
|
151
152
|
unknown: "Failed to perform liveness validation, please try again. ERR14."
|
152
153
|
},
|
153
154
|
contactAdmin: "Please contact the system administrator about this error."
|
154
|
-
},
|
155
|
+
}, y = {
|
155
156
|
capturing: "Capturing",
|
156
157
|
justification: "justification",
|
157
158
|
captured: "Face captured!",
|
@@ -173,7 +174,7 @@ const e = {
|
|
173
174
|
yourJustification: "Your justification",
|
174
175
|
unaliveCapture: "Capture didn't passs the liveness test.",
|
175
176
|
unableToCompleteRequest: "Unable to complete the request to the photo validation service, please try again or contact the system administrator."
|
176
|
-
},
|
177
|
+
}, T = {
|
177
178
|
captured: "Document captured!"
|
178
179
|
}, F = {
|
179
180
|
close: "close",
|
@@ -208,8 +209,8 @@ const e = {
|
|
208
209
|
alertCameraDisallowed: p,
|
209
210
|
unconformities: h,
|
210
211
|
liveness: m,
|
211
|
-
faceCollector:
|
212
|
-
docCollector:
|
212
|
+
faceCollector: y,
|
213
|
+
docCollector: T,
|
213
214
|
configModal: F,
|
214
215
|
toast: R
|
215
216
|
};
|
@@ -224,10 +225,10 @@ export {
|
|
224
225
|
F as configModal,
|
225
226
|
E as default,
|
226
227
|
c as dirtyScannerSwal,
|
227
|
-
|
228
|
+
T as docCollector,
|
228
229
|
o as duplicateFingerSwal,
|
229
230
|
l as easterEggduplicateFingerSwal,
|
230
|
-
|
231
|
+
y as faceCollector,
|
231
232
|
g as fingerDisplayArea,
|
232
233
|
e as forbiddenFingerSwal,
|
233
234
|
m as liveness,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { u as D, $ as C, n as y, g, i as b, a as M, s as l, b as h, c as U, F, d as x, e as c, v, f as P, A as B, h as S, j as E, k as W, l as k, m as X, o as w, p as $, q as G } from "./
|
1
|
+
import { u as D, $ as C, n as y, g, i as b, a as M, s as l, b as h, c as U, F, d as x, e as c, v, f as P, A as B, h as S, j as E, k as W, l as k, m as X, o as w, p as $, q as G } from "./main_81aedc5f_2.1.1.js";
|
2
2
|
const d = D(C);
|
3
3
|
var V = /* @__PURE__ */ ((n) => (n.EXTENSION_MISSING = "EXTENSION_MISSING", n.USER_CANCELLED = "USER_CANCELLED", n.UNAUTHORIZED_EXTENSION = "UNAUTHORIZED_EXTENSION", n.SCANNER_NOT_FOUND = "SCANNER_NOT_FOUND", n.EXTENSION_MODULE_NOT_INSTALLED = "EXTENSION_MODULE_NOT_INSTALLED", n.FINGER_NOT_REMOVED = "FINGER_NOT_REMOVED", n.UNKNOWN_ERROR = "UNKNOWN_ERROR", n.EVALUATE_BIOMETRICS_TIMEOUT = "EVALUATE_BIOMETRICS_TIMEOUT", n.EVALUATE_BIOMETRICS_NETWORK_ISSUE = "EVALUATE_BIOMETRICS_NETWORK_ISSUE", n))(V || {});
|
4
4
|
class s extends Error {
|
package/dist/index.js
CHANGED