@ekyc_qoobiss/qbs-ect-cmp 3.2.2 → 3.2.3

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.
@@ -408,25 +408,25 @@ onChange('phoneValidation', value => {
408
408
 
409
409
  var FlowSteps;
410
410
  (function (FlowSteps) {
411
- FlowSteps["MobileRedirect"] = "mobile-redirect";
412
- FlowSteps["Landing"] = "landing";
413
- FlowSteps["Agreements"] = "agreements";
414
- FlowSteps["OtpSend"] = "otp-send";
415
- FlowSteps["OtpCheck"] = "otp-check";
416
- FlowSteps["CiFrontHowTo"] = "ci-front-how-to";
417
- FlowSteps["CiFront"] = "ci-front";
418
- FlowSteps["CiBackHowTo"] = "ci-back-how-to";
419
- FlowSteps["CiBack"] = "ci-back";
420
- FlowSteps["SelfieHowTo"] = "selfie-how-to";
421
- FlowSteps["Selfie"] = "selfie";
422
- FlowSteps["End"] = "end";
423
- FlowSteps["CameraError"] = "camera-error";
411
+ FlowSteps[FlowSteps["MobileRedirect"] = 'mobile-redirect'] = "MobileRedirect";
412
+ FlowSteps[FlowSteps["Landing"] = 'landing'] = "Landing";
413
+ FlowSteps[FlowSteps["Agreements"] = 'agreements'] = "Agreements";
414
+ FlowSteps[FlowSteps["OtpSend"] = 'otp-send'] = "OtpSend";
415
+ FlowSteps[FlowSteps["OtpCheck"] = 'otp-check'] = "OtpCheck";
416
+ FlowSteps[FlowSteps["CiFrontHowTo"] = 'ci-front-how-to'] = "CiFrontHowTo";
417
+ FlowSteps[FlowSteps["CiFront"] = 'ci-front'] = "CiFront";
418
+ FlowSteps[FlowSteps["CiBackHowTo"] = 'ci-back-how-to'] = "CiBackHowTo";
419
+ FlowSteps[FlowSteps["CiBack"] = 'ci-back'] = "CiBack";
420
+ FlowSteps[FlowSteps["SelfieHowTo"] = 'selfie-how-to'] = "SelfieHowTo";
421
+ FlowSteps[FlowSteps["Selfie"] = 'selfie'] = "Selfie";
422
+ FlowSteps[FlowSteps["End"] = 'end'] = "End";
423
+ FlowSteps[FlowSteps["CameraError"] = 'camera-error'] = "CameraError";
424
424
  })(FlowSteps || (FlowSteps = {}));
425
425
  var FlowMoments;
426
426
  (function (FlowMoments) {
427
- FlowMoments["Initialized"] = "initialized";
428
- FlowMoments["Finalized"] = "finalized";
429
- FlowMoments["None"] = "none";
427
+ FlowMoments[FlowMoments["Initialized"] = 'initialized'] = "Initialized";
428
+ FlowMoments[FlowMoments["Finalized"] = 'finalized'] = "Finalized";
429
+ FlowMoments[FlowMoments["None"] = 'none'] = "None";
430
430
  })(FlowMoments || (FlowMoments = {}));
431
431
 
432
432
  class ApiCall {
@@ -6310,7 +6310,7 @@ function v4(options, buf, offset) {
6310
6310
  }
6311
6311
 
6312
6312
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6313
- const version$1 = "3.2.2";
6313
+ const version$1 = "3.2.3";
6314
6314
  const description = "Person Identification Component";
6315
6315
  const main = "./dist/index.cjs.js";
6316
6316
  const module$1 = "./dist/index.js";
@@ -1,22 +1,22 @@
1
1
  export var FlowSteps;
2
2
  (function (FlowSteps) {
3
- FlowSteps["MobileRedirect"] = "mobile-redirect";
4
- FlowSteps["Landing"] = "landing";
5
- FlowSteps["Agreements"] = "agreements";
6
- FlowSteps["OtpSend"] = "otp-send";
7
- FlowSteps["OtpCheck"] = "otp-check";
8
- FlowSteps["CiFrontHowTo"] = "ci-front-how-to";
9
- FlowSteps["CiFront"] = "ci-front";
10
- FlowSteps["CiBackHowTo"] = "ci-back-how-to";
11
- FlowSteps["CiBack"] = "ci-back";
12
- FlowSteps["SelfieHowTo"] = "selfie-how-to";
13
- FlowSteps["Selfie"] = "selfie";
14
- FlowSteps["End"] = "end";
15
- FlowSteps["CameraError"] = "camera-error";
3
+ FlowSteps[FlowSteps["MobileRedirect"] = 'mobile-redirect'] = "MobileRedirect";
4
+ FlowSteps[FlowSteps["Landing"] = 'landing'] = "Landing";
5
+ FlowSteps[FlowSteps["Agreements"] = 'agreements'] = "Agreements";
6
+ FlowSteps[FlowSteps["OtpSend"] = 'otp-send'] = "OtpSend";
7
+ FlowSteps[FlowSteps["OtpCheck"] = 'otp-check'] = "OtpCheck";
8
+ FlowSteps[FlowSteps["CiFrontHowTo"] = 'ci-front-how-to'] = "CiFrontHowTo";
9
+ FlowSteps[FlowSteps["CiFront"] = 'ci-front'] = "CiFront";
10
+ FlowSteps[FlowSteps["CiBackHowTo"] = 'ci-back-how-to'] = "CiBackHowTo";
11
+ FlowSteps[FlowSteps["CiBack"] = 'ci-back'] = "CiBack";
12
+ FlowSteps[FlowSteps["SelfieHowTo"] = 'selfie-how-to'] = "SelfieHowTo";
13
+ FlowSteps[FlowSteps["Selfie"] = 'selfie'] = "Selfie";
14
+ FlowSteps[FlowSteps["End"] = 'end'] = "End";
15
+ FlowSteps[FlowSteps["CameraError"] = 'camera-error'] = "CameraError";
16
16
  })(FlowSteps || (FlowSteps = {}));
17
17
  export var FlowMoments;
18
18
  (function (FlowMoments) {
19
- FlowMoments["Initialized"] = "initialized";
20
- FlowMoments["Finalized"] = "finalized";
21
- FlowMoments["None"] = "none";
19
+ FlowMoments[FlowMoments["Initialized"] = 'initialized'] = "Initialized";
20
+ FlowMoments[FlowMoments["Finalized"] = 'finalized'] = "Finalized";
21
+ FlowMoments[FlowMoments["None"] = 'none'] = "None";
22
22
  })(FlowMoments || (FlowMoments = {}));
@@ -404,25 +404,25 @@ onChange('phoneValidation', value => {
404
404
 
405
405
  var FlowSteps;
406
406
  (function (FlowSteps) {
407
- FlowSteps["MobileRedirect"] = "mobile-redirect";
408
- FlowSteps["Landing"] = "landing";
409
- FlowSteps["Agreements"] = "agreements";
410
- FlowSteps["OtpSend"] = "otp-send";
411
- FlowSteps["OtpCheck"] = "otp-check";
412
- FlowSteps["CiFrontHowTo"] = "ci-front-how-to";
413
- FlowSteps["CiFront"] = "ci-front";
414
- FlowSteps["CiBackHowTo"] = "ci-back-how-to";
415
- FlowSteps["CiBack"] = "ci-back";
416
- FlowSteps["SelfieHowTo"] = "selfie-how-to";
417
- FlowSteps["Selfie"] = "selfie";
418
- FlowSteps["End"] = "end";
419
- FlowSteps["CameraError"] = "camera-error";
407
+ FlowSteps[FlowSteps["MobileRedirect"] = 'mobile-redirect'] = "MobileRedirect";
408
+ FlowSteps[FlowSteps["Landing"] = 'landing'] = "Landing";
409
+ FlowSteps[FlowSteps["Agreements"] = 'agreements'] = "Agreements";
410
+ FlowSteps[FlowSteps["OtpSend"] = 'otp-send'] = "OtpSend";
411
+ FlowSteps[FlowSteps["OtpCheck"] = 'otp-check'] = "OtpCheck";
412
+ FlowSteps[FlowSteps["CiFrontHowTo"] = 'ci-front-how-to'] = "CiFrontHowTo";
413
+ FlowSteps[FlowSteps["CiFront"] = 'ci-front'] = "CiFront";
414
+ FlowSteps[FlowSteps["CiBackHowTo"] = 'ci-back-how-to'] = "CiBackHowTo";
415
+ FlowSteps[FlowSteps["CiBack"] = 'ci-back'] = "CiBack";
416
+ FlowSteps[FlowSteps["SelfieHowTo"] = 'selfie-how-to'] = "SelfieHowTo";
417
+ FlowSteps[FlowSteps["Selfie"] = 'selfie'] = "Selfie";
418
+ FlowSteps[FlowSteps["End"] = 'end'] = "End";
419
+ FlowSteps[FlowSteps["CameraError"] = 'camera-error'] = "CameraError";
420
420
  })(FlowSteps || (FlowSteps = {}));
421
421
  var FlowMoments;
422
422
  (function (FlowMoments) {
423
- FlowMoments["Initialized"] = "initialized";
424
- FlowMoments["Finalized"] = "finalized";
425
- FlowMoments["None"] = "none";
423
+ FlowMoments[FlowMoments["Initialized"] = 'initialized'] = "Initialized";
424
+ FlowMoments[FlowMoments["Finalized"] = 'finalized'] = "Finalized";
425
+ FlowMoments[FlowMoments["None"] = 'none'] = "None";
426
426
  })(FlowMoments || (FlowMoments = {}));
427
427
 
428
428
  class ApiCall {
@@ -6306,7 +6306,7 @@ function v4(options, buf, offset) {
6306
6306
  }
6307
6307
 
6308
6308
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6309
- const version$1 = "3.2.2";
6309
+ const version$1 = "3.2.3";
6310
6310
  const description = "Person Identification Component";
6311
6311
  const main = "./dist/index.cjs.js";
6312
6312
  const module = "./dist/index.js";