Skip to content

Commit

Permalink
Merge pull request #158 from mkusaka/update-20240430T000243
Browse files Browse the repository at this point in the history
update 20240430T000243
  • Loading branch information
mkusaka authored Apr 30, 2024
2 parents ac9d404 + 281a73c commit 2b3bb91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/services/PipelineService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class PipelineService {
| "timeout"
| "permission"
| "other"
| "trigger-rule"
| "plan";
}>;
/**
Expand Down Expand Up @@ -234,6 +235,7 @@ export class PipelineService {
| "timeout"
| "permission"
| "other"
| "trigger-rule"
| "plan";
}>;
/**
Expand Down Expand Up @@ -515,6 +517,7 @@ export class PipelineService {
| "timeout"
| "permission"
| "other"
| "trigger-rule"
| "plan";
}>;
/**
Expand Down Expand Up @@ -714,6 +717,7 @@ export class PipelineService {
| "timeout"
| "permission"
| "other"
| "trigger-rule"
| "plan";
}>;
/**
Expand Down Expand Up @@ -870,6 +874,7 @@ export class PipelineService {
| "timeout"
| "permission"
| "other"
| "trigger-rule"
| "plan";
}>;
/**
Expand Down
5 changes: 5 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5124,6 +5124,7 @@
"timeout",
"permission",
"other",
"trigger-rule",
"plan"
],
"type": "string"
Expand Down Expand Up @@ -5483,6 +5484,7 @@
"timeout",
"permission",
"other",
"trigger-rule",
"plan"
],
"type": "string"
Expand Down Expand Up @@ -7166,6 +7168,7 @@
"timeout",
"permission",
"other",
"trigger-rule",
"plan"
],
"type": "string"
Expand Down Expand Up @@ -7578,6 +7581,7 @@
"timeout",
"permission",
"other",
"trigger-rule",
"plan"
],
"type": "string"
Expand Down Expand Up @@ -7861,6 +7865,7 @@
"timeout",
"permission",
"other",
"trigger-rule",
"plan"
],
"type": "string"
Expand Down

0 comments on commit 2b3bb91

Please sign in to comment.