@be-link/ecommerce-plan-allocation-service-node-sdk 0.0.10 → 0.0.11

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.
@@ -115,8 +115,6 @@ export declare namespace Service {
115
115
  num: string;
116
116
  /** 快递公司编码 */
117
117
  carrier: number;
118
- /** 操作类型:0-未操作、1-新增、2-删除 */
119
- action?: number;
120
118
  }
121
119
  namespace Request {
122
120
  /** 批量导入运货单 */
@@ -205,6 +203,8 @@ export declare namespace Service {
205
203
  successAllocationOrderIds: string[];
206
204
  /** 系统中不存在(或不满足条件)的配货单ID列表 */
207
205
  failedAllocationOrderIds: string[];
206
+ /** Excel解析错误信息列表 */
207
+ errors: string[];
208
208
  }
209
209
  /** 运货单列表 */
210
210
  interface GetWaybillList {
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.10",
3
+ "version": "0.0.11",
4
4
  "description": "EcommercePlanAllocationService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",