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

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.
@@ -494,6 +494,8 @@ export declare namespace ProductService {
494
494
  skuId: string;
495
495
  /** 是否售罄 */
496
496
  soldOut: boolean;
497
+ /** 库存数量 */
498
+ quantity: number;
497
499
  }
498
500
  interface getProductSkuInfo {
499
501
  /** 商品信息 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",