@be-link/ecommerce-trade-service-node-sdk 0.1.140 → 0.1.141

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.
@@ -214,6 +214,8 @@ export declare namespace StatisticsService {
214
214
  orderId: string;
215
215
  /** 商品ID */
216
216
  productId: string;
217
+ /** SKU ID */
218
+ skuId: string;
217
219
  /** 核销数量 */
218
220
  verifiedCount: number;
219
221
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.140",
3
+ "version": "0.1.141",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",