@matchi/api 0.20231024.1 → 0.20231031.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
@@ -877,6 +877,7 @@ type priceDetails = {
877
877
  numberOfSlots?: number;
878
878
  canUsePromoCode: boolean;
879
879
  paymentMethods: Array<paymentType>;
880
+ facilityUsesSplitPrices: boolean;
880
881
  };
881
882
 
882
883
  type priceDetailsActivity = {
package/dist/index.d.ts CHANGED
@@ -877,6 +877,7 @@ type priceDetails = {
877
877
  numberOfSlots?: number;
878
878
  canUsePromoCode: boolean;
879
879
  paymentMethods: Array<paymentType>;
880
+ facilityUsesSplitPrices: boolean;
880
881
  };
881
882
 
882
883
  type priceDetailsActivity = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchi/api",
3
- "version": "0.20231024.1",
3
+ "version": "0.20231031.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/index.mjs",