Skip to content

Commit

Permalink
feat: Add /events/list event_ids filter param (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot authored Feb 14, 2025
1 parent 6bc7ea5 commit 3bcf017
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/seam/connect/openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21783,6 +21783,10 @@ export default {
items: { format: 'uuid', type: 'string' },
type: 'array',
},
event_ids: {
items: { format: 'uuid', type: 'string' },
type: 'array',
},
event_type: {
enum: [
'access_code.created',
Expand Down
1 change: 1 addition & 0 deletions src/lib/seam/connect/route-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20056,6 +20056,7 @@ export interface Routes {
connected_account_id?: string | undefined
connect_webview_id?: string | undefined
limit?: number
event_ids?: string[] | undefined
}
formData: {}
jsonResponse: {
Expand Down

0 comments on commit 3bcf017

Please sign in to comment.