idmission-web-sdk 2.1.38 → 2.1.39

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/sdk2.esm.js CHANGED
@@ -204,7 +204,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
204
204
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
205
205
  };
206
206
 
207
- var webSdkVersion = '2.1.38';
207
+ var webSdkVersion = '2.1.39';
208
208
 
209
209
  function getPlatform() {
210
210
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -5346,7 +5346,7 @@ var documentTypeDisplayNames = {
5346
5346
  idCardFront: 'ID card front',
5347
5347
  idCardBack: 'ID card back',
5348
5348
  passport: 'Passport',
5349
- singlePage: 'Single page',
5349
+ singlePage: 'Single page ID document',
5350
5350
  none: 'None'
5351
5351
  };
5352
5352
  var detectors = {};
@@ -6727,6 +6727,7 @@ var esTranslation = {
6727
6727
  'ID card front detected, hold still...': 'Anverso de ID detectado, no mover...',
6728
6728
  'ID card back detected, hold still...': 'Reverso de ID detectado, no mover...',
6729
6729
  'Passport detected, hold still...': 'Pasaporte detectado, no mover...',
6730
+ 'Single page ID document detected, hold still...': 'Documento de una sola página detectada, por favor permanece quieto...',
6730
6731
  'Capturing...': 'Capturando...',
6731
6732
  'Capture failed!': 'Falló la captura',
6732
6733
  'Please flip your ID card...': 'Por favor voltea la identificación...',