@connectedxm/admin 1.2.2 → 1.2.3

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/index.d.mts CHANGED
@@ -661,6 +661,10 @@ interface Coupon extends BaseCoupon {
661
661
  payment: BasePayment;
662
662
  createdAt: string;
663
663
  updatedAt: string;
664
+ _count: {
665
+ purchases: number;
666
+ uses: number;
667
+ };
664
668
  }
665
669
  declare enum EmailReceiptStatus {
666
670
  pending = "pending",
package/dist/index.d.ts CHANGED
@@ -661,6 +661,10 @@ interface Coupon extends BaseCoupon {
661
661
  payment: BasePayment;
662
662
  createdAt: string;
663
663
  updatedAt: string;
664
+ _count: {
665
+ purchases: number;
666
+ uses: number;
667
+ };
664
668
  }
665
669
  declare enum EmailReceiptStatus {
666
670
  pending = "pending",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {