feat: v2 api hidden event types (#22715)

* feat: v2 api hidden event types

* feat: Add 'hidden' property to Input type in output.service.ts

---------

Co-authored-by: Kartik Saini <41051387+kart1ka@users.noreply.github.com>
This commit is contained in:
Radhey Mugdal
2025-08-19 11:07:12 +05:30
committed by GitHub
co-authored by Kartik Saini
parent 511be7386c
commit 1a573e1619
6 changed files with 64 additions and 0 deletions
@@ -74,6 +74,7 @@ type Input = Pick<
| "hideOrganizerEmail"
| "team"
| "calVideoSettings"
| "hidden"
>;
@Injectable()