@frontegg/rest-api
Advanced tools
Comparing version 3.1.14 to 3.1.15
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.14 | ||
/** @license Frontegg v3.1.15 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v3.1.14 | ||
/** @license Frontegg v3.1.15 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -53,2 +53,3 @@ "use strict"; | ||
InsightCode["DOMAIN_DENYLIST"] = "DOMAIN_DENYLIST"; | ||
InsightCode["FULL_PASSWORD_SETTINGS"] = "FULL_PASSWORD_SETTINGS"; | ||
})(InsightCode || (exports.InsightCode = InsightCode = {})); | ||
@@ -55,0 +56,0 @@ |
{ | ||
"name": "@frontegg/rest-api", | ||
"version": "3.1.14", | ||
"version": "3.1.15", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -76,3 +76,4 @@ export interface Recommendation { | ||
DOMAIN_ALLOWLIST = "DOMAIN_ALLOWLIST", | ||
DOMAIN_DENYLIST = "DOMAIN_DENYLIST" | ||
DOMAIN_DENYLIST = "DOMAIN_DENYLIST", | ||
FULL_PASSWORD_SETTINGS = "FULL_PASSWORD_SETTINGS" | ||
} | ||
@@ -79,0 +80,0 @@ export interface RecommendationAction { |
@@ -45,2 +45,3 @@ export let RecommendationCode; | ||
InsightCode["DOMAIN_DENYLIST"] = "DOMAIN_DENYLIST"; | ||
InsightCode["FULL_PASSWORD_SETTINGS"] = "FULL_PASSWORD_SETTINGS"; | ||
})(InsightCode || (InsightCode = {})); | ||
@@ -47,0 +48,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
388312
10618