@things-factory/marketplace-base 4.3.41 → 4.3.43

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.
@@ -114,7 +114,7 @@ __decorate([
114
114
  ], MarketplaceProductVariation.prototype, "sellPrice", void 0);
115
115
  __decorate([
116
116
  (0, typeorm_1.Column)({ nullable: true }),
117
- __metadata("design:type", Number)
117
+ __metadata("design:type", String)
118
118
  ], MarketplaceProductVariation.prototype, "discountId", void 0);
119
119
  __decorate([
120
120
  (0, typeorm_1.Column)({ nullable: true }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/marketplace-base",
3
- "version": "4.3.41",
3
+ "version": "4.3.43",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -29,5 +29,5 @@
29
29
  "@things-factory/product-base": "^4.3.40",
30
30
  "@things-factory/shell": "^4.3.35"
31
31
  },
32
- "gitHead": "0425a1b5ade8eb89fbfded890645119e8ad1a6fe"
32
+ "gitHead": "45b1a76384731ef43ba872c9867fa56bc3b491ec"
33
33
  }
@@ -111,7 +111,7 @@ export class MarketplaceProductVariation {
111
111
  sellPrice: number
112
112
 
113
113
  @Column({ nullable: true })
114
- discountId: number
114
+ discountId: string
115
115
 
116
116
  @Column({ nullable: true })
117
117
  status: string