@be-link/pos-cli-nodejs 1.0.137 → 1.0.138

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/types.d.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.137",
3
+ "version": "1.0.138",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "axios": "0.27.2",
40
40
  "axios-retry": "^4.0.0",
41
41
  "uuid": "^9.0.1",
42
- "vitality-meta": "1.0.226",
42
+ "vitality-meta": "1.0.228",
43
43
  "@be-link/cs-cli-nodejs": "0.1.100",
44
44
  "lodash": "4.17.21"
45
45
  },
package/types.d.ts CHANGED
@@ -78,6 +78,8 @@ export interface IPositiveOrder {
78
78
  ecsStoreId: string;
79
79
  /** 来源人门店 */
80
80
  fromEcsStoreId: string;
81
+ /** 订单来源渠道 */
82
+ sourceType: PosConstants.OrderSourceTypeEnum;
81
83
  }
82
84
  export interface IPositiveAttributes {
83
85
  /** 订单ID */