Skip to content

Commit 60a5b89

Browse files
committed
update generated
1 parent 29a5cda commit 60a5b89

File tree

10 files changed

+68
-13
lines changed

10 files changed

+68
-13
lines changed

coderd/apidoc/docs.go

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/healthcheck/accessurl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type AccessURLReport struct {
1919
Healthy bool `json:"healthy"`
2020
Severity health.Severity `json:"severity" enums:"ok,warning,error"`
2121
Warnings []string `json:"warnings"`
22-
Dismissed bool `json:"dismissed`
22+
Dismissed bool `json:"dismissed"`
2323

2424
AccessURL string `json:"access_url"`
2525
Reachable bool `json:"reachable"`

coderd/healthcheck/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type DatabaseReport struct {
2121
Healthy bool `json:"healthy"`
2222
Severity health.Severity `json:"severity" enums:"ok,warning,error"`
2323
Warnings []string `json:"warnings"`
24-
Dismissed bool `json:"dismissed`
24+
Dismissed bool `json:"dismissed"`
2525

2626
Reachable bool `json:"reachable"`
2727
Latency string `json:"latency"`

coderd/healthcheck/derphealth/derp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Report struct {
3939
Healthy bool `json:"healthy"`
4040
Severity health.Severity `json:"severity" enums:"ok,warning,error"`
4141
Warnings []string `json:"warnings"`
42-
Dismissed bool `json:"dismissed`
42+
Dismissed bool `json:"dismissed"`
4343

4444
Regions map[int]*RegionReport `json:"regions"`
4545

coderd/healthcheck/websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type WebsocketReport struct {
2121
Healthy bool `json:"healthy"`
2222
Severity health.Severity `json:"severity" enums:"ok,warning,error"`
2323
Warnings []string `json:"warnings"`
24-
Dismissed bool `json:"dismissed`
24+
Dismissed bool `json:"dismissed"`
2525

2626
Body string `json:"body"`
2727
Code int `json:"code"`

coderd/healthcheck/workspaceproxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type WorkspaceProxyReport struct {
2020
Severity health.Severity `json:"severity"`
2121
Warnings []string `json:"warnings"`
2222
Error *string `json:"error"`
23-
Dismissed bool `json:"dismissed`
23+
Dismissed bool `json:"dismissed"`
2424

2525
WorkspaceProxies codersdk.RegionsResponse[codersdk.WorkspaceProxy] `json:"workspace_proxies"`
2626
}

docs/api/debug.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/schemas.md

Lines changed: 23 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/src/api/typesGenerated.ts

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)