feat: add organization scope for shared ports (#18314)

This commit is contained in:
ケイラ
2025-06-16 16:15:59 -06:00
committed by GitHub
parent eff2174198
commit 5df70a613d
30 changed files with 1245 additions and 811 deletions

7
coderd/apidoc/docs.go generated
View File

@ -16833,6 +16833,7 @@ const docTemplate = `{
"enum": [
"owner",
"authenticated",
"organization",
"public"
],
"allOf": [
@ -17747,6 +17748,7 @@ const docTemplate = `{
"enum": [
"owner",
"authenticated",
"organization",
"public"
],
"allOf": [
@ -17766,11 +17768,13 @@ const docTemplate = `{
"enum": [
"owner",
"authenticated",
"organization",
"public"
],
"x-enum-varnames": [
"WorkspaceAgentPortShareLevelOwner",
"WorkspaceAgentPortShareLevelAuthenticated",
"WorkspaceAgentPortShareLevelOrganization",
"WorkspaceAgentPortShareLevelPublic"
]
},
@ -17905,6 +17909,7 @@ const docTemplate = `{
"enum": [
"owner",
"authenticated",
"organization",
"public"
],
"allOf": [
@ -17969,11 +17974,13 @@ const docTemplate = `{
"enum": [
"owner",
"authenticated",
"organization",
"public"
],
"x-enum-varnames": [
"WorkspaceAppSharingLevelOwner",
"WorkspaceAppSharingLevelAuthenticated",
"WorkspaceAppSharingLevelOrganization",
"WorkspaceAppSharingLevelPublic"
]
},