@frontegg/rest-api
Advanced tools
Comparing version 3.1.66 to 3.1.67
@@ -28,3 +28,3 @@ import { urls } from "../constants"; | ||
export async function assignUserToApplications(body) { | ||
return Post(`${urls.identity.applications.v1}/user-apps`, body); | ||
return Post(`${urls.identity.applications.v1}/apps-user`, body); | ||
} | ||
@@ -31,0 +31,0 @@ export async function unassignUserFromApplications(body) { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.66 | ||
/** @license Frontegg v3.1.67 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -47,3 +47,3 @@ "use strict"; | ||
async function assignUserToApplications(body) { | ||
return (0, _fetch.Post)(`${_constants.urls.identity.applications.v1}/user-apps`, body); | ||
return (0, _fetch.Post)(`${_constants.urls.identity.applications.v1}/apps-user`, body); | ||
} | ||
@@ -50,0 +50,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.66 | ||
/** @license Frontegg v3.1.67 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.66", | ||
"version": "3.1.67", | ||
"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