bry-biometric-collector 2.2.17-RC02 → 2.2.18-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/README.md CHANGED
@@ -525,7 +525,8 @@ The web component listens to and emits a few events. The events emitted are:
525
525
  - **face-unconformities-validated**: When the photo is captured and after evaluating it, an event of this kind is emitted with their picture like so:
526
526
 
527
527
  ```ts
528
- {detail: {bodyParts[{bodyPart:'FACE', data: string, livenessBlob: string *, livenessResult: string}]}
528
+ {detail: {bodyParts[{bodyPart:'FACE', data: string, livenessBlob: string *, livenessResult: string},
529
+ {bodyPart:'FACE_CROPPED', data: string}]} *
529
530
  * only if liveness_enable=true
530
531
  ```
531
532