@be-link/pos-cli-nodejs 0.0.90 → 0.0.91

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": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -166,6 +166,8 @@ export declare namespace Service {
166
166
  interface queryItineraryList {
167
167
  /** 商品id列表 */
168
168
  itemIdList?: string[];
169
+ /** 出团时间 */
170
+ fulfillAt?: number;
169
171
  /** 二级类目列表 */
170
172
  categoryTwoList?: string[];
171
173
  /** 页面下标 */
@@ -174,6 +176,8 @@ export declare namespace Service {
174
176
  pageSize?: number;
175
177
  }
176
178
  interface getItineraryCount {
179
+ /** 出行时间 */
180
+ fulfillAt?: number;
177
181
  /** 商品id列表 */
178
182
  itemIdList?: string[];
179
183
  /** 二级类目列表 */
@@ -494,10 +498,16 @@ export declare namespace Service {
494
498
  count: number;
495
499
  }
496
500
  interface queryItineraryList {
501
+ /** 商品ID */
502
+ itemId: string;
497
503
  /** skuId */
498
504
  skuId: string;
505
+ /** 小队名称 */
506
+ groupName: string;
499
507
  /** 订单数量 */
500
- count: number;
508
+ orderCount: number;
509
+ /** 剩余份数 */
510
+ skuRemainQuantity: number;
501
511
  }
502
512
  interface queryOrderMergeRecordByOrderId {
503
513
  /** 合并记录Id */