diff --git a/packages/trpc/lib/routers/hotels/schemas/hotel/include/roomCategories.ts b/packages/trpc/lib/routers/hotels/schemas/hotel/include/roomCategories.ts index 01e8a778e..5f3a419ed 100644 --- a/packages/trpc/lib/routers/hotels/schemas/hotel/include/roomCategories.ts +++ b/packages/trpc/lib/routers/hotels/schemas/hotel/include/roomCategories.ts @@ -39,8 +39,6 @@ const roomTypesSchema = z.object({ code: nullableStringValidator, description: nullableStringValidator, fixedExtraBed: bedTypeSchema.optional(), - isLackingCribs: z.boolean(), - isLackingExtraBeds: z.boolean(), mainBed: bedTypeSchema, name: nullableStringValidator, occupancy: occupancySchema,