@be-link/ecommerce-product-service-node-sdk 0.1.11 → 0.1.12

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.
@@ -556,6 +556,8 @@ export declare namespace ProductService {
556
556
  invisibleStores: string[] | null;
557
557
  /** 是否会员商品 */
558
558
  isMember?: boolean;
559
+ /** 是否一元购商品 */
560
+ isOneYuan?: boolean;
559
561
  };
560
562
  /** SKU列表 */
561
563
  skuList: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",