@roomstay/core 0.1.74 → 0.1.75-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist/node.js +1 -1
  2. package/dist/types/Addon/Addon.enum.d.ts +14 -0
  3. package/dist/types/Addon/Addon.type.d.ts +24 -0
  4. package/dist/types/Availability/Availability.types.d.ts +1 -0
  5. package/dist/types/Booking/IBookingPayment.type.d.ts +8 -1
  6. package/dist/types/GiftCards/GiftCard.types.d.ts +89 -2
  7. package/dist/types/GiftCards/GiftCardLogs.enum.d.ts +1 -1
  8. package/dist/types/Maintenance/IMaintenanceStatus.type.d.ts +4 -1
  9. package/dist/types/Policies/EGuaranteePolicy.enum.d.ts +5 -0
  10. package/dist/types/index.d.ts +12 -2
  11. package/dist/utils/roundMoney.d.ts +11 -1
  12. package/dist/web.js +1 -1
  13. package/package.json +1 -1
  14. package/dist/node.js.LICENSE.txt +0 -7
  15. package/dist/node.js.map +0 -1
  16. package/dist/types/Booking/IBookingCreateErrorResponse.d.ts +0 -11
  17. package/dist/types/Booking/IBookingStatus.type.d.ts +0 -5
  18. package/dist/types/Booking/IPrice.type.d.ts +0 -7
  19. package/dist/types/components/DateRangePicker/DateRangePicker.d.ts +0 -15
  20. package/dist/types/components/DateRangePicker/DateRangePicker.type.d.ts +0 -8
  21. package/dist/types/components/DateRangePicker/DateRangePickerContext.d.ts +0 -16
  22. package/dist/types/components/DateRangePicker/DateRangePickerDay.d.ts +0 -22
  23. package/dist/types/components/DateRangePicker/DateRangePickerDays.d.ts +0 -7
  24. package/dist/types/components/DateRangePicker/DateRangePickerMonth.d.ts +0 -8
  25. package/dist/types/components/DateRangePicker/FloatingDateRangePicker.d.ts +0 -25
  26. package/dist/types/components/DateRangePicker/index.d.ts +0 -3
  27. package/dist/types/components/Icon/Icon.d.ts +0 -88
  28. package/dist/types/components/Icon/index.d.ts +0 -1
  29. package/dist/types/components/Overlay/Overlay.d.ts +0 -20
  30. package/dist/types/components/Overlay/index.d.ts +0 -1
  31. package/dist/types/components/Portal/Portal.d.ts +0 -7
  32. package/dist/types/components/Portal/index.d.ts +0 -1
  33. package/dist/types/components/Text/Text.d.ts +0 -15
  34. package/dist/types/components/Text/Text.type.d.ts +0 -14
  35. package/dist/types/components/Text/index.d.ts +0 -2
  36. package/dist/types/components/animations/Fade.d.ts +0 -13
  37. package/dist/types/components/animations/index.d.ts +0 -1
  38. package/dist/types/components/index.d.ts +0 -6
  39. package/dist/types/hooks/BodyClickHook.d.ts +0 -8
  40. package/dist/types/hooks/index.d.ts +0 -1
  41. package/dist/types/index.node.d.ts +0 -2
  42. package/dist/types/index.web.d.ts +0 -4
  43. package/dist/types/models/Client/Hotel/WeekdayStartsOn.types.d.ts +0 -4
  44. package/dist/types/models/Client/Hotel/index.d.ts +0 -1
  45. package/dist/types/models/Client/index.d.ts +0 -1
  46. package/dist/types/models/index.d.ts +0 -1
  47. package/dist/types/stories/DateRangePicker.stories.d.ts +0 -8
  48. package/dist/types/stories/FloatingDateRangePicker.stories.d.ts +0 -5
  49. package/dist/types/types/Booking/IBookingCreateErrorResponse.d.ts +0 -11
  50. package/dist/types/types/Booking/IBookingPayment.type.d.ts +0 -42
  51. package/dist/types/types/Booking/IBookingQuote.type.d.ts +0 -29
  52. package/dist/types/types/Booking/IBookingStatus.type.d.ts +0 -5
  53. package/dist/types/types/Booking/IPrice.type.d.ts +0 -7
  54. package/dist/types/types/Company/ECompanyProvider.enum.d.ts +0 -6
  55. package/dist/types/types/Company/IAdminCompany.type.d.ts +0 -31
  56. package/dist/types/types/Events/IRoomstayEvent.type.d.ts +0 -48
  57. package/dist/types/types/Hotel/EHotelPriceModel.enum.d.ts +0 -5
  58. package/dist/types/types/Hotel/EHotelWeekdayStartsOn.enum.d.ts +0 -4
  59. package/dist/types/types/Hotel/IAuxiliaryFilter.type.d.ts +0 -20
  60. package/dist/types/types/Hotel/IHotelColorScheme.type.d.ts +0 -11
  61. package/dist/types/types/Hotel/IHotelOverrides.type.d.ts +0 -18
  62. package/dist/types/types/Hotel/IHotelReplica.type.d.ts +0 -53
  63. package/dist/types/types/Hotel/IHotelService.type.d.ts +0 -6
  64. package/dist/types/types/Image/IRoomstayImage.type.d.ts +0 -8
  65. package/dist/types/types/Member/IRoomstayCognitoMember.type.d.ts +0 -4
  66. package/dist/types/types/Member/IRoomstayMember.type.d.ts +0 -17
  67. package/dist/types/types/Member/IRoomstayMemberBooking.type.d.ts +0 -28
  68. package/dist/types/types/Member/IRoomstayMemberBookingAddress.type.d.ts +0 -9
  69. package/dist/types/types/Member/IRoomstayMemberBookingItem.type.d.ts +0 -25
  70. package/dist/types/types/Member/IRoomstayMemberBookingProfile.type.d.ts +0 -11
  71. package/dist/types/types/Member/IRoomstayMemberCards.type.d.ts +0 -12
  72. package/dist/types/types/Member/ISession.type.d.ts +0 -4
  73. package/dist/types/types/Policies/EGuaranteePolicy.enum.d.ts +0 -5
  74. package/dist/types/types/RMS/ERMSDiscountType.enum.d.ts +0 -5
  75. package/dist/types/types/RMS/IRMSPropertyDiscount.type.d.ts +0 -28
  76. package/dist/types/types/RMS/IRMSRequirement.type.d.ts +0 -19
  77. package/dist/types/types/Room/IRoomGroup.type.d.ts +0 -11
  78. package/dist/types/types/index.d.ts +0 -56
  79. package/dist/types/utils/bookingTotal.d.ts +0 -7
  80. package/dist/types/utils/calendarHelper.d.ts +0 -16
  81. package/dist/types/utils/color.d.ts +0 -20
  82. package/dist/types/utils/index.node.d.ts +0 -2
  83. package/dist/types/utils/index.web.d.ts +0 -4
  84. package/dist/types/utils/roomstayImageResize.d.ts +0 -14
  85. package/dist/types/utils/uppercaseString.d.ts +0 -1
  86. package/dist/web.js.LICENSE.txt +0 -7
  87. package/dist/web.js.map +0 -1
