@be-link/ecommerce-backend-bff-service-node-sdk 0.1.34 → 0.1.35

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.
@@ -120,7 +120,7 @@ export declare namespace PandoraProductService {
120
120
  /** 三级分类ID */
121
121
  threeCategoryId: string;
122
122
  /** 提货方式 */
123
- pickType: string;
123
+ pickType?: string;
124
124
  /** 发货方式 */
125
125
  dispatchType?: string;
126
126
  /** 存储方式 */
@@ -120,7 +120,7 @@ export declare namespace PandoraProductService {
120
120
  /** 三级分类ID */
121
121
  threeCategoryId: string;
122
122
  /** 提货方式 */
123
- pickType: string;
123
+ pickType?: string;
124
124
  /** 发货方式 */
125
125
  dispatchType?: string;
126
126
  /** 存储方式 */
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.34",
3
+ "version": "0.1.35",
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.16",
36
- "@be-link/ecommerce-product-service-node-sdk": "^0.1.3",
36
+ "@be-link/ecommerce-product-service-node-sdk": "^0.1.4",
37
37
  "@be-link/ecommerce-task-center-service-node-sdk": "^0.1.10"
38
38
  },
39
39
  "devDependencies": {