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/lib/locales/es/translation.d.ts +1 -0
- package/dist/lib/locales/index.d.ts +1 -0
- package/dist/sdk2.cjs.development.js +3 -2
- package/dist/sdk2.cjs.development.js.map +1 -1
- package/dist/sdk2.cjs.production.js +1 -1
- package/dist/sdk2.cjs.production.js.map +1 -1
- package/dist/sdk2.esm.js +3 -2
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +3 -2
- package/dist/sdk2.umd.development.js.map +1 -1
- package/dist/sdk2.umd.production.js +1 -1
- package/dist/sdk2.umd.production.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
216
216
|
};
|
|
217
217
|
|
|
218
|
-
var webSdkVersion = '2.1.
|
|
218
|
+
var webSdkVersion = '2.1.39';
|
|
219
219
|
|
|
220
220
|
function getPlatform() {
|
|
221
221
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -11337,7 +11337,7 @@
|
|
|
11337
11337
|
idCardFront: 'ID card front',
|
|
11338
11338
|
idCardBack: 'ID card back',
|
|
11339
11339
|
passport: 'Passport',
|
|
11340
|
-
singlePage: 'Single page',
|
|
11340
|
+
singlePage: 'Single page ID document',
|
|
11341
11341
|
none: 'None'
|
|
11342
11342
|
};
|
|
11343
11343
|
var detectors = {};
|
|
@@ -12801,6 +12801,7 @@
|
|
|
12801
12801
|
'ID card front detected, hold still...': 'Anverso de ID detectado, no mover...',
|
|
12802
12802
|
'ID card back detected, hold still...': 'Reverso de ID detectado, no mover...',
|
|
12803
12803
|
'Passport detected, hold still...': 'Pasaporte detectado, no mover...',
|
|
12804
|
+
'Single page ID document detected, hold still...': 'Documento de una sola página detectada, por favor permanece quieto...',
|
|
12804
12805
|
'Capturing...': 'Capturando...',
|
|
12805
12806
|
'Capture failed!': 'Falló la captura',
|
|
12806
12807
|
'Please flip your ID card...': 'Por favor voltea la identificación...',
|