@be-link/cs-cli-nodejs 0.1.110 → 0.1.111

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.
@@ -76,6 +76,7 @@ export declare namespace QueryByItem {
76
76
  unitDepositRange?: number[];
77
77
  mixedName?: string;
78
78
  shortNameEq?: string;
79
+ saleChannelBitMap?: number;
79
80
  };
80
81
  /** 门店维度条件 */
81
82
  venueInfo?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.110",
3
+ "version": "0.1.111",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",