@be-link/cs-cli-nodejs 0.0.99 → 0.0.102

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.
@@ -25,6 +25,7 @@ export declare namespace BizTag {
25
25
  name: string;
26
26
  }
27
27
  interface IMGet {
28
+ id?: string;
28
29
  name?: string;
29
30
  tagType?: CommodityEnums.CommodityBizTagType[];
30
31
  createUser?: string;
@@ -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 */
@@ -161,7 +161,6 @@ export declare namespace ShuttleBusSupplier {
161
161
  }
162
162
  interface QueryShuttleBusRoute {
163
163
  data: (DTO.ShuttleBusRouteInfo & {
164
- isBind: boolean;
165
164
  supplierName?: string;
166
165
  })[];
167
166
  total: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.99",
3
+ "version": "0.0.102",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {