bry-biometric-collector 3.3.0-RC03 → 3.3.0-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.
Files changed (22) hide show
  1. package/README.md +8 -3
  2. package/dist/{DocumentCollector_7dff158f_3.3.0-RC03.js → DocumentCollector_defd5e57_3.3.0-RC04.js} +258 -258
  3. package/dist/FaceCollector_16e3c9ed_3.3.0-RC04.js +2392 -0
  4. package/dist/{ValidationAlert_90602fb5_3.3.0-RC03.js → ValidationAlert_722c259d_3.3.0-RC04.js} +122 -122
  5. package/dist/{___vite-browser-external_commonjs-proxy_33bd553f_3.3.0-RC03.js → ___vite-browser-external_commonjs-proxy_c9629267_3.3.0-RC04.js} +1 -1
  6. package/dist/bry-biometric-collector-main.js +2 -2
  7. package/dist/faceApi_8254146e_3.3.0-RC04.js +15 -0
  8. package/dist/{fingersApi_0fe148d9_3.3.0-RC03.js → fingersApi_2e316625_3.3.0-RC04.js} +34 -34
  9. package/dist/index.d.ts +2 -2
  10. package/dist/index.js +2 -2
  11. package/dist/{index_c5f180d9_3.3.0-RC03.js → index_882c2cd7_3.3.0-RC04.js} +3 -3
  12. package/dist/{index_9787e7e2_3.3.0-RC03.js → index_ccdcae61_3.3.0-RC04.js} +3 -3
  13. package/dist/{main_aed227b6_3.3.0-RC03.js → main_adc308db_3.3.0-RC04.js} +6434 -6398
  14. package/package.json +4 -2
  15. package/dist/FaceCollector_e0849e85_3.3.0-RC03.js +0 -2366
  16. package/dist/faceApi_53f06f20_3.3.0-RC03.js +0 -17
  17. /package/dist/{en-us_e83efd5d_3.3.0-RC03.js → en-us_e83efd5d_3.3.0-RC04.js} +0 -0
  18. /package/dist/{es-cl_5939150a_3.3.0-RC03.js → es-cl_5939150a_3.3.0-RC04.js} +0 -0
  19. /package/dist/{face_api_0e3ce8c8_3.3.0-RC03.js → face_api_0e3ce8c8_3.3.0-RC04.js} +0 -0
  20. /package/dist/{index-idlf-detector_39cfdffa_3.3.0-RC03.js → index-idlf-detector_39cfdffa_3.3.0-RC04.js} +0 -0
  21. /package/dist/{index-idlf-detector_a819b3c8_3.3.0-RC03.js → index-idlf-detector_a819b3c8_3.3.0-RC04.js} +0 -0
  22. /package/dist/{pt-br_fae15356_3.3.0-RC03.js → pt-br_fae15356_3.3.0-RC04.js} +0 -0
package/README.md CHANGED
@@ -256,11 +256,16 @@ Currently supported tag parameters:
256
256
 
257
257
  Example: `face_detection_sensitivity=strict`
258
258
 
259
- - **camera_device_id**: Defines the camera device ID to be used for video capture. This allows specifying which camera should be used when multiple cameras are available.
259
+ - **liveness_blob_size**: Defines the size that the encrypted liveness blob file should return.
260
260
 
261
- Default: `undefined` (uses default camera)
261
+ Accepted values:
262
+ - `normal`: Normal size of the liveness blob.
263
+ - `small`: Small size of the liveness blob.
262
264
 
263
- Example: `camera_device_id="0"` or `camera_device_id="camera-id-string"`
265
+ Default: `normal`
266
+
267
+ Example: `liveness_blob_size=small`
268
+
264
269
 
265
270
  ### **Run-time Configuration**
266
271