@frontegg/rest-api
Advanced tools
Comparing version 3.1.9 to 3.1.10
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.9 | ||
/** @license Frontegg v3.1.10 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.9 | ||
/** @license Frontegg v3.1.10 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -28,2 +28,3 @@ "use strict"; | ||
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS"; | ||
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO"; | ||
})(RecommendationCode || (exports.RecommendationCode = RecommendationCode = {})); | ||
@@ -30,0 +31,0 @@ |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.9", | ||
"version": "3.1.10", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -55,3 +55,4 @@ export interface Recommendation { | ||
CHANGE_DOMAIN_TO_ALLOWLIST = "CHANGE_DOMAIN_TO_ALLOWLIST", | ||
REMOVE_STALE_USERS = "REMOVE_STALE_USERS" | ||
REMOVE_STALE_USERS = "REMOVE_STALE_USERS", | ||
CONFIGURE_SSO = "CONFIGURE_SSO" | ||
} | ||
@@ -58,0 +59,0 @@ export declare enum InsightCode { |
@@ -21,2 +21,3 @@ export let RecommendationCode; | ||
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS"; | ||
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO"; | ||
})(RecommendationCode || (RecommendationCode = {})); | ||
@@ -23,0 +24,0 @@ |
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
382253
10466