@frontegg/types 6.126.0-alpha.1 → 6.126.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.
- package/Localizations/AdminPortalLocalizations/security.d.ts +10 -3
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/node/index.js +1 -1
- package/package.json +2 -2
|
@@ -528,6 +528,7 @@ export interface SecurityLocalization {
|
|
|
528
528
|
* Text for empty state screen - when all fields are hidden
|
|
529
529
|
*/
|
|
530
530
|
emptyStateText: string;
|
|
531
|
+
ipRestrictionsTableTitle: string;
|
|
531
532
|
};
|
|
532
533
|
securityCenter_recommendations: {
|
|
533
534
|
forceMfaTitle: string;
|
|
@@ -557,9 +558,9 @@ export interface SecurityLocalization {
|
|
|
557
558
|
enableSessionConcurrencyTitle: string;
|
|
558
559
|
enableSessionConcurrencyDescription: string;
|
|
559
560
|
enableSessionConcurrencyButtonText: string;
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
561
|
+
setSessionConcurrencyTitle: string;
|
|
562
|
+
setSessionConcurrencyDescription: string;
|
|
563
|
+
setSessionConcurrencyButtonText: string;
|
|
563
564
|
enableIdleSessionTitle: string;
|
|
564
565
|
enableIdleSessionDescription: string;
|
|
565
566
|
enableIdleSessionButtonText: string;
|
|
@@ -630,6 +631,12 @@ export interface SecurityLocalization {
|
|
|
630
631
|
forceExceptSAMLTitle: string;
|
|
631
632
|
forceExceptSAMLDescription: string;
|
|
632
633
|
enrolledUsers: string;
|
|
634
|
+
users: string;
|
|
635
|
+
};
|
|
636
|
+
securityCenter_restrictionsInnerPage: {
|
|
637
|
+
restrictions: string;
|
|
638
|
+
ips: string;
|
|
639
|
+
domain: string;
|
|
633
640
|
};
|
|
634
641
|
security_PasswordInnerPage: {
|
|
635
642
|
title: string;
|
package/index.d.ts
CHANGED
|
@@ -6,4 +6,4 @@ export * from './Localizations';
|
|
|
6
6
|
export * from './Metadata';
|
|
7
7
|
export * from './CheckoutDialogOptions';
|
|
8
8
|
export * from './CustomLoginTypes';
|
|
9
|
-
export type { Entitlement,
|
|
9
|
+
export type { Entitlement, NotEntitledJustification, EntitledToOptions, LoadEntitlementsCallback, } from '@frontegg/redux-store';
|
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.126.0
|
|
3
|
+
"version": "6.126.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.126.0
|
|
9
|
+
"@frontegg/redux-store": "6.126.0",
|
|
10
10
|
"csstype": "^3.0.9",
|
|
11
11
|
"deepmerge": "^4.2.2"
|
|
12
12
|
},
|