diff --git a/lib/validations/event-type.ts b/lib/validations/event-type.ts index e5d96ce636..0773368eb0 100644 --- a/lib/validations/event-type.ts +++ b/lib/validations/event-type.ts @@ -32,7 +32,7 @@ export const schemaEventTypeBaseBodyParams = EventType.pick({ successRedirectUrl: true, }).partial(); -const schemaEventTypeBaseParams = z +// const schemaEventTypeBaseParams = z .object({ title: z.string(), slug: z.string(), @@ -83,7 +83,6 @@ export const schemaEventTypeReadPublic = EventType.pick({ price: true, currency: true, slotInterval: true, + metadata: true, successRedirectUrl: true, -}) - .merge(schemaEventTypeBaseParams) - .partial(); +}).partial();