whitelabel-db 1.1.59 → 1.1.60

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.
@@ -148,6 +148,7 @@ export interface PrebookRateV3 {
148
148
  suggestedSellingPrice: number;
149
149
  checkin: string;
150
150
  checkout: string;
151
+ paymentTypes: string[];
151
152
  }
152
153
  export interface GuestInfoV3 {
153
154
  guestFirstName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.59",
3
+ "version": "1.1.60",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",