diff --git a/apps/scandic-web/constants/booking.ts b/apps/scandic-web/constants/booking.ts index 5a759351f..429c702bd 100644 --- a/apps/scandic-web/constants/booking.ts +++ b/apps/scandic-web/constants/booking.ts @@ -84,6 +84,7 @@ export const BED_TYPE_ICONS: Record< Queen: BedQueenIcon, Single: BedSingleIcon, Twin: BedTwinIcon, + CustomOccupancy: BedGenericIcon, SofaBed: BedSofaExtraIcon, WallBed: BedWallExtraIcon, diff --git a/packages/trpc/lib/enums/bedType.ts b/packages/trpc/lib/enums/bedType.ts index 36766127a..3841459a3 100644 --- a/packages/trpc/lib/enums/bedType.ts +++ b/packages/trpc/lib/enums/bedType.ts @@ -4,6 +4,7 @@ export enum BedTypeEnum { Single = "Single", Twin = "Twin", Other = "Other", + CustomOccupancy = "CustomOccupancy", } export enum ExtraBedTypeEnum {