@be-link/pos-cli-nodejs 1.0.76 → 1.0.82

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.76",
3
+ "version": "1.0.82",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -382,6 +382,8 @@ export declare namespace Service {
382
382
  pageSize: number;
383
383
  /** 页面下标 */
384
384
  pageIndex: number;
385
+ /** 供应商id */
386
+ supplierIds?: string[];
385
387
  };
386
388
  /** 排序 */
387
389
  sort: {
@@ -715,6 +717,8 @@ export declare namespace Service {
715
717
  isRootOrder?: boolean;
716
718
  /** 团类型 */
717
719
  groupType?: number[];
720
+ /** 供应商id */
721
+ supplierIds?: string[];
718
722
  }
719
723
  interface queryRejectReasons {
720
724
  /** 订单Id */