bry-biometric-collector 2.2.13 → 2.2.14-RC02

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
@@ -41,7 +41,8 @@ export enum Props {
41
41
  SHOW_CONFIG_BUTTON = 'show_config_button',
42
42
  SHOW_AUTO_CAPTURE_BUTTON = 'show_auto_capture_button',
43
43
  SHOW_CAMERA_BUTTON = 'show_camera_button',
44
- LANGUAGE = 'language'
44
+ LANGUAGE = 'language',
45
+ SHOW_JUSTIFICATION_FIELD = 'show_justification_field'
45
46
  }
46
47
 
47
48
  export const enum BodyPartNames {
@@ -139,6 +140,7 @@ declare global {
139
140
  [Props.SHOW_AUTO_CAPTURE_BUTTON]: string;
140
141
  [Props.SHOW_CAMERA_BUTTON]: string;
141
142
  [Props.LANGUAGE]: string;
143
+ [Props.SHOW_JUSTIFICATION_FIELD]: string;
142
144
  /**
143
145
  * Clears fingers and face, to make ready for a new collection.
144
146
  * Will not clear jwtToken.
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
- import { b9 as f } from "./main_b9bc8eeb_2.2.13.js";
1
+ import { bk as f } from "./main_2d280af8_2.2.14-RC02.js";
2
2
  export {
3
3
  f as default
4
4
  };
5
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnJ5LWJpb21ldHJpYy1jb2xsZWN0b3ItbWFpbi5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7In0=