@regulaforensics/vp-frontend-face-components 8.3.2230-nightly → 8.3.2231-nightly
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 -0
- package/dist/main.iife.js +5 -5
- package/dist/main.js +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -491,6 +491,7 @@ In cases of unsuccessful work, the `data` field will contain the following field
|
|
|
491
491
|
| `WEBSERVICE_NOT_COMPATIBLE` | The web service and component versions are incompatible. |
|
|
492
492
|
| `HTTP_NOT_SUPPORTED` | The web component does not work over the HTTP protocol, use HTTPS instead. |
|
|
493
493
|
| `CANCELLED` | The user has clicked the Close button. |
|
|
494
|
+
| `BAD_FACE_QUALITY` | The facial image quality is too low. |
|
|
494
495
|
|
|
495
496
|
### Cases of event generation
|
|
496
497
|
|