@chevre/factory 4.279.0 → 4.280.0-alpha.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.
@@ -318,7 +318,7 @@ export declare type IEvent = EventFactory.IEvent<IAttributes>;
318
318
  export declare type ILocation4create = Pick<ILocation, 'branchCode' | 'maximumAttendeeCapacity'>;
319
319
  export declare type ISuperEvent4create = Pick<ISuperEvent, 'id'>;
320
320
  export declare type ISeller4create = Pick<ISeller, 'id' | 'makesOffer'>;
321
- export declare type IOffers4create = Pick<IOffer, 'availabilityEnds' | 'availabilityStarts' | 'validFrom' | 'validThrough' | 'unacceptedPaymentMethod'> & {
321
+ export declare type IOffers4create = Pick<IOffer, 'unacceptedPaymentMethod'> & {
322
322
  /**
323
323
  * 最大予約数を指定
324
324
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.279.0",
3
+ "version": "4.280.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",