@frontegg/types 6.70.0 → 6.72.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.
@@ -365,6 +365,16 @@ export interface LoginLocalization {
365
365
  registerNewQuickLoginSubtitle: string;
366
366
  phoneIsRequired: string;
367
367
  phoneIsInvalid: string;
368
+ promptPasskeysTitle: string;
369
+ promptFirstItemTitle: string;
370
+ promptFirstItemSubtitle: string;
371
+ promptSecondItemTitle: string;
372
+ promptSecondItemSubtitle: string;
373
+ promptThirdItemTitle: string;
374
+ promptThirdItemSubtitle: string;
375
+ usePasskeys: string;
376
+ continueToApp: string;
377
+ dontAskMeAgain: string;
368
378
  /**
369
379
  * Enroll MFA list title
370
380
  */
@@ -80,27 +80,17 @@ export interface UsersPageThemeOptions extends PageThemeOptions {
80
80
  export interface SubscriptionsPageThemeOptions extends PageThemeOptions {
81
81
  fieldsProperties?: SubscriptionsFieldsProperties;
82
82
  }
83
- export declare enum ApiTokensMethods {
84
- CLIENT_CREDENTIALS = "clientCredentials",
85
- ACCESS_TOKEN = "accessToken"
86
- }
87
- export interface ApiTokensPageThemeOptions extends PageThemeOptions {
88
- tokenMethod?: ApiTokensMethods;
89
- }
90
- export interface PersonalApiTokensPageThemeOptions extends PageThemeOptions {
91
- tokenMethod?: ApiTokensMethods;
92
- }
93
83
  export interface PagesThemeOptions extends PageThemeOptions {
94
84
  profile?: ProfilePageThemeOptions;
95
85
  privacy?: PrivacyPageThemeOptions;
96
- personalApiTokens?: PersonalApiTokensPageThemeOptions;
86
+ personalApiTokens?: PageThemeOptions;
97
87
  account?: AccountPageThemeOptions;
98
88
  users?: UsersPageThemeOptions;
99
89
  security?: SecurityPageThemeOptions;
100
90
  singleSignOn?: PageThemeOptions;
101
91
  audits?: PageThemeOptions;
102
92
  webhooks?: PageThemeOptions;
103
- apiTokens?: ApiTokensPageThemeOptions;
93
+ apiTokens?: PageThemeOptions;
104
94
  roles?: PageThemeOptions;
105
95
  subscriptions?: SubscriptionsPageThemeOptions;
106
96
  }
@@ -1,5 +1 @@
1
- export let ApiTokensMethods;
2
- (function (ApiTokensMethods) {
3
- ApiTokensMethods["CLIENT_CREDENTIALS"] = "clientCredentials";
4
- ApiTokensMethods["ACCESS_TOKEN"] = "accessToken";
5
- })(ApiTokensMethods || (ApiTokensMethods = {}));
1
+ export {};
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.70.0
1
+ /** @license Frontegg v6.72.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.
@@ -2,11 +2,4 @@
2
2
 
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
- });
6
- exports.ApiTokensMethods = void 0;
7
- let ApiTokensMethods;
8
- exports.ApiTokensMethods = ApiTokensMethods;
9
- (function (ApiTokensMethods) {
10
- ApiTokensMethods["CLIENT_CREDENTIALS"] = "clientCredentials";
11
- ApiTokensMethods["ACCESS_TOKEN"] = "accessToken";
12
- })(ApiTokensMethods || (exports.ApiTokensMethods = ApiTokensMethods = {}));
5
+ });
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v6.70.0
1
+ /** @license Frontegg v6.72.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.70.0",
3
+ "version": "6.72.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.70.0",
9
+ "@frontegg/redux-store": "6.72.0-alpha.0",
10
10
  "csstype": "^3.0.9",
11
11
  "deepmerge": "^4.2.2"
12
12
  },