@chevre/factory 4.299.0 → 4.301.0-alpha.0
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.
|
@@ -81,7 +81,11 @@ export declare type IAcceptedOffer4COA = Pick<ReserveTransactionFactory.IAccepte
|
|
|
81
81
|
* COAイベントでは、priceSpecificationで価格を表現しきれないので、numberとしてのpriceが必要
|
|
82
82
|
*/
|
|
83
83
|
price: number;
|
|
84
|
-
priceSpecification?: OrderFactory.ITicketPriceSpecification
|
|
84
|
+
priceSpecification?: OrderFactory.ITicketPriceSpecification & {
|
|
85
|
+
appliesToSurfrock?: {
|
|
86
|
+
identifier?: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
85
89
|
};
|
|
86
90
|
export declare type IAcceptedOfferWithoutDetail4COA = COAReservationOfferFactory.IOffer;
|
|
87
91
|
export interface IObjectWithoutDetail4COA {
|
package/lib/unitPriceOffer.d.ts
CHANGED