@ekyc_qoobiss/qbs-ect-cmp 1.5.13 → 1.5.15

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.
@@ -5129,6 +5129,7 @@ const CaptureError = class {
5129
5129
  state.flowStatus = this.idSide == 'front' ? 'ID' : 'IDBACK';
5130
5130
  }
5131
5131
  else if (this.type == 'invalid') {
5132
+ this.idSide = 'front';
5132
5133
  state.flowStatus = 'HOWTOID';
5133
5134
  }
5134
5135
  else {
@@ -5720,7 +5721,7 @@ const IdentificationComponent = class {
5720
5721
  if (this.idFlow.photoFile == null || this.idFlow.recordingFile == null || this.idFlow.done) {
5721
5722
  return;
5722
5723
  }
5723
- this.idSide = 'face';
5724
+ this.idSide = 'front';
5724
5725
  let uploadedPhoto = await this.apiCall.UploadFileForRequestB64(state.requestId, 'IdFront', this.idFlow.photoFile);
5725
5726
  if (uploadedPhoto === false) {
5726
5727
  this.idFlow.done = false;
@@ -5859,7 +5860,7 @@ const IdentificationComponent = class {
5859
5860
  sessionStorage.setItem(SessionKeys.FlowStatusKey, state.flowStatus);
5860
5861
  }
5861
5862
  if (this.idSide == '') {
5862
- this.idSide = state.hasIdBack ? 'face' : '';
5863
+ this.idSide = state.hasIdBack ? 'front' : '';
5863
5864
  }
5864
5865
  }
5865
5866
  render() {
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["loader-dots.cjs",[[1,"loader-dots"]]],["agreement-check_12.cjs",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
17
+ return index.bootstrapLazy([["loader-dots.cjs",[[1,"loader-dots"]]],["agreement-check_12.cjs",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1537,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy([["loader-dots.cjs",[[1,"loader-dots"]]],["agreement-check_12.cjs",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
18
+ return index.bootstrapLazy([["loader-dots.cjs",[[1,"loader-dots"]]],["agreement-check_12.cjs",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1537,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
19
19
  });
@@ -26,6 +26,7 @@ export class CaptureError {
26
26
  store.flowStatus = this.idSide == 'front' ? 'ID' : 'IDBACK';
27
27
  }
28
28
  else if (this.type == 'invalid') {
29
+ this.idSide = 'front';
29
30
  store.flowStatus = 'HOWTOID';
30
31
  }
31
32
  else {
@@ -55,7 +56,7 @@ export class CaptureError {
55
56
  return {
56
57
  "idSide": {
57
58
  "type": "string",
58
- "mutable": false,
59
+ "mutable": true,
59
60
  "complexType": {
60
61
  "original": "string",
61
62
  "resolved": "string",
@@ -68,7 +69,7 @@ export class CaptureError {
68
69
  "text": ""
69
70
  },
70
71
  "attribute": "id-side",
71
- "reflect": false
72
+ "reflect": true
72
73
  },
73
74
  "type": {
74
75
  "type": "string",
@@ -78,7 +78,7 @@ export class IdentificationComponent {
78
78
  if (this.idFlow.photoFile == null || this.idFlow.recordingFile == null || this.idFlow.done) {
79
79
  return;
80
80
  }
81
- this.idSide = 'face';
81
+ this.idSide = 'front';
82
82
  let uploadedPhoto = await this.apiCall.UploadFileForRequestB64(store.requestId, 'IdFront', this.idFlow.photoFile);
83
83
  if (uploadedPhoto === false) {
84
84
  this.idFlow.done = false;
@@ -217,7 +217,7 @@ export class IdentificationComponent {
217
217
  sessionStorage.setItem(SessionKeys.FlowStatusKey, store.flowStatus);
218
218
  }
219
219
  if (this.idSide == '') {
220
- this.idSide = store.hasIdBack ? 'face' : '';
220
+ this.idSide = store.hasIdBack ? 'front' : '';
221
221
  }
222
222
  }
223
223
  render() {
@@ -5125,6 +5125,7 @@ const CaptureError = class {
5125
5125
  state.flowStatus = this.idSide == 'front' ? 'ID' : 'IDBACK';
5126
5126
  }
5127
5127
  else if (this.type == 'invalid') {
5128
+ this.idSide = 'front';
5128
5129
  state.flowStatus = 'HOWTOID';
5129
5130
  }
5130
5131
  else {
@@ -5716,7 +5717,7 @@ const IdentificationComponent = class {
5716
5717
  if (this.idFlow.photoFile == null || this.idFlow.recordingFile == null || this.idFlow.done) {
5717
5718
  return;
5718
5719
  }
5719
- this.idSide = 'face';
5720
+ this.idSide = 'front';
5720
5721
  let uploadedPhoto = await this.apiCall.UploadFileForRequestB64(state.requestId, 'IdFront', this.idFlow.photoFile);
5721
5722
  if (uploadedPhoto === false) {
5722
5723
  this.idFlow.done = false;
@@ -5855,7 +5856,7 @@ const IdentificationComponent = class {
5855
5856
  sessionStorage.setItem(SessionKeys.FlowStatusKey, state.flowStatus);
5856
5857
  }
5857
5858
  if (this.idSide == '') {
5858
- this.idSide = state.hasIdBack ? 'face' : '';
5859
+ this.idSide = state.hasIdBack ? 'front' : '';
5859
5860
  }
5860
5861
  }
5861
5862
  render() {
@@ -10,7 +10,7 @@ const patchEsm = () => {
10
10
  const defineCustomElements = (win, options) => {
11
11
  if (typeof window === 'undefined') return Promise.resolve();
12
12
  return patchEsm().then(() => {
13
- return bootstrapLazy([["loader-dots",[[1,"loader-dots"]]],["agreement-check_12",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
13
+ return bootstrapLazy([["loader-dots",[[1,"loader-dots"]]],["agreement-check_12",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1537,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
14
14
  });
15
15
  };
16
16
 
@@ -13,5 +13,5 @@ const patchBrowser = () => {
13
13
  };
14
14
 
15
15
  patchBrowser().then(options => {
16
- return bootstrapLazy([["loader-dots",[[1,"loader-dots"]]],["agreement-check_12",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
16
+ return bootstrapLazy([["loader-dots",[[1,"loader-dots"]]],["agreement-check_12",[[1,"identification-component",{"token":[1],"order_id":[1537],"api_url":[1],"idErrorType":[32],"idSide":[32],"idFlow":[32],"idBackFlow":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"],[0,"photoIdBackCapture","captureIdBackImage"],[0,"photoIdCapture","captureIdImage"],[0,"recordingIdCapture","capturedIdRecording"],[0,"photoSelfieCapture","captureSelfieImage"],[0,"recordingSelfieCapture","capturedSelfieRecording"],[0,"timeElapsed","timeElapsed"]]],[0,"agreement-info",{"agreementsChecked":[32],"termsChecked":[32],"openAgreements":[32],"openTerms":[32]},[[0,"agreementAcceptance","agreementAcceptanceEmitted"]]],[0,"id-back-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"id-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"selfie-capture",{"device":[16],"videoStarted":[32],"cameraSize":[32],"stopAnimation":[32],"captureTaken":[32],"titleMesage":[32],"animationPath":[32]},[[0,"changeTitle","eventChangeTitle"],[0,"videoStarted","eventVideoStarted"],[0,"stopAnimation","eventStopAnimation"],[0,"takePhoto","takePhoto"]]],[0,"capture-error",{"idSide":[1537,"id-side"],"type":[1]}],[0,"end-redirect"],[0,"how-to-info",{"idSide":[1,"id-side"],"topTitle":[32],"subTitle":[32],"descriptionR1":[32],"descriptionR2":[32],"descriptionR3":[32],"imagePath":[32],"buttonText":[32]}],[0,"landing-validation",{"device":[16],"saved":[32],"warningText":[32]}],[0,"sms-code-validation",{"title":[32],"details":[32],"buttonText":[32],"phoneNumber":[32],"code":[32]}],[0,"agreement-check",{"agreementType":[1,"agreement-type"],"htmlContent":[32]}],[0,"camera-comp",{"modelPath":[1,"model-path"],"device":[16],"probabilityThreshold":[2,"probability-threshold"],"captureMode":[1,"capture-mode"]}]]]], options);
17
17
  });