@chevre/factory 4.386.0 → 4.387.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.
Files changed (2) hide show
  1. package/lib/seller.d.ts +2 -2
  2. package/package.json +1 -1
package/lib/seller.d.ts CHANGED
@@ -27,8 +27,8 @@ export interface IPaymentAccepted {
27
27
  paymentMethodType: string;
28
28
  }
29
29
  export type IEligibleTransactionDuration = Pick<IQuantitativeValue<UnitCode.Sec>, 'maxValue' | 'typeOf' | 'unitCode'>;
30
- export interface IMakesOffer extends Pick<IOffer, 'typeOf' | 'availableAtOrFrom'> {
31
- availableAtOrFrom: IAvailableAtOrFrom[];
30
+ export interface IMakesOffer extends Pick<IOffer, 'typeOf'> {
31
+ availableAtOrFrom: IAvailableAtOrFrom[] | IAvailableAtOrFrom;
32
32
  /**
33
33
  * 対象カスタマータイプ
34
34
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.386.0",
3
+ "version": "4.387.0-alpha.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",