mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-18 23:52:42 +00:00
chore: generate
This commit is contained in:
parent
2e94f505a4
commit
374951bf60
1 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,10 @@ const basePayload = z.object({
|
|||
})
|
||||
|
||||
const groups = z
|
||||
.object({ result: z.union([z.number(), z.string()]).nullish(), group: z.object({ key: z.string(), value: z.string() }).array() })
|
||||
.object({
|
||||
result: z.union([z.number(), z.string()]).nullish(),
|
||||
group: z.object({ key: z.string(), value: z.string() }).array(),
|
||||
})
|
||||
.array()
|
||||
|
||||
const honeycombWebhookPayload = z.discriminatedUnion("type", [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue