@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/index.js CHANGED
@@ -3492,6 +3492,7 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
3492
3492
  FieldType2["Password"] = "PASSWORD";
3493
3493
  FieldType2["Radio"] = "RADIO";
3494
3494
  FieldType2["Select"] = "SELECT";
3495
+ FieldType2["Tel"] = "TEL";
3495
3496
  FieldType2["Text"] = "TEXT";
3496
3497
  FieldType2["Textarea"] = "TEXTAREA";
3497
3498
  FieldType2["Time"] = "TIME";