@be-link/ecommerce-backend-bff-service-node-sdk 0.1.46 → 0.1.48
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.
|
@@ -168,6 +168,8 @@ export declare namespace PandoraProductService {
|
|
|
168
168
|
productIds?: string[];
|
|
169
169
|
/** 商品名称 */
|
|
170
170
|
productNames?: string[];
|
|
171
|
+
/** 取货方式 */
|
|
172
|
+
pickTypes?: string[];
|
|
171
173
|
/** 商品分类 */
|
|
172
174
|
classifications?: string[];
|
|
173
175
|
/** 存储方式 */
|
|
@@ -310,6 +312,8 @@ export declare namespace PandoraProductService {
|
|
|
310
312
|
productImage: string;
|
|
311
313
|
/** 分类名称 */
|
|
312
314
|
cateName: string;
|
|
315
|
+
/** 提货方式 */
|
|
316
|
+
pickType: string;
|
|
313
317
|
/** 商品分类 */
|
|
314
318
|
classification: string;
|
|
315
319
|
/** 存储方式 */
|
|
@@ -168,6 +168,8 @@ export declare namespace PandoraProductService {
|
|
|
168
168
|
productIds?: string[];
|
|
169
169
|
/** 商品名称 */
|
|
170
170
|
productNames?: string[];
|
|
171
|
+
/** 取货方式 */
|
|
172
|
+
pickTypes?: string[];
|
|
171
173
|
/** 商品分类 */
|
|
172
174
|
classifications?: string[];
|
|
173
175
|
/** 存储方式 */
|
|
@@ -310,6 +312,8 @@ export declare namespace PandoraProductService {
|
|
|
310
312
|
productImage: string;
|
|
311
313
|
/** 分类名称 */
|
|
312
314
|
cateName: string;
|
|
315
|
+
/** 提货方式 */
|
|
316
|
+
pickType: string;
|
|
313
317
|
/** 商品分类 */
|
|
314
318
|
classification: string;
|
|
315
319
|
/** 存储方式 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@be-link/ecommerce-backend-bff-service-node-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.48",
|
|
4
4
|
"description": "EcommerceBackendBffService Node.js SDK",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./cjs/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@be-link/ecommerce-promotion-service-node-sdk": "^0.1.3",
|
|
34
34
|
"axios": "^1.13.2",
|
|
35
35
|
"@be-link/ecommerce-user-service-node-sdk": "^0.1.20",
|
|
36
|
-
"@be-link/ecommerce-product-service-node-sdk": "^0.1.
|
|
36
|
+
"@be-link/ecommerce-product-service-node-sdk": "^0.1.10",
|
|
37
37
|
"@be-link/ecommerce-task-center-service-node-sdk": "^0.1.11"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|