@neofaceid/web-sdk 1.28.2 → 1.29.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 +372 -204
- package/dist/neoface-id-sdk.umd.js +1 -1
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1239,7 +1239,7 @@ export declare const registerPersonWithoutFace: (personData: {
|
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Data de lançamento da versão atual
|
|
1241
1241
|
*/
|
|
1242
|
-
export declare const RELEASE_DATE = "2026-09-
|
|
1242
|
+
export declare const RELEASE_DATE = "2026-09-02";
|
|
1243
1243
|
|
|
1244
1244
|
declare interface RequestChallengeWithSessionParams {
|
|
1245
1245
|
applicationToken: string;
|
|
@@ -1512,7 +1512,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1512
1512
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1513
1513
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1514
1514
|
*/
|
|
1515
|
-
export declare const VERSION = "1.
|
|
1515
|
+
export declare const VERSION = "1.29.0";
|
|
1516
1516
|
|
|
1517
1517
|
/**
|
|
1518
1518
|
* Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
|