@frontegg/types
Advanced tools
Comparing version 5.16.1 to 5.16.2
@@ -15,14 +15,6 @@ export interface AcceptInvitationLocalization { | ||
/** | ||
* Title to be displayed if accept invitation failed | ||
* Description message to be displayed if accept invitation succeeded | ||
*/ | ||
failedTitle: string; | ||
successMessage: string; | ||
/** | ||
* Description message to be displayed if accept invitation failed | ||
*/ | ||
failedMessage: string; | ||
/** | ||
* Back to login button text in accept invitation failed section | ||
*/ | ||
failedBackToLoginButton: string; | ||
/** | ||
* Title to be displayed if invalid query params | ||
@@ -29,0 +21,0 @@ */ |
@@ -47,2 +47,6 @@ export interface ActivateAccountLocalization { | ||
/** | ||
* Message to be displayed if activate account succeeded | ||
*/ | ||
successMessage: string; | ||
/** | ||
* Error displayed if link is invalid as title | ||
@@ -49,0 +53,0 @@ */ |
@@ -32,4 +32,5 @@ export interface ForgetPasswordLocalization { | ||
backToLogin: string; | ||
resetEmailSentTitle: string; | ||
resetEmailSentMessage: string; | ||
}; | ||
} |
@@ -64,2 +64,6 @@ export interface LoginLocalization { | ||
/** | ||
* String displayed as invalid title for Oid, and saml | ||
*/ | ||
invalidTitle: string; | ||
/** | ||
* String displayed as separator for sign in with social login | ||
@@ -184,2 +188,6 @@ */ | ||
/** | ||
* Text `the OTC has a wrong length` | ||
*/ | ||
otcInvalidLengthCode: string; | ||
/** | ||
* Text to be displayed when redirecting to SSO provider url | ||
@@ -186,0 +194,0 @@ */ |
@@ -51,2 +51,6 @@ export interface ResetPasswordLocalization { | ||
/** | ||
* Message to be displayed if reset password succeeded | ||
*/ | ||
successMessage: string; | ||
/** | ||
* Title to be displayed if reset password failed | ||
@@ -53,0 +57,0 @@ */ |
@@ -105,2 +105,6 @@ export interface SignupLocalization { | ||
/** | ||
* Redirect to login | ||
*/ | ||
backToLoginLink: string; | ||
/** | ||
* Go to login message in signup page header | ||
@@ -107,0 +111,0 @@ */ |
@@ -22,2 +22,6 @@ export interface SocialLoginsLocalization { | ||
/** | ||
* String displayed as invalid title | ||
*/ | ||
invalidTitle: string; | ||
/** | ||
* Error title if social login callback is invalid | ||
@@ -24,0 +28,0 @@ */ |
{ | ||
"name": "@frontegg/types", | ||
"version": "5.16.1", | ||
"version": "5.16.2", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204803
5959