@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.11 → 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.
@@ -109,8 +109,6 @@ export declare namespace Service {
109
109
  }
110
110
  /** 配货单运单号 */
111
111
  interface WayBill {
112
- /** 配货单ID */
113
- allocationOrderId: string;
114
112
  /** 快递单号 */
115
113
  num: string;
116
114
  /** 快递公司编码 */
@@ -140,9 +138,15 @@ export declare namespace Service {
140
138
  subscribeStatus?: number;
141
139
  /** 操作人 */
142
140
  operator?: string;
141
+ /** 执行时间-介于开始时间 */
142
+ start?: number;
143
+ /** 执行时间-介于结束时间 */
144
+ end?: number;
143
145
  }
144
146
  /** 配货单单独写入运货单 */
145
147
  interface WriteWaybill {
148
+ /** 配货单ID */
149
+ allocationOrderId: string;
146
150
  /** 编辑运单号 */
147
151
  wayBill: WayBill[];
148
152
  }
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.11",
3
+ "version": "0.0.12",
4
4
  "description": "EcommercePlanAllocationService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",