@harnessio/react-ssca-manager-client 0.29.0 → 0.30.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.
|
@@ -15,11 +15,6 @@ export interface RemediationDetailsResponse {
|
|
|
15
15
|
* @format int64
|
|
16
16
|
*/
|
|
17
17
|
artifacts_excluded: number;
|
|
18
|
-
/**
|
|
19
|
-
* Total Number of New Artifacts.
|
|
20
|
-
* @format int64
|
|
21
|
-
*/
|
|
22
|
-
artifacts_new_count: number;
|
|
23
18
|
/**
|
|
24
19
|
* If Remediation Tracker was closed manually , name of the user who closed it.
|
|
25
20
|
*/
|
|
@@ -56,14 +51,19 @@ export interface RemediationDetailsResponse {
|
|
|
56
51
|
*/
|
|
57
52
|
environments: number;
|
|
58
53
|
/**
|
|
59
|
-
*
|
|
54
|
+
* Remediation Id.
|
|
55
|
+
*/
|
|
56
|
+
id: string;
|
|
57
|
+
/**
|
|
58
|
+
* Total Number of New Artifacts.
|
|
60
59
|
* @format int64
|
|
61
60
|
*/
|
|
62
|
-
|
|
61
|
+
new_artifacts_count: number;
|
|
63
62
|
/**
|
|
64
|
-
*
|
|
63
|
+
* Total Number of New Environments.
|
|
64
|
+
* @format int64
|
|
65
65
|
*/
|
|
66
|
-
|
|
66
|
+
new_environments_count: number;
|
|
67
67
|
remediation_condition: RemediationCondition;
|
|
68
68
|
severity: VulnerabilitySeverity;
|
|
69
69
|
/**
|