@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.
@@ -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 = {
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20260303.1",
3
+ "version": "0.20260306.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {