whitelabel-db 1.1.5 → 1.1.6

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.
@@ -97,6 +97,7 @@ export interface PrebookRateRequestV3 {
97
97
  payWithStripe?: boolean;
98
98
  usePaymentSdk?: boolean;
99
99
  trackingId?: string;
100
+ voucherCode?: string;
100
101
  }
101
102
  export interface PrebookRateV3 {
102
103
  prebookId: string;
@@ -116,6 +117,9 @@ export interface PrebookRateV3 {
116
117
  supplierId: number;
117
118
  transactionId: string;
118
119
  clientSecret: string;
120
+ voucherCode: string;
121
+ voucherTotalAmount: number;
122
+ isPackageRate: boolean;
119
123
  }
120
124
  export interface GuestInfoV3 {
121
125
  guestFirstName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",