@chevre/factory 4.280.0-alpha.12 → 4.280.0-alpha.13

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 ISeller4create = Pick<ISeller, 'makesOffer'> & {
318
318
  /**
319
319
  * POS以外のアプリケーションの共通設定
320
320
  */
321
- makesOfferDefault?: ISellerMakesOffer;
321
+ makesOfferDefault?: Pick<ISellerMakesOffer, 'typeOf' | 'availabilityEnds' | 'availabilityStarts' | 'validFrom' | 'validThrough'>;
322
322
  };
323
323
  export declare type IOffers4create = Pick<IOffer, 'unacceptedPaymentMethod'> & {
324
324
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.280.0-alpha.12",
3
+ "version": "4.280.0-alpha.13",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",