idmission-web-sdk 2.1.80 → 2.1.81

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.
@@ -76,6 +76,7 @@ declare const _default: {
76
76
  Upload: string;
77
77
  'Uploading...': string;
78
78
  'Upload succeeded!': string;
79
+ 'Performing facial recognition, please hold still...': string;
79
80
  'Display the front of your ID card...': string;
80
81
  'Display the back of your ID card...': string;
81
82
  'Please move your face to the center...': string;
@@ -84,6 +84,7 @@ export declare const resources: {
84
84
  Upload: string;
85
85
  'Uploading...': string;
86
86
  'Upload succeeded!': string;
87
+ 'Performing facial recognition, please hold still...': string;
87
88
  'Display the front of your ID card...': string;
88
89
  'Display the back of your ID card...': string;
89
90
  'Please move your face to the center...': string;
@@ -234,7 +234,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
234
234
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
235
235
  };
236
236
 
237
- var webSdkVersion = '2.1.80';
237
+ var webSdkVersion = '2.1.81';
238
238
 
239
239
  function getPlatform() {
240
240
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -6938,6 +6938,7 @@ var esTranslation = {
6938
6938
  Upload: 'Enviar',
6939
6939
  'Uploading...': 'Procesando...',
6940
6940
  'Upload succeeded!': 'Proceso completo!',
6941
+ 'Performing facial recognition, please hold still...': 'Realizando el reconocimiento facial, por favor no te muevas',
6941
6942
  'Display the front of your ID card...': 'Hay que mostrar el frente de la identificación...',
6942
6943
  'Display the back of your ID card...': 'Hay que mostrar el reverso de la identificación...',
6943
6944
  'Please move your face to the center...': 'Por favor, hay que mover la cabeza hacia el centro...',