fix/add filter
This commit is contained in:
@@ -152,10 +152,9 @@ const hotelContentSchema = z.object({
|
||||
const detailedFacilitySchema = z.object({
|
||||
id: z.number(),
|
||||
name: z.string(),
|
||||
code: z.string().optional(),
|
||||
applyToAllHotels: z.boolean().default(false),
|
||||
public: z.boolean(),
|
||||
sortOrder: z.number(),
|
||||
filter: z.string().optional(),
|
||||
})
|
||||
|
||||
const healthFacilitySchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user