@asgardeo/javascript 0.2.14 → 0.2.15

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
@@ -3145,6 +3145,8 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3145
3145
  EmbeddedFlowComponentType3["TextInput"] = "TEXT_INPUT";
3146
3146
  EmbeddedFlowComponentType3["PasswordInput"] = "PASSWORD_INPUT";
3147
3147
  EmbeddedFlowComponentType3["EmailInput"] = "EMAIL_INPUT";
3148
+ EmbeddedFlowComponentType3["OtpInput"] = "OTP_INPUT";
3149
+ EmbeddedFlowComponentType3["PhoneInput"] = "PHONE_INPUT";
3148
3150
  EmbeddedFlowComponentType3["Text"] = "TEXT";
3149
3151
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3150
3152
  EmbeddedFlowComponentType3["Block"] = "BLOCK";