Skip to content

Commit 0dcad6c

Browse files
committed
fix: site
1 parent 357c044 commit 0dcad6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/src/api/typesGenerated.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ export interface DeploymentConfig {
306306
readonly experimental: DeploymentConfigField<boolean>
307307
readonly update_check: DeploymentConfigField<boolean>
308308
readonly max_token_lifetime: DeploymentConfigField<number>
309+
readonly swagger: SwaggerConfig
309310
}
310311

311312
// From codersdk/deploymentconfig.go
@@ -615,6 +616,11 @@ export interface ServiceBanner {
615616
readonly background_color?: string
616617
}
617618

619+
// From codersdk/deploymentconfig.go
620+
export interface SwaggerConfig {
621+
readonly enabled?: DeploymentConfigField<boolean>
622+
}
623+
618624
// From codersdk/deploymentconfig.go
619625
export interface TLSConfig {
620626
readonly enable: DeploymentConfigField<boolean>

0 commit comments

Comments
 (0)