feat(SW-251): use response to render filters

This commit is contained in:
Fredrik Thorsson
2024-09-11 15:39:57 +02:00
parent 43e58dcf01
commit 7eeafd2a20
6 changed files with 65 additions and 35 deletions

View File

@@ -21,7 +21,7 @@ export const getRatesInputSchema = z.object({
hotelId: z.string(),
})
export const getPlaceholderInputSchema = z.object({
export const getlHotelDataInputSchema = z.object({
hotelId: z.string(),
language: z.string(),
include: z