@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.8 → 0.0.9

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.
@@ -142,7 +142,7 @@ export declare namespace Service {
142
142
  /** 入库单生成日期-介于开始时间 */
143
143
  start?: number;
144
144
  /** 入库单生成日期-介于结束时间 */
145
- end?: string;
145
+ end?: number;
146
146
  /** 商品名称 */
147
147
  productName?: string;
148
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-plan-allocation-service-node-sdk",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "EcommercePlanAllocationService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",