@chevre/factory 4.330.0 → 4.331.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/order.d.ts +4 -0
  2. package/package.json +1 -1
package/lib/order.d.ts CHANGED
@@ -494,6 +494,7 @@ export interface IPaymentMethodsSearchConditions {
494
494
  };
495
495
  }
496
496
  export interface IAcceptedOffersSearchConditions {
497
+ $size?: number;
497
498
  itemOffered?: {
498
499
  /**
499
500
  * アイテムタイプ
@@ -633,6 +634,9 @@ export interface ISearchConditions {
633
634
  * @deprecated Use orderDate.$lte
634
635
  */
635
636
  orderDateThrough?: Date;
637
+ orderedItem?: {
638
+ $size?: number;
639
+ };
636
640
  /**
637
641
  * 確認番号リスト
638
642
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chevre/factory",
3
- "version": "4.330.0",
3
+ "version": "4.331.0",
4
4
  "description": "Chevre Factory Library for Javascript",
5
5
  "main": "./lib/index.js",
6
6
  "types": "./lib/index.d.ts",