Skip to content

Commit

Permalink
fix(hub-common): get events by groupid types
Browse files Browse the repository at this point in the history
  • Loading branch information
bri12416 committed May 10, 2024
1 parent 1d7be7c commit f982462
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/common/src/events/api/orval/api/orval-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ export type GetEventsParams = {
* string to match within an event title
*/
title?: string;
/**
* Comma separated string list of read groupIds
*/
readGroups?: string;
/**
* Comma separated string list of edit groupIds
*/
editGroups?: string;
/**
* the max amount of events to return
*/
Expand Down

0 comments on commit f982462

Please sign in to comment.