@matchi/api 0.20240416.2 → 0.20240419.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
@@ -324,6 +324,7 @@ type booking = {
324
324
  * If booking is a split payment this is the last time (UTC) a payment can be made
325
325
  */
326
326
  lastPaymentTime?: string;
327
+ refundableUntil?: string;
327
328
  };
328
329
 
329
330
  type bookingsResponse = {
package/dist/index.d.ts CHANGED
@@ -324,6 +324,7 @@ type booking = {
324
324
  * If booking is a split payment this is the last time (UTC) a payment can be made
325
325
  */
326
326
  lastPaymentTime?: string;
327
+ refundableUntil?: string;
327
328
  };
328
329
 
329
330
  type bookingsResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240416.2",
3
+ "version": "0.20240419.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",