@be-link/pos-cli-nodejs 1.0.116 → 1.0.118

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 +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.116",
3
+ "version": "1.0.118",
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.197",
42
+ "vitality-meta": "1.0.211",
43
43
  "@be-link/cs-cli-nodejs": "0.1.97",
44
44
  "lodash": "4.17.21"
45
45
  },
package/types.d.ts CHANGED
@@ -523,6 +523,8 @@ export interface IPositivePaymentInfo {
523
523
  /** 外部订单 */
524
524
  outOrderId?: string;
525
525
  };
526
+ /** 支付渠道 */
527
+ payChannel?: PosConstants.PayChannelEnum;
526
528
  /** 支付交易创建时间 */
527
529
  createdAt: number;
528
530
  /** 支付交易更新时间 */
@@ -977,7 +979,7 @@ export interface IRawFulFillStructure {
977
979
  tourMaterialInfo: ITradeOrderTourMaterialSnapshot;
978
980
  }
979
981
  export interface ITradeOrderTourMaterialSnapshot {
980
- _id: string;
982
+ id: string;
981
983
  createdAt: number;
982
984
  updatedAt: number;
983
985
  itemId: string;