Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf26ba9

Browse files
committed
Update typesGenerated.ts
1 parent dbd96c0 commit bf26ba9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/api/typesGenerated.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ export interface Template {
613613
readonly updated_at: string
614614
readonly organization_id: string
615615
readonly name: string
616+
readonly display_name: string
616617
readonly provisioner: ProvisionerType
617618
readonly active_version_id: string
618619
readonly workspace_owner_count: number
@@ -697,6 +698,7 @@ export interface UpdateTemplateACL {
697698
// From codersdk/templates.go
698699
export interface UpdateTemplateMeta {
699700
readonly name?: string
701+
readonly display_name?: string
700702
readonly description?: string
701703
readonly icon?: string
702704
readonly max_ttl_ms?: number

0 commit comments

Comments
 (0)