@neofaceid/web-sdk 1.25.7 → 1.26.0
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/index.d.ts +2 -2
- package/dist/neoface-id-sdk.es.js +132 -1090
- package/dist/neoface-id-sdk.umd.js +1 -10
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1172,7 +1172,7 @@ export declare const registerPersonWithoutFace: (personData: {
|
|
|
1172
1172
|
/**
|
|
1173
1173
|
* Data de lançamento da versão atual
|
|
1174
1174
|
*/
|
|
1175
|
-
export declare const RELEASE_DATE = "2026-08-
|
|
1175
|
+
export declare const RELEASE_DATE = "2026-08-31";
|
|
1176
1176
|
|
|
1177
1177
|
/**
|
|
1178
1178
|
* Exibe o modal de consentimento e resolve `true` se o titular aceitou,
|
|
@@ -1363,6 +1363,6 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1363
1363
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1364
1364
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1365
1365
|
*/
|
|
1366
|
-
export declare const VERSION = "1.
|
|
1366
|
+
export declare const VERSION = "1.26.0";
|
|
1367
1367
|
|
|
1368
1368
|
export { }
|