@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.
- package/dist/main/index.d.mts +4 -0
- package/dist/main/index.d.ts +4 -0
- package/package.json +1 -1
package/dist/main/index.d.mts
CHANGED
|
@@ -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/dist/main/index.d.ts
CHANGED
|
@@ -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 = {
|