@frontegg/types 6.122.0 → 6.123.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.
@@ -525,6 +525,81 @@ export interface SecurityLocalization {
525
525
  */
526
526
  emptyStateText: string;
527
527
  };
528
+ securityCenter_recommendations: {
529
+ forceMfaTitle: string;
530
+ forceMfaDescription: string;
531
+ forceMfaButtonText: string;
532
+ breachedPasswordExistsTitle: string;
533
+ breachedPasswordExistsDescription: string;
534
+ breachedPasswordExistsButtonText: string;
535
+ enableUserLockoutTitle: string;
536
+ enableUserLockoutDescription: string;
537
+ enableUserLockoutButtonText: string;
538
+ strengthenUserLockoutTitle: string;
539
+ strengthenUserLockoutDescription: string;
540
+ strengthenUserLockoutButtonText: string;
541
+ enablePasswordHistoryTitle: string;
542
+ enablePasswordHistoryDescription: string;
543
+ enablePasswordHistoryButtonText: string;
544
+ strengthenPasswordHistoryTitle: string;
545
+ strengthenPasswordHistoryDescription: string;
546
+ strengthenPasswordHistoryButtonText: string;
547
+ enableForceReloginTitle: string;
548
+ enableForceReloginDescription: string;
549
+ enableForceReloginButtonText: string;
550
+ setForceReloginTitle: string;
551
+ setForceReloginDescription: string;
552
+ setForceReloginButtonText: string;
553
+ enableSessionConcurrencyTitle: string;
554
+ enableSessionConcurrencyDescription: string;
555
+ enableSessionConcurrencyButtonText: string;
556
+ setSessionCuncurrencyTitle: string;
557
+ setSessionCuncurrencyDescription: string;
558
+ setSessionCuncurrencyButtonText: string;
559
+ enableIdleSessionTitle: string;
560
+ enableIdleSessionDescription: string;
561
+ enableIdleSessionButtonText: string;
562
+ setIdleSessionTitle: string;
563
+ setIdleSessionDescription: string;
564
+ setIdleSessionButtonText: string;
565
+ enableIpRestrictionsTitle: string;
566
+ enableIpRestrictionsDescription: string;
567
+ enableIpRestrictionsButtonText: string;
568
+ changeIpToAllowListTitle: string;
569
+ changeIpToAllowListDescription: string;
570
+ changeIpToAllowListButtonText: string;
571
+ enableDomainRestrictionsTitle: string;
572
+ enableDomainRestrictionsDescription: string;
573
+ enableDomainRestrictionsButtonText: string;
574
+ changeDomainToAllowListTitle: string;
575
+ changeDomainToAllowListDescription: string;
576
+ changeDomainToAllowListButtonText: string;
577
+ removeStaleUsersTitle: string;
578
+ removeStaleUsersDescription: string;
579
+ removeStaleUsersButtonText: string;
580
+ };
581
+ securityCenter_insights: {
582
+ mfaForcedText: string;
583
+ partiallyForcedMfaText: string;
584
+ partialMfaUsageText: string;
585
+ fullMfaUsageText: string;
586
+ breachedPasswordUsersExistText: string;
587
+ improveLockoutPolicyText: string;
588
+ improvePasswordHistoryPolicyText: string;
589
+ noSessionSettingsText: string;
590
+ partialSessionsSettingsText: string;
591
+ partialIncorrectSessionSettingsText: string;
592
+ fullSessionSettingsText: string;
593
+ fullIncorrectSessionSettingsText: string;
594
+ staleUsersExistText: string;
595
+ noStaleUsersExistText: string;
596
+ noIpRestrictionsText: string;
597
+ ipAllowListText: string;
598
+ ipDenyListText: string;
599
+ noDomainRestrictionsText: string;
600
+ domainAllowListText: string;
601
+ domainDenyListText: string;
602
+ };
528
603
  /**
529
604
  * Security center inner page
530
605
  */
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.122.0
1
+ /** @license Frontegg v6.123.0-alpha.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.122.0
1
+ /** @license Frontegg v6.123.0-alpha.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.122.0",
3
+ "version": "6.123.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": "6.122.0",
9
+ "@frontegg/redux-store": "6.123.0-alpha.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },