chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-03 02:43:28 +00:00
commit 6003217eaa
17 changed files with 216 additions and 91 deletions

View file

@ -76,9 +76,7 @@ function messageData(
return rest as DeepMutable<typeof rest>
}
function partData(
part: (typeof SessionV1.Event.PartUpdated.Type)["data"]["part"],
): typeof PartTable.$inferInsert.data {
function partData(part: (typeof SessionV1.Event.PartUpdated.Type)["data"]["part"]): typeof PartTable.$inferInsert.data {
const { id: _, messageID: __, sessionID: ___, ...rest } = part
return rest as DeepMutable<typeof rest>
}