@be-link/ecommerce-product-service-node-sdk 0.1.3 → 0.1.4

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.
@@ -133,7 +133,7 @@ export declare namespace ProductService {
133
133
  /** 三级分类ID */
134
134
  threeCategoryId: string;
135
135
  /** 提货方式 */
136
- pickType: string;
136
+ pickType?: string;
137
137
  /** 发货方式 */
138
138
  dispatchType?: string;
139
139
  /** 存储方式 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",