@ekyc_qoobiss/qbs-ect-cmp 3.5.19 → 3.5.20

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.
@@ -6438,7 +6438,7 @@ function v4(options, buf, offset) {
6438
6438
  }
6439
6439
 
6440
6440
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6441
- const version$1 = "3.5.19";
6441
+ const version$1 = "3.5.20";
6442
6442
  const description = "Person Identification Component";
6443
6443
  const main = "./dist/index.cjs.js";
6444
6444
  const module$1 = "./dist/index.js";
@@ -6682,7 +6682,7 @@ const IdentificationComponent = class {
6682
6682
  state.requestId = savedRequest;
6683
6683
  this.order_id = savedRequest;
6684
6684
  }
6685
- if (this.flowStatusToSet == null) {
6685
+ if (this.flowStatusToSet == FlowStatus.NONE) {
6686
6686
  var flowSt = sessionStorage.getItem(SessionKeys.FlowStatusKey);
6687
6687
  if (flowSt) {
6688
6688
  this.flowStatusToSet = FlowStatus[flowSt];
@@ -183,7 +183,7 @@ export class IdentificationComponent {
183
183
  store.requestId = savedRequest;
184
184
  this.order_id = savedRequest;
185
185
  }
186
- if (this.flowStatusToSet == null) {
186
+ if (this.flowStatusToSet == FlowStatus.NONE) {
187
187
  var flowSt = sessionStorage.getItem(SessionKeys.FlowStatusKey);
188
188
  if (flowSt) {
189
189
  this.flowStatusToSet = FlowStatus[flowSt];
@@ -6434,7 +6434,7 @@ function v4(options, buf, offset) {
6434
6434
  }
6435
6435
 
6436
6436
  const name = "@ekyc_qoobiss/qbs-ect-cmp";
6437
- const version$1 = "3.5.19";
6437
+ const version$1 = "3.5.20";
6438
6438
  const description = "Person Identification Component";
6439
6439
  const main = "./dist/index.cjs.js";
6440
6440
  const module = "./dist/index.js";
@@ -6678,7 +6678,7 @@ const IdentificationComponent = class {
6678
6678
  state.requestId = savedRequest;
6679
6679
  this.order_id = savedRequest;
6680
6680
  }
6681
- if (this.flowStatusToSet == null) {
6681
+ if (this.flowStatusToSet == FlowStatus.NONE) {
6682
6682
  var flowSt = sessionStorage.getItem(SessionKeys.FlowStatusKey);
6683
6683
  if (flowSt) {
6684
6684
  this.flowStatusToSet = FlowStatus[flowSt];