whitelabel-db 1.1.23 → 1.1.24

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.
@@ -222,6 +222,15 @@ export interface BookingInfoV3 {
222
222
  }[];
223
223
  hasFreeCancellation: boolean;
224
224
  };
225
+ ancillaryTotalAmount?: number;
226
+ ancillaries?: {
227
+ ancillary: string;
228
+ ancillary_voucher_code: string;
229
+ ancillary_voucher_id: number;
230
+ currency: string;
231
+ status: string;
232
+ value: number;
233
+ }[];
225
234
  }
226
235
  export interface BookingConfirmationV3 {
227
236
  prebookId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.23",
3
+ "version": "1.1.24",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",