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.
@@ -211,7 +211,7 @@
211
211
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
212
212
  };
213
213
 
214
- var webSdkVersion = '2.3.70';
214
+ var webSdkVersion = '2.3.71';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -13300,7 +13300,7 @@
13300
13300
  'Document is not centered': 'Документ не отцентрирован',
13301
13301
  'Document too close, please back up': 'Документ находится слишком близко, отодвиньтесь назад',
13302
13302
  'Please hold your ID document steady': 'Держите удостоверение личности ровно',
13303
- 'Document out of focus try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
13303
+ 'Document out of focus - try improving the lighting': 'Документ не в фокусе, попробуйте улучшить освещение',
13304
13304
  'ID card front detected - please flip your ID card': 'Обнаружена лицевая сторона удостоверения личности, переверните удостоверение личности',
13305
13305
  'ID card back detected - please flip your ID card': 'Обнаружена обратная сторона удостоверения личности, переверните удостоверение личности',
13306
13306
  'ID card detected, please scan a passport instead': 'Обнаружено удостоверение личности, отсканируйте вместо него паспорт',
@@ -15930,7 +15930,7 @@
15930
15930
  guidanceSatisfiedText: "".concat(documentTypeDisplayNames[state.detectedDocumentType], " detected, hold still..."),
15931
15931
  guidancePleaseFlipText: 'ID card front detected - please flip your ID card',
15932
15932
  guidanceBackDetectedFirstText: 'ID card back detected - please flip your ID card',
15933
- guidanceTooBlurryText: 'Document out of focus try improving the lighting',
15933
+ guidanceTooBlurryText: 'Document out of focus - try improving the lighting',
15934
15934
  guidanceNotCenteredText: 'Document is not centered',
15935
15935
  guidanceTooCloseText: 'Document too close, please back up',
15936
15936
  guidanceNotDetectedText: 'Document not detected',