Skip to content

Commit 413463f

Browse files
committed
make gen
1 parent 79418c5 commit 413463f

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
@@ -612,7 +611,7 @@ export interface Template {
612611
readonly build_time_stats: TemplateBuildTimeStats
613612
readonly description: string
614613
readonly icon: string
615-
readonly max_ttl_ms: number
614+
readonly default_ttl_ms: number
616615
readonly min_autostart_interval_ms: number
617616
readonly created_by_id: string
618617
readonly created_by_name: string
@@ -691,7 +690,7 @@ export interface UpdateTemplateMeta {
691690
readonly name?: string
692691
readonly description?: string
693692
readonly icon?: string
694-
readonly max_ttl_ms?: number
693+
readonly default_ttl_ms?: number
695694
}
696695

697696
// From codersdk/users.go

0 commit comments

Comments
 (0)