@matchi/api 0.20231023.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 +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -278,6 +278,7 @@ type article = {
|
|
|
278
278
|
priceBase?: price;
|
|
279
279
|
metadata: articleMetadata;
|
|
280
280
|
paymentInterval?: paymentInterval;
|
|
281
|
+
isRefundable?: boolean;
|
|
281
282
|
};
|
|
282
283
|
|
|
283
284
|
type availability = {
|
|
@@ -876,6 +877,7 @@ type priceDetails = {
|
|
|
876
877
|
numberOfSlots?: number;
|
|
877
878
|
canUsePromoCode: boolean;
|
|
878
879
|
paymentMethods: Array<paymentType>;
|
|
880
|
+
facilityUsesSplitPrices: boolean;
|
|
879
881
|
};
|
|
880
882
|
|
|
881
883
|
type priceDetailsActivity = {
|
package/dist/index.d.ts
CHANGED
|
@@ -278,6 +278,7 @@ type article = {
|
|
|
278
278
|
priceBase?: price;
|
|
279
279
|
metadata: articleMetadata;
|
|
280
280
|
paymentInterval?: paymentInterval;
|
|
281
|
+
isRefundable?: boolean;
|
|
281
282
|
};
|
|
282
283
|
|
|
283
284
|
type availability = {
|
|
@@ -876,6 +877,7 @@ type priceDetails = {
|
|
|
876
877
|
numberOfSlots?: number;
|
|
877
878
|
canUsePromoCode: boolean;
|
|
878
879
|
paymentMethods: Array<paymentType>;
|
|
880
|
+
facilityUsesSplitPrices: boolean;
|
|
879
881
|
};
|
|
880
882
|
|
|
881
883
|
type priceDetailsActivity = {
|