@frontegg/types 7.58.0-alpha.0 → 7.58.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.
|
@@ -21,7 +21,7 @@ export interface AuthOptions extends Partial<Omit<AuthState, 'routes'>> {
|
|
|
21
21
|
*/
|
|
22
22
|
clearIdleTimeoutAllowedOrigins?: string[];
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* skip loading user profile, tenants and permissions on application load
|
|
25
25
|
*/
|
|
26
26
|
skipUserLoading?: boolean;
|
|
27
27
|
/**
|
|
@@ -689,6 +689,7 @@ export interface SecurityLocalization {
|
|
|
689
689
|
passwordHistoryTitle: string;
|
|
690
690
|
passwordHistoryDescription: string;
|
|
691
691
|
passwordRotationTitle: string;
|
|
692
|
+
passwordRotationCannotWriteMessage: string;
|
|
692
693
|
passwordRotationDescription: string;
|
|
693
694
|
notificationPeriodTitle: string;
|
|
694
695
|
notificationPeriodDescription: string;
|
|
@@ -696,7 +697,8 @@ export interface SecurityLocalization {
|
|
|
696
697
|
userLockoutValidation: string;
|
|
697
698
|
passwordHistoryValidation: string;
|
|
698
699
|
rotationPeriodMin: string;
|
|
699
|
-
|
|
700
|
+
rotationPeriodMaxVendor: string;
|
|
701
|
+
rotationPeriodMax5Years: string;
|
|
700
702
|
rotationPeriodInvalid: string;
|
|
701
703
|
rotationPeriodRequired: string;
|
|
702
704
|
notificationPeriodValidation: 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.58.0
|
|
3
|
+
"version": "7.58.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.58.0
|
|
9
|
+
"@frontegg/redux-store": "7.58.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|