@be-link/ecommerce-trade-service-node-sdk 0.1.131 → 0.1.132

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.
@@ -195,6 +195,8 @@ export declare namespace MemberOrderQueryService {
195
195
  user?: {
196
196
  /** 用户ID(多选) */
197
197
  userIds?: string[];
198
+ /** 订单来源用户ID(多选) */
199
+ fromUserIds?: string[];
198
200
  /** 用户UnionID(多选) */
199
201
  unionIds?: string[];
200
202
  /** 收货人姓名 */
@@ -236,6 +238,8 @@ export declare namespace MemberOrderQueryService {
236
238
  interface IMyList {
237
239
  pagination: Dto.IPagination;
238
240
  status?: ENUM.MemberOrderStatus;
241
+ /** 是否仅查询有退款/售后的订单(true: refundStatus != NONE) */
242
+ hasRefund?: boolean;
239
243
  }
240
244
  interface IMyDetail {
241
245
  orderId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.131",
3
+ "version": "0.1.132",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",