@frontegg/types 7.33.0 → 7.34.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.
|
@@ -78,6 +78,10 @@ export interface PrivacyLocalization {
|
|
|
78
78
|
/**
|
|
79
79
|
* Text to be displayed on MFA security key card when not enrolled
|
|
80
80
|
*/
|
|
81
|
+
mfaEmailDeviceTitle: string;
|
|
82
|
+
/**
|
|
83
|
+
* Text to be displayed on MFA email device card when allowed
|
|
84
|
+
*/
|
|
81
85
|
mfaAddWebAuthnCrossPlatform: string;
|
|
82
86
|
mfaDeleteDevice: string;
|
|
83
87
|
mfaDeviceEnabled: string;
|
|
@@ -415,6 +415,10 @@ export interface LoginLocalization {
|
|
|
415
415
|
* Enroll MFA list SMS option message
|
|
416
416
|
*/
|
|
417
417
|
forceEnrollMfaSMS: string;
|
|
418
|
+
/**
|
|
419
|
+
* Enroll MFA list Email option message
|
|
420
|
+
*/
|
|
421
|
+
forceEnrollMfaEmail: string;
|
|
418
422
|
/**
|
|
419
423
|
* Enroll MFA list webauthn platform option message
|
|
420
424
|
*/
|
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": "7.
|
|
3
|
+
"version": "7.34.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": "7.
|
|
9
|
+
"@frontegg/redux-store": "7.34.0-alpha.1",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|