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

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.
@@ -203,6 +203,8 @@ export declare namespace ProductService {
203
203
  isCombo?: number;
204
204
  /** 69码列表 */
205
205
  skuCodes?: string[];
206
+ /** 取货方式 */
207
+ pickTypes?: string[];
206
208
  }
207
209
  interface batchUpdate {
208
210
  /** 商品Id列表 */
@@ -241,6 +243,8 @@ export declare namespace ProductService {
241
243
  pageSize: number;
242
244
  /** 商品Id列表 */
243
245
  productIds?: string[];
246
+ /** 直播分组 */
247
+ liveGroupIds?: string[];
244
248
  /** 商品名称列表 */
245
249
  productNames?: string[];
246
250
  /** 69码列表 */
@@ -345,6 +349,8 @@ export declare namespace ProductService {
345
349
  productImage: string;
346
350
  /** 分类名称 */
347
351
  cateName: string;
352
+ /** 取货方式 */
353
+ pickType: string;
348
354
  /** 商品分类 */
349
355
  classification: string;
350
356
  /** 存储方式 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",