@@ -18,7 +18,7 @@ export interface AddLicenseRequest {
18
18
readonly license : string
19
19
}
20
20
21
- // From codersdk/gitauth .go
21
+ // From codersdk/gitsshkey .go
22
22
export interface AgentGitSSHKey {
23
23
readonly public_key : string
24
24
readonly private_key : string
@@ -282,6 +282,7 @@ export interface DeploymentFlags {
282
282
readonly prom_address : StringFlag
283
283
readonly pprof_enabled : BoolFlag
284
284
readonly pprof_address : StringFlag
285
+ readonly config_path : StringFlag
285
286
readonly cache_dir : StringFlag
286
287
readonly in_memory_database : BoolFlag
287
288
readonly provisioner_daemon_count : IntFlag
@@ -363,7 +364,7 @@ export interface GetAppHostResponse {
363
364
readonly host : string
364
365
}
365
366
366
- // From codersdk/gitauth .go
367
+ // From codersdk/gitsshkey .go
367
368
export interface GitSSHKey {
368
369
readonly user_id : string
369
370
readonly created_at : string
@@ -784,7 +785,7 @@ export interface WorkspaceAgent {
784
785
readonly latency ?: Record < string , DERPRegion >
785
786
}
786
787
787
- // From codersdk/gitauth .go
788
+ // From codersdk/workspaceagents .go
788
789
export interface WorkspaceAgentGitAuthResponse {
789
790
readonly username : string
790
791
readonly password : string
0 commit comments