File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ export interface Template {
245
245
readonly active_version_id : string
246
246
readonly workspace_owner_count : number
247
247
readonly description : string
248
+ readonly max_ttl_ms : number
249
+ readonly min_autostart_interval_ms : number
248
250
}
249
251
250
252
// From codersdk/templateversions.go:14:6
@@ -274,12 +276,12 @@ export interface TemplateVersionParameter {
274
276
readonly default_source_value : boolean
275
277
}
276
278
277
- // From codersdk/templates.go:73 :6
279
+ // From codersdk/templates.go:75 :6
278
280
export interface TemplateVersionsByTemplateRequest extends Pagination {
279
281
readonly template_id : string
280
282
}
281
283
282
- // From codersdk/templates.go:27 :6
284
+ // From codersdk/templates.go:29 :6
283
285
export interface UpdateActiveTemplateVersion {
284
286
readonly id : string
285
287
}
You can’t perform that action at this time.
0 commit comments