chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-11 02:56:49 +00:00
parent 38536cf733
commit 69623c2b79
3 changed files with 356 additions and 29 deletions
+7 -8
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", {