@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.
@@ -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);