@frontegg/rest-api
Advanced tools
Comparing version 3.1.35 to 3.1.36
@@ -6,2 +6,3 @@ import { UserEntitlementsContext as UserEntitlementsResponseV2 } from "@frontegg/entitlements-javascript-commons"; | ||
export * from "./secutiry-poilicy/interfaces"; | ||
export { USE_ENTITLEMENTS_V2_ENDPOINT_FF } from './constants'; | ||
export declare type IPreLogin = { | ||
@@ -8,0 +9,0 @@ email: string; |
export * from "./secutiry-poilicy/interfaces"; | ||
export { USE_ENTITLEMENTS_V2_ENDPOINT_FF } from './constants'; | ||
export let SecondaryAuthStrategy; | ||
@@ -3,0 +4,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.35 | ||
/** @license Frontegg v3.1.36 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -10,5 +10,13 @@ "use strict"; | ||
MFAStrategyEnum: true, | ||
LOAD_AUTHORIZATION_FF: true | ||
LOAD_AUTHORIZATION_FF: true, | ||
USE_ENTITLEMENTS_V2_ENDPOINT_FF: true | ||
}; | ||
exports.WebAuthnDeviceType = exports.SecondaryAuthStrategy = exports.MFAStrategyEnum = exports.LOAD_AUTHORIZATION_FF = void 0; | ||
exports.SecondaryAuthStrategy = exports.MFAStrategyEnum = exports.LOAD_AUTHORIZATION_FF = void 0; | ||
Object.defineProperty(exports, "USE_ENTITLEMENTS_V2_ENDPOINT_FF", { | ||
enumerable: true, | ||
get: function () { | ||
return _constants.USE_ENTITLEMENTS_V2_ENDPOINT_FF; | ||
} | ||
}); | ||
exports.WebAuthnDeviceType = void 0; | ||
@@ -28,2 +36,5 @@ var _interfaces = require("./secutiry-poilicy/interfaces"); | ||
}); | ||
var _constants = require("./constants"); | ||
let SecondaryAuthStrategy; | ||
@@ -30,0 +41,0 @@ exports.SecondaryAuthStrategy = SecondaryAuthStrategy; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.35 | ||
/** @license Frontegg v3.1.36 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.35", | ||
"version": "3.1.36", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
405372
11019