Skip to content

Commit 19b2632

Browse files
authored
feat(function): add new runtime statuses (#79)
1 parent 55b5b29 commit 19b2632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ export type RuntimeStatus =
9292
| 'beta'
9393
| 'available'
9494
| 'deprecated'
95+
| 'end_of_support'
96+
| 'end_of_life'
9597

9698
export type TokenStatus =
9799
| 'unknown'

0 commit comments

Comments
 (0)