@frontegg/types 5.61.0 → 6.0.1-alpha.0
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/CheckoutDialogOptions.d.ts +6 -6
- package/CheckoutDialogOptions.js +1 -0
- package/Common.d.ts +6 -6
- package/Common.js +1 -0
- package/ContextOptions.d.ts +31 -31
- package/ContextOptions.js +1 -0
- package/CustomComponents.d.ts +19 -19
- package/CustomComponents.js +1 -0
- package/FronteggAppInstance.d.ts +23 -23
- package/FronteggAppInstance.js +1 -0
- package/FronteggAppOptions.d.ts +76 -76
- package/FronteggAppOptions.js +1 -0
- package/FronteggMetadata.d.ts +88 -88
- package/FronteggMetadata.js +1 -0
- package/FronteggStoreOptions.d.ts +13 -13
- package/FronteggStoreOptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/accountSettings.d.ts +216 -216
- package/Localizations/AdminPortalLocalizations/accountSettings.js +1 -0
- package/Localizations/AdminPortalLocalizations/allUsers.d.ts +275 -275
- package/Localizations/AdminPortalLocalizations/allUsers.js +1 -0
- package/Localizations/AdminPortalLocalizations/apiTokens.d.ts +137 -137
- package/Localizations/AdminPortalLocalizations/apiTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/auditLogs.d.ts +51 -51
- package/Localizations/AdminPortalLocalizations/auditLogs.js +1 -0
- package/Localizations/AdminPortalLocalizations/index.d.ts +29 -29
- package/Localizations/AdminPortalLocalizations/index.js +15 -0
- package/Localizations/AdminPortalLocalizations/navigation.d.ts +85 -85
- package/Localizations/AdminPortalLocalizations/navigation.js +1 -0
- package/Localizations/AdminPortalLocalizations/personalTokens.d.ts +117 -117
- package/Localizations/AdminPortalLocalizations/personalTokens.js +1 -0
- package/Localizations/AdminPortalLocalizations/privacy.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/privacy.js +1 -0
- package/Localizations/AdminPortalLocalizations/profile.d.ts +243 -243
- package/Localizations/AdminPortalLocalizations/profile.js +1 -0
- package/Localizations/AdminPortalLocalizations/roles.d.ts +88 -88
- package/Localizations/AdminPortalLocalizations/roles.js +1 -0
- package/Localizations/AdminPortalLocalizations/security.d.ts +182 -182
- package/Localizations/AdminPortalLocalizations/security.js +1 -0
- package/Localizations/AdminPortalLocalizations/sso.d.ts +398 -398
- package/Localizations/AdminPortalLocalizations/sso.js +1 -0
- package/Localizations/AdminPortalLocalizations/subscriptions.d.ts +252 -252
- package/Localizations/AdminPortalLocalizations/subscriptions.js +1 -0
- package/Localizations/AdminPortalLocalizations/users.d.ts +288 -288
- package/Localizations/AdminPortalLocalizations/users.js +1 -0
- package/Localizations/AdminPortalLocalizations/webhooks.d.ts +157 -157
- package/Localizations/AdminPortalLocalizations/webhooks.js +1 -0
- package/Localizations/LocalizationOverrides.d.ts +21 -21
- package/Localizations/LocalizationOverrides.js +1 -0
- package/Localizations/LocalizationType.d.ts +45 -45
- package/Localizations/LocalizationType.js +1 -0
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.d.ts +25 -25
- package/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +1 -0
- package/Localizations/LoginBoxLocalization/acceptInvitation.d.ts +31 -31
- package/Localizations/LoginBoxLocalization/acceptInvitation.js +1 -0
- package/Localizations/LoginBoxLocalization/activateAccount.d.ts +79 -79
- package/Localizations/LoginBoxLocalization/activateAccount.js +1 -0
- package/Localizations/LoginBoxLocalization/forgetPassword.d.ts +35 -35
- package/Localizations/LoginBoxLocalization/forgetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/index.d.ts +20 -20
- package/Localizations/LoginBoxLocalization/index.js +11 -0
- package/Localizations/LoginBoxLocalization/login.d.ts +307 -335
- package/Localizations/LoginBoxLocalization/login.js +1 -0
- package/Localizations/LoginBoxLocalization/recoveryMfa.d.ts +23 -23
- package/Localizations/LoginBoxLocalization/recoveryMfa.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPassword.d.ts +67 -67
- package/Localizations/LoginBoxLocalization/resetPassword.js +1 -0
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/resetPhoneNumber.js +1 -0
- package/Localizations/LoginBoxLocalization/signup.d.ts +186 -186
- package/Localizations/LoginBoxLocalization/signup.js +1 -0
- package/Localizations/LoginBoxLocalization/socialLogins.d.ts +34 -34
- package/Localizations/LoginBoxLocalization/socialLogins.js +1 -0
- package/Localizations/index.d.ts +4 -4
- package/Localizations/index.js +4 -0
- package/Localizations/package.json +6 -0
- package/Metadata/colorManipulator.d.ts +73 -73
- package/Metadata/colorManipulator.js +186 -0
- package/Metadata/getPalette.d.ts +3 -3
- package/Metadata/getPalette.js +58 -0
- package/Metadata/index.d.ts +15 -15
- package/Metadata/index.js +126 -0
- package/Metadata/package.json +6 -0
- package/PrivateOptions.d.ts +25 -25
- package/PrivateOptions.js +1 -0
- package/ThemeOptions/AdminPortalThemeOptions.d.ts +84 -84
- package/ThemeOptions/AdminPortalThemeOptions.js +16 -0
- package/ThemeOptions/BreakpointsOptions.d.ts +17 -17
- package/ThemeOptions/BreakpointsOptions.js +1 -0
- package/ThemeOptions/ComponentsOptions.d.ts +751 -751
- package/ThemeOptions/ComponentsOptions.js +2 -0
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.d.ts +21 -21
- package/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.d.ts +51 -51
- package/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.d.ts +12 -12
- package/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.d.ts +45 -45
- package/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.d.ts +7 -7
- package/ThemeOptions/LoginBoxTheme/LoaderTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.d.ts +226 -226
- package/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +1 -0
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.d.ts +136 -148
- package/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.d.ts +47 -47
- package/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.d.ts +71 -71
- package/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.d.ts +95 -95
- package/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.d.ts +64 -64
- package/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +1 -0
- package/ThemeOptions/LoginBoxTheme/index.d.ts +53 -53
- package/ThemeOptions/LoginBoxTheme/index.js +11 -0
- package/ThemeOptions/LoginBoxThemeOptions.d.ts +46 -46
- package/ThemeOptions/LoginBoxThemeOptions.js +1 -0
- package/ThemeOptions/Palette.d.ts +85 -85
- package/ThemeOptions/Palette.js +1 -0
- package/ThemeOptions/Shadows.d.ts +1 -1
- package/ThemeOptions/Shadows.js +1 -0
- package/ThemeOptions/SpacingOptions.d.ts +9 -9
- package/ThemeOptions/SpacingOptions.js +1 -0
- package/ThemeOptions/TransitionsOptions.d.ts +23 -23
- package/ThemeOptions/TransitionsOptions.js +1 -0
- package/ThemeOptions/TypographyOptions.d.ts +13 -13
- package/ThemeOptions/TypographyOptions.js +1 -0
- package/ThemeOptions/index.d.ts +41 -41
- package/ThemeOptions/index.js +3 -0
- package/ThemeOptions/package.json +6 -0
- package/index.d.ts +7 -7
- package/index.js +12 -444
- package/node/CheckoutDialogOptions.js +5 -0
- package/node/Common.js +5 -0
- package/node/ContextOptions.js +5 -0
- package/node/CustomComponents.js +5 -0
- package/node/FronteggAppInstance.js +5 -0
- package/node/FronteggAppOptions.js +5 -0
- package/node/FronteggMetadata.js +5 -0
- package/node/FronteggStoreOptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/accountSettings.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/allUsers.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/apiTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/auditLogs.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/index.js +187 -0
- package/node/Localizations/AdminPortalLocalizations/navigation.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/personalTokens.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/privacy.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/profile.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/roles.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/security.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/sso.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/subscriptions.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/users.js +5 -0
- package/node/Localizations/AdminPortalLocalizations/webhooks.js +5 -0
- package/node/Localizations/LocalizationOverrides.js +5 -0
- package/node/Localizations/LocalizationType.js +5 -0
- package/node/Localizations/LoginBoxLocalization/SplitPageTypes/index.js +5 -0
- package/node/Localizations/LoginBoxLocalization/acceptInvitation.js +5 -0
- package/node/Localizations/LoginBoxLocalization/activateAccount.js +5 -0
- package/node/Localizations/LoginBoxLocalization/forgetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/index.js +135 -0
- package/node/Localizations/LoginBoxLocalization/login.js +5 -0
- package/node/Localizations/LoginBoxLocalization/recoveryMfa.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPassword.js +5 -0
- package/node/Localizations/LoginBoxLocalization/resetPhoneNumber.js +5 -0
- package/node/Localizations/LoginBoxLocalization/signup.js +5 -0
- package/node/Localizations/LoginBoxLocalization/socialLogins.js +5 -0
- package/node/Localizations/index.js +57 -0
- package/node/Metadata/colorManipulator.js +210 -0
- package/node/Metadata/getPalette.js +70 -0
- package/node/Metadata/index.js +140 -0
- package/node/PrivateOptions.js +5 -0
- package/node/ThemeOptions/AdminPortalThemeOptions.js +23 -0
- package/node/ThemeOptions/BreakpointsOptions.js +5 -0
- package/node/ThemeOptions/ComponentsOptions.js +6 -0
- package/node/ThemeOptions/LoginBoxTheme/AcceptInvitationTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ActivateAccountPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/CustomLoginComponents.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ForgotPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoaderTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginBoxCommon.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/LoginPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPasswordTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/ResetPhoneNumberTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SignupPageTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/SocialLoginsTheme.js +5 -0
- package/node/ThemeOptions/LoginBoxTheme/index.js +135 -0
- package/node/ThemeOptions/LoginBoxThemeOptions.js +5 -0
- package/node/ThemeOptions/Palette.js +5 -0
- package/node/ThemeOptions/Shadows.js +5 -0
- package/node/ThemeOptions/SpacingOptions.js +5 -0
- package/node/ThemeOptions/TransitionsOptions.js +5 -0
- package/node/ThemeOptions/TypographyOptions.js +5 -0
- package/node/ThemeOptions/index.js +31 -0
- package/node/index.js +101 -446
- package/package.json +8 -5
- package/ThemeOptions/helpers.d.ts +0 -0
|
@@ -1,335 +1,307 @@
|
|
|
1
|
-
import { TestimonialComponentLocalization, TitleDescriptionComponentLocalization, ValuesComponentLocalization } from "./SplitPageTypes";
|
|
2
|
-
export interface LoginLocalization {
|
|
3
|
-
/**
|
|
4
|
-
* strings in login page
|
|
5
|
-
*/
|
|
6
|
-
login: {
|
|
7
|
-
/**
|
|
8
|
-
* Login page title
|
|
9
|
-
*/
|
|
10
|
-
title: string;
|
|
11
|
-
/**
|
|
12
|
-
* Go to signup message in Login page header
|
|
13
|
-
*/
|
|
14
|
-
signUpMessage: string;
|
|
15
|
-
/**
|
|
16
|
-
* Go to signup link button text in Login page header
|
|
17
|
-
*/
|
|
18
|
-
signUpLink: string;
|
|
19
|
-
/**
|
|
20
|
-
* Forget password button text
|
|
21
|
-
*/
|
|
22
|
-
forgotPassword: string;
|
|
23
|
-
/**
|
|
24
|
-
* Login email input label
|
|
25
|
-
*/
|
|
26
|
-
emailInputLabel: string;
|
|
27
|
-
/**
|
|
28
|
-
* String displayed as placeholder when email field is empty
|
|
29
|
-
*/
|
|
30
|
-
emailInputPlaceholder: string;
|
|
31
|
-
/**
|
|
32
|
-
* error message displayed if email is invalid
|
|
33
|
-
*/
|
|
34
|
-
emailMustBeValid: string;
|
|
35
|
-
/**
|
|
36
|
-
* error message displayed if email is empty
|
|
37
|
-
*/
|
|
38
|
-
emailIsRequired: string;
|
|
39
|
-
/**
|
|
40
|
-
* Login password input label
|
|
41
|
-
*/
|
|
42
|
-
passwordInputLabel: string;
|
|
43
|
-
/**
|
|
44
|
-
* String displayed as placeholder when password field is empty
|
|
45
|
-
*/
|
|
46
|
-
passwordInputPlaceholder: string;
|
|
47
|
-
/**
|
|
48
|
-
* error message displayed if password length less than x
|
|
49
|
-
* EX: "Password must be at least {{length}} characters"
|
|
50
|
-
*/
|
|
51
|
-
passwordMustBeCharacters: string;
|
|
52
|
-
/**
|
|
53
|
-
* error message displayed if password is empty
|
|
54
|
-
*/
|
|
55
|
-
passwordIsRequired: string;
|
|
56
|
-
/**
|
|
57
|
-
* Login page submit button
|
|
58
|
-
*/
|
|
59
|
-
login: string;
|
|
60
|
-
/**
|
|
61
|
-
* Login page submit button if passwordless, sso or magicLink is enabled
|
|
62
|
-
*/
|
|
63
|
-
continue: string;
|
|
64
|
-
/**
|
|
65
|
-
* String displayed as invalid title for Oid, and saml
|
|
66
|
-
*/
|
|
67
|
-
invalidTitle: string;
|
|
68
|
-
/**
|
|
69
|
-
* String displayed as separator for sign in with social login
|
|
70
|
-
*/
|
|
71
|
-
signInWithSocialLogin: string;
|
|
72
|
-
/**
|
|
73
|
-
* Button text to return to main login page
|
|
74
|
-
*/
|
|
75
|
-
backToLogin: string;
|
|
76
|
-
/**
|
|
77
|
-
* Login with MFA title
|
|
78
|
-
*/
|
|
79
|
-
mfaTitle: string;
|
|
80
|
-
/**
|
|
81
|
-
* Login with MFA six digits input label If MFA is enabled
|
|
82
|
-
*/
|
|
83
|
-
mfaInputLabel: string;
|
|
84
|
-
/**
|
|
85
|
-
* Error displayed if MFA code input is empty
|
|
86
|
-
*/
|
|
87
|
-
mfaCodeIsRequired: string;
|
|
88
|
-
/**
|
|
89
|
-
* Error displayed if MFA code length less than 6 characters
|
|
90
|
-
*/
|
|
91
|
-
mfaCodeLengthAtLeast6: string;
|
|
92
|
-
/**
|
|
93
|
-
* Error displayed if two factor code input is empty
|
|
94
|
-
*/
|
|
95
|
-
twoFactorCodeIsRequired: string;
|
|
96
|
-
/**
|
|
97
|
-
* Error displayed if two code length less than 8 characters
|
|
98
|
-
*/
|
|
99
|
-
twoFactorCodeLengthAtLeast8: string;
|
|
100
|
-
/**
|
|
101
|
-
* text of remember device CheckBox If MFA is enabled
|
|
102
|
-
* EX: "Don't ask again on this device for {{count}} day"
|
|
103
|
-
*/
|
|
104
|
-
mfaRememberThisDevice: string;
|
|
105
|
-
/**
|
|
106
|
-
* Disable MFA title in MFA section if it's enabled
|
|
107
|
-
*/
|
|
108
|
-
disableMultiFactorTitle: string;
|
|
109
|
-
/**
|
|
110
|
-
* Disable MFA message in MFA section if it's enabled
|
|
111
|
-
*/
|
|
112
|
-
disableMultiFactorMessage: string;
|
|
113
|
-
/**
|
|
114
|
-
* Disable MFA page title after choose to recover mfa from login screen
|
|
115
|
-
*/
|
|
116
|
-
recoverMfaTitle: string;
|
|
117
|
-
/**
|
|
118
|
-
* Disable MFA button click here text in MFA section if it's enabled
|
|
119
|
-
*/
|
|
120
|
-
disabledMultiFactorClickHereButton: string;
|
|
121
|
-
/**
|
|
122
|
-
* Recover Code input placeholder in MFA recovery section
|
|
123
|
-
*/
|
|
124
|
-
enterRecoveryCode: string;
|
|
125
|
-
/**
|
|
126
|
-
* Disable MFA button text in MFA section if it's enabled
|
|
127
|
-
*/
|
|
128
|
-
disabledMultiFactorButton: string;
|
|
129
|
-
/**
|
|
130
|
-
* Error message shown when trying to login without public policy
|
|
131
|
-
*/
|
|
132
|
-
missingPolicyErrorMessage: string;
|
|
133
|
-
/**
|
|
134
|
-
* Magic link title if login strategy is MagicLink
|
|
135
|
-
*/
|
|
136
|
-
magicLinkTitle: string;
|
|
137
|
-
/**
|
|
138
|
-
* Magic link description text if login strategy is MagicLink
|
|
139
|
-
* EX: "We have sent an email to {{email}}"
|
|
140
|
-
*/
|
|
141
|
-
magicLinkText: string;
|
|
142
|
-
/**
|
|
143
|
-
* Magic link resend button text if login strategy is MagicLink
|
|
144
|
-
*/
|
|
145
|
-
magicLinkResend: string;
|
|
146
|
-
/**
|
|
147
|
-
* Magic link title if invalid link
|
|
148
|
-
*/
|
|
149
|
-
invalidMagicLinkTitle: string;
|
|
150
|
-
/**
|
|
151
|
-
* Magic link description text if invalid link
|
|
152
|
-
*/
|
|
153
|
-
invalidMagicLinkText: string;
|
|
154
|
-
/**
|
|
155
|
-
* Oct section title
|
|
156
|
-
*/
|
|
157
|
-
smsOtcTitle: string;
|
|
158
|
-
/**
|
|
159
|
-
* Oct section title
|
|
160
|
-
*/
|
|
161
|
-
smsOtcMessage: string;
|
|
162
|
-
/**
|
|
163
|
-
* Oct section title
|
|
164
|
-
*/
|
|
165
|
-
smsOtcChangePhoneMessage: string;
|
|
166
|
-
/**
|
|
167
|
-
* Oct section title
|
|
168
|
-
*/
|
|
169
|
-
otcTitle: string;
|
|
170
|
-
/**
|
|
171
|
-
* Oct section message
|
|
172
|
-
* EX: "We sent you a six digit code at {{email}}"
|
|
173
|
-
*/
|
|
174
|
-
otcMessage: string;
|
|
175
|
-
/**
|
|
176
|
-
* Otc input label
|
|
177
|
-
*/
|
|
178
|
-
otcInputLabel: string;
|
|
179
|
-
/**
|
|
180
|
-
* Otc input placeholder
|
|
181
|
-
*/
|
|
182
|
-
otcInputPlaceholder: string;
|
|
183
|
-
/**
|
|
184
|
-
* Otc input error message if it's empty
|
|
185
|
-
*/
|
|
186
|
-
otcCodeIsRequired: string;
|
|
187
|
-
/**
|
|
188
|
-
* Text Continue
|
|
189
|
-
*/
|
|
190
|
-
otcContinue: string;
|
|
191
|
-
/**
|
|
192
|
-
* Text HaventReceivedCode
|
|
193
|
-
*/
|
|
194
|
-
otcHaventReceivedCode: string;
|
|
195
|
-
/**
|
|
196
|
-
* Text Resend
|
|
197
|
-
*/
|
|
198
|
-
otcResend: string;
|
|
199
|
-
/**
|
|
200
|
-
* Text `the OTC has a wrong length`
|
|
201
|
-
*/
|
|
202
|
-
otcInvalidLengthCode: string;
|
|
203
|
-
/**
|
|
204
|
-
* Text to be displayed when redirecting to SSO provider url
|
|
205
|
-
*/
|
|
206
|
-
ssoRedirectToMessage: string;
|
|
207
|
-
/**
|
|
208
|
-
* Text displayed when OICD sso login failed
|
|
209
|
-
*/
|
|
210
|
-
failedOicdLoginTitle: string;
|
|
211
|
-
/**
|
|
212
|
-
* Back to login button text OICD sso login failed
|
|
213
|
-
*/
|
|
214
|
-
failedOicdBackToLogin: string;
|
|
215
|
-
/**
|
|
216
|
-
* Default text to be displayed in case of unsuccessful login with SAML without an error
|
|
217
|
-
*/
|
|
218
|
-
failedSamlDefaultError: string;
|
|
219
|
-
/**
|
|
220
|
-
* Back to login button text SAML sso login failed
|
|
221
|
-
*/
|
|
222
|
-
failedSamlBackToLogin: string;
|
|
223
|
-
/**
|
|
224
|
-
* Join tenant indicator title displayed if login with invitation link
|
|
225
|
-
*/
|
|
226
|
-
joinTenantTitle: string;
|
|
227
|
-
/**
|
|
228
|
-
* Text displayed when join tenant invitation failed
|
|
229
|
-
*/
|
|
230
|
-
failedJoinTenantTitle: string;
|
|
231
|
-
/**
|
|
232
|
-
* Back to login button text join tenant invitation failed
|
|
233
|
-
*/
|
|
234
|
-
failedJoinTenantBackButton: string;
|
|
235
|
-
/**
|
|
236
|
-
* Force MFA section title
|
|
237
|
-
*/
|
|
238
|
-
forceMfaTitle: string;
|
|
239
|
-
/**
|
|
240
|
-
* Force MFA section description message
|
|
241
|
-
*/
|
|
242
|
-
forceMfaMessage: string;
|
|
243
|
-
/**
|
|
244
|
-
* Force MFA section Description "before" authenticator link
|
|
245
|
-
*/
|
|
246
|
-
forceMfaScanQueryDescription1: string;
|
|
247
|
-
/**
|
|
248
|
-
* Force MFA section Description "after" authenticator link
|
|
249
|
-
*/
|
|
250
|
-
forceMfaScanQueryDescription2: string;
|
|
251
|
-
/**
|
|
252
|
-
* Force MFA section input label
|
|
253
|
-
*/
|
|
254
|
-
forceMfaInputLabel: string;
|
|
255
|
-
/**
|
|
256
|
-
* Force MFA section input placeholder
|
|
257
|
-
*/
|
|
258
|
-
forceMfaInputPlaceholder: string;
|
|
259
|
-
/**
|
|
260
|
-
* Force MFA section verify button text
|
|
261
|
-
*/
|
|
262
|
-
forceMfaVerifyButton: string;
|
|
263
|
-
/**
|
|
264
|
-
* Force MFA section Page remember device checkbox
|
|
265
|
-
* EX: "Don't ask again on this device for {{count}} day"
|
|
266
|
-
*/
|
|
267
|
-
forceMfaRememberThisDevice: string;
|
|
268
|
-
/**
|
|
269
|
-
* Localizations for split login components
|
|
270
|
-
*/
|
|
271
|
-
splitLogin?: {
|
|
272
|
-
valuesComponent?: ValuesComponentLocalization;
|
|
273
|
-
testimonialComponent?: TestimonialComponentLocalization;
|
|
274
|
-
titleDescriptionComponent?: TitleDescriptionComponentLocalization;
|
|
275
|
-
};
|
|
276
|
-
/**
|
|
277
|
-
* Login disclaimer text
|
|
278
|
-
* this text is optional
|
|
279
|
-
*/
|
|
280
|
-
disclaimerText: string;
|
|
281
|
-
/**
|
|
282
|
-
* Login disclaimer terms link text
|
|
283
|
-
* this text is optional
|
|
284
|
-
*/
|
|
285
|
-
termsLinkText: string;
|
|
286
|
-
/**
|
|
287
|
-
* Login disclaimer terms url
|
|
288
|
-
* this text is optional
|
|
289
|
-
*/
|
|
290
|
-
termsLink: string;
|
|
291
|
-
/**
|
|
292
|
-
* Login disclaimer privacy link text
|
|
293
|
-
* this text is optional
|
|
294
|
-
*/
|
|
295
|
-
privacyLinkText: string;
|
|
296
|
-
/**
|
|
297
|
-
* Login disclaimer privacy url
|
|
298
|
-
* this text is optional
|
|
299
|
-
*/
|
|
300
|
-
privacyLink: string;
|
|
301
|
-
/**
|
|
302
|
-
* Login disclaimer terms and privacy conjunction text
|
|
303
|
-
* this text is optional
|
|
304
|
-
*/
|
|
305
|
-
termsAndPrivacyConjunctionText: string;
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
oneTouchLoginButton: string;
|
|
309
|
-
touchId: string;
|
|
310
|
-
androidLoginTitle: string;
|
|
311
|
-
androidLoginMessage: string;
|
|
312
|
-
androidLoginButton: string;
|
|
313
|
-
android: string;
|
|
314
|
-
usbLoginTitle: string;
|
|
315
|
-
usbLoginMessage: string;
|
|
316
|
-
usbLoginButton: string;
|
|
317
|
-
usb: string;
|
|
318
|
-
smsLoginTitle: string;
|
|
319
|
-
smsLoginMessage: string;
|
|
320
|
-
smsLoginButton: string;
|
|
321
|
-
sms: string;
|
|
322
|
-
smsLoginChangePhoneTitle: string;
|
|
323
|
-
smsLoginChangePhoneMessage: string;
|
|
324
|
-
smsLoginChangePhoneInputLabel: string;
|
|
325
|
-
smsLoginChangePhoneButton: string;
|
|
326
|
-
smsLoginPinTitle: string;
|
|
327
|
-
smsLoginPinMessage: string;
|
|
328
|
-
smsLoginPinButton: string;
|
|
329
|
-
loginWelcomeTitle: string;
|
|
330
|
-
loginWelcomeSubtitleSubtitle: string;
|
|
331
|
-
loginWelcomeKnownUserSubtitle: string;
|
|
332
|
-
registerNewQuickLoginTitle: string;
|
|
333
|
-
registerNewQuickLoginSubtitle: string;
|
|
334
|
-
};
|
|
335
|
-
}
|
|
1
|
+
import { TestimonialComponentLocalization, TitleDescriptionComponentLocalization, ValuesComponentLocalization } from "./SplitPageTypes";
|
|
2
|
+
export interface LoginLocalization {
|
|
3
|
+
/**
|
|
4
|
+
* strings in login page
|
|
5
|
+
*/
|
|
6
|
+
login: {
|
|
7
|
+
/**
|
|
8
|
+
* Login page title
|
|
9
|
+
*/
|
|
10
|
+
title: string;
|
|
11
|
+
/**
|
|
12
|
+
* Go to signup message in Login page header
|
|
13
|
+
*/
|
|
14
|
+
signUpMessage: string;
|
|
15
|
+
/**
|
|
16
|
+
* Go to signup link button text in Login page header
|
|
17
|
+
*/
|
|
18
|
+
signUpLink: string;
|
|
19
|
+
/**
|
|
20
|
+
* Forget password button text
|
|
21
|
+
*/
|
|
22
|
+
forgotPassword: string;
|
|
23
|
+
/**
|
|
24
|
+
* Login email input label
|
|
25
|
+
*/
|
|
26
|
+
emailInputLabel: string;
|
|
27
|
+
/**
|
|
28
|
+
* String displayed as placeholder when email field is empty
|
|
29
|
+
*/
|
|
30
|
+
emailInputPlaceholder: string;
|
|
31
|
+
/**
|
|
32
|
+
* error message displayed if email is invalid
|
|
33
|
+
*/
|
|
34
|
+
emailMustBeValid: string;
|
|
35
|
+
/**
|
|
36
|
+
* error message displayed if email is empty
|
|
37
|
+
*/
|
|
38
|
+
emailIsRequired: string;
|
|
39
|
+
/**
|
|
40
|
+
* Login password input label
|
|
41
|
+
*/
|
|
42
|
+
passwordInputLabel: string;
|
|
43
|
+
/**
|
|
44
|
+
* String displayed as placeholder when password field is empty
|
|
45
|
+
*/
|
|
46
|
+
passwordInputPlaceholder: string;
|
|
47
|
+
/**
|
|
48
|
+
* error message displayed if password length less than x
|
|
49
|
+
* EX: "Password must be at least {{length}} characters"
|
|
50
|
+
*/
|
|
51
|
+
passwordMustBeCharacters: string;
|
|
52
|
+
/**
|
|
53
|
+
* error message displayed if password is empty
|
|
54
|
+
*/
|
|
55
|
+
passwordIsRequired: string;
|
|
56
|
+
/**
|
|
57
|
+
* Login page submit button
|
|
58
|
+
*/
|
|
59
|
+
login: string;
|
|
60
|
+
/**
|
|
61
|
+
* Login page submit button if passwordless, sso or magicLink is enabled
|
|
62
|
+
*/
|
|
63
|
+
continue: string;
|
|
64
|
+
/**
|
|
65
|
+
* String displayed as invalid title for Oid, and saml
|
|
66
|
+
*/
|
|
67
|
+
invalidTitle: string;
|
|
68
|
+
/**
|
|
69
|
+
* String displayed as separator for sign in with social login
|
|
70
|
+
*/
|
|
71
|
+
signInWithSocialLogin: string;
|
|
72
|
+
/**
|
|
73
|
+
* Button text to return to main login page
|
|
74
|
+
*/
|
|
75
|
+
backToLogin: string;
|
|
76
|
+
/**
|
|
77
|
+
* Login with MFA title
|
|
78
|
+
*/
|
|
79
|
+
mfaTitle: string;
|
|
80
|
+
/**
|
|
81
|
+
* Login with MFA six digits input label If MFA is enabled
|
|
82
|
+
*/
|
|
83
|
+
mfaInputLabel: string;
|
|
84
|
+
/**
|
|
85
|
+
* Error displayed if MFA code input is empty
|
|
86
|
+
*/
|
|
87
|
+
mfaCodeIsRequired: string;
|
|
88
|
+
/**
|
|
89
|
+
* Error displayed if MFA code length less than 6 characters
|
|
90
|
+
*/
|
|
91
|
+
mfaCodeLengthAtLeast6: string;
|
|
92
|
+
/**
|
|
93
|
+
* Error displayed if two factor code input is empty
|
|
94
|
+
*/
|
|
95
|
+
twoFactorCodeIsRequired: string;
|
|
96
|
+
/**
|
|
97
|
+
* Error displayed if two code length less than 8 characters
|
|
98
|
+
*/
|
|
99
|
+
twoFactorCodeLengthAtLeast8: string;
|
|
100
|
+
/**
|
|
101
|
+
* text of remember device CheckBox If MFA is enabled
|
|
102
|
+
* EX: "Don't ask again on this device for {{count}} day"
|
|
103
|
+
*/
|
|
104
|
+
mfaRememberThisDevice: string;
|
|
105
|
+
/**
|
|
106
|
+
* Disable MFA title in MFA section if it's enabled
|
|
107
|
+
*/
|
|
108
|
+
disableMultiFactorTitle: string;
|
|
109
|
+
/**
|
|
110
|
+
* Disable MFA message in MFA section if it's enabled
|
|
111
|
+
*/
|
|
112
|
+
disableMultiFactorMessage: string;
|
|
113
|
+
/**
|
|
114
|
+
* Disable MFA page title after choose to recover mfa from login screen
|
|
115
|
+
*/
|
|
116
|
+
recoverMfaTitle: string;
|
|
117
|
+
/**
|
|
118
|
+
* Disable MFA button click here text in MFA section if it's enabled
|
|
119
|
+
*/
|
|
120
|
+
disabledMultiFactorClickHereButton: string;
|
|
121
|
+
/**
|
|
122
|
+
* Recover Code input placeholder in MFA recovery section
|
|
123
|
+
*/
|
|
124
|
+
enterRecoveryCode: string;
|
|
125
|
+
/**
|
|
126
|
+
* Disable MFA button text in MFA section if it's enabled
|
|
127
|
+
*/
|
|
128
|
+
disabledMultiFactorButton: string;
|
|
129
|
+
/**
|
|
130
|
+
* Error message shown when trying to login without public policy
|
|
131
|
+
*/
|
|
132
|
+
missingPolicyErrorMessage: string;
|
|
133
|
+
/**
|
|
134
|
+
* Magic link title if login strategy is MagicLink
|
|
135
|
+
*/
|
|
136
|
+
magicLinkTitle: string;
|
|
137
|
+
/**
|
|
138
|
+
* Magic link description text if login strategy is MagicLink
|
|
139
|
+
* EX: "We have sent an email to {{email}}"
|
|
140
|
+
*/
|
|
141
|
+
magicLinkText: string;
|
|
142
|
+
/**
|
|
143
|
+
* Magic link resend button text if login strategy is MagicLink
|
|
144
|
+
*/
|
|
145
|
+
magicLinkResend: string;
|
|
146
|
+
/**
|
|
147
|
+
* Magic link title if invalid link
|
|
148
|
+
*/
|
|
149
|
+
invalidMagicLinkTitle: string;
|
|
150
|
+
/**
|
|
151
|
+
* Magic link description text if invalid link
|
|
152
|
+
*/
|
|
153
|
+
invalidMagicLinkText: string;
|
|
154
|
+
/**
|
|
155
|
+
* Oct section title
|
|
156
|
+
*/
|
|
157
|
+
smsOtcTitle: string;
|
|
158
|
+
/**
|
|
159
|
+
* Oct section title
|
|
160
|
+
*/
|
|
161
|
+
smsOtcMessage: string;
|
|
162
|
+
/**
|
|
163
|
+
* Oct section title
|
|
164
|
+
*/
|
|
165
|
+
smsOtcChangePhoneMessage: string;
|
|
166
|
+
/**
|
|
167
|
+
* Oct section title
|
|
168
|
+
*/
|
|
169
|
+
otcTitle: string;
|
|
170
|
+
/**
|
|
171
|
+
* Oct section message
|
|
172
|
+
* EX: "We sent you a six digit code at {{email}}"
|
|
173
|
+
*/
|
|
174
|
+
otcMessage: string;
|
|
175
|
+
/**
|
|
176
|
+
* Otc input label
|
|
177
|
+
*/
|
|
178
|
+
otcInputLabel: string;
|
|
179
|
+
/**
|
|
180
|
+
* Otc input placeholder
|
|
181
|
+
*/
|
|
182
|
+
otcInputPlaceholder: string;
|
|
183
|
+
/**
|
|
184
|
+
* Otc input error message if it's empty
|
|
185
|
+
*/
|
|
186
|
+
otcCodeIsRequired: string;
|
|
187
|
+
/**
|
|
188
|
+
* Text Continue
|
|
189
|
+
*/
|
|
190
|
+
otcContinue: string;
|
|
191
|
+
/**
|
|
192
|
+
* Text HaventReceivedCode
|
|
193
|
+
*/
|
|
194
|
+
otcHaventReceivedCode: string;
|
|
195
|
+
/**
|
|
196
|
+
* Text Resend
|
|
197
|
+
*/
|
|
198
|
+
otcResend: string;
|
|
199
|
+
/**
|
|
200
|
+
* Text `the OTC has a wrong length`
|
|
201
|
+
*/
|
|
202
|
+
otcInvalidLengthCode: string;
|
|
203
|
+
/**
|
|
204
|
+
* Text to be displayed when redirecting to SSO provider url
|
|
205
|
+
*/
|
|
206
|
+
ssoRedirectToMessage: string;
|
|
207
|
+
/**
|
|
208
|
+
* Text displayed when OICD sso login failed
|
|
209
|
+
*/
|
|
210
|
+
failedOicdLoginTitle: string;
|
|
211
|
+
/**
|
|
212
|
+
* Back to login button text OICD sso login failed
|
|
213
|
+
*/
|
|
214
|
+
failedOicdBackToLogin: string;
|
|
215
|
+
/**
|
|
216
|
+
* Default text to be displayed in case of unsuccessful login with SAML without an error
|
|
217
|
+
*/
|
|
218
|
+
failedSamlDefaultError: string;
|
|
219
|
+
/**
|
|
220
|
+
* Back to login button text SAML sso login failed
|
|
221
|
+
*/
|
|
222
|
+
failedSamlBackToLogin: string;
|
|
223
|
+
/**
|
|
224
|
+
* Join tenant indicator title displayed if login with invitation link
|
|
225
|
+
*/
|
|
226
|
+
joinTenantTitle: string;
|
|
227
|
+
/**
|
|
228
|
+
* Text displayed when join tenant invitation failed
|
|
229
|
+
*/
|
|
230
|
+
failedJoinTenantTitle: string;
|
|
231
|
+
/**
|
|
232
|
+
* Back to login button text join tenant invitation failed
|
|
233
|
+
*/
|
|
234
|
+
failedJoinTenantBackButton: string;
|
|
235
|
+
/**
|
|
236
|
+
* Force MFA section title
|
|
237
|
+
*/
|
|
238
|
+
forceMfaTitle: string;
|
|
239
|
+
/**
|
|
240
|
+
* Force MFA section description message
|
|
241
|
+
*/
|
|
242
|
+
forceMfaMessage: string;
|
|
243
|
+
/**
|
|
244
|
+
* Force MFA section Description "before" authenticator link
|
|
245
|
+
*/
|
|
246
|
+
forceMfaScanQueryDescription1: string;
|
|
247
|
+
/**
|
|
248
|
+
* Force MFA section Description "after" authenticator link
|
|
249
|
+
*/
|
|
250
|
+
forceMfaScanQueryDescription2: string;
|
|
251
|
+
/**
|
|
252
|
+
* Force MFA section input label
|
|
253
|
+
*/
|
|
254
|
+
forceMfaInputLabel: string;
|
|
255
|
+
/**
|
|
256
|
+
* Force MFA section input placeholder
|
|
257
|
+
*/
|
|
258
|
+
forceMfaInputPlaceholder: string;
|
|
259
|
+
/**
|
|
260
|
+
* Force MFA section verify button text
|
|
261
|
+
*/
|
|
262
|
+
forceMfaVerifyButton: string;
|
|
263
|
+
/**
|
|
264
|
+
* Force MFA section Page remember device checkbox
|
|
265
|
+
* EX: "Don't ask again on this device for {{count}} day"
|
|
266
|
+
*/
|
|
267
|
+
forceMfaRememberThisDevice: string;
|
|
268
|
+
/**
|
|
269
|
+
* Localizations for split login components
|
|
270
|
+
*/
|
|
271
|
+
splitLogin?: {
|
|
272
|
+
valuesComponent?: ValuesComponentLocalization;
|
|
273
|
+
testimonialComponent?: TestimonialComponentLocalization;
|
|
274
|
+
titleDescriptionComponent?: TitleDescriptionComponentLocalization;
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* Login disclaimer text
|
|
278
|
+
* this text is optional
|
|
279
|
+
*/
|
|
280
|
+
disclaimerText: string;
|
|
281
|
+
/**
|
|
282
|
+
* Login disclaimer terms link text
|
|
283
|
+
* this text is optional
|
|
284
|
+
*/
|
|
285
|
+
termsLinkText: string;
|
|
286
|
+
/**
|
|
287
|
+
* Login disclaimer terms url
|
|
288
|
+
* this text is optional
|
|
289
|
+
*/
|
|
290
|
+
termsLink: string;
|
|
291
|
+
/**
|
|
292
|
+
* Login disclaimer privacy link text
|
|
293
|
+
* this text is optional
|
|
294
|
+
*/
|
|
295
|
+
privacyLinkText: string;
|
|
296
|
+
/**
|
|
297
|
+
* Login disclaimer privacy url
|
|
298
|
+
* this text is optional
|
|
299
|
+
*/
|
|
300
|
+
privacyLink: string;
|
|
301
|
+
/**
|
|
302
|
+
* Login disclaimer terms and privacy conjunction text
|
|
303
|
+
* this text is optional
|
|
304
|
+
*/
|
|
305
|
+
termsAndPrivacyConjunctionText: string;
|
|
306
|
+
};
|
|
307
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|