@be-link/pos-cli-nodejs 1.0.167 → 1.0.169

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.167",
3
+ "version": "1.0.169",
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.232",
42
+ "vitality-meta": "1.0.233",
43
43
  "@be-link/cs-cli-nodejs": "0.1.100",
44
44
  "lodash": "4.17.21"
45
45
  },
@@ -71,6 +71,8 @@ export declare namespace Service {
71
71
  tourismInfo?: {
72
72
  /** 出行人id列表 */
73
73
  touristIdList?: string[];
74
+ /** 出发地(定金补全尾款计算交通费使用) */
75
+ beginCity?: string;
74
76
  };
75
77
  /** 商品信息 */
76
78
  commodityInfo: {