@be-link/pos-cli-nodejs 1.0.120 → 1.0.122

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": "1.0.120",
3
+ "version": "1.0.122",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -40,6 +40,8 @@ export declare namespace Service {
40
40
  itemIds?: string[];
41
41
  tradeOrderId?: string;
42
42
  categoryTwoList?: string[];
43
+ /** 发票id */
44
+ invoiceId?: string;
43
45
  /**排序 */
44
46
  sort?: {
45
47
  /**
@@ -439,7 +441,7 @@ export declare namespace Service {
439
441
  /** 门店列表 */
440
442
  storeIdList?: string[];
441
443
  /** 供应商列表 */
442
- supplierIdList?: string[];
444
+ supplierIds?: string[];
443
445
  /** 班车供应商 */
444
446
  shuttleBusSupplier?: string;
445
447
  /** 是否是首次交易 */