Merged in feat(SW-1944)-update-url-to-mystay (pull request #1566)
feat(SW-1944) Update to correct URL to my stay (for my pages/my stays and confirmation page) * feat(SW-1944) Update to correct URL to my stay (for my pages/my stays and confirmation page) * feat(SW-1944) updated to RefId * feat(SW-1944) updated myStay path * feat(SW-1944) updated refId check Approved-by: Christian Andolf
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import type { BookingConfirmation } from "@/types/trpc/routers/booking/confirmation"
|
||||
|
||||
export interface ManageBookingProps
|
||||
extends Pick<BookingConfirmation["booking"], "confirmationNumber">,
|
||||
Pick<BookingConfirmation["booking"]["guest"], "lastName"> {}
|
||||
export interface ManageBookingProps {
|
||||
bookingUrl: string
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ export interface BookingConfirmationRoom extends Room {
|
||||
|
||||
export interface ConfirmationProps extends BookingConfirmation {
|
||||
room: BookingConfirmationRoom
|
||||
refId: string
|
||||
}
|
||||
|
||||
export interface BookingConfirmationAlertsProps {
|
||||
|
||||
@@ -5,4 +5,5 @@ import type { BookingConfirmation } from "@/types/trpc/routers/booking/confirmat
|
||||
export interface BookingConfirmationHeaderProps
|
||||
extends Pick<BookingConfirmation, "booking" | "hotel"> {
|
||||
mainRef: MutableRefObject<HTMLElement | null>
|
||||
refId: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user