.
This commit is contained in:
@@ -12,8 +12,8 @@ export type TrackingChannel = keyof typeof TrackingChannelEnum
|
|||||||
|
|
||||||
export type TrackingSDKPageData = {
|
export type TrackingSDKPageData = {
|
||||||
pageId: string
|
pageId: string
|
||||||
createdDate: string
|
createdDate?: string
|
||||||
publishedDate: string
|
publishedDate?: string
|
||||||
domainLanguage: Lang
|
domainLanguage: Lang
|
||||||
pageType: string
|
pageType: string
|
||||||
channel: TrackingChannel
|
channel: TrackingChannel
|
||||||
@@ -57,7 +57,7 @@ export type TrackingSDKHotelInfo = {
|
|||||||
childBedPreference?: string
|
childBedPreference?: string
|
||||||
duration?: number // Number of nights to stay
|
duration?: number // Number of nights to stay
|
||||||
availableResults?: number // Number of hotels to choose from after a city search
|
availableResults?: number // Number of hotels to choose from after a city search
|
||||||
bookingTypeofDay?: string // Weekend or weekday
|
bookingTypeofDay?: "weekend" | "weekday"
|
||||||
searchTerm?: string
|
searchTerm?: string
|
||||||
roomPrice?: string
|
roomPrice?: string
|
||||||
rateCode?: string
|
rateCode?: string
|
||||||
@@ -80,6 +80,7 @@ export type TrackingSDKHotelInfo = {
|
|||||||
discount?: number
|
discount?: number
|
||||||
totalPrice?: number
|
totalPrice?: number
|
||||||
lowestRoomPrice?: number
|
lowestRoomPrice?: number
|
||||||
|
searchType?: "destination" | "hotel"
|
||||||
}
|
}
|
||||||
|
|
||||||
export type TrackingSDKProps = {
|
export type TrackingSDKProps = {
|
||||||
|
|||||||
Reference in New Issue
Block a user