@authing/react-ui-components 4.4.4-ey.26 → 4.4.4-ey.27
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/lib/index.min.css +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
- package/types/MFA/BindPreCheck/index.d.ts +3 -0
- package/types/MFA/businessRequest.d.ts +1 -0
- package/types/MFA/core/email.d.ts +1 -0
- package/types/MFA/core/sms.d.ts +1 -0
- package/types/MFA/core/totp.d.ts +1 -0
- package/types/MFA/mfaMethods/index.d.ts +1 -0
- package/types/version/version.d.ts +1 -1
package/package.json
CHANGED
|
@@ -32,6 +32,7 @@ interface AssociateFaceContent {
|
|
|
32
32
|
mfaToken?: string;
|
|
33
33
|
}
|
|
34
34
|
export declare const VerifyEmail: (content: VerifyEmailContent) => Promise<import("../_utils/http").AuthingGuardResponse<any>>;
|
|
35
|
+
export declare const checkEmailOrSms: (content: any) => Promise<import("../_utils/http").AuthingGuardResponse<any>>;
|
|
35
36
|
export declare const VerifySms: (content: VerifySmsContent) => Promise<import("../_utils/http").AuthingGuardResponse<any>>;
|
|
36
37
|
export declare const VerifyTotp: (content: VerifyTotpContent) => Promise<import("../_utils/http").AuthingGuardResponse<any>>;
|
|
37
38
|
export declare const VerifyFace: (content: VerifyFaceContent) => Promise<import("../_utils/http").AuthingGuardResponse<any>>;
|
package/types/MFA/core/sms.d.ts
CHANGED
package/types/MFA/core/totp.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "4.4.4-ey.
|
|
1
|
+
declare const _default: "4.4.4-ey.27";
|
|
2
2
|
export default _default;
|