Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4b5e219

Browse files
committed
Make gen
1 parent5bd1392 commit4b5e219

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

‎site/src/api/typesGenerated.ts

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,14 @@ export interface CreateWorkspaceBuildRequest {
251251
readonlylog_level?:ProvisionerLogLevel
252252
}
253253

254+
// From codersdk/workspaceproxy.go
255+
exportinterfaceCreateWorkspaceProxyRequest{
256+
readonlyname:string
257+
readonlyicon:string
258+
readonlyurl:string
259+
readonlywildcard_url:string
260+
}
261+
254262
// From codersdk/organizations.go
255263
exportinterfaceCreateWorkspaceRequest{
256264
readonlytemplate_id:string
@@ -1172,6 +1180,19 @@ export interface WorkspaceOptions {
11721180
readonlyinclude_deleted?:boolean
11731181
}
11741182

1183+
// From codersdk/workspaceproxy.go
1184+
exportinterfaceWorkspaceProxy{
1185+
readonlyid:string
1186+
readonlyorganization_id:string
1187+
readonlyname:string
1188+
readonlyicon:string
1189+
readonlyurl:string
1190+
readonlywildcard_url:string
1191+
readonlycreated_at:string
1192+
readonlyupdated_at:string
1193+
readonlydeleted:boolean
1194+
}
1195+
11751196
// From codersdk/workspaces.go
11761197
exportinterfaceWorkspaceQuota{
11771198
readonlycredits_consumed:number
@@ -1251,8 +1272,8 @@ export const Entitlements: Entitlement[] = [
12511272
]
12521273

12531274
// From codersdk/deployment.go
1254-
exporttypeExperiment="template_editor"
1255-
exportconstExperiments:Experiment[]=["template_editor"]
1275+
exporttypeExperiment="moons"|"template_editor"
1276+
exportconstExperiments:Experiment[]=["moons","template_editor"]
12561277

12571278
// From codersdk/deployment.go
12581279
exporttypeFeatureName=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp