Skip to content

Commit f86e26a

Browse files
committed
Update typesgen
1 parent 4c37c34 commit f86e26a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

site/src/api/typesGenerated.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface AddLicenseRequest {
1818
readonly license: string
1919
}
2020

21-
// From codersdk/gitauth.go
21+
// From codersdk/gitsshkey.go
2222
export interface AgentGitSSHKey {
2323
readonly public_key: string
2424
readonly private_key: string
@@ -282,6 +282,7 @@ export interface DeploymentFlags {
282282
readonly prom_address: StringFlag
283283
readonly pprof_enabled: BoolFlag
284284
readonly pprof_address: StringFlag
285+
readonly config_path: StringFlag
285286
readonly cache_dir: StringFlag
286287
readonly in_memory_database: BoolFlag
287288
readonly provisioner_daemon_count: IntFlag
@@ -363,7 +364,7 @@ export interface GetAppHostResponse {
363364
readonly host: string
364365
}
365366

366-
// From codersdk/gitauth.go
367+
// From codersdk/gitsshkey.go
367368
export interface GitSSHKey {
368369
readonly user_id: string
369370
readonly created_at: string
@@ -784,7 +785,7 @@ export interface WorkspaceAgent {
784785
readonly latency?: Record<string, DERPRegion>
785786
}
786787

787-
// From codersdk/gitauth.go
788+
// From codersdk/workspaceagents.go
788789
export interface WorkspaceAgentGitAuthResponse {
789790
readonly username: string
790791
readonly password: string

0 commit comments

Comments
 (0)