@asgardeo/javascript 0.2.13 → 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 +4 -0
- package/dist/cjs/index.js.map +2 -2
- package/dist/index.js +4 -0
- package/dist/index.js.map +2 -2
- package/dist/models/v2/embedded-flow-v2.d.ts +38 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3145,9 +3145,12 @@ 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";
|
|
3153
|
+
EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
|
|
3151
3154
|
return EmbeddedFlowComponentType3;
|
|
3152
3155
|
})(EmbeddedFlowComponentType2 || {});
|
|
3153
3156
|
var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) => {
|
|
@@ -3159,6 +3162,7 @@ var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) =>
|
|
|
3159
3162
|
EmbeddedFlowActionVariant2["Info"] = "INFO";
|
|
3160
3163
|
EmbeddedFlowActionVariant2["Warning"] = "WARNING";
|
|
3161
3164
|
EmbeddedFlowActionVariant2["Link"] = "LINK";
|
|
3165
|
+
EmbeddedFlowActionVariant2["Social"] = "SOCIAL";
|
|
3162
3166
|
return EmbeddedFlowActionVariant2;
|
|
3163
3167
|
})(EmbeddedFlowActionVariant || {});
|
|
3164
3168
|
var EmbeddedFlowTextVariant = /* @__PURE__ */ ((EmbeddedFlowTextVariant2) => {
|