@be-link/cs-cli-nodejs 0.0.158 → 0.0.159

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.
@@ -135,8 +135,8 @@ export declare namespace RoomStockNamespace {
135
135
  interface ICheckStock {
136
136
  /** 是否足够 */
137
137
  isEnough: boolean;
138
- /** 不足的房间ID */
139
- lackRoom: {
138
+ /** 剩余房间库存 */
139
+ roomStock: {
140
140
  [roomId: string]: {
141
141
  remain: number;
142
142
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.158",
3
+ "version": "0.0.159",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {