@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/cjs/index.js CHANGED
@@ -3254,6 +3254,8 @@ var EmbeddedFlowComponentType2 = /* @__PURE__ */ ((EmbeddedFlowComponentType3) =
3254
3254
  EmbeddedFlowComponentType3["TextInput"] = "TEXT_INPUT";
3255
3255
  EmbeddedFlowComponentType3["PasswordInput"] = "PASSWORD_INPUT";
3256
3256
  EmbeddedFlowComponentType3["EmailInput"] = "EMAIL_INPUT";
3257
+ EmbeddedFlowComponentType3["OtpInput"] = "OTP_INPUT";
3258
+ EmbeddedFlowComponentType3["PhoneInput"] = "PHONE_INPUT";
3257
3259
  EmbeddedFlowComponentType3["Text"] = "TEXT";
3258
3260
  EmbeddedFlowComponentType3["Action"] = "ACTION";
3259
3261
  EmbeddedFlowComponentType3["Block"] = "BLOCK";