@frontegg/types 6.144.0 → 6.145.0-alpha.1
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.
|
@@ -87,6 +87,13 @@ export interface PrivacyLocalization {
|
|
|
87
87
|
setUpPasskeys: string;
|
|
88
88
|
noPasskeysSetYet: string;
|
|
89
89
|
disabledSetUpPasskeysTooltip: string;
|
|
90
|
+
mfaSmsDisabledTooltip: string;
|
|
91
|
+
smsTitle: string;
|
|
92
|
+
setUpSms: string;
|
|
93
|
+
noPhoneNumberSet: string;
|
|
94
|
+
disabledSetUpSmsTooltip: string;
|
|
95
|
+
editPhoneNumber: string;
|
|
96
|
+
deletePhoneNumber: string;
|
|
90
97
|
};
|
|
91
98
|
/**
|
|
92
99
|
* Privacy page change password dialogs strings
|
|
@@ -177,6 +184,13 @@ export interface PrivacyLocalization {
|
|
|
177
184
|
cancel: string;
|
|
178
185
|
disable: string;
|
|
179
186
|
};
|
|
187
|
+
privacy_deleteSmsDialog: {
|
|
188
|
+
dialogTitle: string;
|
|
189
|
+
deleteSmsFirstDescription: string;
|
|
190
|
+
deleteSmsSecondDescription: string;
|
|
191
|
+
cancel: string;
|
|
192
|
+
delete: string;
|
|
193
|
+
};
|
|
180
194
|
privacy_DisableMfaAuthenticatorApp: {
|
|
181
195
|
/**
|
|
182
196
|
* Disable mfa dialog title
|
|
@@ -354,4 +368,22 @@ export interface PrivacyLocalization {
|
|
|
354
368
|
cancel: string;
|
|
355
369
|
delete: string;
|
|
356
370
|
};
|
|
371
|
+
privacy_setUpSmsDialog: {
|
|
372
|
+
setUpSmsTitle: string;
|
|
373
|
+
preVerifySmsDescription: string;
|
|
374
|
+
phoneIsRequired: string;
|
|
375
|
+
phoneIsInvalid: string;
|
|
376
|
+
verifyDescription: string;
|
|
377
|
+
cancel: string;
|
|
378
|
+
confirm: string;
|
|
379
|
+
continue: string;
|
|
380
|
+
otcResend: string;
|
|
381
|
+
otcResending: string;
|
|
382
|
+
successfullySetUpTitle: string;
|
|
383
|
+
successfullySetUpDescription: string;
|
|
384
|
+
phoneNumber: string;
|
|
385
|
+
successfullyAddedTitle: string;
|
|
386
|
+
successfullyAddedDescription: string;
|
|
387
|
+
done: string;
|
|
388
|
+
};
|
|
357
389
|
}
|
|
@@ -28,6 +28,8 @@ export interface LoginLocalization {
|
|
|
28
28
|
* String displayed as placeholder when email field is empty
|
|
29
29
|
*/
|
|
30
30
|
emailInputPlaceholder: string;
|
|
31
|
+
emailOrPhoneInputLabel: string;
|
|
32
|
+
emailOrPhonePlaceHolder: string;
|
|
31
33
|
/**
|
|
32
34
|
* error message displayed if email is invalid
|
|
33
35
|
*/
|
|
@@ -369,6 +371,7 @@ export interface LoginLocalization {
|
|
|
369
371
|
registerNewQuickLoginSubtitle: string;
|
|
370
372
|
phoneIsRequired: string;
|
|
371
373
|
phoneIsInvalid: string;
|
|
374
|
+
phoneFormatIsInvalid: string;
|
|
372
375
|
promptPasskeysTitle: string;
|
|
373
376
|
promptFirstItemTitle: string;
|
|
374
377
|
promptFirstItemSubtitle: string;
|
package/index.js
CHANGED
package/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/types",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.145.0-alpha.1",
|
|
4
4
|
"main": "./node/index.js",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@babel/runtime": "^7.18.6",
|
|
9
|
-
"@frontegg/redux-store": "6.
|
|
9
|
+
"@frontegg/redux-store": "6.145.0-alpha.1",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|