@be-link/ecommerce-trade-service-node-sdk 0.1.24 → 0.1.25

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.
@@ -245,6 +245,8 @@ export declare namespace PosOrderQueryService {
245
245
  source: ENUM.OrderSource;
246
246
  platform: ENUM.OrderPlatform;
247
247
  status: ENUM.OrderStatus;
248
+ /** 退款状态 */
249
+ refundStatus: ENUM.OrderRefundStatus;
248
250
  orderType: ENUM.OrderType;
249
251
  dispatchWay: string;
250
252
  productPick: 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.24",
3
+ "version": "0.1.25",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",