@matchi/api 0.20250703.1 → 0.20250709.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.
@@ -1545,6 +1545,10 @@ type priceDetails = {
1545
1545
  paymentMethods: Array<paymentType>;
1546
1546
  facilityUsesSplitPrices: boolean;
1547
1547
  facilityFeatureCalculateMultiplePlayersPrice?: boolean;
1548
+ /**
1549
+ * A list of allowed split sizes for the booking
1550
+ */
1551
+ allowedSplits?: Array<number>;
1548
1552
  };
1549
1553
 
1550
1554
  type priceDetailsActivity = {
@@ -1545,6 +1545,10 @@ type priceDetails = {
1545
1545
  paymentMethods: Array<paymentType>;
1546
1546
  facilityUsesSplitPrices: boolean;
1547
1547
  facilityFeatureCalculateMultiplePlayersPrice?: boolean;
1548
+ /**
1549
+ * A list of allowed split sizes for the booking
1550
+ */
1551
+ allowedSplits?: Array<number>;
1548
1552
  };
1549
1553
 
1550
1554
  type priceDetailsActivity = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20250703.1",
3
+ "version": "0.20250709.1",
4
4
  "main": "dist/main/index.js",
5
5
  "module": "dist/main/index.mjs",
6
6
  "devDependencies": {