feat: implement real-time booking updates using Server-Sent Events (SSE) and add public booking URL sharing to the dashboard
This commit is contained in:
@@ -33,6 +33,7 @@ export const publicAvailabilityCourtSchema = z.object({
|
||||
export const publicAvailabilityResponseSchema = z.object({
|
||||
complexId: z.uuid(),
|
||||
complexName: z.string(),
|
||||
complexAddress: z.string().optional(),
|
||||
complexSlug: z.string(),
|
||||
date: z.string().regex(ISO_DATE_REGEX),
|
||||
sportSelectionRequired: z.boolean(),
|
||||
|
||||
Reference in New Issue
Block a user