@be-link/pos-cli-nodejs 1.0.6 → 1.0.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -264,6 +264,8 @@ export declare namespace Service {
264
264
  supplierIdList?: string[];
265
265
  /** 履约时间 */
266
266
  fulfillAtRange?: [number, number];
267
+ /** 返回时间 */
268
+ fulfillEndAtRange?: [number, number];
267
269
  /** 商品id列表 */
268
270
  itemIdList?: string[];
269
271
  /** 二级类目列表 */