whitelabel-db 1.1.16 → 1.1.17

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.
@@ -124,9 +124,11 @@ __decorate([
124
124
  __metadata("design:type", Array)
125
125
  ], Guest.prototype, "vouchers", void 0);
126
126
  __decorate([
127
+ sequelize_typescript_1.Index,
127
128
  (0, sequelize_typescript_1.Column)({
128
129
  type: sequelize_typescript_1.DataType.ARRAY(sequelize_typescript_1.DataType.STRING),
129
130
  allowNull: true,
131
+ defaultValue: [],
130
132
  }),
131
133
  __metadata("design:type", Array)
132
134
  ], Guest.prototype, "favoriteHotelIds", void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.16",
3
+ "version": "1.1.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",