@frontegg/rest-api 3.1.35 → 3.1.36

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.
@@ -3,6 +3,7 @@ import { ITenantsResponse, IUserProfile, UserEntitlementsResponse } from "..";
3
3
  import { AuthStrategyEnum, MachineToMachineAuthStrategy, SocialLoginProviders } from "./enums";
4
4
  import { ISamlRolesGroup } from "../teams/interfaces";
5
5
  export * from "./secutiry-poilicy/interfaces";
6
+ export { USE_ENTITLEMENTS_V2_ENDPOINT_FF } from './constants';
6
7
  export declare type IPreLogin = {
7
8
  email: string;
8
9
  tenantId?: string;
@@ -1,4 +1,5 @@
1
1
  export * from "./secutiry-poilicy/interfaces";
2
+ export { USE_ENTITLEMENTS_V2_ENDPOINT_FF } from './constants';
2
3
  export let SecondaryAuthStrategy;
3
4
 
4
5
  (function (SecondaryAuthStrategy) {
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.35
1
+ /** @license Frontegg v3.1.36
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.
@@ -7,9 +7,17 @@ var _exportNames = {
7
7
  SecondaryAuthStrategy: true,
8
8
  WebAuthnDeviceType: true,
9
9
  MFAStrategyEnum: true,
10
- LOAD_AUTHORIZATION_FF: true
10
+ LOAD_AUTHORIZATION_FF: true,
11
+ USE_ENTITLEMENTS_V2_ENDPOINT_FF: true
11
12
  };
12
- exports.WebAuthnDeviceType = exports.SecondaryAuthStrategy = exports.MFAStrategyEnum = exports.LOAD_AUTHORIZATION_FF = void 0;
13
+ exports.SecondaryAuthStrategy = exports.MFAStrategyEnum = exports.LOAD_AUTHORIZATION_FF = void 0;
14
+ Object.defineProperty(exports, "USE_ENTITLEMENTS_V2_ENDPOINT_FF", {
15
+ enumerable: true,
16
+ get: function () {
17
+ return _constants.USE_ENTITLEMENTS_V2_ENDPOINT_FF;
18
+ }
19
+ });
20
+ exports.WebAuthnDeviceType = void 0;
13
21
 
14
22
  var _interfaces = require("./secutiry-poilicy/interfaces");
15
23
 
@@ -24,6 +32,9 @@ Object.keys(_interfaces).forEach(function (key) {
24
32
  }
25
33
  });
26
34
  });
35
+
36
+ var _constants = require("./constants");
37
+
27
38
  let SecondaryAuthStrategy;
28
39
  exports.SecondaryAuthStrategy = SecondaryAuthStrategy;
29
40
 
package/node/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v3.1.35
1
+ /** @license Frontegg v3.1.36
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/rest-api",
3
- "version": "3.1.35",
3
+ "version": "3.1.36",
4
4
  "main": "./node/index.js",
5
5
  "license": "MIT",
6
6
  "dependencies": {