@be-link/ecommerce-product-service-node-sdk 0.1.5 → 0.1.6

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.
@@ -586,8 +586,8 @@ export declare namespace ProductService {
586
586
  skuId: string;
587
587
  /** 商品名称 */
588
588
  productName: string;
589
- /** 分类 */
590
- cateName: string;
589
+ /** 商品分类 */
590
+ classification: string;
591
591
  /** 数量 */
592
592
  quantity: number;
593
593
  /** 69码 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",