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