@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/index.js CHANGED
@@ -3397,6 +3397,7 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3397
3397
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3398
3398
  EmbeddedFlowComponentType3["Block"] = "BLOCK";
3399
3399
  EmbeddedFlowComponentType3["Consent"] = "CONSENT";
3400
+ EmbeddedFlowComponentType3["CopyableText"] = "COPYABLE_TEXT";
3400
3401
  EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
3401
3402
  EmbeddedFlowComponentType3["EmailInput"] = "EMAIL_INPUT";
3402
3403
  EmbeddedFlowComponentType3["Icon"] = "ICON";
@@ -3491,6 +3492,7 @@ var FieldType = /* @__PURE__ */ ((FieldType2) => {
3491
3492
  FieldType2["Password"] = "PASSWORD";
3492
3493
  FieldType2["Radio"] = "RADIO";
3493
3494
  FieldType2["Select"] = "SELECT";
3495
+ FieldType2["Tel"] = "TEL";
3494
3496
  FieldType2["Text"] = "TEXT";
3495
3497
  FieldType2["Textarea"] = "TEXTAREA";
3496
3498
  FieldType2["Time"] = "TIME";