@chevre/factory 6.0.0-alpha.5 → 6.0.0-alpha.6

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.
@@ -52,11 +52,7 @@ export interface IItemOffered {
52
52
  */
53
53
  serviceOutput?: IServiceOutput;
54
54
  typeOf: ProductType.EventService;
55
- /**
56
- * serviceLocationを追加(2023-01-06~)
57
- * @deprecated use location,superEvent
58
- */
59
- availableChannel?: ReservationFactory.IServiceChannel;
55
+ availableChannel?: never;
60
56
  }
61
57
  export import IOfferedThrough = AnyEventFactory.IOfferedThrough;
62
58
  export import ISeller = AnyEventFactory.ISeller;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "6.0.0-alpha.5",
3
+ "version": "6.0.0-alpha.6",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",