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 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