@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
- invoice_link: string;
111
+ consumer_invoice_link: string;
112
+ backoffice_invoices_url: string;
112
113
  }
113
114
  export interface IEventMail {
114
115
  end_day_date: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bondsports/types",
3
- "version": "2.3.44",
3
+ "version": "2.3.45",
4
4
  "description": "backend types module for Bond-Sports",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {