bry-biometric-collector 2.2.18-RC03 → 2.2.18-RC04
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/README.md +1 -2
- package/dist/{DocumentCollector_88ca06ab_2.2.18-RC03.js → DocumentCollector_d5226ed9_2.2.18-RC04.js} +92 -92
- package/dist/FaceCollector_f45ba4ba_2.2.18-RC04.js +2463 -0
- package/dist/{TakePictureBtn_94e46325_2.2.18-RC03.js → TakePictureBtn_fac72a1a_2.2.18-RC04.js} +14 -14
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_901680c0_2.2.18-RC03.js → en-us_901680c0_2.2.18-RC04.js} +1 -1
- package/dist/{es-cl_1fe1aaa9_2.2.18-RC03.js → es-cl_1fe1aaa9_2.2.18-RC04.js} +1 -1
- package/dist/{face_api_0e3ce8c8_2.2.18-RC03.js → face_api_0e3ce8c8_2.2.18-RC04.js} +1 -1
- package/dist/{fingersApi_f164e460_2.2.18-RC03.js → fingersApi_e29e8d34_2.2.18-RC04.js} +2 -2
- package/dist/{index-no-detector_4b302e78_2.2.18-RC03.js → index-no-detector_4b302e78_2.2.18-RC04.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{main_f433ee11_2.2.18-RC03.js → main_3e51994c_2.2.18-RC04.js} +207 -206
- package/dist/{pt-br_bef1149f_2.2.18-RC03.js → pt-br_bef1149f_2.2.18-RC04.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/FaceCollector_f67e40e1_2.2.18-RC03.js +0 -2471
package/README.md
CHANGED
@@ -531,8 +531,7 @@ The web component listens to and emits a few events. The events emitted are:
|
|
531
531
|
- **face-unconformities-validated**: When the photo is captured and after evaluating it, an event of this kind is emitted with their picture like so:
|
532
532
|
|
533
533
|
```ts
|
534
|
-
{detail: {bodyParts[{bodyPart:'FACE', data: string, livenessBlob: string *, livenessResult: string}
|
535
|
-
{bodyPart:'FACE', resized: true, data: string}]} *
|
534
|
+
{detail: {bodyParts[{bodyPart:'FACE', data: string, livenessBlob: string *, livenessResult: string}]}
|
536
535
|
* only if liveness_enable=true
|
537
536
|
```
|
538
537
|
|