@be-link/cs-cli-nodejs 0.1.41 → 0.1.42

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.
@@ -117,7 +117,7 @@ export declare namespace QueryByItem {
117
117
  hasStock: boolean;
118
118
  minSalePrice: number;
119
119
  minMemberPrice: number;
120
- singleRoomPrice: number;
120
+ minSingleRoomPrice: number;
121
121
  }>;
122
122
  hasStock: boolean;
123
123
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {