@frontegg/rest-api
Advanced tools
Comparing version 3.1.17 to 3.1.18
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.17 | ||
/** @license Frontegg v3.1.18 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.17 | ||
/** @license Frontegg v3.1.18 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -27,3 +27,2 @@ "use strict"; | ||
RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST"; | ||
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS"; | ||
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO"; | ||
@@ -46,4 +45,2 @@ })(RecommendationCode || (exports.RecommendationCode = RecommendationCode = {})); | ||
InsightCode["FULL_SESSION_SETTINGS"] = "FULL_SESSION_SETTINGS"; | ||
InsightCode["STALE_USERS_EXIST"] = "STALE_USERS_EXIST"; | ||
InsightCode["NO_STALE_USERS_EXIST"] = "NO_STALE_USERS_EXIST"; | ||
InsightCode["NO_IP_RESTRICTIONS"] = "NO_IP_RESTRICTIONS"; | ||
@@ -66,3 +63,2 @@ InsightCode["IP_ALLOWLIST"] = "IP_ALLOWLIST"; | ||
RecommendationActionKey["ADJUST_IDLE_TIMEOUT"] = "ADJUST_IDLE_TIMEOUT"; | ||
RecommendationActionKey["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS"; | ||
})(RecommendationActionKey || (exports.RecommendationActionKey = RecommendationActionKey = {})); | ||
@@ -69,0 +65,0 @@ |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.17", | ||
"version": "3.1.18", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -55,3 +55,2 @@ export interface Recommendation { | ||
CHANGE_DOMAIN_TO_ALLOWLIST = "CHANGE_DOMAIN_TO_ALLOWLIST", | ||
REMOVE_STALE_USERS = "REMOVE_STALE_USERS", | ||
CONFIGURE_SSO = "CONFIGURE_SSO" | ||
@@ -70,4 +69,2 @@ } | ||
FULL_SESSION_SETTINGS = "FULL_SESSION_SETTINGS", | ||
STALE_USERS_EXIST = "STALE_USERS_EXIST", | ||
NO_STALE_USERS_EXIST = "NO_STALE_USERS_EXIST", | ||
NO_IP_RESTRICTIONS = "NO_IP_RESTRICTIONS", | ||
@@ -88,4 +85,3 @@ IP_ALLOWLIST = "IP_ALLOWLIST", | ||
ADJUST_MAX_CONCURRENT_SESSIONS = "ADJUST_MAX_CONCURRENT_SESSIONS", | ||
ADJUST_IDLE_TIMEOUT = "ADJUST_IDLE_TIMEOUT", | ||
REMOVE_STALE_USERS = "REMOVE_STALE_USERS" | ||
ADJUST_IDLE_TIMEOUT = "ADJUST_IDLE_TIMEOUT" | ||
} | ||
@@ -92,0 +88,0 @@ export declare enum RecommendationSeverity { |
@@ -20,3 +20,2 @@ export let RecommendationCode; | ||
RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST"; | ||
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS"; | ||
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO"; | ||
@@ -38,4 +37,2 @@ })(RecommendationCode || (RecommendationCode = {})); | ||
InsightCode["FULL_SESSION_SETTINGS"] = "FULL_SESSION_SETTINGS"; | ||
InsightCode["STALE_USERS_EXIST"] = "STALE_USERS_EXIST"; | ||
InsightCode["NO_STALE_USERS_EXIST"] = "NO_STALE_USERS_EXIST"; | ||
InsightCode["NO_IP_RESTRICTIONS"] = "NO_IP_RESTRICTIONS"; | ||
@@ -57,3 +54,2 @@ InsightCode["IP_ALLOWLIST"] = "IP_ALLOWLIST"; | ||
RecommendationActionKey["ADJUST_IDLE_TIMEOUT"] = "ADJUST_IDLE_TIMEOUT"; | ||
RecommendationActionKey["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS"; | ||
})(RecommendationActionKey || (RecommendationActionKey = {})); | ||
@@ -60,0 +56,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
388703
10631