@harnessio/react-ssca-manager-client 0.83.5 → 0.83.6

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.
@@ -16,7 +16,7 @@ export interface ArtifactComponentViewResponse {
16
16
  /**
17
17
  * Status denoting whether a component is end of life or close to end of life.
18
18
  */
19
- eol_status?: 'CLOSE_TO_EOL' | 'EOL';
19
+ eol_status?: 'CLOSE_TO_EOL' | 'DERIVED_EOL' | 'EOL';
20
20
  exemption_status?: 'FULLY_EXEMPTED' | 'NOT_EXEMPTED' | 'PARTIALLY_EXEMPTED';
21
21
  filter_tags?: LayerType[];
22
22
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.83.5",
3
+ "version": "0.83.6",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",