whitelabel-db 1.1.89 → 1.1.90

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.
@@ -24,7 +24,7 @@ export declare class Booking extends Model<Partial<Booking>> {
24
24
  lastCancellationDate?: Date;
25
25
  paymentMethod?: string;
26
26
  refundStatus?: string;
27
- bookingSource?: string;
27
+ source?: string;
28
28
  variant?: string;
29
29
  paymentProvider?: string;
30
30
  }
@@ -182,7 +182,7 @@ __decorate([
182
182
  allowNull: true,
183
183
  }),
184
184
  __metadata("design:type", String)
185
- ], Booking.prototype, "bookingSource", void 0);
185
+ ], Booking.prototype, "source", void 0);
186
186
  __decorate([
187
187
  (0, sequelize_typescript_1.Column)({
188
188
  type: sequelize_typescript_1.DataType.STRING,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whitelabel-db",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",