@be-link/pos-cli-nodejs 1.0.148 → 1.0.149

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.148",
3
+ "version": "1.0.149",
4
4
  "description": "正向订单服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -394,7 +394,7 @@ export declare namespace Service {
394
394
  /** 供应商id */
395
395
  supplierIds?: string[];
396
396
  /** 订单来源人门店ID */
397
- fromEcsStoreId?: string;
397
+ fromEcsStoreId?: string[];
398
398
  /** 支付时间范围 */
399
399
  paidAtRange?: [number, number];
400
400
  /** 来源类型 */
@@ -824,7 +824,7 @@ export declare namespace Service {
824
824
  /** 供应商id */
825
825
  supplierIds?: string[];
826
826
  /** 订单来源人门店ID */
827
- fromEcsStoreId?: string;
827
+ fromEcsStoreId?: string[];
828
828
  /** 支付时间范围 */
829
829
  paidAtRange?: [number, number];
830
830
  /** 来源类型 */