@bondsports/types 2.3.44 → 2.3.45
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.
@@ -108,7 +108,8 @@ export interface IBuildReservationStatusMailBodyBase extends Record<string, unkn
|
|
108
108
|
}
|
109
109
|
export interface IBuildBookingReservationUrlFields {
|
110
110
|
reservation_link: string;
|
111
|
-
|
111
|
+
consumer_invoice_link: string;
|
112
|
+
backoffice_invoices_url: string;
|
112
113
|
}
|
113
114
|
export interface IEventMail {
|
114
115
|
end_day_date: string;
|