merchi_sdk_ts 1.12.0 → 1.13.0
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.
package/dist/entities/product.js
CHANGED
|
@@ -550,6 +550,10 @@ var Product = /** @class */ (function (_super) {
|
|
|
550
550
|
Product.property(),
|
|
551
551
|
__metadata("design:type", Boolean)
|
|
552
552
|
], Product.prototype, "inventoriesOpen", void 0);
|
|
553
|
+
__decorate([
|
|
554
|
+
Product.property(),
|
|
555
|
+
__metadata("design:type", Boolean)
|
|
556
|
+
], Product.prototype, "clientSideCalculation", void 0);
|
|
553
557
|
__decorate([
|
|
554
558
|
Product.property(),
|
|
555
559
|
__metadata("design:type", Boolean)
|
package/package.json
CHANGED
package/src/entities/product.ts
CHANGED