@be-link/cs-cli-nodejs 0.1.6 → 0.1.8

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.
@@ -188,6 +188,7 @@ export declare namespace ServiceVenue {
188
188
  bedCount: number;
189
189
  }[];
190
190
  introInfo: CommonDescriptionItem[];
191
+ roomType: string;
191
192
  }
192
193
  /** 保存房型 */
193
194
  interface ISaveRoomTypeInfoRes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types.d.ts CHANGED
@@ -247,6 +247,7 @@ export interface IItemComboStock {
247
247
  saleEndTime: number;
248
248
  createdAt: number;
249
249
  updatedAt: number;
250
+ lastUpdateStockTime: number;
250
251
  }
251
252
  export interface IItemSalesDescription {
252
253
  id: string;