bry-biometric-collector 2.1.0-RC18 → 2.1.0-RC20
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/dist/{CameraStatus_6cea7c56_2.1.0-RC18.js → CameraStatus_fa5b2c03_2.1.0-RC20.js} +2 -2
- package/dist/{DocumentCollector_6c2b662a_2.1.0-RC18.js → DocumentCollector_c374d78d_2.1.0-RC20.js} +4 -4
- package/dist/FaceCollector_8d984708_2.1.0-RC20.js +2164 -0
- package/dist/bry-biometric-collector-main.js +1 -1
- package/dist/{en-us_9e0134e1_2.1.0-RC18.js → en-us_35a3a8da_2.1.0-RC20.js} +9 -8
- package/dist/{face_api_0e3ce8c8_2.1.0-RC18.js → face_api_0e3ce8c8_2.1.0-RC20.js} +1 -1
- package/dist/{fingersApi_7ca30a84_2.1.0-RC18.js → fingersApi_12438bb7_2.1.0-RC20.js} +2 -2
- package/dist/{index-no-detector_acb82d83_2.1.0-RC18.js → index-no-detector_acb82d83_2.1.0-RC20.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/{main_deaae0df_2.1.0-RC18.js → main_3879e444_2.1.0-RC20.js} +14 -14
- package/dist/{pt-br_64defcaa_2.1.0-RC18.js → pt-br_1a694022_2.1.0-RC20.js} +3 -2
- package/package.json +2 -1
- package/dist/FaceCollector_492e3fa7_2.1.0-RC18.js +0 -2145
@@ -172,7 +172,8 @@ const e = {
|
|
172
172
|
unaliveCapture: "Captura não passou no teste de vivacidade.",
|
173
173
|
initiatingCamera: "Iniciando video...",
|
174
174
|
obtainingPicture: "Obtendo foto...",
|
175
|
-
unableToCompleteRequest: "Falha ao comunicar com o serviço de validação de foto, por favor tente novamente ou contate o administrador do sistema."
|
175
|
+
unableToCompleteRequest: "Falha ao comunicar com o serviço de validação de foto, por favor tente novamente ou contate o administrador do sistema.",
|
176
|
+
stayStill: "Por favor, permaneça imóvel"
|
176
177
|
}, E = {
|
177
178
|
captured: "Documento capturado!"
|
178
179
|
}, F = {
|
@@ -237,4 +238,4 @@ export {
|
|
237
238
|
f as unconformities,
|
238
239
|
a as unknownDuplicateFingerSwal
|
239
240
|
};
|
240
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
241
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHQtYnJfMWE2OTQwMjJfMi4xLjAtUkMyMC5qcyIsInNvdXJjZXMiOltdLCJzb3VyY2VzQ29udGVudCI6W10sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsifQ==
|
package/package.json
CHANGED
@@ -2,9 +2,10 @@
|
|
2
2
|
"name": "bry-biometric-collector",
|
3
3
|
"private": false,
|
4
4
|
"description": "BRy web-collector component for biometric capture.",
|
5
|
-
"version": "2.1.0-
|
5
|
+
"version": "2.1.0-RC20",
|
6
6
|
"main": "dist/bry-biometric-collector-main.js",
|
7
7
|
"type": "module",
|
8
|
+
"license": "UNLICENSED",
|
8
9
|
"author": {
|
9
10
|
"email": "npm@bry.com.br",
|
10
11
|
"name": "BRy Tecnologia",
|