@chevre/factory 10.1.0-alpha.2 → 10.1.0-alpha.3

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.
@@ -28,10 +28,12 @@ export type IOptimizedWorkPerformedLegacy = Pick<IWorkPerformed, 'typeOf' | 'id'
28
28
  name?: string | IMultilingualString;
29
29
  };
30
30
  /**
31
- * 予約対象施設コンテンツ
31
+ * 予約取引オブジェクト内の施設コンテンツ
32
32
  */
33
- export type IOptimizedSuperEventLegacy = Pick<ISuperEvent, 'additionalProperty' | 'id' | 'location' | 'name' | 'soundFormat' | 'typeOf' | 'headline'> & {
33
+ export type IOptimizedSuperEventLegacy = Pick<ISuperEvent, 'id' | 'location' | 'name' | 'typeOf' | 'headline'> & {
34
34
  workPerformed: IOptimizedWorkPerformedLegacy;
35
+ additionalProperty?: never;
36
+ soundFormat?: never;
35
37
  /**
36
38
  * COA予約でのみ使用
37
39
  */
@@ -50,7 +52,7 @@ export type IOptimizedSuperEventLegacy = Pick<ISuperEvent, 'additionalProperty'
50
52
  coaInfo?: never;
51
53
  };
52
54
  /**
53
- * 予約対象イベント
55
+ * 予約取引オブジェクト内のイベント
54
56
  */
55
57
  export interface IReservationForLegacy {
56
58
  endDate: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "10.1.0-alpha.2",
3
+ "version": "10.1.0-alpha.3",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "files": [