@chevre/factory 4.329.0-alpha.7 → 4.329.0-alpha.8

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.
@@ -57,12 +57,11 @@ export declare type IAcceptedOfferPriceSpecification = ITicketPriceSpecification
57
57
  */
58
58
  appliesToMovieTicket?: ReserveTransactionFactory.IAcceptedAppliesToMovieTicket;
59
59
  };
60
- export declare type IAcceptedAddOn = Pick<OfferFactory.IAddOn, 'typeOf' | 'id' | 'priceCurrency'>;
61
60
  /**
62
61
  * 受け入れられたチケットオファー
63
62
  */
64
63
  export declare type IAcceptedOffer4chevre = Pick<ITicketOffer, 'id' | 'identifier' | 'typeOf' | 'priceCurrency' | 'itemOffered' | 'additionalProperty'> & Pick<ReserveTransactionFactory.IAcceptedTicketOfferWithoutDetail, 'id' | 'addOn' | 'additionalProperty'> & {
65
- addOn?: IAcceptedAddOn[];
64
+ addOn?: ReserveTransactionFactory.IAcceptedAddOn[];
66
65
  itemOffered?: ReserveTransactionFactory.IAcceptedTicketOfferItemOffered;
67
66
  priceSpecification: IAcceptedOfferPriceSpecification;
68
67
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.329.0-alpha.7",
3
+ "version": "4.329.0-alpha.8",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",