@harnessio/react-ssca-manager-client 0.70.0 → 0.71.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.
@@ -23,6 +23,10 @@ export interface PipelineDetails {
23
23
  * Execution Id for the Stage
24
24
  */
25
25
  stage_execution_id?: string;
26
+ /**
27
+ * Stage type in which the step executed
28
+ */
29
+ stage_type?: 'BUILD' | 'DEPLOY' | 'SECURITY';
26
30
  status?: 'FAILED' | 'PASSED' | 'UNKNOWN';
27
31
  /**
28
32
  * Execution Id for the step
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-ssca-manager-client",
3
- "version": "0.70.0",
3
+ "version": "0.71.0",
4
4
  "description": "Harness SSCA manager APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",