@be-link/ecommerce-product-service-node-sdk 0.1.8 → 0.1.9

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.
@@ -38,6 +38,8 @@ export declare namespace ProductService {
38
38
  bindSkus: BindSku[];
39
39
  /** 多SKU编码 */
40
40
  multiSkuCodes: string[];
41
+ /** 是否展示绑定子商品 1展示,0不展示 */
42
+ showBindSkus: number;
41
43
  }
42
44
  /**
43
45
  * 核销期限接口
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",