@be-link/cs-cli-nodejs 0.0.101 → 0.0.103

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.
@@ -48,9 +48,9 @@ export declare namespace ManageByItem {
48
48
  isCloseStayMore?: number;
49
49
  };
50
50
  innerInfo?: {
51
- bizOperators: string[];
52
- bizDevelopers: string[];
53
- description: {
51
+ bizOperators?: string[];
52
+ bizDevelopers?: string[];
53
+ description?: {
54
54
  title: string;
55
55
  subCategory: DescriptionContentItem[];
56
56
  }[];
@@ -58,7 +58,7 @@ export declare namespace ManageByItem {
58
58
  hotelExtraInfo?: {
59
59
  venueId?: string;
60
60
  supplierId?: string;
61
- entertainmentInfo: {
61
+ entertainmentInfo?: {
62
62
  ktv?: EntertainmentInfo;
63
63
  card?: EntertainmentInfo;
64
64
  swimmingPool?: EntertainmentInfo;
@@ -50,6 +50,8 @@ export declare namespace RoomStockNamespace {
50
50
  dates: number[];
51
51
  /** 库存数量 */
52
52
  stock: number;
53
+ /** 初始状态 */
54
+ status: CommonStatus;
53
55
  }
54
56
  interface IUpdateStatus {
55
57
  /** 供应商ID */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.101",
3
+ "version": "0.0.103",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {