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

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.
@@ -199,12 +199,12 @@ export declare namespace ServiceVenue {
199
199
  interface IQueryHotelRes {
200
200
  total: number;
201
201
  data: {
202
- name?: string;
203
- id?: string;
204
- address?: string;
205
- province?: string;
206
- city?: string;
207
- region?: string;
202
+ supplierName: string;
203
+ supplierId: string;
204
+ address: string;
205
+ venueType: string;
206
+ venueId: string;
207
+ venueName: string;
208
208
  }[];
209
209
  }
210
210
  interface IGetServiceVenueInfoRes {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/cs-cli-nodejs",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "description": "商品服务Nodejs客户端",
5
5
  "main": "index.js",
6
6
  "scripts": {