@frontegg/types 6.137.0-alpha.7 → 6.137.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.
|
@@ -228,9 +228,17 @@ export interface SecurityLocalization {
|
|
|
228
228
|
*/
|
|
229
229
|
sessionTimeoutDescription: string;
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* Min session timeout form error
|
|
232
232
|
*/
|
|
233
233
|
sessionTimeoutErrorMessage: string;
|
|
234
|
+
/**
|
|
235
|
+
* Max session timeout form error
|
|
236
|
+
*/
|
|
237
|
+
maxSessionTimeoutErrorMessage: string;
|
|
238
|
+
/**
|
|
239
|
+
* Max idle session timeout form error
|
|
240
|
+
*/
|
|
241
|
+
maxIdleSessionTimeoutErrorMessage: string;
|
|
234
242
|
/**
|
|
235
243
|
* Concurrent sessions item title
|
|
236
244
|
*/
|
|
@@ -240,9 +248,13 @@ export interface SecurityLocalization {
|
|
|
240
248
|
*/
|
|
241
249
|
concurrentSessionsDescription: string;
|
|
242
250
|
/**
|
|
243
|
-
*
|
|
251
|
+
* Min concurrent sessions timeout form error
|
|
244
252
|
*/
|
|
245
253
|
concurrentSessionsTimeoutErrorMessage: string;
|
|
254
|
+
/**
|
|
255
|
+
* Max concurrent sessions timeout form error
|
|
256
|
+
*/
|
|
257
|
+
maxConcurrentSessionsTimeoutErrorMessage: string;
|
|
246
258
|
/**
|
|
247
259
|
* Settings `day` option
|
|
248
260
|
*/
|
|
@@ -629,6 +641,8 @@ export interface SecurityLocalization {
|
|
|
629
641
|
sessionsCardButtonText: string;
|
|
630
642
|
restrictionsCardTitle: string;
|
|
631
643
|
restrictionsCardButtonText: string;
|
|
644
|
+
inactivityCardTitle: string;
|
|
645
|
+
inactivityCardButtonText: string;
|
|
632
646
|
};
|
|
633
647
|
securityCenter_mainPage: {
|
|
634
648
|
/**
|
|
@@ -682,6 +696,14 @@ export interface SecurityLocalization {
|
|
|
682
696
|
noResultsFoundDescription: string;
|
|
683
697
|
rolesColumn: string;
|
|
684
698
|
usersColumn: string;
|
|
699
|
+
sendResetPasswordEmail: string;
|
|
700
|
+
sendResetEmailDescription: string;
|
|
701
|
+
cancel: string;
|
|
702
|
+
send: string;
|
|
703
|
+
resetEmailSentSuccessfully: string;
|
|
704
|
+
disabledSendResetEmailTooltip: string;
|
|
705
|
+
resetPasswordEmailSentSuccessfully: string;
|
|
706
|
+
continue: string;
|
|
685
707
|
};
|
|
686
708
|
securityCenter_InnerPages: {
|
|
687
709
|
summary: string;
|
|
@@ -702,5 +724,7 @@ export interface SecurityLocalization {
|
|
|
702
724
|
deleteUserDescriptionPart2: string;
|
|
703
725
|
cancel: string;
|
|
704
726
|
delete: string;
|
|
727
|
+
overDays: string;
|
|
728
|
+
lastActivity: string;
|
|
705
729
|
};
|
|
706
730
|
}
|
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.137.0
|
|
3
|
+
"version": "6.137.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": "6.137.0
|
|
9
|
+
"@frontegg/redux-store": "6.137.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|