@harnessio/react-rmg-service-client 0.11.0 → 0.12.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,6 +15,7 @@ export interface GetReleaseActivitiesQueryQueryParams {
15
15
  */
16
16
  limit?: number;
17
17
  cursor?: string;
18
+ status?: string[];
18
19
  }
19
20
  export interface GetReleaseActivitiesQueryHeaderParams {
20
21
  'Harness-Account': string;
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * Status of the stage.
3
3
  */
4
- export type Status = 'ABORTED' | 'ABORTEDBYFREEZE' | 'APPROVALREJECTED' | 'APPROVALWAITING' | 'DISCONTINUING' | 'ERRORED' | 'EXPIRED' | 'FAILED' | 'IGNOREFAILED' | 'INPUTWAITING' | 'INTERVENTIONWAITING' | 'NOTSTARTED' | 'PAUSED' | 'PAUSING' | 'QUEUED' | 'QUEUED_EXECUTION_CONCURRENCY_REACHED' | 'QUEUED_LICENSE_LIMIT_REACHED' | 'RESOURCEWAITING' | 'SKIPPED' | 'SUCCESS' | 'SUSPENDED' | 'TIMEDWAITING' | 'UPLOADWAITING' | 'WAITSTEPRUNNING';
4
+ export type Status = 'ABORTED' | 'APPROVAL_REJECTED' | 'APPROVAL_WAITING' | 'ASYNC_WAITING' | 'DISCONTINUING' | 'ERROR' | 'ERRORED' | 'EXPIRED' | 'FAILED' | 'FREEZE_FAILED' | 'IGNORE_FAILED' | 'INPUT_WAITING' | 'INTERVENTION_WAITING' | 'QUEUED' | 'REJECTED' | 'RESUMED' | 'RUNNING' | 'SCHEDULED' | 'SKIPPED' | 'STARTING' | 'STARTING_QUEUED_STEP' | 'SUCCEEDED' | 'SUCCESS' | 'SUSPENDED' | 'TASK_WAITING' | 'TIMED_WAITING' | 'UPLOAD_WAITING' | 'WAITING' | 'WAIT_STEP_RUNNING';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harnessio/react-rmg-service-client",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "Harness Release Management Service APIs integrated with react hooks",
5
5
  "author": "Harness Inc",
6
6
  "license": "MIT",