@be-link/ecommerce-product-service-node-sdk 0.1.4 → 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.
@@ -472,6 +472,8 @@ export declare namespace ProductService {
472
472
  visibleStores: string[] | null;
473
473
  /** 门店不可见范围和可见互斥 */
474
474
  invisibleStores: string[] | null;
475
+ /** 是否会员商品 */
476
+ isMember?: boolean;
475
477
  };
476
478
  /** SKU列表 */
477
479
  skuList: {
@@ -542,6 +544,8 @@ export declare namespace ProductService {
542
544
  visibleStores: string[] | null;
543
545
  /** 门店不可见范围和可见互斥 */
544
546
  invisibleStores: string[] | null;
547
+ /** 是否会员商品 */
548
+ isMember?: boolean;
545
549
  };
546
550
  /** SKU列表 */
547
551
  skuList: {
@@ -582,8 +586,8 @@ export declare namespace ProductService {
582
586
  skuId: string;
583
587
  /** 商品名称 */
584
588
  productName: string;
585
- /** 分类 */
586
- cateName: string;
589
+ /** 商品分类 */
590
+ classification: string;
587
591
  /** 数量 */
588
592
  quantity: number;
589
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.4",
3
+ "version": "0.1.6",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",