@be-link/ecommerce-product-service-node-sdk 0.0.25 → 0.0.26

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.
@@ -265,6 +265,8 @@ export declare namespace ProductService {
265
265
  fields: (keyof SkuField)[];
266
266
  }
267
267
  interface isSoldOut {
268
+ /** 商品Id */
269
+ productId: string;
268
270
  /** SKU ID */
269
271
  skuId: string;
270
272
  }
@@ -451,8 +453,6 @@ export declare namespace ProductService {
451
453
  strikethroughPrice: number;
452
454
  /** SKU编码 */
453
455
  skuCode: string;
454
- /** 库存 */
455
- stock: number;
456
456
  }[];
457
457
  }
458
458
  interface isSoldOut {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",