@frontegg/types 7.49.0 → 7.50.0-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.
|
@@ -688,8 +688,20 @@ export interface SecurityLocalization {
|
|
|
688
688
|
userLockoutDescription: string;
|
|
689
689
|
passwordHistoryTitle: string;
|
|
690
690
|
passwordHistoryDescription: string;
|
|
691
|
+
passwordRotationTitle: string;
|
|
692
|
+
passwordRotationDescription: string;
|
|
693
|
+
notificationPeriodTitle: string;
|
|
694
|
+
notificationPeriodDescription: string;
|
|
691
695
|
userLockoutValidation: string;
|
|
692
696
|
passwordHistoryValidation: string;
|
|
697
|
+
rotationPeriodMin: string;
|
|
698
|
+
rotationPeriodMax: string;
|
|
699
|
+
rotationPeriodInvalid: string;
|
|
700
|
+
rotationPeriodRequired: string;
|
|
701
|
+
notificationPeriodValidation: string;
|
|
702
|
+
notificationPeriodRequired: string;
|
|
703
|
+
notificationPeriodInvalid: string;
|
|
704
|
+
notificationPeriodLessThanRotation: string;
|
|
693
705
|
save: string;
|
|
694
706
|
usersWithBreachedPasswords: string;
|
|
695
707
|
searchUserPlaceholder: 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": "7.
|
|
3
|
+
"version": "7.50.0-alpha.0",
|
|
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.50.0-alpha.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|