@chevre/factory 5.4.0-alpha.22 → 5.4.0-alpha.23

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.
@@ -178,9 +178,9 @@ export type IOffers4create = Pick<IOffer, 'unacceptedPaymentMethod' | 'identifie
178
178
  */
179
179
  eligibleQuantity: Pick<IEligibleQuantity, 'maxValue'>;
180
180
  /**
181
- * 興行IDと座席有無を指定
181
+ * 興行ID
182
182
  */
183
- itemOffered: Pick<IItemOffered, 'id' | 'serviceOutput'>;
183
+ itemOffered: Pick<IItemOffered, 'id'>;
184
184
  /**
185
185
  * アプリケーション設定
186
186
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "5.4.0-alpha.22",
3
+ "version": "5.4.0-alpha.23",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",