@@ -1,88 +0,0 @@
1
- import { Color } from "@utils/color";
2
- import React from "react";
3
- export declare enum IconType {
4
- Email = "Email",
5
- Degrees = "Degrees",
6
- Hotel = "Hotel",
7
- Hotel2 = "Hotel-2",
8
- Map = "Map",
9
- Info = "Info",
10
- Deal = "Deal",
11
- Money = "Money",
12
- Lock = "Lock",
13
- Check = "Check",
14
- CheckCircled = "Check-Circled",
15
- Bed = "Bed",
16
- ApplePay = "Apple-Pay",
17
- PayPal = "PayPal",
18
- Person = "Person",
19
- ChildFriendly = "Child-Friendly",
20
- Fridge = "Fridge",
21
- Smoking = "Smoking",
22
- Gym = "Gym",
23
- Bar = "Bar",
24
- Laundry = "Laundry",
25
- Breakfast = "Breakfast",
26
- Snacks = "Snacks",
27
- Phone = "Phone",
28
- ViewMonth = "View-Month",
29
- Ovolo = "Ovolo",
30
- ViewWeek = "View-Week",
31
- AirCon = "Air-Con",
32
- WiFi = "Wifi",
33
- Time = "Time",
34
- People = "People",
35
- Calendar = "Calendar",
36
- CreditCard = "Credit-Card",
37
- Spinner = "Spinner",
38
- Fullscreen = "Fullscreen",
39
- Star = "Star",
40
- ArrowRight = "Arrow-Right",
41
- ArrowLeft = "Arrow-Left",
42
- ArrowUp = "Arrow-Up",
43
- ArrowDown = "Arrow-Down",
44
- ArrowLeft2 = "Arrow-2-Left",
45
- ArrowUp2 = "Arrow-2-Up",
46
- ArrowRight2 = "Arrow-2-Right",
47
- ArrowDown2 = "Arrow-2-Down",
48
- Close = "Close",
49
- Remove = "Remove",
50
- Add = "Add",
51
- Dropdown = "Dropdown",
52
- Train = "Train",
53
- Taxi = "Taxi",
54
- Share = "Share",
55
- Print = "Print",
56
- LogOut = "Log-Out",
57
- Error = "Error",
58
- Edit = "Edit",
59
- Bus = "Bus",
60
- Airplane = "Airplane",
61
- Menu = "Menu",
62
- LootBag = "loot-bag",
63
- LateCheckout = "Late-Checkout",
64
- RoomSize = "Room-Size",
65
- RoomUpgrade = "Room-Upgrade",
66
- Champagne = "Champagne",
67
- Eye = "Eye",
68
- EyeBlocked = "EyeBlocked",
69
- Delete = "Delete",
70
- ArrowLeft3 = "Arrow-3-Left",
71
- ArrowUp3 = "Arrow-3-Up",
72
- ArrowRight3 = "Arrow-3-Right",
73
- ArrowDown3 = "Arrow-3-Down"
74
- }
75
- export interface IconProps {
76
- icon: IconType;
77
- size?: string;
78
- name?: string;
79
- color?: Color;
80
- backgroundColor?: Color;
81
- noPadding?: boolean;
82
- onClick?: () => void;
83
- borderRadius?: "oval" | "round";
84
- className?: string;
85
- }
86
- export declare function IconDropdown(): React.JSX.Element;
87
- export declare function IconDropdownFilled(): React.JSX.Element;
88
- export declare function Icon(props: IconProps): React.JSX.Element;
@@ -1 +0,0 @@
1
- export * from "./Icon";
@@ -1,20 +0,0 @@
1
- import React, { LegacyRef, ReactNode } from "react";
2
- import { Placement, PositioningStrategy } from "@popperjs/core";
3
- export type OverlayProps = {
4
- children: ReactNode | ReactNode[];
5
- open: boolean;
6
- usePortal?: boolean;
7
- container?: HTMLElement | null;
8
- followElement?: Element | null;
9
- className?: string;
10
- containerClassName?: string;
11
- hideStyles?: boolean;
12
- placement?: Placement;
13
- fallbackPlacements?: Placement;
14
- strategy?: PositioningStrategy;
15
- onClose?: (e: Event) => void;
16
- offset?: [number, number];
17
- overlayRef?: LegacyRef<HTMLDivElement>;
18
- preventScroll?: boolean;
19
- };
20
- export declare const Overlay: (props: OverlayProps) => React.JSX.Element;
@@ -1 +0,0 @@
1
- export * from "./Overlay";
@@ -1,7 +0,0 @@
1
- import { FC, PropsWithChildren } from "react";
2
- type RoomstayPortalProps = PropsWithChildren<{
3
- target: HTMLElement;
4
- preventZIndex?: boolean;
5
- }>;
6
- export declare const RoomstayPortal: FC<RoomstayPortalProps>;
7
- export {};
@@ -1 +0,0 @@
1
- export * from "./Portal";
@@ -1,15 +0,0 @@
1
- import React, { FC } from "react";
2
- import { TextAlign, TextTransform, TextType } from "./Text.type";
3
- import { Color } from "@utils/color";
4
- export type TextProps = React.JSX.IntrinsicElements["p"] & {
5
- type?: TextType;
6
- color?: Color;
7
- align?: TextAlign;
8
- transforms?: TextTransform[];
9
- inline?: boolean;
10
- bold?: boolean;
11
- preformatted?: boolean;
12
- lineThrough?: boolean;
13
- };
14
- declare const Text: FC<TextProps>;
15
- export { Text };
@@ -1,14 +0,0 @@
1
- export declare enum TextType {
2
- Body = "body",
3
- Small = "small",
4
- Caption = "caption",
5
- Label = "label"
6
- }
7
- export declare enum TextTransform {
8
- Uppercase = "u-uppercase"
9
- }
10
- export declare enum TextAlign {
11
- Center = "u-align-center",
12
- Right = "u-align-right",
13
- Left = "u-align-left"
14
- }
@@ -1,2 +0,0 @@
1
- export * from "./Text";
2
- export * from "./Text.type";
@@ -1,13 +0,0 @@
1
- import React from "react";
2
- interface FadeProps {
3
- children?: React.ReactElement;
4
- open: boolean;
5
- onEnter?: () => void;
6
- onExited?: () => void;
7
- /**
8
- * Callback on complete animation of exit action
9
- */
10
- onExitCompletely?: () => void;
11
- }
12
- export declare const FadeAnimation: React.ForwardRefExoticComponent<FadeProps & React.RefAttributes<HTMLDivElement>>;
13
- export {};
@@ -1 +0,0 @@
1
- export * from "./Fade";
@@ -1,6 +0,0 @@
1
- export * from "./DateRangePicker/index";
2
- export * from "./animations/index";
3
- export * from "./Icon/index";
4
- export * from "./Overlay/index";
5
- export * from "./Portal/index";
6
- export * from "./Text/index";
@@ -1,8 +0,0 @@
1
- export declare const useBodyClick: () => {
2
- onBodyClick: (event: EventListener, target?: HTMLElement | Document | null) => {
3
- remove: () => void;
4
- };
5
- onBodyClickExcept: (event: EventListener, ignore: HTMLElement, target?: HTMLElement | Document | null) => {
6
- remove: () => void;
7
- };
8
- };
@@ -1 +0,0 @@
1
- export * from "./BodyClickHook";
@@ -1,2 +0,0 @@
1
- export * from "./types/index";
2
- export * from "./utils/index.node";
@@ -1,4 +0,0 @@
1
- export * from "./types/index";
2
- export * from "./utils/index.web";
3
- export * from "./components/index";
4
- export * from "./hooks/index";
@@ -1,4 +0,0 @@
1
- export declare enum WeekdayStartsOn {
2
- Monday = "monday",
3
- Sunday = "sunday"
4
- }
@@ -1 +0,0 @@
1
- export * from "./WeekdayStartsOn.types";
@@ -1 +0,0 @@
1
- export * from "./Hotel/index";
@@ -1 +0,0 @@
1
- export * from "./Client/index";
@@ -1,8 +0,0 @@
1
- import * as React from "react";
2
- import { DateRangePickerProps } from "@components/DateRangePicker/DateRangePicker";
3
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, DateRangePickerProps>;
4
- export default _default;
5
- export declare const Primary: (args: DateRangePickerProps) => React.JSX.Element;
6
- export declare const StartDatePopulated: (args: DateRangePickerProps) => React.JSX.Element;
7
- export declare const MultipleMonths: (args: DateRangePickerProps) => React.JSX.Element;
8
- export declare const ThemeSpecific: (args: DateRangePickerProps) => React.JSX.Element;
@@ -1,5 +0,0 @@
1
- import * as React from "react";
2
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@components").FloatingDateRangePickerProps & React.RefAttributes<import("@components").FloatingDateRangePickerHandle>>;
3
- export default _default;
4
- export declare const Primary: () => React.JSX.Element;
5
- export declare const ThemeSpecific: () => React.JSX.Element;
@@ -1,11 +0,0 @@
1
- /**
2
- * This is the response body that comes down if a booking fails anywhere in the booking flow.
3
- *
4
- * Object will contain a public message only, with partial reservation data to be able to attempt to "resume" the booking
5
- */
6
- export type IBookingCreateErrorResponse = {
7
- canRetryPayment: boolean;
8
- isPaymentTaken: boolean;
9
- publicMessage: string;
10
- roomstayId: string;
11
- };
@@ -1,42 +0,0 @@
1
- export declare enum EBookingPaymentMethod {
2
- Card = "Card",
3
- SavedCard = "SavedCard",
4
- Planpay = "Planpay",
5
- Adyen = "Adyen"
6
- }
7
- /**
8
- * This enum decides what the function of the default payment input is (additionals like Planpay, or perhaps crypto in the future are other options, this only governs the default card input)
9
- */
10
- export declare enum EHotelCardProcessor {
11
- Passthrough = "Passthrough",
12
- Adyen = "Adyen",
13
- Till = "Till",
14
- RMSPay = "RMSPay"
15
- }
16
- export declare enum EPlanpayBookingStatus {
17
- Unknown = "unknown",// incase plan.deposit.status is unavailable
18
- Unpaid = "unpaid",
19
- Accepted = "accepted",
20
- Cancelled = "cancelled",
21
- Refunded = "refunded",
22
- Rejected = "rejected"
23
- }
24
- export type IBookingPaymentTokenizedCard = {
25
- Type: string;
26
- Number: string;
27
- Expiry: number;
28
- CVV: string;
29
- Name: string;
30
- };
31
- /**
32
- * Booking payment attached to a booking.
33
- *
34
- * Could be either Card or Planpay
35
- */
36
- export type IBookingPayment = {
37
- Method: EBookingPaymentMethod;
38
- SavedCardID?: string;
39
- PlanpayCheckoutId?: string;
40
- PaymentCard?: IBookingPaymentTokenizedCard;
41
- RedirectUrl?: string;
42
- };
@@ -1,29 +0,0 @@
1
- export type IBookingQuoteRequest = {
2
- rows: {
3
- rowId: string;
4
- rateCode: string;
5
- roomCode: string;
6
- adults?: number;
7
- children?: number;
8
- infants?: number;
9
- promoCode?: string;
10
- /**
11
- * Example format "2023-10-22 10:00:00"
12
- */
13
- checkIn: string;
14
- /**
15
- * Example format "2023-10-22 10:00:00"
16
- */
17
- checkOut: string;
18
- memberNumber?: string;
19
- }[];
20
- };
21
- export type IBookingQuoteResponse = {
22
- rows: {
23
- rowId: string;
24
- totalRate: number;
25
- totalDeposit: number;
26
- totalFees: number;
27
- quoteId: number;
28
- }[];
29
- } | null;
@@ -1,5 +0,0 @@
1
- export declare enum IBookingStatus {
2
- Pending = "Pending",
3
- Committed = "Committed",
4
- Cancelled = "Cancelled"
5
- }
@@ -1,7 +0,0 @@
1
- export type IPrice = {
2
- cost: number;
3
- discount: number;
4
- tax: number;
5
- fee: number;
6
- total: number;
7
- };
@@ -1,6 +0,0 @@
1
- export declare enum ECompanyProvider {
2
- Synxis = "Synxis",
3
- Availpro = "Availpro",
4
- RMS = "RMS",
5
- Siteminder = "Siteminder"
6
- }
@@ -1,31 +0,0 @@
1
- import type { ECompanyProvider } from '../../index.js';
2
- export interface IAdminCompany {
3
- id: number;
4
- name: string;
5
- provider: ECompanyProvider;
6
- providerLogin: string;
7
- providerPassword: string;
8
- hotels: {
9
- name: string;
10
- label: string;
11
- id: string;
12
- rms?: {
13
- clientId: number;
14
- clientPassword: string;
15
- useTrainingDb: boolean;
16
- apiUrl: string;
17
- };
18
- }[];
19
- }
20
- export type IAdminGetCompaiesResponse = IAdminCompany[];
21
- /** What the API expects */
22
- export type IAdminFetchRMSHotelsRequest = {
23
- /** Passing this field will apply changes */
24
- confirm?: boolean;
25
- };
26
- /** Response type of the Fetch RMS hotels endpoint. This endpoint will contact RMS and fetch Hotel's details directly from their database.
27
- * On initial call the data won't be applied, you must call this API again and set {@link IAdminFetchRMSHotelsRequest.confirm} to true to apply the data */
28
- export type IAdminFetchRMSHotelsResponse = {
29
- /** If the hotels have in fact been synced, this will be true */
30
- hasConfirmed: boolean;
31
- };
@@ -1,48 +0,0 @@
1
- type IRoomstayEventAvailabilityPrice = {
2
- currency: string;
3
- majorValue: string;
4
- value: number;
5
- };
6
- export type IRoomstayEvent = {
7
- eventId: string;
8
- source: "eventbrite" | string;
9
- name: string;
10
- summary: string;
11
- description: string;
12
- image: {
13
- background?: string;
14
- url: string;
15
- isRoomstay?: boolean;
16
- id?: string;
17
- };
18
- checkoutUrl: string;
19
- url: string;
20
- endDate: string;
21
- startDate: string;
22
- /**
23
- * Used to override the startDate (if event is repeating for example, say every thursday at 6pm)
24
- */
25
- eventTimeDescription: string;
26
- unixStartTime: number;
27
- timezone: string;
28
- searchCity: string[];
29
- latitude: number;
30
- longitude: number;
31
- isPermanent?: boolean;
32
- address: {
33
- line1: string;
34
- line2: string;
35
- city: string;
36
- country: string;
37
- region: string;
38
- };
39
- availability: {
40
- isSoldOut: boolean;
41
- hasAvailableTickets: boolean;
42
- isFree: boolean;
43
- minPrice: IRoomstayEventAvailabilityPrice;
44
- maxPrice: IRoomstayEventAvailabilityPrice;
45
- };
46
- tags: any;
47
- };
48
- export {};
@@ -1,5 +0,0 @@
1
- export declare enum EHotelPriceModel {
2
- PerPerson = "PerPerson",
3
- PerDay = "PerDay",
4
- PerOccupancy = "PerOccupancy"
5
- }
@@ -1,4 +0,0 @@
1
- export declare enum EHotelWeekdayStartsOn {
2
- Monday = "monday",
3
- Sunday = "sunday"
4
- }
@@ -1,20 +0,0 @@
1
- /**
2
- * These filters can be applied to room groups currently,
3
- * they add a way to add custom props on rooms, that in turn let you filter
4
- * them in the front end further
5
- */
6
- export type IAuxiliaryFilter = {
7
- type: 'select';
8
- /**
9
- * If the target value can have multiple values specified (i.e if room can both have "tend", and "caravan" as a type)
10
- */
11
- allowSourceMultiple?: boolean;
12
- /** If a room is selected with this value, require that the user enters the specific value at checkout */
13
- requireInput?: boolean;
14
- /** If set to true, and user decides to filter by 3rd entry, 1st & 2nd also works */
15
- includeAllAbove: boolean;
16
- options: string[] | {
17
- value: string | number;
18
- label: string;
19
- }[];
20
- };
@@ -1,11 +0,0 @@
1
- export type IHotelColorScheme = {
2
- accent: string;
3
- accent2: string;
4
- accent3: string;
5
- success?: string;
6
- navbar?: {
7
- background?: string;
8
- text?: string;
9
- textActive?: string;
10
- };
11
- };
@@ -1,18 +0,0 @@
1
- export declare enum EDistanceUnitType {
2
- Metric = "metric",
3
- Imperial = "imperial"
4
- }
5
- export type ITransportDistances = {
6
- plane?: string;
7
- train?: string;
8
- bus?: string;
9
- taxi?: string;
10
- };
11
- export type IHotelOverrides = {
12
- hideByLine?: boolean;
13
- overrideDistanceUnitType?: boolean;
14
- distanceUnitType?: EDistanceUnitType;
15
- transportDistances?: ITransportDistances;
16
- phoneNumberInSummary?: boolean;
17
- enabledEventIds?: string[];
18
- };
@@ -1,53 +0,0 @@
1
- import { EDistanceUnitType, EHotelPriceModel, EHotelWeekdayStartsOn, IHotelColorScheme, IHotelOverrides, IHotelService } from "../../index.js";
2
- export type IHotelReplica = {
3
- hotelId: string;
4
- addressLine1: string;
5
- addressLine2: string;
6
- addressLine3: string;
7
- businessServices: IHotelService[];
8
- cancellationEmailTemplate: string;
9
- ccBookingEmailsTo: string;
10
- chainId: number;
11
- chainName: string;
12
- checkInTime: string;
13
- checkOutTime: string;
14
- checkOutUrl: string;
15
- cityName: string;
16
- confirmationEmailTemplate: string;
17
- country: string;
18
- crossSellDescription: string;
19
- crossSellHotelId: string;
20
- currencyCode: string;
21
- deletedDate: string;
22
- description: string;
23
- distanceUnitType: EDistanceUnitType;
24
- email: string;
25
- frontendId: string;
26
- heroImage: any;
27
- hotelColorScheme: IHotelColorScheme;
28
- hotelOverrides?: IHotelOverrides;
29
- hotelService: IHotelService[];
30
- hotelUrl: string;
31
- images: any[];
32
- label: string;
33
- languageCode: string;
34
- latitude: string;
35
- longitude: string;
36
- locationDescription: string;
37
- name: string;
38
- paymentCardTypes: string[];
39
- phone: string;
40
- policies: string;
41
- postCode: string;
42
- priceModel: EHotelPriceModel;
43
- providerData: any;
44
- providerId: string;
45
- reservationContactEmail: string;
46
- roomTypeCodes: string[];
47
- roomstaySendsEmails: boolean;
48
- state: string;
49
- supportedLanguages: string[];
50
- urlName: string;
51
- utcOffset: string;
52
- weekdayStartsOn: EHotelWeekdayStartsOn;
53
- };
@@ -1,6 +0,0 @@
1
- export type IHotelService = {
2
- name: string;
3
- detail: string;
4
- onsite: boolean;
5
- included: boolean;
6
- };
@@ -1,8 +0,0 @@
1
- export declare enum ERoomstayImageSize {
2
- Icon = 128,
3
- Tiny = 256,
4
- Small = 512,
5
- Medium = 768,
6
- Large = 1024,
7
- ExtraLarge = 1600
8
- }
@@ -1,4 +0,0 @@
1
- export type IRoomstayCognitoMember = {
2
- ["custom:forename"]?: string;
3
- ["custom:surname"]?: string;
4
- };
@@ -1,17 +0,0 @@
1
- import { IRoomstayCognitoMember, IRoomstayMemberBooking, IRoomstayMemberCards } from "../../index.js";
2
- export interface IRoomstayMember extends IRoomstayCognitoMember {
3
- username: string;
4
- email: string;
5
- forename?: string;
6
- surname?: string;
7
- phoneNumber?: string;
8
- address?: {
9
- address?: string;
10
- city?: string;
11
- zip?: string;
12
- country?: string;
13
- };
14
- defaultCard: string;
15
- bookings: IRoomstayMemberBooking[];
16
- cards: IRoomstayMemberCards[];
17
- }
@@ -1,28 +0,0 @@
1
- import { IHotelColorScheme, IRoomstayMemberBookingItem } from "../../index.js";
2
- /**
3
- * DynamoDB object reference for a Member Booking
4
- */
5
- export interface IRoomstayMemberBooking {
6
- username: string;
7
- itineraryId: string;
8
- hotelId: string;
9
- hotel: {
10
- name: string;
11
- address: {
12
- line1: string;
13
- line2: string;
14
- line3: string;
15
- city: string;
16
- postalCode: string;
17
- state: string;
18
- country: string;
19
- };
20
- phone: string;
21
- checkInTime: string;
22
- checkOutTime: string;
23
- colors: IHotelColorScheme;
24
- };
25
- itinerary: {
26
- [id: string]: IRoomstayMemberBookingItem;
27
- };
28
- }
@@ -1,9 +0,0 @@
1
- export type IRoomstayMemberBookingAddress = {
2
- line1: string;
3
- line2: string;
4
- line3?: string;
5
- city: string;
6
- postalCode: string;
7
- state: string;
8
- country: string;
9
- };