@be-link/pos-cli-nodejs 1.0.202 → 1.0.203

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 +1 -1
  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.202",
3
+ "version": "1.0.203",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
package/types.d.ts CHANGED
@@ -1106,6 +1106,8 @@ export interface IOrderOperatorRecord {
1106
1106
  toStatus: PosConstants.TradeOrderStatusEnum;
1107
1107
  /** 原因 */
1108
1108
  reason: string;
1109
+ /** 创建时间 */
1110
+ _createTime?: number;
1109
1111
  }
1110
1112
  export interface ITradeTourismInfo {
1111
1113
  /** 订单id */