@be-link/cs-cli-nodejs 0.0.96 → 0.0.98

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.
@@ -76,6 +76,7 @@ export declare namespace ManageByItem {
76
76
  interface toggleItemStatus {
77
77
  itemId: string;
78
78
  status: ItemStatus;
79
+ operatorName: string;
79
80
  }
80
81
  }
81
82
  namespace Response { }
@@ -87,19 +87,21 @@ export declare namespace ShuttleBusSupplier {
87
87
  description: string;
88
88
  }
89
89
  interface QueryShuttleBusRoute {
90
+ idList?: string[];
90
91
  supplierId?: string;
91
92
  supplierName?: string;
92
93
  departureCity?: string;
93
94
  departureAddress?: string;
94
- page: number;
95
+ pageIndex: number;
95
96
  pageSize: number;
96
97
  }
97
98
  interface QueryShuttleBusRouteWithItemId {
99
+ idList?: string[];
98
100
  itemId: string;
99
101
  supplierName?: string;
100
102
  departureCity?: string;
101
103
  departureAddress?: string;
102
- page: number;
104
+ pageIndex: number;
103
105
  pageSize: number;
104
106
  }
105
107
  interface UpsertShuttleBusPickupPoint {
@@ -122,7 +124,7 @@ export declare namespace ShuttleBusSupplier {
122
124
  }
123
125
  interface GetProductAssociatedShuttleSupplierList {
124
126
  itemId: string;
125
- page: number;
127
+ pageIndex: number;
126
128
  pageSize: number;
127
129
  }
128
130
  interface BindShuttleBus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.96",
3
+ "version": "0.0.98",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {