@be-link/cs-cli-nodejs 0.1.141 → 0.1.142
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.
|
@@ -41,7 +41,6 @@ export declare namespace ServiceVenue {
|
|
|
41
41
|
}
|
|
42
42
|
interface IQueryHotel {
|
|
43
43
|
supplierIds: string[];
|
|
44
|
-
venueId?: string;
|
|
45
44
|
venueName?: string;
|
|
46
45
|
pageSize?: number;
|
|
47
46
|
pageIndex?: number;
|
|
@@ -225,12 +224,12 @@ export declare namespace ServiceVenue {
|
|
|
225
224
|
venueType: string;
|
|
226
225
|
venueId: string;
|
|
227
226
|
venueName: string;
|
|
228
|
-
autoConfirmEnabled: 0 | 1;
|
|
229
227
|
}[];
|
|
230
228
|
}
|
|
231
229
|
interface IGetServiceVenueInfoRes {
|
|
232
230
|
id: string;
|
|
233
231
|
status: string;
|
|
232
|
+
autoConfirmEnabled: 0 | 1;
|
|
234
233
|
poiInfo?: {
|
|
235
234
|
poi: string;
|
|
236
235
|
region: string;
|