@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 +3 -0
- package/dist/index.d.ts +3 -0
- package/package.json +1 -1
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
|
}
|