@be-link/ecommerce-trade-service-node-sdk 0.1.30 → 0.1.31

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.
@@ -469,6 +469,8 @@ export declare namespace PosOrderQueryService {
469
469
  interface IOrderListItem {
470
470
  /** 订单ID */
471
471
  id: string;
472
+ /** 商品ID */
473
+ productId: string;
472
474
  /** 商品名称 */
473
475
  productName: string;
474
476
  /** 商品规格 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",