Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MinimizedContact

import type { MinimizedContact } from "https://googleapis.deno.dev/v1/mybusinesslodging:v1.ts";

Minimized contact measures implemented by the hotel during COVID-19.

interface MinimizedContact {
contactlessCheckinCheckout?: boolean;
contactlessCheckinCheckoutException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
digitalGuestRoomKeys?: boolean;
digitalGuestRoomKeysException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
housekeepingScheduledRequestOnly?: boolean;
housekeepingScheduledRequestOnlyException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
noHighTouchItemsCommonAreas?: boolean;
noHighTouchItemsCommonAreasException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
noHighTouchItemsGuestRooms?: boolean;
noHighTouchItemsGuestRoomsException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
plasticKeycardsDisinfected?: boolean;
plasticKeycardsDisinfectedException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
roomBookingsBuffer?: boolean;
roomBookingsBufferException?:
| "EXCEPTION_UNSPECIFIED"
| "UNDER_CONSTRUCTION"
| "DEPENDENT_ON_SEASON"
| "DEPENDENT_ON_DAY_OF_WEEK";
}

§Properties

§
contactlessCheckinCheckout?: boolean
[src]

No-contact check-in and check-out.

§
contactlessCheckinCheckoutException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Contactless check-in check-out exception.

§
digitalGuestRoomKeys?: boolean
[src]

Keyless mobile entry to guest rooms.

§
digitalGuestRoomKeysException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Digital guest room keys exception.

§
housekeepingScheduledRequestOnly?: boolean
[src]

Housekeeping scheduled by request only.

§
housekeepingScheduledRequestOnlyException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Housekeeping scheduled request only exception.

§
noHighTouchItemsCommonAreas?: boolean
[src]

High-touch items, such as magazines, removed from common areas.

§
noHighTouchItemsCommonAreasException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

No high touch items common areas exception.

§
noHighTouchItemsGuestRooms?: boolean
[src]

High-touch items, such as decorative pillows, removed from guest rooms.

§
noHighTouchItemsGuestRoomsException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

No high touch items guest rooms exception.

§
plasticKeycardsDisinfected?: boolean
[src]

Plastic key cards are disinfected or discarded.

§
plasticKeycardsDisinfectedException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Plastic keycards disinfected exception.

§
roomBookingsBuffer?: boolean
[src]

Buffer maintained between room bookings.

§
roomBookingsBufferException?: "EXCEPTION_UNSPECIFIED" | "UNDER_CONSTRUCTION" | "DEPENDENT_ON_SEASON" | "DEPENDENT_ON_DAY_OF_WEEK"
[src]

Room bookings buffer exception.