tickera-angular-components 0.0.1-dev.15 → 0.0.1-dev.16

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -791,13 +791,11 @@ interface Coupon extends Auditable {
791
791
  code: string;
792
792
  description?: string;
793
793
  discount_type: CouponDiscountType;
794
- discount_type_string?: string;
795
794
  discount_value: number;
796
- discount_value_string?: string;
797
795
  start_date: Date | null;
798
796
  end_date: Date | null;
799
797
  max_uses: number | null;
800
- max_uses_per_user?: number | null;
798
+ max_uses_per_customer?: number | null;
801
799
  uses_count: number;
802
800
  status: CouponStatus;
803
801
  applicability_type: CouponApplicability;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.15",
3
+ "version": "0.0.1-dev.16",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {