idmission-web-sdk 2.1.97 → 2.1.98

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.
@@ -46,6 +46,7 @@ declare const _default: {
46
46
  'Remove Sunglasses & Hat': string;
47
47
  'Avoid Excessive Backlighting': string;
48
48
  'Hold still for a few seconds...': string;
49
+ 'Please hold still...': string;
49
50
  'Look straight into the camera...': string;
50
51
  'Move back...': string;
51
52
  'Move forward...': string;
@@ -54,6 +54,7 @@ export declare const resources: {
54
54
  'Remove Sunglasses & Hat': string;
55
55
  'Avoid Excessive Backlighting': string;
56
56
  'Hold still for a few seconds...': string;
57
+ 'Please hold still...': string;
57
58
  'Look straight into the camera...': string;
58
59
  'Move back...': string;
59
60
  'Move forward...': string;
@@ -234,7 +234,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
234
234
  return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
235
235
  };
236
236
 
237
- var webSdkVersion = '2.1.97';
237
+ var webSdkVersion = '2.1.98';
238
238
 
239
239
  function getPlatform() {
240
240
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
@@ -7033,6 +7033,7 @@ var esTranslation = {
7033
7033
  'Remove Sunglasses & Hat': 'Hay que quitarse lentes y/o la gorra',
7034
7034
  'Avoid Excessive Backlighting': 'Hay que evitar demasiada luz en el fondo',
7035
7035
  'Hold still for a few seconds...': 'Hay que permanecer quieto por unos segundos...',
7036
+ 'Please hold still...': 'Favor de no moverse...',
7036
7037
  'Look straight into the camera...': 'Hay que mirar directamente a la cámara...',
7037
7038
  'Move back...': 'Hay que hacerse hacia atrás..',
7038
7039
  'Move forward...': 'Hay que hacerse hacia adelante...',