@frontegg/types 6.138.0-alpha.0 → 6.138.0-alpha.2
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.
|
@@ -633,7 +633,6 @@ export interface SecurityLocalization {
|
|
|
633
633
|
domainAllowListText: string;
|
|
634
634
|
domainDenyListText: string;
|
|
635
635
|
mfaCardTitle: string;
|
|
636
|
-
mfaCardTitleSmallScreen: string;
|
|
637
636
|
mfaCardButtonText: string;
|
|
638
637
|
passwordCardTitle: string;
|
|
639
638
|
passwordCardButtonText: string;
|
|
@@ -57,14 +57,17 @@ export interface ActivateAccountLocalization {
|
|
|
57
57
|
linkFailedTitle: string;
|
|
58
58
|
/**
|
|
59
59
|
* Error displayed if link is invalid as description
|
|
60
|
+
* @deprecated not in use anymore because we show the error directly from the API response
|
|
60
61
|
*/
|
|
61
62
|
linkFailedMessage: string;
|
|
62
63
|
/**
|
|
63
64
|
* Error displayed if link is expired as title
|
|
65
|
+
* @deprecated not in use anymore because we show the error directly from the API response
|
|
64
66
|
*/
|
|
65
67
|
linkExpiredTitle: string;
|
|
66
68
|
/**
|
|
67
69
|
* Error displayed if link is expired as description
|
|
70
|
+
* @deprecated not in use anymore because we show the error directly from the API response
|
|
68
71
|
*/
|
|
69
72
|
linkExpiredMessage: string;
|
|
70
73
|
/**
|
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.138.0-alpha.
|
|
3
|
+
"version": "6.138.0-alpha.2",
|
|
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.138.0-alpha.
|
|
9
|
+
"@frontegg/redux-store": "6.138.0-alpha.2",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|