bry-biometric-collector 2.1.1 → 2.2.0-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
@@ -37,6 +37,7 @@ export enum Props {
37
37
  EVALUATE_PHOTO = 'evaluate_photo',
38
38
  SHOW_CAPTURE_BUTTON = 'show_capture_button',
39
39
  SHOW_UNCONFORMITIES = 'show_unconformities',
40
+ VIDEO_FILTER = 'VIDEO_FILTER'
40
41
  }
41
42
 
42
43
  export const enum BodyPartNames {
@@ -128,6 +129,7 @@ declare global {
128
129
  [Props.EVALUATE_PHOTO]: string;
129
130
  [Props.SHOW_CAPTURE_BUTTON]: string;
130
131
  [Props.SHOW_UNCONFORMITIES]: string;
132
+ [Props.VIDEO_FILTER]: string;
131
133
  /**
132
134
  * Clears fingers and face, to make ready for a new collection.
133
135
  * Will not clear jwtToken.
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
- import { aX as f } from "./main_81aedc5f_2.1.1.js";
1
+ import { bc as f } from "./main_68a840b8_2.2.0-RC01.js";
2
2
  export {
3
3
  f as default
4
4
  };
5
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJ5LWJpb21ldHJpYy1jb2xsZWN0b3ItbWFpbi5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7In0=