@chevre/factory 4.300.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.300.0",
3
+ "version": "4.301.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",