Skip to content

Commit

Permalink
feat: Add event_id to SeamEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Jul 10, 2024
1 parent dfa211a commit 4be4dca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/seam/connect/models/events/common.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import { z } from 'zod'

export const common_event = z.object({
event_id: z.string().uuid().describe(`
---
title: Event ID
---
The ID of the event.
`),
workspace_id: z.string().uuid().describe(`
---
title: Workspace ID
Expand Down

0 comments on commit 4be4dca

Please sign in to comment.