@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.
- package/lib/order.d.ts +4 -0
- 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
|
*/
|