@be-link/pos-cli-nodejs 0.0.138 → 0.0.140

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": "0.0.138",
3
+ "version": "0.0.140",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -48,6 +48,6 @@
48
48
  "axios": "0.27.2",
49
49
  "axios-retry": "^4.0.0",
50
50
  "uuid": "^9.0.1",
51
- "vitality-meta": "1.0.49"
51
+ "vitality-meta": "1.0.64"
52
52
  }
53
53
  }
@@ -30,6 +30,8 @@ export declare namespace Service {
30
30
  page: number;
31
31
  limit: number;
32
32
  itemIds: string[];
33
+ tradeOrderId?: string;
34
+ categoryTwo?: string;
33
35
  /**排序 */
34
36
  sort?: {
35
37
  /**
package/types.d.ts CHANGED
@@ -881,6 +881,8 @@ export interface IPositiveOrderInvoice {
881
881
  /** 收件电话 */
882
882
  receivingMobile?: string;
883
883
  };
884
+ /** 商品名称 */
885
+ itemName: string;
884
886
  }
885
887
  /** 订单查询结果 */
886
888
  export type QueryDataRes<K extends (keyof QueryDataBlockTypeMap)[]> = {