@frontegg/rest-api 3.1.17 → 3.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js
CHANGED
package/node/index.js
CHANGED
|
@@ -24,7 +24,6 @@ exports.RecommendationCode = RecommendationCode;
|
|
|
24
24
|
RecommendationCode["CHANGE_IP_TO_ALLOWLIST"] = "CHANGE_IP_TO_ALLOWLIST";
|
|
25
25
|
RecommendationCode["ENABLE_DOMAIN_RESTRICTIONS"] = "ENABLE_DOMAIN_RESTRICTIONS";
|
|
26
26
|
RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST";
|
|
27
|
-
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
|
|
28
27
|
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO";
|
|
29
28
|
})(RecommendationCode || (exports.RecommendationCode = RecommendationCode = {}));
|
|
30
29
|
|
|
@@ -42,8 +41,6 @@ exports.InsightCode = InsightCode;
|
|
|
42
41
|
InsightCode["NO_SESSION_SETTINGS"] = "NO_SESSION_SETTINGS";
|
|
43
42
|
InsightCode["PARTIAL_SESSION_SETTINGS"] = "PARTIAL_SESSION_SETTINGS";
|
|
44
43
|
InsightCode["FULL_SESSION_SETTINGS"] = "FULL_SESSION_SETTINGS";
|
|
45
|
-
InsightCode["STALE_USERS_EXIST"] = "STALE_USERS_EXIST";
|
|
46
|
-
InsightCode["NO_STALE_USERS_EXIST"] = "NO_STALE_USERS_EXIST";
|
|
47
44
|
InsightCode["NO_IP_RESTRICTIONS"] = "NO_IP_RESTRICTIONS";
|
|
48
45
|
InsightCode["IP_ALLOWLIST"] = "IP_ALLOWLIST";
|
|
49
46
|
InsightCode["IP_DENYLIST"] = "IP_DENYLIST";
|
|
@@ -61,7 +58,6 @@ exports.RecommendationActionKey = RecommendationActionKey;
|
|
|
61
58
|
RecommendationActionKey["ADJUST_FORCE_RELOGIN"] = "ADJUST_FORCE_RELOGIN";
|
|
62
59
|
RecommendationActionKey["ADJUST_MAX_CONCURRENT_SESSIONS"] = "ADJUST_MAX_CONCURRENT_SESSIONS";
|
|
63
60
|
RecommendationActionKey["ADJUST_IDLE_TIMEOUT"] = "ADJUST_IDLE_TIMEOUT";
|
|
64
|
-
RecommendationActionKey["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
|
|
65
61
|
})(RecommendationActionKey || (exports.RecommendationActionKey = RecommendationActionKey = {}));
|
|
66
62
|
|
|
67
63
|
let RecommendationSeverity;
|
package/package.json
CHANGED
|
@@ -52,7 +52,6 @@ export declare enum RecommendationCode {
|
|
|
52
52
|
CHANGE_IP_TO_ALLOWLIST = "CHANGE_IP_TO_ALLOWLIST",
|
|
53
53
|
ENABLE_DOMAIN_RESTRICTIONS = "ENABLE_DOMAIN_RESTRICTIONS",
|
|
54
54
|
CHANGE_DOMAIN_TO_ALLOWLIST = "CHANGE_DOMAIN_TO_ALLOWLIST",
|
|
55
|
-
REMOVE_STALE_USERS = "REMOVE_STALE_USERS",
|
|
56
55
|
CONFIGURE_SSO = "CONFIGURE_SSO"
|
|
57
56
|
}
|
|
58
57
|
export declare enum InsightCode {
|
|
@@ -66,8 +65,6 @@ export declare enum InsightCode {
|
|
|
66
65
|
NO_SESSION_SETTINGS = "NO_SESSION_SETTINGS",
|
|
67
66
|
PARTIAL_SESSION_SETTINGS = "PARTIAL_SESSION_SETTINGS",
|
|
68
67
|
FULL_SESSION_SETTINGS = "FULL_SESSION_SETTINGS",
|
|
69
|
-
STALE_USERS_EXIST = "STALE_USERS_EXIST",
|
|
70
|
-
NO_STALE_USERS_EXIST = "NO_STALE_USERS_EXIST",
|
|
71
68
|
NO_IP_RESTRICTIONS = "NO_IP_RESTRICTIONS",
|
|
72
69
|
IP_ALLOWLIST = "IP_ALLOWLIST",
|
|
73
70
|
IP_DENYLIST = "IP_DENYLIST",
|
|
@@ -83,8 +80,7 @@ export declare enum RecommendationActionKey {
|
|
|
83
80
|
SEND_RESET_BREACHED_PASSWORD_EMAIL = "SEND_RESET_BREACHED_PASSWORD_EMAIL",
|
|
84
81
|
ADJUST_FORCE_RELOGIN = "ADJUST_FORCE_RELOGIN",
|
|
85
82
|
ADJUST_MAX_CONCURRENT_SESSIONS = "ADJUST_MAX_CONCURRENT_SESSIONS",
|
|
86
|
-
ADJUST_IDLE_TIMEOUT = "ADJUST_IDLE_TIMEOUT"
|
|
87
|
-
REMOVE_STALE_USERS = "REMOVE_STALE_USERS"
|
|
83
|
+
ADJUST_IDLE_TIMEOUT = "ADJUST_IDLE_TIMEOUT"
|
|
88
84
|
}
|
|
89
85
|
export declare enum RecommendationSeverity {
|
|
90
86
|
SEVERE = "SEVERE",
|
|
@@ -17,7 +17,6 @@ export let RecommendationCode;
|
|
|
17
17
|
RecommendationCode["CHANGE_IP_TO_ALLOWLIST"] = "CHANGE_IP_TO_ALLOWLIST";
|
|
18
18
|
RecommendationCode["ENABLE_DOMAIN_RESTRICTIONS"] = "ENABLE_DOMAIN_RESTRICTIONS";
|
|
19
19
|
RecommendationCode["CHANGE_DOMAIN_TO_ALLOWLIST"] = "CHANGE_DOMAIN_TO_ALLOWLIST";
|
|
20
|
-
RecommendationCode["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
|
|
21
20
|
RecommendationCode["CONFIGURE_SSO"] = "CONFIGURE_SSO";
|
|
22
21
|
})(RecommendationCode || (RecommendationCode = {}));
|
|
23
22
|
|
|
@@ -34,8 +33,6 @@ export let InsightCode;
|
|
|
34
33
|
InsightCode["NO_SESSION_SETTINGS"] = "NO_SESSION_SETTINGS";
|
|
35
34
|
InsightCode["PARTIAL_SESSION_SETTINGS"] = "PARTIAL_SESSION_SETTINGS";
|
|
36
35
|
InsightCode["FULL_SESSION_SETTINGS"] = "FULL_SESSION_SETTINGS";
|
|
37
|
-
InsightCode["STALE_USERS_EXIST"] = "STALE_USERS_EXIST";
|
|
38
|
-
InsightCode["NO_STALE_USERS_EXIST"] = "NO_STALE_USERS_EXIST";
|
|
39
36
|
InsightCode["NO_IP_RESTRICTIONS"] = "NO_IP_RESTRICTIONS";
|
|
40
37
|
InsightCode["IP_ALLOWLIST"] = "IP_ALLOWLIST";
|
|
41
38
|
InsightCode["IP_DENYLIST"] = "IP_DENYLIST";
|
|
@@ -52,7 +49,6 @@ export let RecommendationActionKey;
|
|
|
52
49
|
RecommendationActionKey["ADJUST_FORCE_RELOGIN"] = "ADJUST_FORCE_RELOGIN";
|
|
53
50
|
RecommendationActionKey["ADJUST_MAX_CONCURRENT_SESSIONS"] = "ADJUST_MAX_CONCURRENT_SESSIONS";
|
|
54
51
|
RecommendationActionKey["ADJUST_IDLE_TIMEOUT"] = "ADJUST_IDLE_TIMEOUT";
|
|
55
|
-
RecommendationActionKey["REMOVE_STALE_USERS"] = "REMOVE_STALE_USERS";
|
|
56
52
|
})(RecommendationActionKey || (RecommendationActionKey = {}));
|
|
57
53
|
|
|
58
54
|
export let RecommendationSeverity;
|