@be-link/pos-cli-nodejs 0.0.146 → 0.0.148

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.146",
3
+ "version": "0.0.148",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,7 +29,7 @@ export declare namespace Service {
29
29
  invoiceBase: string;
30
30
  page: number;
31
31
  limit: number;
32
- itemIds: string[];
32
+ itemIds?: string[];
33
33
  tradeOrderId?: string;
34
34
  categoryTwoList?: string[];
35
35
  /**排序 */
package/types.d.ts CHANGED
@@ -24,7 +24,7 @@ export interface IPositiveOrder {
24
24
  originalFee: number;
25
25
  /** 快照:订单实付金额(优惠后金额) */
26
26
  actuallyPaidFee: number;
27
- /** 订单剩余金额 */
27
+ /** 订单剩余金额 *listOrderInvoiceCount */
28
28
  remainFee: number;
29
29
  /** 快照:归属用户unionId */
30
30
  unionId: string;