@matchi/api 0.20231220.2 → 0.20240104.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
@@ -401,6 +401,7 @@ type coupon = {
401
401
  name: string;
402
402
  unlimited: boolean;
403
403
  punchesOriginal?: string;
404
+ punchesNeeded?: string;
404
405
  punches?: string;
405
406
  /**
406
407
  * The maximum duration a punch will cover
package/dist/index.d.ts CHANGED
@@ -401,6 +401,7 @@ type coupon = {
401
401
  name: string;
402
402
  unlimited: boolean;
403
403
  punchesOriginal?: string;
404
+ punchesNeeded?: string;
404
405
  punches?: string;
405
406
  /**
406
407
  * The maximum duration a punch will cover
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20231220.2",
3
+ "version": "0.20240104.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",