@be-link/cs-cli-nodejs 0.0.131 → 0.0.133

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.
@@ -95,7 +95,7 @@ export declare namespace RoomStockNamespace {
95
95
  /** 状态列表 */
96
96
  status: CommonStatus[];
97
97
  /** 房型ID */
98
- roomId?: string;
98
+ roomIds?: string[];
99
99
  /** 时间段 (与指定日期二选一): 开始时间 */
100
100
  beginTime?: number;
101
101
  /** 时间段 (与指定日期二选一): 结束 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.131",
3
+ "version": "0.0.133",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,7 +40,7 @@
40
40
  "dependencies": {
41
41
  "axios": "0.27.2",
42
42
  "uuid": "9.0.1",
43
- "vitality-meta": "1.0.175"
43
+ "vitality-meta": "1.0.177"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=18"