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

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.121",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -439,7 +439,7 @@ export declare namespace Service {
439
439
  /** 门店列表 */
440
440
  storeIdList?: string[];
441
441
  /** 供应商列表 */
442
- supplierIdList?: string[];
442
+ supplierIds?: string[];
443
443
  /** 班车供应商 */
444
444
  shuttleBusSupplier?: string;
445
445
  /** 是否是首次交易 */