Skip to content

Commit

Permalink
generate openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gbanu committed Feb 15, 2025
1 parent 2cb5f3e commit 4365240
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions client/src/app/core/modules/openapi/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,21 +121,21 @@ export type WorkflowRunDto = {
name: string;
displayTitle: string;
status:
| 'QUEUED'
| 'IN_PROGRESS'
| 'COMPLETED'
| 'ACTION_REQUIRED'
| 'CANCELLED'
| 'FAILURE'
| 'NEUTRAL'
| 'SKIPPED'
| 'STALE'
| 'SUCCESS'
| 'TIMED_OUT'
| 'REQUESTED'
| 'WAITING'
| 'PENDING'
| 'UNKNOWN';
| 'QUEUED'
| 'IN_PROGRESS'
| 'COMPLETED'
| 'ACTION_REQUIRED'
| 'CANCELLED'
| 'FAILURE'
| 'NEUTRAL'
| 'SKIPPED'
| 'STALE'
| 'SUCCESS'
| 'TIMED_OUT'
| 'REQUESTED'
| 'WAITING'
| 'PENDING'
| 'UNKNOWN';
workflowId: number;
conclusion?: 'ACTION_REQUIRED' | 'CANCELLED' | 'FAILURE' | 'NEUTRAL' | 'SUCCESS' | 'SKIPPED' | 'STALE' | 'TIMED_OUT' | 'STARTUP_FAILURE' | 'UNKNOWN';
htmlUrl: string;
Expand Down

0 comments on commit 4365240

Please sign in to comment.