@frontegg/rest-api
Advanced tools
Comparing version 3.0.139 to 3.0.140
@@ -24,2 +24,3 @@ import * as auth from "./auth"; | ||
import * as entitlements from "./entitlements"; | ||
import * as securityCenter from "./security-center"; | ||
import { ContextHolder, FronteggContext } from "./ContextHolder"; | ||
@@ -50,2 +51,3 @@ export * from "./interfaces"; | ||
export * from "./entitlements/interfaces"; | ||
export * from "./security-center/interfaces"; | ||
declare const api: { | ||
@@ -71,2 +73,3 @@ auth: typeof auth; | ||
entitlements: typeof entitlements; | ||
securityCenter: typeof securityCenter; | ||
}; | ||
@@ -104,2 +107,3 @@ export { fetch, ContextHolder, FronteggContext, api, FronteggApiError, AuthStrategyEnum, SocialLoginProviders, ISubscriptionCancellationPolicy, ISubscriptionStatus, PaymentMethodType, ProviderType, MachineToMachineAuthStrategy, }; | ||
entitlements: typeof entitlements; | ||
securityCenter: typeof securityCenter; | ||
}; | ||
@@ -106,0 +110,0 @@ FronteggApiError: typeof FronteggApiError; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.139 | ||
/** @license Frontegg v3.0.140 | ||
* | ||
@@ -29,2 +29,3 @@ * This source code is licensed under the MIT license found in the | ||
import * as entitlements from "./entitlements"; | ||
import * as securityCenter from "./security-center"; | ||
import { ContextHolder, FronteggContext } from "./ContextHolder"; | ||
@@ -55,2 +56,3 @@ export * from "./interfaces"; | ||
export * from "./entitlements/interfaces"; | ||
export * from "./security-center/interfaces"; | ||
const api = { | ||
@@ -75,3 +77,4 @@ auth, | ||
users, | ||
entitlements | ||
entitlements, | ||
securityCenter | ||
}; | ||
@@ -78,0 +81,0 @@ export { fetch, ContextHolder, FronteggContext, api, FronteggApiError, AuthStrategyEnum, SocialLoginProviders, ISubscriptionCancellationPolicy, ISubscriptionStatus, PaymentMethodType, ProviderType, MachineToMachineAuthStrategy }; |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.139 | ||
/** @license Frontegg v3.0.140 | ||
* | ||
@@ -131,2 +131,4 @@ * This source code is licensed under the MIT license found in the | ||
var securityCenter = _interopRequireWildcard(require("./security-center")); | ||
var _ContextHolder = require("./ContextHolder"); | ||
@@ -470,2 +472,16 @@ | ||
var _interfaces21 = require("./security-center/interfaces"); | ||
Object.keys(_interfaces21).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _interfaces21[key]) return; | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
get: function () { | ||
return _interfaces21[key]; | ||
} | ||
}); | ||
}); | ||
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } | ||
@@ -494,3 +510,4 @@ | ||
users, | ||
entitlements | ||
entitlements, | ||
securityCenter | ||
}; | ||
@@ -497,0 +514,0 @@ exports.api = api; |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.0.139", | ||
"version": "3.0.140", | ||
"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
380838
10427