Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: typesGenerated.ts
  • Loading branch information
mtojek committed Nov 8, 2022
commit 098d58124db6e2e63697fcc7a9570b1324b5d140
6 changes: 6 additions & 0 deletions site/src/api/typesGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export interface DeploymentConfig {
readonly browser_only: DeploymentConfigField<boolean>
readonly scim_api_key: DeploymentConfigField<string>
readonly user_workspace_quota: DeploymentConfigField<number>
readonly provisionerd: ProvisionerdConfig
}

// From codersdk/deploymentconfig.go
Expand Down Expand Up @@ -546,6 +547,11 @@ export interface ProvisionerJobLog {
readonly output: string
}

// From codersdk/deploymentconfig.go
export interface ProvisionerdConfig {
readonly force_cancel_interval: DeploymentConfigField<number>
}

// From codersdk/workspaces.go
export interface PutExtendWorkspaceRequest {
readonly deadline: string
Expand Down