@frontegg/rest-api
Advanced tools
Comparing version 3.1.10 to 3.1.11
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.10 | ||
/** @license Frontegg v3.1.11 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.10 | ||
/** @license Frontegg v3.1.11 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -85,2 +85,3 @@ "use strict"; | ||
SecurityCategory["DOMAIN"] = "DOMAIN"; | ||
SecurityCategory["SSO"] = "SSO"; | ||
})(SecurityCategory || (exports.SecurityCategory = SecurityCategory = {})); |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.10", | ||
"version": "3.1.11", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -99,3 +99,4 @@ export interface Recommendation { | ||
IP = "IP", | ||
DOMAIN = "DOMAIN" | ||
DOMAIN = "DOMAIN", | ||
SSO = "SSO" | ||
} | ||
@@ -102,0 +103,0 @@ export interface ScoringResponse { |
@@ -74,2 +74,3 @@ export let RecommendationCode; | ||
SecurityCategory["DOMAIN"] = "DOMAIN"; | ||
SecurityCategory["SSO"] = "SSO"; | ||
})(SecurityCategory || (SecurityCategory = {})); |
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
382340
10469