idmission-web-sdk 2.3.70 → 2.3.71
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/index.d.ts +1 -1
- package/dist/lib/locales/ru.d.ts +1 -1
- package/dist/sdk2.cjs.development.js +3 -3
- 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 -3
- package/dist/sdk2.esm.js.map +1 -1
- package/dist/sdk2.umd.development.js +3 -3
- 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 +3 -3
|
@@ -821,7 +821,7 @@ export declare const resources: {
|
|
|
821
821
|
'Document is not centered': string;
|
|
822
822
|
'Document too close, please back up': string;
|
|
823
823
|
'Please hold your ID document steady': string;
|
|
824
|
-
'Document out of focus
|
|
824
|
+
'Document out of focus - try improving the lighting': string;
|
|
825
825
|
'ID card front detected - please flip your ID card': string;
|
|
826
826
|
'ID card back detected - please flip your ID card': string;
|
|
827
827
|
'ID card detected, please scan a passport instead': string;
|
package/dist/lib/locales/ru.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ declare const _default: {
|
|
|
26
26
|
'Document is not centered': string;
|
|
27
27
|
'Document too close, please back up': string;
|
|
28
28
|
'Please hold your ID document steady': string;
|
|
29
|
-
'Document out of focus
|
|
29
|
+
'Document out of focus - try improving the lighting': string;
|
|
30
30
|
'ID card front detected - please flip your ID card': string;
|
|
31
31
|
'ID card back detected - please flip your ID card': string;
|
|
32
32
|
'ID card detected, please scan a passport instead': string;
|
|
@@ -236,7 +236,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
236
236
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
237
237
|
};
|
|
238
238
|
|
|
239
|
-
var webSdkVersion = '2.3.
|
|
239
|
+
var webSdkVersion = '2.3.71';
|
|
240
240
|
|
|
241
241
|
function getPlatform() {
|
|
242
242
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
@@ -4572,7 +4572,7 @@ var ru = {
|
|
|
4572
4572
|
'Document is not centered': 'Документ не отцентрирован',
|
|
4573
4573
|
'Document too close, please back up': 'Документ находится слишком близко, отодвиньтесь назад',
|
|
4574
4574
|
'Please hold your ID document steady': 'Держите удостоверение личности ровно',
|
|
4575
|
-
'Document out of focus
|
|
4575
|
+
'Document out of focus - try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
|
|
4576
4576
|
'ID card front detected - please flip your ID card': 'Обнаружена лицевая сторона удостоверения личности, переверните удостоверение личности',
|
|
4577
4577
|
'ID card back detected - please flip your ID card': 'Обнаружена обратная сторона удостоверения личности, переверните удостоверение личности',
|
|
4578
4578
|
'ID card detected, please scan a passport instead': 'Обнаружено удостоверение личности, отсканируйте вместо него паспорт',
|
|
@@ -6839,7 +6839,7 @@ var IdCapture = function IdCapture(_a) {
|
|
|
6839
6839
|
guidanceSatisfiedText: "".concat(documentTypeDisplayNames[state.detectedDocumentType], " detected, hold still..."),
|
|
6840
6840
|
guidancePleaseFlipText: 'ID card front detected - please flip your ID card',
|
|
6841
6841
|
guidanceBackDetectedFirstText: 'ID card back detected - please flip your ID card',
|
|
6842
|
-
guidanceTooBlurryText: 'Document out of focus
|
|
6842
|
+
guidanceTooBlurryText: 'Document out of focus - try improving the lighting',
|
|
6843
6843
|
guidanceNotCenteredText: 'Document is not centered',
|
|
6844
6844
|
guidanceTooCloseText: 'Document too close, please back up',
|
|
6845
6845
|
guidanceNotDetectedText: 'Document not detected',
|