@connectedxm/client 1.0.13 → 1.0.14

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
@@ -611,6 +611,9 @@ interface BaseCoupon {
611
611
  useLimit: number | null;
612
612
  purchaseLimit: number | null;
613
613
  emailDomains: string | null;
614
+ applyToPassType: boolean;
615
+ applyToAddOns: boolean;
616
+ applyToReservation: boolean;
614
617
  createdAt: string;
615
618
  updatedAt: string;
616
619
  }
package/dist/index.d.ts CHANGED
@@ -611,6 +611,9 @@ interface BaseCoupon {
611
611
  useLimit: number | null;
612
612
  purchaseLimit: number | null;
613
613
  emailDomains: string | null;
614
+ applyToPassType: boolean;
615
+ applyToAddOns: boolean;
616
+ applyToReservation: boolean;
614
617
  createdAt: string;
615
618
  updatedAt: string;
616
619
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {