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

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.
@@ -73,6 +73,7 @@ export declare namespace QueryByItem {
73
73
  commissionFeeRange?: number[];
74
74
  minMemberPriceRange?: number[];
75
75
  itemSalePriceRange?: number[];
76
+ unitDepositRange?: number[];
76
77
  mixedName?: string;
77
78
  shortNameEq?: string;
78
79
  };
@@ -145,6 +146,7 @@ export declare namespace QueryByItem {
145
146
  commissionFeeRange?: number[];
146
147
  minMemberPriceRange?: number[];
147
148
  itemSalePriceRange?: number[];
149
+ unitDepositRange?: number[];
148
150
  mixedName?: string;
149
151
  shortNameEq?: string;
150
152
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.108",
3
+ "version": "0.1.110",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "author": "dev@8848top.com",