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