Skip to content

Commit 82c6390

Browse files
committed
make gen
1 parent 406cde8 commit 82c6390

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

site/src/api/typesGenerated.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,7 @@ export interface CreateTemplateRequest {
179179
readonly icon?: string
180180
readonly template_version_id: string
181181
readonly parameter_values?: CreateParameterRequest[]
182-
readonly max_ttl_ms?: number
183-
readonly min_autostart_interval_ms?: number
182+
readonly default_ttl_ms?: number
184183
}
185184

186185
// From codersdk/templateversions.go
@@ -613,7 +612,7 @@ export interface Template {
613612
readonly build_time_stats: TemplateBuildTimeStats
614613
readonly description: string
615614
readonly icon: string
616-
readonly max_ttl_ms: number
615+
readonly default_ttl_ms: number
617616
readonly min_autostart_interval_ms: number
618617
readonly created_by_id: string
619618
readonly created_by_name: string
@@ -692,7 +691,7 @@ export interface UpdateTemplateMeta {
692691
readonly name?: string
693692
readonly description?: string
694693
readonly icon?: string
695-
readonly max_ttl_ms?: number
694+
readonly default_ttl_ms?: number
696695
}
697696

698697
// From codersdk/users.go

0 commit comments

Comments
 (0)