@asgardeo/javascript 0.16.0 → 0.16.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
@@ -3530,6 +3530,7 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3530
3530
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3531
3531
  EmbeddedFlowComponentType3["Block"] = "BLOCK";
3532
3532
  EmbeddedFlowComponentType3["Consent"] = "CONSENT";
3533
+ EmbeddedFlowComponentType3["CopyableText"] = "COPYABLE_TEXT";
3533
3534
  EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
3534
3535
  EmbeddedFlowComponentType3["EmailInput"] = "EMAIL_INPUT";
3535
3536
  EmbeddedFlowComponentType3["Icon"] = "ICON";
@@ -3624,6 +3625,7 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
3624
3625
  FieldType2["Password"] = "PASSWORD";
3625
3626
  FieldType2["Radio"] = "RADIO";
3626
3627
  FieldType2["Select"] = "SELECT";
3628
+ FieldType2["Tel"] = "TEL";
3627
3629
  FieldType2["Text"] = "TEXT";
3628
3630
  FieldType2["Textarea"] = "TEXTAREA";
3629
3631
  FieldType2["Time"] = "TIME";