@be-link/pos-cli-nodejs 1.0.26 → 1.0.27

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.26",
3
+ "version": "1.0.27",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -668,6 +668,12 @@ export declare namespace Service {
668
668
  fulFillAtRange?: [number, number];
669
669
  /** 订单创建时间筛选 */
670
670
  createdAtRange?: [number, number];
671
+ /** 订单履约中\完结时间 */
672
+ transitionAtRange?: [number, number];
673
+ /** 原状态 */
674
+ fromStatusList?: string[];
675
+ /** 目标状态 */
676
+ toStatusList?: string[];
671
677
  /** 用户身份 */
672
678
  userIdentity?: string;
673
679
  /** 用户列表 */