@be-link/ecommerce-trade-service-node-sdk 0.1.137 → 0.1.138

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.
@@ -139,6 +139,8 @@ export declare namespace StatisticsService {
139
139
  endTime: number;
140
140
  /** 商品ID[] */
141
141
  productIds?: string[];
142
+ /** 分页参数 */
143
+ pagination: Dto.IPagination;
142
144
  }
143
145
  interface IGetSkuStatsByProduct {
144
146
  /** 门店Id */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-trade-service-node-sdk",
3
- "version": "0.1.137",
3
+ "version": "0.1.138",
4
4
  "description": "EcommerceTradeService Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",