bry-biometric-collector 3.3.0-RC05 → 3.3.0-RC07
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 +3 -3
- package/dist/CaptureBar_bbb41c40_3.3.0-RC07.js +893 -0
- package/dist/{DocumentCollector_fac8e88e_3.3.0-RC05.js → DocumentCollector_39a1a662_3.3.0-RC07.js} +161 -160
- package/dist/FaceCollector_5e696802_3.3.0-RC07.js +2391 -0
- package/dist/StreamCollector_89664342_3.3.0-RC07.js +348 -0
- package/dist/ValidationAlert_81eae4eb_3.3.0-RC07.js +847 -0
- package/dist/{___vite-browser-external_commonjs-proxy_9c968044_3.3.0-RC05.js → ___vite-browser-external_commonjs-proxy_d99dffb1_3.3.0-RC07.js} +3 -3
- package/dist/bry-biometric-collector-main.js +2 -2
- package/dist/{en-us_e83efd5d_3.3.0-RC05.js → en-us_c02e99cd_3.3.0-RC07.js} +3 -2
- package/dist/{es-cl_5939150a_3.3.0-RC05.js → es-cl_6f3eda53_3.3.0-RC07.js} +3 -2
- package/dist/{fingersApi_22e412a3_3.3.0-RC05.js → fingersApi_0f644f7a_3.3.0-RC07.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/{index_a05d6356_3.3.0-RC05.js → index_8a654b33_3.3.0-RC07.js} +3 -3
- package/dist/{index_8a9061ba_3.3.0-RC05.js → index_b0b3c37a_3.3.0-RC07.js} +3 -3
- package/dist/{main_35f2cba0_3.3.0-RC05.js → main_866e3050_3.3.0-RC07.js} +6190 -6023
- package/dist/{pt-br_fae15356_3.3.0-RC05.js → pt-br_e7d46668_3.3.0-RC07.js} +9 -8
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/FaceCollector_d7a5f6dd_3.3.0-RC05.js +0 -2387
- package/dist/ValidationAlert_51a3395e_3.3.0-RC05.js +0 -1657
- package/dist/faceApi_a8b6f8d4_3.3.0-RC05.js +0 -15
- /package/dist/{face_api_0e3ce8c8_3.3.0-RC05.js → face_api_0e3ce8c8_3.3.0-RC07.js} +0 -0
- /package/dist/{index-idlf-detector_39cfdffa_3.3.0-RC05.js → index-idlf-detector_39cfdffa_3.3.0-RC07.js} +0 -0
- /package/dist/{index-idlf-detector_a819b3c8_3.3.0-RC05.js → index-idlf-detector_a819b3c8_3.3.0-RC07.js} +0 -0
package/README.md
CHANGED
|
@@ -112,7 +112,7 @@ Currently supported tag parameters:
|
|
|
112
112
|
Example: `video_dimensions="800x500"`
|
|
113
113
|
|
|
114
114
|
- **collector_select**: The collectors that should be rendered. Possible values are `"BOTH", "FINGERS",
|
|
115
|
-
"FACE", "DOCUMENT"`. When using only one, the tabs are hidden.
|
|
115
|
+
"FACE", "DOCUMENT", "STREAM"`. When using only one, the tabs are hidden.
|
|
116
116
|
|
|
117
117
|
Default: `"BOTH"`
|
|
118
118
|
|
|
@@ -519,8 +519,8 @@ component.setNotifyEachFingerCollected(true);
|
|
|
519
519
|
|
|
520
520
|
- **setLivenessEndpoint(url: string)**: Sets the liveness endpoint to validate the capture. This is required when liveness is enabled. The component will uise this endpoint to evaluate capture and facial liveness.
|
|
521
521
|
|
|
522
|
-
- **async
|
|
523
|
-
|
|
522
|
+
- **async captureFace(
|
|
523
|
+
validateCapture: boolean
|
|
524
524
|
): Promise<{
|
|
525
525
|
returnCode: handleCaptureReturnStatus;
|
|
526
526
|
message?: string;
|