@be-link/ecommerce-trade-service-node-sdk 0.0.39 → 0.0.40

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.
@@ -100,6 +100,8 @@ export declare namespace PosOrderQueryService {
100
100
  createdAt: number;
101
101
  source: ENUM.OrderSource;
102
102
  platform: ENUM.OrderPlatform;
103
+ productId: string;
104
+ skuId: string;
103
105
  productImage: string;
104
106
  productName: string;
105
107
  productSpec: string;
@@ -108,6 +110,7 @@ export declare namespace PosOrderQueryService {
108
110
  actualAmount: number;
109
111
  orderStatus: ENUM.OrderStatus;
110
112
  refundStatus: ENUM.OrderRefundStatus;
113
+ verificationStatus: string;
111
114
  receiverName: string;
112
115
  receiverPhone: string;
113
116
  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.0.39",
3
+ "version": "0.0.40",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",