idmission-web-sdk 2.1.1 → 2.1.2

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.
@@ -24,6 +24,8 @@ declare const _default: {
24
24
  'Document is not centered': string;
25
25
  'Document too close, please back up': string;
26
26
  'Document out of focus \u2013 try improving the lighting': string;
27
+ 'ID card front detected - please flip your ID card': string;
28
+ 'ID card back detected - please flip your ID card': string;
27
29
  'Document detected, hold still...': string;
28
30
  'Capturing...': string;
29
31
  'Capture failed!': string;
@@ -32,6 +32,8 @@ export declare const resources: {
32
32
  'Document is not centered': string;
33
33
  'Document too close, please back up': string;
34
34
  'Document out of focus \u2013 try improving the lighting': string;
35
+ 'ID card front detected - please flip your ID card': string;
36
+ 'ID card back detected - please flip your ID card': string;
35
37
  'Document detected, hold still...': string;
36
38
  'Capturing...': string;
37
39
  'Capture failed!': string;
@@ -49,7 +49,7 @@ var LanguageDetector__default = /*#__PURE__*/_interopDefaultLegacy(LanguageDetec
49
49
  var i18n__default = /*#__PURE__*/_interopDefaultLegacy(i18n);
50
50
  var SignatureCanvas__default = /*#__PURE__*/_interopDefaultLegacy(SignatureCanvas);
51
51
 
52
- var webSdkVersion = '2.1.1';
52
+ var webSdkVersion = '2.1.2';
53
53
 
54
54
  function getPlatform() {
55
55
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -4421,6 +4421,8 @@ var esTranslation = {
4421
4421
  'Document is not centered': 'Documento no centrado',
4422
4422
  'Document too close, please back up': 'Documento muy cerca, favor de alejarse',
4423
4423
  'Document out of focus – try improving the lighting': 'Documento no enfocado - hay que tratar de mejorar la iluminación',
4424
+ 'ID card front detected - please flip your ID card': 'Anverso detectado, por favor voltea tu identificación',
4425
+ 'ID card back detected - please flip your ID card': 'Reverso detectado, por favor voltea tu identificación',
4424
4426
  'Document detected, hold still...': 'Se ha detectado el documento, no moverse por favor...',
4425
4427
  'Capturing...': 'Capturando...',
4426
4428
  'Capture failed!': 'Falló la captura',