Skip to content

Commit 7785ad5

Browse files
delete not required field supportGoLive
1 parent d2f6631 commit 7785ad5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const ZoomMeetingSchema = z.object({
8585
pstn_password: z.string(),
8686
encrypted_password: z.string(),
8787
settings: ZoomMeetingSettingsSchema,
88-
supportGoLive: z.boolean(),
8988
creation_source: z.string(),
9089
pre_schedule: z.boolean(),
9190
});
@@ -107,7 +106,6 @@ export const ZoomListMeetingsSchema = z.object({
107106
agenda: z.string(),
108107
created_at: z.string(),
109108
join_url: z.string(),
110-
supportGoLive: z.boolean(),
111109
}),
112110
),
113111
});

0 commit comments

Comments
 (0)