From 51036d2f70ceaa6ac175fee7ab7b09768f082d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Thu, 20 Nov 2025 14:18:42 +0000 Subject: [PATCH] Merged in feat/LOY-485-remove-api-attributes (pull request #3190) feat(LOY-485): remove isLackingCribs and isLackingExtraBeds * feat(LOY-485): remove isLackingCribs and Approved-by: Linus Flood --- .../lib/routers/hotels/schemas/hotel/include/roomCategories.ts | 2 -- 1 file changed, 2 deletions(-) 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,