@asgardeo/javascript 0.9.1 → 0.9.2

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.
package/dist/cjs/index.js CHANGED
@@ -3452,6 +3452,7 @@ var EmbeddedSignInFlowAuthenticatorPromptType = /* @__PURE__ */ ((EmbeddedSignIn
3452
3452
  var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) => {
3453
3453
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3454
3454
  EmbeddedFlowComponentType3["Block"] = "BLOCK";
3455
+ EmbeddedFlowComponentType3["Consent"] = "CONSENT";
3455
3456
  EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
3456
3457
  EmbeddedFlowComponentType3["EmailInput"] = "EMAIL_INPUT";
3457
3458
  EmbeddedFlowComponentType3["Icon"] = "ICON";
@@ -3464,6 +3465,7 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3464
3465
  EmbeddedFlowComponentType3["Stack"] = "STACK";
3465
3466
  EmbeddedFlowComponentType3["Text"] = "TEXT";
3466
3467
  EmbeddedFlowComponentType3["TextInput"] = "TEXT_INPUT";
3468
+ EmbeddedFlowComponentType3["Timer"] = "TIMER";
3467
3469
  return EmbeddedFlowComponentType3;
3468
3470
  })(EmbeddedFlowComponentType2 || {});
3469
3471
  var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) => {