@frontegg/types 6.127.0-alpha.1 → 6.128.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.
@@ -66,7 +66,7 @@ export interface AllAccountsLocalization {
66
66
  openAccountBtnText: string;
67
67
  /**
68
68
  * Edit button text
69
- * @default 'Edit'
69
+ * @default 'Edit account name'
70
70
  * */
71
71
  editBtnText: string;
72
72
  /**
@@ -246,7 +246,7 @@ export interface AllAccountsLocalization {
246
246
  haveAccessToSubAccounts: string;
247
247
  /**
248
248
  * Edit account button text
249
- * @default 'Edit'
249
+ * @default 'Edit account name'
250
250
  * */
251
251
  editAccountBtnText: string;
252
252
  /**
@@ -293,6 +293,10 @@ export interface SecurityLocalization {
293
293
  * Block public domain checkbox text
294
294
  */
295
295
  blockPublicDomains: string;
296
+ /**
297
+ * Block public domain checkbox description
298
+ */
299
+ blockPublicDomainsDescription: string;
296
300
  /**
297
301
  * Allow button text
298
302
  */
@@ -353,6 +357,10 @@ export interface SecurityLocalization {
353
357
  * Text for empty state - when all fields are hidden
354
358
  */
355
359
  emptyStateText: string;
360
+ /**
361
+ * Add domains title
362
+ */
363
+ addDomainsTitle: string;
356
364
  };
357
365
  /**
358
366
  * Apply session management policies dialog
@@ -584,6 +592,9 @@ export interface SecurityLocalization {
584
592
  removeStaleUsersButtonText: string;
585
593
  emptyStateForRecommendationsTitle: string;
586
594
  emptyStateForRecommendationsDescription: string;
595
+ configureSSOTitle: string;
596
+ configureSSODescription: string;
597
+ configureSSOButtonText: string;
587
598
  scoreTitle: string;
588
599
  scoreDescriptionToImproveScore: string;
589
600
  scoreDescriptionWhenAllSet: string;
@@ -607,6 +618,14 @@ export interface SecurityLocalization {
607
618
  noDomainRestrictionsText: string;
608
619
  domainAllowListText: string;
609
620
  domainDenyListText: string;
621
+ mfaCardTitle: string;
622
+ mfaCardButtonText: string;
623
+ passwordCardTitle: string;
624
+ passwordCardButtonText: string;
625
+ sessionsCardTitle: string;
626
+ sessionsCardButtonText: string;
627
+ restrictionsCardTitle: string;
628
+ restrictionsCardButtonText: string;
610
629
  };
611
630
  securityCenter_mainPage: {
612
631
  /**
@@ -619,6 +638,7 @@ export interface SecurityLocalization {
619
638
  configurations: string;
620
639
  showLessButtonText: string;
621
640
  shoeMoreButtonText: string;
641
+ securityCheckUp: string;
622
642
  };
623
643
  security_mfaInnerPage: {
624
644
  title: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.127.0-alpha.1
1
+ /** @license Frontegg v6.128.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.127.0-alpha.1
1
+ /** @license Frontegg v6.128.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.127.0-alpha.1",
3
+ "version": "6.128.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.127.0-alpha.1",
9
+ "@frontegg/redux-store": "6.128.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },