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.
@@ -1,4 +1,4 @@
1
- import { aX as f } from "./main_81aedc5f_2.1.1.js";
1
+ import { aX as f } from "./main_10fee264_2.1.2.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -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
- }, y = {
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
- }, T = {
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: y,
213
- docCollector: T,
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
- T as docCollector,
227
+ y as docCollector,
229
228
  o as duplicateFingerSwal,
230
229
  l as easterEggduplicateFingerSwal,
231
- y as faceCollector,
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 "./main_81aedc5f_2.1.1.js";
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
@@ -1,4 +1,4 @@
1
- import { aX as f } from "./main_81aedc5f_2.1.1.js";
1
+ import { aX as f } from "./main_10fee264_2.1.2.js";
2
2
  export {
3
3
  f as default
4
4
  };