Skip to content

Commit

Permalink
chore(workflow-client): update client with new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vladcrishan committed Jun 22, 2023
1 parent a37b9c1 commit fca9815
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/workflow-client/src/openapi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ declare namespace Components {
task_execution_type?: StepType;
phase_id?: string;
phase_name?: string;
all_participants?: string[];
future_participants?: string[];
selected_closing_reasons?: ClosingReason[];
closing_reason_description?: string;
}
Expand Down
12 changes: 12 additions & 0 deletions clients/workflow-client/src/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1627,6 +1627,18 @@
"phase_name": {
"type": "string"
},
"all_participants": {
"type": "array",
"items": {
"type": "string"
}
},
"future_participants": {
"type": "array",
"items": {
"type": "string"
}
},
"selected_closing_reasons": {
"type": "array",
"items": {
Expand Down

0 comments on commit fca9815

Please sign in to comment.