@be-link/pos-cli-nodejs 1.0.81 → 1.0.83

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.81",
3
+ "version": "1.0.83",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -228,6 +228,10 @@ export declare namespace Service {
228
228
  tradeOrderId: string;
229
229
  /** 餐食信息 */
230
230
  mealInfo: string;
231
+ /** 操作人角色 */
232
+ operatorRole?: PosConstants.OperatorRoleEnum;
233
+ /** 操作人名称 */
234
+ operatorName?: string;
231
235
  }
232
236
  interface updateContract {
233
237
  /** 订单号 */
@@ -717,6 +717,8 @@ export declare namespace Service {
717
717
  isRootOrder?: boolean;
718
718
  /** 团类型 */
719
719
  groupType?: number[];
720
+ /** 供应商id */
721
+ supplierIds?: string[];
720
722
  }
721
723
  interface queryRejectReasons {
722
724
  /** 订单Id */