mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: add workspace_proxy type to auditlog friendly strings (#9194)
* fix: add workspace_proxy type to auditlog friendly strings * add unit test and organization type
This commit is contained in:
Generated
+4
@@ -1785,22 +1785,26 @@ export type ResourceType =
|
||||
| "git_ssh_key"
|
||||
| "group"
|
||||
| "license"
|
||||
| "organization"
|
||||
| "template"
|
||||
| "template_version"
|
||||
| "user"
|
||||
| "workspace"
|
||||
| "workspace_build"
|
||||
| "workspace_proxy"
|
||||
export const ResourceTypes: ResourceType[] = [
|
||||
"api_key",
|
||||
"convert_login",
|
||||
"git_ssh_key",
|
||||
"group",
|
||||
"license",
|
||||
"organization",
|
||||
"template",
|
||||
"template_version",
|
||||
"user",
|
||||
"workspace",
|
||||
"workspace_build",
|
||||
"workspace_proxy",
|
||||
]
|
||||
|
||||
// From codersdk/serversentevents.go
|
||||
|
||||
Reference in New Issue
Block a user