@vibe-flats/booking-engine-common-server 1.0.144 → 1.0.147

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.
@@ -74,6 +74,7 @@ export interface UnitDocument extends mongoose.Document {
74
74
  vrbo: string;
75
75
  booking: string;
76
76
  expedia: string;
77
+ googleVacationRentals: string;
77
78
  };
78
79
  website: {
79
80
  description: string;
@@ -102,7 +102,8 @@ const schema = new mongoose_1.default.Schema({
102
102
  airbnb: { type: String, required: false },
103
103
  vrbo: { type: String, required: false },
104
104
  booking: { type: String, required: false },
105
- expedia: { type: String, required: false }
105
+ expedia: { type: String, required: false },
106
+ googleVacationRentals: { type: String, required: false }
106
107
  }),
107
108
  required: false,
108
109
  _id: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibe-flats/booking-engine-common-server",
3
- "version": "1.0.144",
3
+ "version": "1.0.147",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",