bry-biometric-collector 2.3.0-RC01 → 2.3.1-RC01

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/index.d.ts CHANGED
@@ -107,6 +107,11 @@ export type lowQualityFaceEvent = CustomEvent<{
107
107
  errorCode: string;
108
108
  translatedError: string;
109
109
  }>;
110
+ export type extensionErrorEvent = CustomEvent<{
111
+ code: number;
112
+ description: string;
113
+ key: string;
114
+ }>;
110
115
 
111
116
  declare global {
112
117
  interface BryWebCollectorComponent extends HTMLElement {
@@ -234,5 +239,6 @@ declare global {
234
239
  'face-unconformities-validated': faceUnconformitiesValidated;
235
240
  'document-unconformities-validated': documentUnconformitiesValidated;
236
241
  'low-quality-face': lowQualityFaceEvent;
242
+ 'extension-error': extensionErrorEvent;
237
243
  }
238
244
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { bm as f } from "./main_665c72a0_2.3.0-RC01.js";
1
+ import { bm as f } from "./main_72a0926e_2.3.1-RC01.js";
2
2
  export {
3
3
  f as default
4
4
  };