@be-link/ecommerce-product-service-node-sdk 0.0.10 → 0.0.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.
@@ -51,6 +51,7 @@ export declare namespace ProductService {
51
51
  multiSkuCodes: string[];
52
52
  bindSkus: BindSku[];
53
53
  stock: number;
54
+ showBindSkus: number;
54
55
  }
55
56
  /**
56
57
  * 产品信息接口
@@ -75,7 +76,6 @@ export declare namespace ProductService {
75
76
  supplierId?: string;
76
77
  liveGroupId?: string;
77
78
  status?: string;
78
- scheduledTasks?: ScheduledTask[];
79
79
  needVerify?: number;
80
80
  verifyPeriod?: VerifyPeriod;
81
81
  miniSaleQuantity?: number;
@@ -132,6 +132,11 @@ export declare namespace ProductService {
132
132
  productNames?: string[];
133
133
  skuCodes?: string[];
134
134
  isCombo?: number;
135
+ pickTypes?: string[];
136
+ dispatchTypes?: string[];
137
+ storageMethods?: string[];
138
+ classifications?: string[];
139
+ status?: string;
135
140
  }
136
141
  interface querySkuBaseInfo {
137
142
  skuIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.12",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",