Skip to content

Commit 132d984

Browse files
feat(edge_services): add locked status to Pipeline (#1942)
Co-authored-by: Jonathan R. <[email protected]>
1 parent e48343f commit 132d984

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/clients/src/api/edge_services/v1beta1/types.gen.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export type PipelineStatus =
9292
| 'error'
9393
| 'pending'
9494
| 'warning'
95+
| 'locked'
9596

9697
export type PlanName = 'unknown_name' | 'starter' | 'professional' | 'advanced'
9798

0 commit comments

Comments
 (0)