whitelabel-db 1.1.28 → 1.1.29

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.
@@ -140,6 +140,8 @@ export interface PrebookRateV3 {
140
140
  convertedCurrency: string;
141
141
  }[];
142
142
  ancillariesTotalAmount?: number;
143
+ checkin: string;
144
+ checkout: string;
143
145
  }
144
146
  export interface GuestInfoV3 {
145
147
  guestFirstName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.28",
3
+ "version": "1.1.29",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",