bry-biometric-collector 2.1.1 → 2.1.2
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_4d73a197_2.1.1.js → CameraStatus_6d1bac66_2.1.2.js} +1 -1
- package/dist/{DocumentCollector_436479c2_2.1.1.js → DocumentCollector_6d0019dc_2.1.2.js} +143 -143
- package/dist/FaceCollector_c318ab41_2.1.2.js +1715 -0
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_35a3a8da_2.1.1.js → en-us_9e0134e1_2.1.2.js} +7 -8
- package/dist/{fingersApi_93608325_2.1.1.js → fingersApi_a5a5bb3f_2.1.2.js} +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/{main_81aedc5f_2.1.1.js → main_10fee264_2.1.2.js} +171 -177
- package/dist/{pt-br_1a694022_2.1.1.js → pt-br_4f758ccc_2.1.2.js} +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -2
- package/dist/FaceCollector_96561766_2.1.1.js +0 -1677
- /package/dist/{face_api_0e3ce8c8_2.1.1.js → face_api_0e3ce8c8_2.1.2.js} +0 -0
- /package/dist/{index-no-detector_acb82d83_2.1.1.js → index-no-detector_acb82d83_2.1.2.js} +0 -0
@@ -122,8 +122,7 @@ const e = {
|
|
122
122
|
lackOfSharpness: "Lack of sharpness",
|
123
123
|
unnaturalColoring: "Unnatural coloring",
|
124
124
|
initiatingCamera: "Initiating video...",
|
125
|
-
obtainingPicture: "Obtaining photo..."
|
126
|
-
stayStill: "Please stay still"
|
125
|
+
obtainingPicture: "Obtaining photo..."
|
127
126
|
}, m = {
|
128
127
|
error: {
|
129
128
|
error: "Error",
|
@@ -152,7 +151,7 @@ const e = {
|
|
152
151
|
unknown: "Failed to perform liveness validation, please try again. ERR14."
|
153
152
|
},
|
154
153
|
contactAdmin: "Please contact the system administrator about this error."
|
155
|
-
},
|
154
|
+
}, T = {
|
156
155
|
capturing: "Capturing",
|
157
156
|
justification: "justification",
|
158
157
|
captured: "Face captured!",
|
@@ -174,7 +173,7 @@ const e = {
|
|
174
173
|
yourJustification: "Your justification",
|
175
174
|
unaliveCapture: "Capture didn't passs the liveness test.",
|
176
175
|
unableToCompleteRequest: "Unable to complete the request to the photo validation service, please try again or contact the system administrator."
|
177
|
-
},
|
176
|
+
}, y = {
|
178
177
|
captured: "Document captured!"
|
179
178
|
}, F = {
|
180
179
|
close: "close",
|
@@ -209,8 +208,8 @@ const e = {
|
|
209
208
|
alertCameraDisallowed: p,
|
210
209
|
unconformities: h,
|
211
210
|
liveness: m,
|
212
|
-
faceCollector:
|
213
|
-
docCollector:
|
211
|
+
faceCollector: T,
|
212
|
+
docCollector: y,
|
214
213
|
configModal: F,
|
215
214
|
toast: R
|
216
215
|
};
|
@@ -225,10 +224,10 @@ export {
|
|
225
224
|
F as configModal,
|
226
225
|
E as default,
|
227
226
|
c as dirtyScannerSwal,
|
228
|
-
|
227
|
+
y as docCollector,
|
229
228
|
o as duplicateFingerSwal,
|
230
229
|
l as easterEggduplicateFingerSwal,
|
231
|
-
|
230
|
+
T as faceCollector,
|
232
231
|
g as fingerDisplayArea,
|
233
232
|
e as forbiddenFingerSwal,
|
234
233
|
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_10fee264_2.1.2.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.d.ts
CHANGED
@@ -63,6 +63,7 @@ export const enum requestResultEnum {
|
|
63
63
|
UNKNOWN_LIVENESS_ERROR = 'UNKNOWN_LIVENESS_ERROR',
|
64
64
|
UNABLE_TO_COMMUNICATE_WITH_LIVENESS_SERVICE = 'UNABLE_TO_COMMUNICATE_WITH_LIVENESS_SERVICE',
|
65
65
|
UNABLE_TO_COMMUNICATE_WITH_TEMPLATE_EXTRACTION_SERVICE = 'UNABLE_TO_COMMUNICATE_WITH_TEMPLATE_EXTRACTION_SERVICE',
|
66
|
+
LIVENESS_EVALUATION_ERROR = 'LIVENESS_EVALUATION_ERROR',
|
66
67
|
}
|
67
68
|
|
68
69
|
export type FingerIndex = 0 | 1 | 2 | 4 | 6 | 3 | 5 | 7 | 8 | 9 | 10 | 11;
|
package/dist/index.js
CHANGED