@asgardeo/javascript 0.16.1 → 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
@@ -3625,6 +3625,7 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
3625
3625
  FieldType2["Password"] = "PASSWORD";
3626
3626
  FieldType2["Radio"] = "RADIO";
3627
3627
  FieldType2["Select"] = "SELECT";
3628
+ FieldType2["Tel"] = "TEL";
3628
3629
  FieldType2["Text"] = "TEXT";
3629
3630
  FieldType2["Textarea"] = "TEXTAREA";
3630
3631
  FieldType2["Time"] = "TIME";