@greenarmor/ges-core 0.4.0 → 0.5.0

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.
@@ -149,3 +149,8 @@ export interface ReportOptions {
149
149
  include_compliance: boolean;
150
150
  include_security: boolean;
151
151
  }
152
+ export interface ControlOverride {
153
+ control_id: string;
154
+ status: ControlStatus;
155
+ reason: string;
156
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greenarmor/ges-core",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "type": "module",
5
5
  "description": "GESF Core - Types, schemas, and constants",
6
6
  "main": "./dist/index.js",