@matchi/api 0.20240918.1 → 0.20240918.2

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
@@ -1140,6 +1140,7 @@ type priceDetails = {
1140
1140
  canUsePromoCode: boolean;
1141
1141
  paymentMethods: Array<paymentType>;
1142
1142
  facilityUsesSplitPrices: boolean;
1143
+ facilityFeatureCalculateMultiplePlayersPrice?: boolean;
1143
1144
  };
1144
1145
 
1145
1146
  type priceDetailsActivity = {
package/dist/index.d.ts CHANGED
@@ -1140,6 +1140,7 @@ type priceDetails = {
1140
1140
  canUsePromoCode: boolean;
1141
1141
  paymentMethods: Array<paymentType>;
1142
1142
  facilityUsesSplitPrices: boolean;
1143
+ facilityFeatureCalculateMultiplePlayersPrice?: boolean;
1143
1144
  };
1144
1145
 
1145
1146
  type priceDetailsActivity = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20240918.1",
3
+ "version": "0.20240918.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",