@hexar/biometric-identity-sdk-core 1.1.6 → 1.1.7

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.
@@ -80,6 +80,7 @@ exports.en = {
80
80
  matchingFaces: 'Matching faces...',
81
81
  almostDone: 'Almost done...',
82
82
  validatingDocumentAndFace: 'Validating document and face...',
83
+ validatingFace: 'Validating face...',
83
84
  },
84
85
  result: {
85
86
  success: {
@@ -80,6 +80,7 @@ exports.esAR = {
80
80
  matchingFaces: 'Comparando rostros...',
81
81
  almostDone: 'Ya casi terminamos...',
82
82
  validatingDocumentAndFace: 'Validando documento y rostro...',
83
+ validatingFace: 'Validando rostro...',
83
84
  },
84
85
  result: {
85
86
  success: {
@@ -80,6 +80,7 @@ exports.es = {
80
80
  matchingFaces: 'Comparando rostros...',
81
81
  almostDone: 'Casi terminamos...',
82
82
  validatingDocumentAndFace: 'Validando documento y rostro...',
83
+ validatingFace: 'Validando rostro...',
83
84
  },
84
85
  result: {
85
86
  success: {
@@ -80,6 +80,7 @@ exports.ptBR = {
80
80
  matchingFaces: 'Comparando rostos...',
81
81
  almostDone: 'Quase pronto...',
82
82
  validatingDocumentAndFace: 'Validando documento e rosto...',
83
+ validatingFace: 'Validando rosto...',
83
84
  },
84
85
  result: {
85
86
  success: {
@@ -78,6 +78,7 @@ export interface LanguageStrings {
78
78
  matchingFaces: string;
79
79
  almostDone: string;
80
80
  validatingDocumentAndFace: string;
81
+ validatingFace: string;
81
82
  };
82
83
  result: {
83
84
  success: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexar/biometric-identity-sdk-core",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Core AI engine for biometric identity verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -84,6 +84,7 @@ export const en: LanguageStrings = {
84
84
  matchingFaces: 'Matching faces...',
85
85
  almostDone: 'Almost done...',
86
86
  validatingDocumentAndFace: 'Validating document and face...',
87
+ validatingFace: 'Validating face...',
87
88
  },
88
89
 
89
90
  result: {
@@ -84,6 +84,7 @@ export const esAR: LanguageStrings = {
84
84
  matchingFaces: 'Comparando rostros...',
85
85
  almostDone: 'Ya casi terminamos...',
86
86
  validatingDocumentAndFace: 'Validando documento y rostro...',
87
+ validatingFace: 'Validando rostro...',
87
88
  },
88
89
 
89
90
  result: {
@@ -84,6 +84,7 @@ export const es: LanguageStrings = {
84
84
  matchingFaces: 'Comparando rostros...',
85
85
  almostDone: 'Casi terminamos...',
86
86
  validatingDocumentAndFace: 'Validando documento y rostro...',
87
+ validatingFace: 'Validando rostro...',
87
88
  },
88
89
 
89
90
  result: {
@@ -84,6 +84,7 @@ export const ptBR: LanguageStrings = {
84
84
  matchingFaces: 'Comparando rostos...',
85
85
  almostDone: 'Quase pronto...',
86
86
  validatingDocumentAndFace: 'Validando documento e rosto...',
87
+ validatingFace: 'Validando rosto...',
87
88
  },
88
89
 
89
90
  result: {
package/src/i18n/types.ts CHANGED
@@ -84,6 +84,7 @@ export interface LanguageStrings {
84
84
  matchingFaces: string;
85
85
  almostDone: string;
86
86
  validatingDocumentAndFace: string;
87
+ validatingFace: string;
87
88
  };
88
89
 
89
90
  result: {