@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
|
/**
|