@frontegg/types 6.136.0-alpha.8 → 6.136.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.
@@ -608,6 +608,7 @@ export interface SecurityLocalization {
608
608
  breachedPasswordUsersExistText: string;
609
609
  improveLockoutPolicyText: string;
610
610
  improvePasswordHistoryPolicyText: string;
611
+ fullPasswordSettingsText: string;
611
612
  noSessionSettingsText: string;
612
613
  partialSessionsSettingsText: string;
613
614
  fullSessionSettingsText: string;
@@ -653,6 +654,12 @@ export interface SecurityLocalization {
653
654
  enrolledUsers: string;
654
655
  users: string;
655
656
  usersWithoutMfa: string;
657
+ searchUserPlaceholder: string;
658
+ noUsersText: string;
659
+ noResultsFoundText: string;
660
+ noResultsFoundDescription: string;
661
+ rolesColumn: string;
662
+ usersColumn: string;
656
663
  };
657
664
  securityCenter_restrictionsInnerPage: {
658
665
  restrictions: string;
@@ -682,10 +689,13 @@ export interface SecurityLocalization {
682
689
  };
683
690
  securityCenter_InactivityInnerPage: {
684
691
  inactivity: string;
685
- inactivityThresholdTitle: string;
686
- inactivityThresholdDescription: string;
687
- save: string;
688
- days: string;
689
- inactivityThresholdValidation: string;
692
+ searchUserPlaceholder: string;
693
+ noUsersText: string;
694
+ noResultsFoundText: string;
695
+ noResultsFoundDescription: string;
696
+ rolesColumn: string;
697
+ usersColumn: string;
698
+ inactiveUsers: string;
699
+ lastSeenHeader: string;
690
700
  };
691
701
  }
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.136.0-alpha.8
1
+ /** @license Frontegg v6.136.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.136.0-alpha.8
1
+ /** @license Frontegg v6.136.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@frontegg/types",
3
- "version": "6.136.0-alpha.8",
3
+ "version": "6.136.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.136.0-alpha.8",
9
+ "@frontegg/redux-store": "6.136.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },