@be-link/pos-cli-nodejs 1.0.153 → 1.0.155

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.153",
3
+ "version": "1.0.155",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -736,6 +736,8 @@ export declare namespace Service {
736
736
  groupType?: number[];
737
737
  /** 供应商id */
738
738
  supplierIds?: string[];
739
+ /** 订单来源渠道 */
740
+ sourceType: PosConstants.OrderSourceTypeEnum;
739
741
  }
740
742
  interface queryRejectReasons {
741
743
  /** 订单Id */
package/types.d.ts CHANGED
@@ -80,6 +80,10 @@ export interface IPositiveOrder {
80
80
  fromEcsStoreId: string;
81
81
  /** 订单来源渠道 */
82
82
  sourceType: PosConstants.OrderSourceTypeEnum;
83
+ /** 来源人名店名称 */
84
+ fromEcsStoreName: string;
85
+ /** 来源员工名称 */
86
+ fromUserName: string;
83
87
  }
84
88
  export interface IPositiveAttributes {
85
89
  /** 订单ID */