@chevre/factory 4.201.0 → 4.202.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.
@@ -124,6 +124,14 @@ export interface IAcceptedTicketOfferWithoutDetail {
124
124
  addOn?: IAcceptedAddOn[];
125
125
  paymentMethod?: IAcceptedPaymentMethod;
126
126
  additionalProperty?: IPropertyValue<string>[];
127
+ priceSpecification?: {
128
+ appliesToMovieTicket?: {
129
+ /**
130
+ * 適用MovieTicket購入番号
131
+ */
132
+ identifier?: string;
133
+ };
134
+ };
127
135
  }
128
136
  /**
129
137
  * 受け入れられたチケットオファー
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.201.0",
3
+ "version": "4.202.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",