@be-link/pos-cli-nodejs 0.0.48 → 0.0.50

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.48",
3
+ "version": "0.0.50",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -312,8 +312,8 @@ export declare namespace Service {
312
312
  pageIndex?: number;
313
313
  /** 条目数 */
314
314
  pageSize?: number;
315
- /** 商品名称 */
316
- commodityName?: string;
315
+ /** 商品id */
316
+ itemId?: string;
317
317
  /** 下单起始时间 */
318
318
  startTime?: number;
319
319
  /** 下单结束时间 */
@@ -439,8 +439,8 @@ export declare namespace Service {
439
439
  total: number;
440
440
  }
441
441
  interface queryPeriodTradeOrderOperatorList {
442
- /** 商品名称 */
443
- itemName: string;
442
+ /** 商品Id */
443
+ itemId: string;
444
444
  /** 订单号 */
445
445
  tradeOrderId: string;
446
446
  /** 目标状态 */
@@ -453,10 +453,8 @@ export declare namespace Service {
453
453
  operatorRole: PosConstants.OperatorRoleEnum;
454
454
  /** 操作时间 */
455
455
  _createTime: number;
456
- /** 酒店名称 */
457
- storeName: string;
458
- /** 酒店供应商 */
459
- hotelSupplier: string;
456
+ /** 酒店 */
457
+ storeId: string;
460
458
  }
461
459
  interface queryRollingSalesStatistics {
462
460
  /** 商品ID */