@matchi/api 0.20260303.1 → 0.20260306.1
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/main/index.d.mts +2 -0
- package/dist/main/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -594,6 +594,7 @@ type giftCard = {
|
|
|
594
594
|
amountOriginal: string;
|
|
595
595
|
currency: string;
|
|
596
596
|
amount: string;
|
|
597
|
+
expiryDate?: string;
|
|
597
598
|
};
|
|
598
599
|
|
|
599
600
|
type coupon = {
|
|
@@ -608,6 +609,7 @@ type coupon = {
|
|
|
608
609
|
* The maximum duration a punch will cover
|
|
609
610
|
*/
|
|
610
611
|
maxDuration?: number;
|
|
612
|
+
expiryDate?: string;
|
|
611
613
|
};
|
|
612
614
|
|
|
613
615
|
type paymentMethods = {
|
package/dist/main/index.d.ts
CHANGED
|
@@ -594,6 +594,7 @@ type giftCard = {
|
|
|
594
594
|
amountOriginal: string;
|
|
595
595
|
currency: string;
|
|
596
596
|
amount: string;
|
|
597
|
+
expiryDate?: string;
|
|
597
598
|
};
|
|
598
599
|
|
|
599
600
|
type coupon = {
|
|
@@ -608,6 +609,7 @@ type coupon = {
|
|
|
608
609
|
* The maximum duration a punch will cover
|
|
609
610
|
*/
|
|
610
611
|
maxDuration?: number;
|
|
612
|
+
expiryDate?: string;
|
|
611
613
|
};
|
|
612
614
|
|
|
613
615
|
type paymentMethods = {
|