@frontegg/rest-api
Advanced tools
Comparing version 3.0.121 to 3.0.122
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.121 | ||
/** @license Frontegg v3.0.122 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.0.121 | ||
/** @license Frontegg v3.0.122 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -6,3 +6,3 @@ "use strict"; | ||
}); | ||
exports.fronteggUsersUrl = exports.fronteggTenantsUrl = exports.fronteggSilentRefreshTokenUrl = exports.fronteggRefreshTokenUrl = exports.fronteggAuthApiRoutesRegex = void 0; | ||
exports.fronteggUsersUrl = exports.fronteggTenantsV3Url = exports.fronteggTenantsUrl = exports.fronteggSilentRefreshTokenUrl = exports.fronteggRefreshTokenUrl = exports.fronteggAuthApiRoutesRegex = void 0; | ||
@@ -20,2 +20,4 @@ var _constants = require("./constants"); | ||
const fronteggTenantsUrl = `${_constants.urls.identity.users.v2}/me/tenants`; | ||
exports.fronteggTenantsUrl = fronteggTenantsUrl; | ||
exports.fronteggTenantsUrl = fronteggTenantsUrl; | ||
const fronteggTenantsV3Url = `${_constants.urls.identity.users.v3}/me/tenants`; | ||
exports.fronteggTenantsV3Url = fronteggTenantsV3Url; |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.0.121", | ||
"version": "3.0.122", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,1 +6,2 @@ export declare const fronteggAuthApiRoutesRegex: (string | RegExp)[]; | ||
export declare const fronteggTenantsUrl: string; | ||
export declare const fronteggTenantsV3Url: string; |
@@ -6,2 +6,3 @@ import { urls } from './constants'; | ||
export const fronteggUsersUrl = `${urls.identity.users.v2}/me`; | ||
export const fronteggTenantsUrl = `${urls.identity.users.v2}/me/tenants`; | ||
export const fronteggTenantsUrl = `${urls.identity.users.v2}/me/tenants`; | ||
export const fronteggTenantsV3Url = `${urls.identity.users.v3}/me/tenants`; |
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
343887
9579