feat: (Web-210) Added encryption for my-booking Urls

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-14 16:40:01 +02:00
parent 174fc75b42
commit b57860ddfe
5 changed files with 136 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ export const getStaysSchema = z.object({
checkinDate: z.string(),
checkoutDate: z.string(),
isWebAppOrigin: z.boolean(),
bookingUrl: z.string().optional(),
}),
relationships: z.object({
hotel: z.object({