idmission-web-sdk 2.2.166 → 2.2.167

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.2.166';
214
+ var webSdkVersion = '2.2.167';
215
215
 
216
216
  function getPlatform() {
217
217
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -12288,6 +12288,7 @@
12288
12288
  'English - en': 'Spanish - es',
12289
12289
  'Use your device camera to capture your ID': 'Hay que utilizar la cámara del dispositivo para capturar la identificación',
12290
12290
  'Use your iPhone as a webcam': 'Hay que usar el iPhone como cámara web',
12291
+ 'Authenticating...': 'Autenticando...',
12291
12292
  'Models warming up...': 'Preparando modelos...',
12292
12293
  'Camera initializing...': 'Inicializando la cámara...',
12293
12294
  'Camera access blocked': 'Acceso bloqueado a la cámara',
@@ -12415,6 +12416,7 @@
12415
12416
  'English - en': 'German - de',
12416
12417
  'Use your device camera to capture your ID': 'Ihre Gerätekamera zur Aufnahme Ihres Ausweises verwenden',
12417
12418
  'Use your iPhone as a webcam': 'Ihr iPhone als Webcam verwenden',
12419
+ 'Authenticating...': 'Authentifizieren...',
12418
12420
  'Models warming up...': 'Modelle wärmen sich auf...',
12419
12421
  'Camera initializing...': 'Kamera wird initialisiert ...',
12420
12422
  'Camera access blocked': 'Kamerazugriff blockiert',
@@ -12542,6 +12544,7 @@
12542
12544
  'English - en': 'French - fr',
12543
12545
  'Use your device camera to capture your ID': 'Utilisez la caméra de votre appareil pour capturer votre ID',
12544
12546
  'Use your iPhone as a webcam': 'Utiliser votre iPhone comme Webcam',
12547
+ 'Authenticating...': 'Authentification en cours...',
12545
12548
  'Models warming up...': "Les modèles s'échauffent...",
12546
12549
  'Camera initializing...': 'Initialisation de la caméra...',
12547
12550
  'Camera access blocked': 'Accès à la caméra bloqué',
@@ -12669,6 +12672,7 @@
12669
12672
  'English - en': 'Italian - it',
12670
12673
  'Use your device camera to capture your ID': 'Utilizzare la fotocamera del dispositivo per acquisire il documento',
12671
12674
  'Use your iPhone as a webcam': 'Utilizza iPhone come webcam',
12675
+ 'Authenticating...': 'Autenticazione in corso...',
12672
12676
  'Models warming up...': 'Riscaldamento modelli...',
12673
12677
  'Camera initializing...': 'Inizializzazione fotocamera...',
12674
12678
  'Camera access blocked': 'Accesso alla fotocamera bloccato',
@@ -12796,6 +12800,7 @@
12796
12800
  'English - en': 'Japanese - ja',
12797
12801
  'Use your device camera to capture your ID': 'デバイスのカメラを使用して身分証を撮影してください',
12798
12802
  'Use your iPhone as a webcam': 'iPhoneをウェブカムとして使用',
12803
+ 'Authenticating...': '認証中…',
12799
12804
  'Models warming up...': 'モデルをウォームアップ中…',
12800
12805
  'Camera initializing...': 'カメラを初期化中…',
12801
12806
  'Camera access blocked': 'カメラへのアクセスがブロックされました',
@@ -12923,6 +12928,7 @@
12923
12928
  'English - en': 'Portuguese (Brazil) - pt',
12924
12929
  'Use your device camera to capture your ID': 'Usar a câmera do dispositivo para fotografar sua identidade',
12925
12930
  'Use your iPhone as a webcam': 'Use seu iPhone como uma câmera Web',
12931
+ 'Authenticating...': 'Autenticando...',
12926
12932
  'Models warming up...': 'Modelos aquecendo...',
12927
12933
  'Camera initializing...': 'Câmera inicializando...',
12928
12934
  'Camera access blocked': 'Acesso à câmera bloqueado',
@@ -13050,6 +13056,7 @@
13050
13056
  'English - en': 'Russian - ru',
13051
13057
  'Use your device camera to capture your ID': 'Используйте камеру вашего устройства для съемки удостоверения личности',
13052
13058
  'Use your iPhone as a webcam': 'Используйте iPhone в качестве веб-камеры',
13059
+ 'Authenticating...': 'Аутентификация...',
13053
13060
  'Models warming up...': 'Модели разогреваются…',
13054
13061
  'Camera initializing...': 'Камера инициализируется…',
13055
13062
  'Camera access blocked': 'Доступ к камере заблокирован',
@@ -13177,6 +13184,7 @@
13177
13184
  'English - en': 'Chinese (Traditional) - zh',
13178
13185
  'Use your device camera to capture your ID': '使用裝置相機拍攝證件',
13179
13186
  'Use your iPhone as a webcam': '將 iPhone 當作網路攝影機使用',
13187
+ 'Authenticating...': '正在驗證...',
13180
13188
  'Models warming up...': '正在暖機...',
13181
13189
  'Camera initializing...': '相機正在初始化...',
13182
13190
  'Camera access blocked': '相機存取遭封鎖',
@@ -16407,7 +16415,7 @@
16407
16415
  cameraInitializingText: 'Camera initializing...',
16408
16416
  cameraInitializedText: 'Camera ready',
16409
16417
  continueText: "Let's Go!",
16410
- sessionCheckingText: 'Checking session...'
16418
+ sessionCheckingText: 'Authenticating...'
16411
16419
  });
16412
16420
  var ready = sessionReady && modelsReady && cameraReady;
16413
16421
  React.useEffect(function () {
@@ -21434,7 +21442,7 @@
21434
21442
  downloadingText: 'Downloading...',
21435
21443
  modelsWarmingUpText: 'Loading guided capture experience...',
21436
21444
  modelsReadyText: 'Guided capture experience ready',
21437
- sessionCheckingText: 'Checking session...'
21445
+ sessionCheckingText: 'Authenticating...'
21438
21446
  });
21439
21447
  var _j = React.useState(0),
21440
21448
  headingTextIndex = _j[0],