@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 +1 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/dist/models/field.d.ts +1 -0
- package/package.json +1 -1
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";
|