@be-link/pos-cli-nodejs 1.0.107 → 1.0.108

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.107",
3
+ "version": "1.0.108",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,28 +9,9 @@ export declare namespace Service {
9
9
  interface IQueryExists {
10
10
  orderIds?: string[];
11
11
  conditions?: {
12
- /** id列表 */
13
- idList?: string[];
14
- /** 状态 */
15
- statusList?: string[];
16
- /** 购买人姓名 */
17
- contactName?: string;
18
- /** 购买人手机号 */
19
- contactMobile?: string;
20
- /** 二级类目 */
21
- categoryTwoList?: string[];
22
- /** 出团日期范围 */
23
- fulFillAtRange?: [number, number];
24
- /** 订单创建时间筛选 */
25
- createdAtRange?: [number, number];
26
- /** 供应商列表 */
27
12
  supplierIdList?: string[];
28
- /** 页面条数 */
29
- pageSize?: number;
30
- /** 页面下标 */
31
- pageIndex?: number;
32
- /** 商品id */
33
- itemIdList?: string[];
13
+ fulfillAtRange?: [number, number];
14
+ itemIds?: string[];
34
15
  };
35
16
  }
36
17
  interface IGetTourMaterialInfo {