@be-link/pos-cli-nodejs 1.0.112 → 1.0.113

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 +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/pos-cli-nodejs",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -1244,10 +1244,6 @@ export interface ITradeOrderTourMaterialInfo {
1244
1244
  * 代办费用
1245
1245
  */
1246
1246
  agentCharge: number;
1247
- /**
1248
- * 整单出行材料状态(0:未完成 1:已完成)
1249
- */
1250
- tourMaterialStatus: number;
1251
1247
  }
1252
1248
  /** 订单查询结果 */
1253
1249
  export type QueryDataRes<K extends (keyof QueryDataBlockTypeMap)[]> = {