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

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
  }
@@ -360,6 +362,8 @@ export declare namespace ProductService {
360
362
  stock: number;
361
363
  /** 上下架状态 */
362
364
  status: string;
365
+ /** 限购 */
366
+ purchaseLimit: number;
363
367
  }[];
364
368
  }
365
369
  interface queryProductSkuList {
@@ -451,8 +455,6 @@ export declare namespace ProductService {
451
455
  strikethroughPrice: number;
452
456
  /** SKU编码 */
453
457
  skuCode: string;
454
- /** 库存 */
455
- stock: number;
456
458
  }[];
457
459
  }
458
460
  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.27",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",