chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-11 02:56:49 +00:00
commit 69623c2b79
3 changed files with 349 additions and 22 deletions

View file

@ -117,14 +117,13 @@ export const SessionGroup = HttpApiGroup.make("server.session")
location: Location.Ref.pipe(Schema.optional),
}),
success: Schema.Struct({ data: SessionV2.Info }),
})
.annotateMerge(
OpenApi.annotations({
identifier: "v2.session.create",
summary: "Create session",
description: "Create a session at the requested location.",
}),
),
}).annotateMerge(
OpenApi.annotations({
identifier: "v2.session.create",
summary: "Create session",
description: "Create a session at the requested location.",
}),
),
)
.add(
HttpApiEndpoint.get("session.get", "/api/session/:sessionID", {