@infrab4a/connect 3.13.2-beta.0 → 3.13.2-beta.2
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/bundles/infrab4a-connect.umd.js +1 -9
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/domain/shopping/models/coupons/coupon.d.ts +1 -1
- package/esm2015/domain/shopping/models/coupons/coupon.js +1 -11
- package/fesm2015/infrab4a-connect.js +1 -9
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -936,15 +936,7 @@
|
|
|
936
936
|
});
|
|
937
937
|
};
|
|
938
938
|
return Coupon;
|
|
939
|
-
}(BaseModel));
|
|
940
|
-
__decorate([
|
|
941
|
-
classTransformer.Expose({ name: 'checkout_type' }),
|
|
942
|
-
__metadata("design:type", Number)
|
|
943
|
-
], Coupon.prototype, "checkoutType", void 0);
|
|
944
|
-
__decorate([
|
|
945
|
-
classTransformer.Expose({ name: 'exclusivity_type' }),
|
|
946
|
-
__metadata("design:type", Array)
|
|
947
|
-
], Coupon.prototype, "exclusivityType", void 0);
|
|
939
|
+
}(BaseModel));
|
|
948
940
|
|
|
949
941
|
var SubscriptionPlan = /** @class */ (function (_super) {
|
|
950
942
|
__extends(SubscriptionPlan, _super);
|