@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/cjs/index.js
CHANGED
|
@@ -3254,9 +3254,12 @@ 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";
|
|
3262
|
+
EmbeddedFlowComponentType3["Divider"] = "DIVIDER";
|
|
3260
3263
|
return EmbeddedFlowComponentType3;
|
|
3261
3264
|
})(EmbeddedFlowComponentType2 || {});
|
|
3262
3265
|
var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) => {
|
|
@@ -3268,6 +3271,7 @@ var EmbeddedFlowActionVariant = /* @__PURE__ */ ((EmbeddedFlowActionVariant2) =>
|
|
|
3268
3271
|
EmbeddedFlowActionVariant2["Info"] = "INFO";
|
|
3269
3272
|
EmbeddedFlowActionVariant2["Warning"] = "WARNING";
|
|
3270
3273
|
EmbeddedFlowActionVariant2["Link"] = "LINK";
|
|
3274
|
+
EmbeddedFlowActionVariant2["Social"] = "SOCIAL";
|
|
3271
3275
|
return EmbeddedFlowActionVariant2;
|
|
3272
3276
|
})(EmbeddedFlowActionVariant || {});
|
|
3273
3277
|
var EmbeddedFlowTextVariant = /* @__PURE__ */ ((EmbeddedFlowTextVariant2) => {
|