@matchi/api 0.20231110.2 → 0.20231207.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/index.d.mts CHANGED
@@ -344,7 +344,6 @@ type coupon = {
344
344
  };
345
345
 
346
346
  type paymentMethods = {
347
- giftCards: Array<giftCard>;
348
347
  coupons: Array<coupon>;
349
348
  };
350
349
 
package/dist/index.d.ts CHANGED
@@ -344,7 +344,6 @@ type coupon = {
344
344
  };
345
345
 
346
346
  type paymentMethods = {
347
- giftCards: Array<giftCard>;
348
347
  coupons: Array<coupon>;
349
348
  };
350
349
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20231110.2",
3
+ "version": "0.20231207.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",