@frontegg/redux-store
Advanced tools
Comparing version 7.48.0 to 7.49.0
@@ -16,3 +16,4 @@ import { FronteggState, RestApi, SharedActions, WithCallback, WithRetryConfig } from '../../../interfaces'; | ||
loadInactiveUsers: (payload: ISearchUserQueryParamsV3) => Promise<void>; | ||
markSecurityCenterStateAsChanged: (changed?: boolean) => void; | ||
}; | ||
export default _default; |
@@ -295,2 +295,7 @@ import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose"; | ||
}; | ||
const markSecurityCenterStateAsChanged = (changed = true) => { | ||
setSecurityCenterState({ | ||
hasSecurityChanges: changed | ||
}); | ||
}; | ||
return { | ||
@@ -307,4 +312,5 @@ setSecurityCenterState, | ||
loadUnenrolledMfaUsers, | ||
loadInactiveUsers | ||
loadInactiveUsers, | ||
markSecurityCenterStateAsChanged | ||
}; | ||
}); |
@@ -11,2 +11,3 @@ import { FronteggApiError, Insight, Recommendation } from '@frontegg/rest-api'; | ||
score: number; | ||
hasSecurityChanges: boolean; | ||
breachedPasswordUsersTable: ISecurityCenterTable; | ||
@@ -13,0 +14,0 @@ unenrolledMfaUsersTable: ISecurityCenterTable; |
@@ -7,2 +7,3 @@ import { createProxy } from '../../../toolkit/proxy'; | ||
insights: undefined, | ||
hasSecurityChanges: false, | ||
score: 0, | ||
@@ -9,0 +10,0 @@ breachedPasswordUsersTable: { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.48.0 | ||
/** @license Frontegg v7.49.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
@@ -15,3 +15,4 @@ import { FronteggState, RestApi, SharedActions, WithCallback } from '../../../interfaces'; | ||
loadInactiveUsers: (payload: import("@frontegg/rest-api").ISearchUserQueryParamsV3) => Promise<void>; | ||
markSecurityCenterStateAsChanged: (changed?: boolean) => void; | ||
}; | ||
export default _default; |
@@ -302,2 +302,7 @@ "use strict"; | ||
}; | ||
const markSecurityCenterStateAsChanged = (changed = true) => { | ||
setSecurityCenterState({ | ||
hasSecurityChanges: changed | ||
}); | ||
}; | ||
return { | ||
@@ -314,5 +319,6 @@ setSecurityCenterState, | ||
loadUnenrolledMfaUsers, | ||
loadInactiveUsers | ||
loadInactiveUsers, | ||
markSecurityCenterStateAsChanged | ||
}; | ||
}; | ||
exports.default = _default; |
@@ -13,2 +13,3 @@ "use strict"; | ||
insights: undefined, | ||
hasSecurityChanges: false, | ||
score: 0, | ||
@@ -15,0 +16,0 @@ breachedPasswordUsersTable: { |
@@ -1,2 +0,2 @@ | ||
/** @license Frontegg v7.48.0 | ||
/** @license Frontegg v7.49.0 | ||
* | ||
@@ -3,0 +3,0 @@ * This source code is licensed under the MIT license found in the |
{ | ||
"name": "@frontegg/redux-store", | ||
"version": "7.48.0", | ||
"version": "7.49.0", | ||
"main": "./node/index.js", | ||
@@ -10,3 +10,3 @@ "license": "MIT", | ||
"@frontegg/entitlements-javascript-commons": "1.1.2", | ||
"@frontegg/rest-api": "7.48.0", | ||
"@frontegg/rest-api": "7.49.0", | ||
"fast-deep-equal": "3.1.3", | ||
@@ -13,0 +13,0 @@ "get-value": "^3.0.1", |
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
1721890
47162
+ Added@frontegg/rest-api@7.49.0(transitive)
- Removed@frontegg/rest-api@7.48.0(transitive)
Updated@frontegg/rest-api@7.49.0