@alicloud/aligenieip_1_0 1.0.19 → 1.0.21
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.
- package/dist/client.d.ts +167 -129
- package/dist/client.js +324 -247
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +423 -299
package/dist/client.d.ts
CHANGED
|
@@ -358,79 +358,6 @@ export declare class AddOrUpdateHotelSettingResponse extends $tea.Model {
|
|
|
358
358
|
[key: string]: any;
|
|
359
359
|
});
|
|
360
360
|
}
|
|
361
|
-
export declare class AddOrUpdateNightModeHeaders extends $tea.Model {
|
|
362
|
-
commonHeaders?: {
|
|
363
|
-
[key: string]: string;
|
|
364
|
-
};
|
|
365
|
-
xAcsAligenieAccessToken?: string;
|
|
366
|
-
authorization?: string;
|
|
367
|
-
static names(): {
|
|
368
|
-
[key: string]: string;
|
|
369
|
-
};
|
|
370
|
-
static types(): {
|
|
371
|
-
[key: string]: any;
|
|
372
|
-
};
|
|
373
|
-
constructor(map?: {
|
|
374
|
-
[key: string]: any;
|
|
375
|
-
});
|
|
376
|
-
}
|
|
377
|
-
export declare class AddOrUpdateNightModeRequest extends $tea.Model {
|
|
378
|
-
hotelId?: string;
|
|
379
|
-
nightMode?: AddOrUpdateNightModeRequestNightMode;
|
|
380
|
-
static names(): {
|
|
381
|
-
[key: string]: string;
|
|
382
|
-
};
|
|
383
|
-
static types(): {
|
|
384
|
-
[key: string]: any;
|
|
385
|
-
};
|
|
386
|
-
constructor(map?: {
|
|
387
|
-
[key: string]: any;
|
|
388
|
-
});
|
|
389
|
-
}
|
|
390
|
-
export declare class AddOrUpdateNightModeShrinkRequest extends $tea.Model {
|
|
391
|
-
hotelId?: string;
|
|
392
|
-
nightModeShrink?: string;
|
|
393
|
-
static names(): {
|
|
394
|
-
[key: string]: string;
|
|
395
|
-
};
|
|
396
|
-
static types(): {
|
|
397
|
-
[key: string]: any;
|
|
398
|
-
};
|
|
399
|
-
constructor(map?: {
|
|
400
|
-
[key: string]: any;
|
|
401
|
-
});
|
|
402
|
-
}
|
|
403
|
-
export declare class AddOrUpdateNightModeResponseBody extends $tea.Model {
|
|
404
|
-
message?: string;
|
|
405
|
-
requestId?: string;
|
|
406
|
-
result?: boolean;
|
|
407
|
-
statusCode?: number;
|
|
408
|
-
static names(): {
|
|
409
|
-
[key: string]: string;
|
|
410
|
-
};
|
|
411
|
-
static types(): {
|
|
412
|
-
[key: string]: any;
|
|
413
|
-
};
|
|
414
|
-
constructor(map?: {
|
|
415
|
-
[key: string]: any;
|
|
416
|
-
});
|
|
417
|
-
}
|
|
418
|
-
export declare class AddOrUpdateNightModeResponse extends $tea.Model {
|
|
419
|
-
headers: {
|
|
420
|
-
[key: string]: string;
|
|
421
|
-
};
|
|
422
|
-
statusCode: number;
|
|
423
|
-
body: AddOrUpdateNightModeResponseBody;
|
|
424
|
-
static names(): {
|
|
425
|
-
[key: string]: string;
|
|
426
|
-
};
|
|
427
|
-
static types(): {
|
|
428
|
-
[key: string]: any;
|
|
429
|
-
};
|
|
430
|
-
constructor(map?: {
|
|
431
|
-
[key: string]: any;
|
|
432
|
-
});
|
|
433
|
-
}
|
|
434
361
|
export declare class AddOrUpdateScreenSaverHeaders extends $tea.Model {
|
|
435
362
|
commonHeaders?: {
|
|
436
363
|
[key: string]: string;
|
|
@@ -934,6 +861,29 @@ export declare class CreateHotelRequest extends $tea.Model {
|
|
|
934
861
|
hotelName?: string;
|
|
935
862
|
phoneNumber?: string;
|
|
936
863
|
relatedPk?: string;
|
|
864
|
+
relatedPks?: string[];
|
|
865
|
+
remark?: string;
|
|
866
|
+
roomNum?: number;
|
|
867
|
+
tbOpenId?: string;
|
|
868
|
+
static names(): {
|
|
869
|
+
[key: string]: string;
|
|
870
|
+
};
|
|
871
|
+
static types(): {
|
|
872
|
+
[key: string]: any;
|
|
873
|
+
};
|
|
874
|
+
constructor(map?: {
|
|
875
|
+
[key: string]: any;
|
|
876
|
+
});
|
|
877
|
+
}
|
|
878
|
+
export declare class CreateHotelShrinkRequest extends $tea.Model {
|
|
879
|
+
appKey?: string;
|
|
880
|
+
estOpenTime?: string;
|
|
881
|
+
hotelAddress?: string;
|
|
882
|
+
hotelEmail?: string;
|
|
883
|
+
hotelName?: string;
|
|
884
|
+
phoneNumber?: string;
|
|
885
|
+
relatedPk?: string;
|
|
886
|
+
relatedPksShrink?: string;
|
|
937
887
|
remark?: string;
|
|
938
888
|
roomNum?: number;
|
|
939
889
|
tbOpenId?: string;
|
|
@@ -4308,7 +4258,7 @@ export declare class QueryDeviceStatusResponse extends $tea.Model {
|
|
|
4308
4258
|
[key: string]: any;
|
|
4309
4259
|
});
|
|
4310
4260
|
}
|
|
4311
|
-
export declare class
|
|
4261
|
+
export declare class QueryHotelRoomDetailHeaders extends $tea.Model {
|
|
4312
4262
|
commonHeaders?: {
|
|
4313
4263
|
[key: string]: string;
|
|
4314
4264
|
};
|
|
@@ -4324,20 +4274,11 @@ export declare class QueryHotelProductHeaders extends $tea.Model {
|
|
|
4324
4274
|
[key: string]: any;
|
|
4325
4275
|
});
|
|
4326
4276
|
}
|
|
4327
|
-
export declare class
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
static types(): {
|
|
4333
|
-
[key: string]: any;
|
|
4334
|
-
};
|
|
4335
|
-
constructor(map?: {
|
|
4336
|
-
[key: string]: any;
|
|
4337
|
-
});
|
|
4338
|
-
}
|
|
4339
|
-
export declare class QueryHotelProductShrinkRequest extends $tea.Model {
|
|
4340
|
-
userInfoShrink?: string;
|
|
4277
|
+
export declare class QueryHotelRoomDetailRequest extends $tea.Model {
|
|
4278
|
+
hotelId?: string;
|
|
4279
|
+
mac?: string;
|
|
4280
|
+
roomNo?: string;
|
|
4281
|
+
uuid?: string;
|
|
4341
4282
|
static names(): {
|
|
4342
4283
|
[key: string]: string;
|
|
4343
4284
|
};
|
|
@@ -4348,11 +4289,11 @@ export declare class QueryHotelProductShrinkRequest extends $tea.Model {
|
|
|
4348
4289
|
[key: string]: any;
|
|
4349
4290
|
});
|
|
4350
4291
|
}
|
|
4351
|
-
export declare class
|
|
4352
|
-
code?: number;
|
|
4292
|
+
export declare class QueryHotelRoomDetailResponseBody extends $tea.Model {
|
|
4353
4293
|
message?: string;
|
|
4354
4294
|
requestId?: string;
|
|
4355
|
-
result?:
|
|
4295
|
+
result?: QueryHotelRoomDetailResponseBodyResult;
|
|
4296
|
+
statusCode?: number;
|
|
4356
4297
|
static names(): {
|
|
4357
4298
|
[key: string]: string;
|
|
4358
4299
|
};
|
|
@@ -4363,12 +4304,12 @@ export declare class QueryHotelProductResponseBody extends $tea.Model {
|
|
|
4363
4304
|
[key: string]: any;
|
|
4364
4305
|
});
|
|
4365
4306
|
}
|
|
4366
|
-
export declare class
|
|
4307
|
+
export declare class QueryHotelRoomDetailResponse extends $tea.Model {
|
|
4367
4308
|
headers: {
|
|
4368
4309
|
[key: string]: string;
|
|
4369
4310
|
};
|
|
4370
4311
|
statusCode: number;
|
|
4371
|
-
body:
|
|
4312
|
+
body: QueryHotelRoomDetailResponseBody;
|
|
4372
4313
|
static names(): {
|
|
4373
4314
|
[key: string]: string;
|
|
4374
4315
|
};
|
|
@@ -4799,6 +4740,11 @@ export declare class SyncDeviceStatusWithAkRequest extends $tea.Model {
|
|
|
4799
4740
|
number?: string;
|
|
4800
4741
|
roomNo?: string;
|
|
4801
4742
|
switch?: number;
|
|
4743
|
+
fanSpeed?: string;
|
|
4744
|
+
mode?: string;
|
|
4745
|
+
roomTemperature?: string;
|
|
4746
|
+
temperature?: string;
|
|
4747
|
+
value?: number;
|
|
4802
4748
|
static names(): {
|
|
4803
4749
|
[key: string]: string;
|
|
4804
4750
|
};
|
|
@@ -5015,6 +4961,29 @@ export declare class UpdateHotelRequest extends $tea.Model {
|
|
|
5015
4961
|
hotelId?: string;
|
|
5016
4962
|
hotelName?: string;
|
|
5017
4963
|
phoneNumber?: string;
|
|
4964
|
+
relatedPks?: string[];
|
|
4965
|
+
remark?: string;
|
|
4966
|
+
roomNum?: number;
|
|
4967
|
+
tbOpenId?: string;
|
|
4968
|
+
static names(): {
|
|
4969
|
+
[key: string]: string;
|
|
4970
|
+
};
|
|
4971
|
+
static types(): {
|
|
4972
|
+
[key: string]: any;
|
|
4973
|
+
};
|
|
4974
|
+
constructor(map?: {
|
|
4975
|
+
[key: string]: any;
|
|
4976
|
+
});
|
|
4977
|
+
}
|
|
4978
|
+
export declare class UpdateHotelShrinkRequest extends $tea.Model {
|
|
4979
|
+
appKey?: string;
|
|
4980
|
+
estOpenTime?: string;
|
|
4981
|
+
hotelAddress?: string;
|
|
4982
|
+
hotelEmail?: string;
|
|
4983
|
+
hotelId?: string;
|
|
4984
|
+
hotelName?: string;
|
|
4985
|
+
phoneNumber?: string;
|
|
4986
|
+
relatedPksShrink?: string;
|
|
5018
4987
|
remark?: string;
|
|
5019
4988
|
roomNum?: number;
|
|
5020
4989
|
tbOpenId?: string;
|
|
@@ -5486,27 +5455,10 @@ export declare class AddOrUpdateHotelSettingRequestHotelScreenSaver extends $tea
|
|
|
5486
5455
|
});
|
|
5487
5456
|
}
|
|
5488
5457
|
export declare class AddOrUpdateHotelSettingRequestNightMode extends $tea.Model {
|
|
5458
|
+
defaultBright?: string;
|
|
5459
|
+
defaultVolume?: string;
|
|
5489
5460
|
enable?: boolean;
|
|
5490
5461
|
end?: string;
|
|
5491
|
-
maxBright?: string;
|
|
5492
|
-
maxVolume?: string;
|
|
5493
|
-
standbyAction?: string;
|
|
5494
|
-
start?: string;
|
|
5495
|
-
static names(): {
|
|
5496
|
-
[key: string]: string;
|
|
5497
|
-
};
|
|
5498
|
-
static types(): {
|
|
5499
|
-
[key: string]: any;
|
|
5500
|
-
};
|
|
5501
|
-
constructor(map?: {
|
|
5502
|
-
[key: string]: any;
|
|
5503
|
-
});
|
|
5504
|
-
}
|
|
5505
|
-
export declare class AddOrUpdateNightModeRequestNightMode extends $tea.Model {
|
|
5506
|
-
enable?: boolean;
|
|
5507
|
-
end?: string;
|
|
5508
|
-
maxBright?: string;
|
|
5509
|
-
maxVolume?: string;
|
|
5510
5462
|
standbyAction?: string;
|
|
5511
5463
|
start?: string;
|
|
5512
5464
|
static names(): {
|
|
@@ -6077,10 +6029,10 @@ export declare class GetHotelSettingResponseBodyResultHotelScreenSaver extends $
|
|
|
6077
6029
|
});
|
|
6078
6030
|
}
|
|
6079
6031
|
export declare class GetHotelSettingResponseBodyResultNightMode extends $tea.Model {
|
|
6032
|
+
defaultBright?: string;
|
|
6033
|
+
defaultVolume?: string;
|
|
6080
6034
|
enable?: boolean;
|
|
6081
6035
|
end?: string;
|
|
6082
|
-
maxBright?: string;
|
|
6083
|
-
maxVolume?: string;
|
|
6084
6036
|
standbyAction?: string;
|
|
6085
6037
|
start?: string;
|
|
6086
6038
|
static names(): {
|
|
@@ -7034,12 +6986,9 @@ export declare class QueryDeviceStatusRequestUserInfo extends $tea.Model {
|
|
|
7034
6986
|
[key: string]: any;
|
|
7035
6987
|
});
|
|
7036
6988
|
}
|
|
7037
|
-
export declare class
|
|
7038
|
-
|
|
7039
|
-
|
|
7040
|
-
id?: string;
|
|
7041
|
-
idType?: string;
|
|
7042
|
-
organizationId?: string;
|
|
6989
|
+
export declare class QueryHotelRoomDetailResponseBodyResultAuthAccounts extends $tea.Model {
|
|
6990
|
+
accountName?: string;
|
|
6991
|
+
authTime?: string;
|
|
7043
6992
|
static names(): {
|
|
7044
6993
|
[key: string]: string;
|
|
7045
6994
|
};
|
|
@@ -7050,11 +6999,102 @@ export declare class QueryHotelProductRequestUserInfo extends $tea.Model {
|
|
|
7050
6999
|
[key: string]: any;
|
|
7051
7000
|
});
|
|
7052
7001
|
}
|
|
7053
|
-
export declare class
|
|
7002
|
+
export declare class QueryHotelRoomDetailResponseBodyResultDeviceInfos extends $tea.Model {
|
|
7003
|
+
activeTime?: string;
|
|
7004
|
+
deviceName?: string;
|
|
7005
|
+
firmwareVersion?: string;
|
|
7006
|
+
mac?: string;
|
|
7007
|
+
onlineStatus?: number;
|
|
7008
|
+
sn?: string;
|
|
7009
|
+
uuid?: string;
|
|
7010
|
+
static names(): {
|
|
7011
|
+
[key: string]: string;
|
|
7012
|
+
};
|
|
7013
|
+
static types(): {
|
|
7014
|
+
[key: string]: any;
|
|
7015
|
+
};
|
|
7016
|
+
constructor(map?: {
|
|
7017
|
+
[key: string]: any;
|
|
7018
|
+
});
|
|
7019
|
+
}
|
|
7020
|
+
export declare class QueryHotelRoomDetailResponseBodyResultOtherService extends $tea.Model {
|
|
7021
|
+
openCall?: boolean;
|
|
7022
|
+
unhandleTickets?: number;
|
|
7023
|
+
static names(): {
|
|
7024
|
+
[key: string]: string;
|
|
7025
|
+
};
|
|
7026
|
+
static types(): {
|
|
7027
|
+
[key: string]: any;
|
|
7028
|
+
};
|
|
7029
|
+
constructor(map?: {
|
|
7030
|
+
[key: string]: any;
|
|
7031
|
+
});
|
|
7032
|
+
}
|
|
7033
|
+
export declare class QueryHotelRoomDetailResponseBodyResultRoomControlInfoDeviceInfos extends $tea.Model {
|
|
7034
|
+
categoryEnName?: string;
|
|
7035
|
+
categoryId?: number;
|
|
7036
|
+
categoryName?: string;
|
|
7037
|
+
deviceConnectType?: string;
|
|
7038
|
+
deviceCount?: number;
|
|
7039
|
+
deviceId?: string;
|
|
7040
|
+
deviceName?: string;
|
|
7041
|
+
locationEnName?: string;
|
|
7042
|
+
locationId?: number;
|
|
7043
|
+
locationName?: string;
|
|
7044
|
+
productKey?: string;
|
|
7045
|
+
static names(): {
|
|
7046
|
+
[key: string]: string;
|
|
7047
|
+
};
|
|
7048
|
+
static types(): {
|
|
7049
|
+
[key: string]: any;
|
|
7050
|
+
};
|
|
7051
|
+
constructor(map?: {
|
|
7052
|
+
[key: string]: any;
|
|
7053
|
+
});
|
|
7054
|
+
}
|
|
7055
|
+
export declare class QueryHotelRoomDetailResponseBodyResultRoomControlInfo extends $tea.Model {
|
|
7056
|
+
appId?: number;
|
|
7057
|
+
appName?: string;
|
|
7058
|
+
deviceInfos?: QueryHotelRoomDetailResponseBodyResultRoomControlInfoDeviceInfos[];
|
|
7059
|
+
rcuUrl?: string;
|
|
7060
|
+
templateId?: number;
|
|
7061
|
+
templateName?: string;
|
|
7062
|
+
static names(): {
|
|
7063
|
+
[key: string]: string;
|
|
7064
|
+
};
|
|
7065
|
+
static types(): {
|
|
7066
|
+
[key: string]: any;
|
|
7067
|
+
};
|
|
7068
|
+
constructor(map?: {
|
|
7069
|
+
[key: string]: any;
|
|
7070
|
+
});
|
|
7071
|
+
}
|
|
7072
|
+
export declare class QueryHotelRoomDetailResponseBodyResultRoomServiceInfo extends $tea.Model {
|
|
7073
|
+
bookServiceCnt?: number;
|
|
7074
|
+
goodsServiceCnt?: number;
|
|
7075
|
+
repairServiceCnt?: number;
|
|
7076
|
+
roomServiceCnt?: number;
|
|
7077
|
+
static names(): {
|
|
7078
|
+
[key: string]: string;
|
|
7079
|
+
};
|
|
7080
|
+
static types(): {
|
|
7081
|
+
[key: string]: any;
|
|
7082
|
+
};
|
|
7083
|
+
constructor(map?: {
|
|
7084
|
+
[key: string]: any;
|
|
7085
|
+
});
|
|
7086
|
+
}
|
|
7087
|
+
export declare class QueryHotelRoomDetailResponseBodyResult extends $tea.Model {
|
|
7088
|
+
authAccounts?: QueryHotelRoomDetailResponseBodyResultAuthAccounts[];
|
|
7089
|
+
connectType?: string;
|
|
7090
|
+
creatorAccountName?: string;
|
|
7091
|
+
deviceInfos?: QueryHotelRoomDetailResponseBodyResultDeviceInfos[];
|
|
7054
7092
|
hotelId?: string;
|
|
7055
7093
|
hotelName?: string;
|
|
7056
|
-
|
|
7057
|
-
|
|
7094
|
+
otherService?: QueryHotelRoomDetailResponseBodyResultOtherService;
|
|
7095
|
+
roomControlInfo?: QueryHotelRoomDetailResponseBodyResultRoomControlInfo;
|
|
7096
|
+
roomNo?: string;
|
|
7097
|
+
roomServiceInfo?: QueryHotelRoomDetailResponseBodyResultRoomServiceInfo;
|
|
7058
7098
|
static names(): {
|
|
7059
7099
|
[key: string]: string;
|
|
7060
7100
|
};
|
|
@@ -7304,8 +7344,6 @@ export default class Client extends OpenApi {
|
|
|
7304
7344
|
addOrUpdateDisPlayModes(request: AddOrUpdateDisPlayModesRequest): Promise<AddOrUpdateDisPlayModesResponse>;
|
|
7305
7345
|
addOrUpdateHotelSettingWithOptions(tmpReq: AddOrUpdateHotelSettingRequest, headers: AddOrUpdateHotelSettingHeaders, runtime: $Util.RuntimeOptions): Promise<AddOrUpdateHotelSettingResponse>;
|
|
7306
7346
|
addOrUpdateHotelSetting(request: AddOrUpdateHotelSettingRequest): Promise<AddOrUpdateHotelSettingResponse>;
|
|
7307
|
-
addOrUpdateNightModeWithOptions(tmpReq: AddOrUpdateNightModeRequest, headers: AddOrUpdateNightModeHeaders, runtime: $Util.RuntimeOptions): Promise<AddOrUpdateNightModeResponse>;
|
|
7308
|
-
addOrUpdateNightMode(request: AddOrUpdateNightModeRequest): Promise<AddOrUpdateNightModeResponse>;
|
|
7309
7347
|
addOrUpdateScreenSaverWithOptions(tmpReq: AddOrUpdateScreenSaverRequest, headers: AddOrUpdateScreenSaverHeaders, runtime: $Util.RuntimeOptions): Promise<AddOrUpdateScreenSaverResponse>;
|
|
7310
7348
|
addOrUpdateScreenSaver(request: AddOrUpdateScreenSaverRequest): Promise<AddOrUpdateScreenSaverResponse>;
|
|
7311
7349
|
addOrUpdateWelcomeTextWithOptions(request: AddOrUpdateWelcomeTextRequest, headers: AddOrUpdateWelcomeTextHeaders, runtime: $Util.RuntimeOptions): Promise<AddOrUpdateWelcomeTextResponse>;
|
|
@@ -7320,7 +7358,7 @@ export default class Client extends OpenApi {
|
|
|
7320
7358
|
checkoutWithAK(request: CheckoutWithAKRequest): Promise<CheckoutWithAKResponse>;
|
|
7321
7359
|
childAccountAuthWithOptions(request: ChildAccountAuthRequest, headers: ChildAccountAuthHeaders, runtime: $Util.RuntimeOptions): Promise<ChildAccountAuthResponse>;
|
|
7322
7360
|
childAccountAuth(request: ChildAccountAuthRequest): Promise<ChildAccountAuthResponse>;
|
|
7323
|
-
createHotelWithOptions(
|
|
7361
|
+
createHotelWithOptions(tmpReq: CreateHotelRequest, headers: CreateHotelHeaders, runtime: $Util.RuntimeOptions): Promise<CreateHotelResponse>;
|
|
7324
7362
|
createHotel(request: CreateHotelRequest): Promise<CreateHotelResponse>;
|
|
7325
7363
|
createHotelAlarmWithOptions(tmpReq: CreateHotelAlarmRequest, headers: CreateHotelAlarmHeaders, runtime: $Util.RuntimeOptions): Promise<CreateHotelAlarmResponse>;
|
|
7326
7364
|
createHotelAlarm(request: CreateHotelAlarmRequest): Promise<CreateHotelAlarmResponse>;
|
|
@@ -7420,8 +7458,8 @@ export default class Client extends OpenApi {
|
|
|
7420
7458
|
pushWelcomeTextAndMusic(request: PushWelcomeTextAndMusicRequest): Promise<PushWelcomeTextAndMusicResponse>;
|
|
7421
7459
|
queryDeviceStatusWithOptions(tmpReq: QueryDeviceStatusRequest, headers: QueryDeviceStatusHeaders, runtime: $Util.RuntimeOptions): Promise<QueryDeviceStatusResponse>;
|
|
7422
7460
|
queryDeviceStatus(request: QueryDeviceStatusRequest): Promise<QueryDeviceStatusResponse>;
|
|
7423
|
-
|
|
7424
|
-
|
|
7461
|
+
queryHotelRoomDetailWithOptions(request: QueryHotelRoomDetailRequest, headers: QueryHotelRoomDetailHeaders, runtime: $Util.RuntimeOptions): Promise<QueryHotelRoomDetailResponse>;
|
|
7462
|
+
queryHotelRoomDetail(request: QueryHotelRoomDetailRequest): Promise<QueryHotelRoomDetailResponse>;
|
|
7425
7463
|
queryRoomControlDevicesWithOptions(request: QueryRoomControlDevicesRequest, headers: QueryRoomControlDevicesHeaders, runtime: $Util.RuntimeOptions): Promise<QueryRoomControlDevicesResponse>;
|
|
7426
7464
|
queryRoomControlDevices(request: QueryRoomControlDevicesRequest): Promise<QueryRoomControlDevicesResponse>;
|
|
7427
7465
|
removeChildAccountAuthWithOptions(request: RemoveChildAccountAuthRequest, headers: RemoveChildAccountAuthHeaders, runtime: $Util.RuntimeOptions): Promise<RemoveChildAccountAuthResponse>;
|
|
@@ -7440,7 +7478,7 @@ export default class Client extends OpenApi {
|
|
|
7440
7478
|
updateBasicInfoQA(request: UpdateBasicInfoQARequest): Promise<UpdateBasicInfoQAResponse>;
|
|
7441
7479
|
updateCustomQAWithOptions(tmpReq: UpdateCustomQARequest, headers: UpdateCustomQAHeaders, runtime: $Util.RuntimeOptions): Promise<UpdateCustomQAResponse>;
|
|
7442
7480
|
updateCustomQA(request: UpdateCustomQARequest): Promise<UpdateCustomQAResponse>;
|
|
7443
|
-
updateHotelWithOptions(
|
|
7481
|
+
updateHotelWithOptions(tmpReq: UpdateHotelRequest, headers: UpdateHotelHeaders, runtime: $Util.RuntimeOptions): Promise<UpdateHotelResponse>;
|
|
7444
7482
|
updateHotel(request: UpdateHotelRequest): Promise<UpdateHotelResponse>;
|
|
7445
7483
|
updateHotelAlarmWithOptions(tmpReq: UpdateHotelAlarmRequest, headers: UpdateHotelAlarmHeaders, runtime: $Util.RuntimeOptions): Promise<UpdateHotelAlarmResponse>;
|
|
7446
7484
|
updateHotelAlarm(request: UpdateHotelAlarmRequest): Promise<UpdateHotelAlarmResponse>;
|