@frontegg/types 6.127.0-alpha.1 → 6.127.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.
@@ -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
@@ -607,6 +615,14 @@ export interface SecurityLocalization {
607
615
  noDomainRestrictionsText: string;
608
616
  domainAllowListText: string;
609
617
  domainDenyListText: string;
618
+ mfaCardTitle: string;
619
+ mfaCardButtonText: string;
620
+ passwordCardTitle: string;
621
+ passwordCardButtonText: string;
622
+ sessionsCardTitle: string;
623
+ sessionsCardButtonText: string;
624
+ restrictionsCardTitle: string;
625
+ restrictionsCardButtonText: string;
610
626
  };
611
627
  securityCenter_mainPage: {
612
628
  /**
@@ -619,6 +635,7 @@ export interface SecurityLocalization {
619
635
  configurations: string;
620
636
  showLessButtonText: string;
621
637
  shoeMoreButtonText: string;
638
+ securityCheckUp: string;
622
639
  };
623
640
  security_mfaInnerPage: {
624
641
  title: string;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.127.0-alpha.1
1
+ /** @license Frontegg v6.127.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.127.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.127.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.127.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },