chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-09 13:11:45 +00:00
parent 28b03595bf
commit d01cb7f013
7 changed files with 8 additions and 20 deletions

View File

@@ -14,8 +14,9 @@ export const WorkspaceInfo = Schema.Struct({
}).annotate({ identifier: "Workspace" })
export type WorkspaceInfo = DeepMutable<Schema.Schema.Type<typeof WorkspaceInfo>>
export const WorkspaceListedInfo = Schema.Struct(Struct.omit(WorkspaceInfo.fields, ["id"]))
.annotate({ identifier: "WorkspaceListedInfo" })
export const WorkspaceListedInfo = Schema.Struct(Struct.omit(WorkspaceInfo.fields, ["id"])).annotate({
identifier: "WorkspaceListedInfo",
})
export type WorkspaceListedInfo = DeepMutable<Schema.Schema.Type<typeof WorkspaceListedInfo>>
export const WorkspaceAdapterEntry = Schema.Struct({