@alicloud/aligenieip_1_0 2.3.1 → 2.5.0
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 +207 -1
- package/dist/client.js +408 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +511 -2
package/dist/client.d.ts
CHANGED
|
@@ -144,6 +144,85 @@ export declare class AddCustomQAResponse extends $tea.Model {
|
|
|
144
144
|
[key: string]: any;
|
|
145
145
|
});
|
|
146
146
|
}
|
|
147
|
+
export declare class AddCustomQAV2Headers extends $tea.Model {
|
|
148
|
+
commonHeaders?: {
|
|
149
|
+
[key: string]: string;
|
|
150
|
+
};
|
|
151
|
+
xAcsAligenieAccessToken?: string;
|
|
152
|
+
authorization?: string;
|
|
153
|
+
static names(): {
|
|
154
|
+
[key: string]: string;
|
|
155
|
+
};
|
|
156
|
+
static types(): {
|
|
157
|
+
[key: string]: any;
|
|
158
|
+
};
|
|
159
|
+
constructor(map?: {
|
|
160
|
+
[key: string]: any;
|
|
161
|
+
});
|
|
162
|
+
}
|
|
163
|
+
export declare class AddCustomQAV2Request extends $tea.Model {
|
|
164
|
+
answers?: string[];
|
|
165
|
+
hotelId?: string;
|
|
166
|
+
keyWords?: string[];
|
|
167
|
+
majorQuestion?: string;
|
|
168
|
+
supplementaryQuestions?: string[];
|
|
169
|
+
static names(): {
|
|
170
|
+
[key: string]: string;
|
|
171
|
+
};
|
|
172
|
+
static types(): {
|
|
173
|
+
[key: string]: any;
|
|
174
|
+
};
|
|
175
|
+
constructor(map?: {
|
|
176
|
+
[key: string]: any;
|
|
177
|
+
});
|
|
178
|
+
}
|
|
179
|
+
export declare class AddCustomQAV2ShrinkRequest extends $tea.Model {
|
|
180
|
+
answersShrink?: string;
|
|
181
|
+
hotelId?: string;
|
|
182
|
+
keyWordsShrink?: string;
|
|
183
|
+
majorQuestion?: string;
|
|
184
|
+
supplementaryQuestionsShrink?: string;
|
|
185
|
+
static names(): {
|
|
186
|
+
[key: string]: string;
|
|
187
|
+
};
|
|
188
|
+
static types(): {
|
|
189
|
+
[key: string]: any;
|
|
190
|
+
};
|
|
191
|
+
constructor(map?: {
|
|
192
|
+
[key: string]: any;
|
|
193
|
+
});
|
|
194
|
+
}
|
|
195
|
+
export declare class AddCustomQAV2ResponseBody extends $tea.Model {
|
|
196
|
+
message?: string;
|
|
197
|
+
requestId?: string;
|
|
198
|
+
result?: AddCustomQAV2ResponseBodyResult;
|
|
199
|
+
statusCode?: number;
|
|
200
|
+
static names(): {
|
|
201
|
+
[key: string]: string;
|
|
202
|
+
};
|
|
203
|
+
static types(): {
|
|
204
|
+
[key: string]: any;
|
|
205
|
+
};
|
|
206
|
+
constructor(map?: {
|
|
207
|
+
[key: string]: any;
|
|
208
|
+
});
|
|
209
|
+
}
|
|
210
|
+
export declare class AddCustomQAV2Response extends $tea.Model {
|
|
211
|
+
headers: {
|
|
212
|
+
[key: string]: string;
|
|
213
|
+
};
|
|
214
|
+
statusCode: number;
|
|
215
|
+
body: AddCustomQAV2ResponseBody;
|
|
216
|
+
static names(): {
|
|
217
|
+
[key: string]: string;
|
|
218
|
+
};
|
|
219
|
+
static types(): {
|
|
220
|
+
[key: string]: any;
|
|
221
|
+
};
|
|
222
|
+
constructor(map?: {
|
|
223
|
+
[key: string]: any;
|
|
224
|
+
});
|
|
225
|
+
}
|
|
147
226
|
export declare class AddMessageTemplateHeaders extends $tea.Model {
|
|
148
227
|
commonHeaders?: {
|
|
149
228
|
[key: string]: string;
|
|
@@ -3868,6 +3947,20 @@ export declare class ListHotelRoomsHeaders extends $tea.Model {
|
|
|
3868
3947
|
});
|
|
3869
3948
|
}
|
|
3870
3949
|
export declare class ListHotelRoomsRequest extends $tea.Model {
|
|
3950
|
+
hotelAdminRoom?: ListHotelRoomsRequestHotelAdminRoom;
|
|
3951
|
+
hotelId?: string;
|
|
3952
|
+
static names(): {
|
|
3953
|
+
[key: string]: string;
|
|
3954
|
+
};
|
|
3955
|
+
static types(): {
|
|
3956
|
+
[key: string]: any;
|
|
3957
|
+
};
|
|
3958
|
+
constructor(map?: {
|
|
3959
|
+
[key: string]: any;
|
|
3960
|
+
});
|
|
3961
|
+
}
|
|
3962
|
+
export declare class ListHotelRoomsShrinkRequest extends $tea.Model {
|
|
3963
|
+
hotelAdminRoomShrink?: string;
|
|
3871
3964
|
hotelId?: string;
|
|
3872
3965
|
static names(): {
|
|
3873
3966
|
[key: string]: string;
|
|
@@ -4220,6 +4313,7 @@ export declare class ListHotelsHeaders extends $tea.Model {
|
|
|
4220
4313
|
});
|
|
4221
4314
|
}
|
|
4222
4315
|
export declare class ListHotelsRequest extends $tea.Model {
|
|
4316
|
+
hotelRequest?: ListHotelsRequestHotelRequest;
|
|
4223
4317
|
page?: ListHotelsRequestPage;
|
|
4224
4318
|
status?: number;
|
|
4225
4319
|
static names(): {
|
|
@@ -4233,6 +4327,7 @@ export declare class ListHotelsRequest extends $tea.Model {
|
|
|
4233
4327
|
});
|
|
4234
4328
|
}
|
|
4235
4329
|
export declare class ListHotelsShrinkRequest extends $tea.Model {
|
|
4330
|
+
hotelRequestShrink?: string;
|
|
4236
4331
|
pageShrink?: string;
|
|
4237
4332
|
status?: number;
|
|
4238
4333
|
static names(): {
|
|
@@ -4830,6 +4925,68 @@ export declare class PushHotelMessageResponse extends $tea.Model {
|
|
|
4830
4925
|
[key: string]: any;
|
|
4831
4926
|
});
|
|
4832
4927
|
}
|
|
4928
|
+
export declare class PushWelcomeHeaders extends $tea.Model {
|
|
4929
|
+
commonHeaders?: {
|
|
4930
|
+
[key: string]: string;
|
|
4931
|
+
};
|
|
4932
|
+
xAcsAligenieAccessToken?: string;
|
|
4933
|
+
authorization?: string;
|
|
4934
|
+
static names(): {
|
|
4935
|
+
[key: string]: string;
|
|
4936
|
+
};
|
|
4937
|
+
static types(): {
|
|
4938
|
+
[key: string]: any;
|
|
4939
|
+
};
|
|
4940
|
+
constructor(map?: {
|
|
4941
|
+
[key: string]: any;
|
|
4942
|
+
});
|
|
4943
|
+
}
|
|
4944
|
+
export declare class PushWelcomeRequest extends $tea.Model {
|
|
4945
|
+
hotelId?: string;
|
|
4946
|
+
roomNo?: string;
|
|
4947
|
+
welcomeMusicUrl?: string;
|
|
4948
|
+
welcomeText?: string;
|
|
4949
|
+
static names(): {
|
|
4950
|
+
[key: string]: string;
|
|
4951
|
+
};
|
|
4952
|
+
static types(): {
|
|
4953
|
+
[key: string]: any;
|
|
4954
|
+
};
|
|
4955
|
+
constructor(map?: {
|
|
4956
|
+
[key: string]: any;
|
|
4957
|
+
});
|
|
4958
|
+
}
|
|
4959
|
+
export declare class PushWelcomeResponseBody extends $tea.Model {
|
|
4960
|
+
message?: string;
|
|
4961
|
+
requestId?: string;
|
|
4962
|
+
result?: boolean;
|
|
4963
|
+
statusCode?: number;
|
|
4964
|
+
static names(): {
|
|
4965
|
+
[key: string]: string;
|
|
4966
|
+
};
|
|
4967
|
+
static types(): {
|
|
4968
|
+
[key: string]: any;
|
|
4969
|
+
};
|
|
4970
|
+
constructor(map?: {
|
|
4971
|
+
[key: string]: any;
|
|
4972
|
+
});
|
|
4973
|
+
}
|
|
4974
|
+
export declare class PushWelcomeResponse extends $tea.Model {
|
|
4975
|
+
headers: {
|
|
4976
|
+
[key: string]: string;
|
|
4977
|
+
};
|
|
4978
|
+
statusCode: number;
|
|
4979
|
+
body: PushWelcomeResponseBody;
|
|
4980
|
+
static names(): {
|
|
4981
|
+
[key: string]: string;
|
|
4982
|
+
};
|
|
4983
|
+
static types(): {
|
|
4984
|
+
[key: string]: any;
|
|
4985
|
+
};
|
|
4986
|
+
constructor(map?: {
|
|
4987
|
+
[key: string]: any;
|
|
4988
|
+
});
|
|
4989
|
+
}
|
|
4833
4990
|
export declare class PushWelcomeTextAndMusicHeaders extends $tea.Model {
|
|
4834
4991
|
commonHeaders?: {
|
|
4835
4992
|
[key: string]: string;
|
|
@@ -6322,6 +6479,27 @@ export declare class UpdateTicketResponse extends $tea.Model {
|
|
|
6322
6479
|
[key: string]: any;
|
|
6323
6480
|
});
|
|
6324
6481
|
}
|
|
6482
|
+
export declare class AddCustomQAV2ResponseBodyResult extends $tea.Model {
|
|
6483
|
+
answers?: string;
|
|
6484
|
+
createTime?: string;
|
|
6485
|
+
hotelId?: string;
|
|
6486
|
+
keyWords?: string;
|
|
6487
|
+
lastOperator?: string;
|
|
6488
|
+
majorQuestion?: string;
|
|
6489
|
+
qaId?: string;
|
|
6490
|
+
status?: number;
|
|
6491
|
+
supplementaryQuestion?: string;
|
|
6492
|
+
updateTime?: string;
|
|
6493
|
+
static names(): {
|
|
6494
|
+
[key: string]: string;
|
|
6495
|
+
};
|
|
6496
|
+
static types(): {
|
|
6497
|
+
[key: string]: any;
|
|
6498
|
+
};
|
|
6499
|
+
constructor(map?: {
|
|
6500
|
+
[key: string]: any;
|
|
6501
|
+
});
|
|
6502
|
+
}
|
|
6325
6503
|
export declare class AddOrUpdateHotelSettingRequestHotelScreenSaver extends $tea.Model {
|
|
6326
6504
|
screenSaverPicUrl?: string;
|
|
6327
6505
|
screenSaverStyle?: string;
|
|
@@ -7569,6 +7747,18 @@ export declare class ListHotelOrderResponseBodyResult extends $tea.Model {
|
|
|
7569
7747
|
[key: string]: any;
|
|
7570
7748
|
});
|
|
7571
7749
|
}
|
|
7750
|
+
export declare class ListHotelRoomsRequestHotelAdminRoom extends $tea.Model {
|
|
7751
|
+
roomNo?: string;
|
|
7752
|
+
static names(): {
|
|
7753
|
+
[key: string]: string;
|
|
7754
|
+
};
|
|
7755
|
+
static types(): {
|
|
7756
|
+
[key: string]: any;
|
|
7757
|
+
};
|
|
7758
|
+
constructor(map?: {
|
|
7759
|
+
[key: string]: any;
|
|
7760
|
+
});
|
|
7761
|
+
}
|
|
7572
7762
|
export declare class ListHotelRoomsResponseBodyResult extends $tea.Model {
|
|
7573
7763
|
hotelId?: string;
|
|
7574
7764
|
roomNo?: string;
|
|
@@ -7841,6 +8031,18 @@ export declare class ListHotelServiceCategoryResponseBodyResult extends $tea.Mod
|
|
|
7841
8031
|
[key: string]: any;
|
|
7842
8032
|
});
|
|
7843
8033
|
}
|
|
8034
|
+
export declare class ListHotelsRequestHotelRequest extends $tea.Model {
|
|
8035
|
+
hotelId?: string;
|
|
8036
|
+
static names(): {
|
|
8037
|
+
[key: string]: string;
|
|
8038
|
+
};
|
|
8039
|
+
static types(): {
|
|
8040
|
+
[key: string]: any;
|
|
8041
|
+
};
|
|
8042
|
+
constructor(map?: {
|
|
8043
|
+
[key: string]: any;
|
|
8044
|
+
});
|
|
8045
|
+
}
|
|
7844
8046
|
export declare class ListHotelsRequestPage extends $tea.Model {
|
|
7845
8047
|
pageNumber?: number;
|
|
7846
8048
|
pageSize?: number;
|
|
@@ -8575,6 +8777,8 @@ export default class Client extends OpenApi {
|
|
|
8575
8777
|
addCartoon(request: AddCartoonRequest): Promise<AddCartoonResponse>;
|
|
8576
8778
|
addCustomQAWithOptions(tmpReq: AddCustomQARequest, headers: AddCustomQAHeaders, runtime: $Util.RuntimeOptions): Promise<AddCustomQAResponse>;
|
|
8577
8779
|
addCustomQA(request: AddCustomQARequest): Promise<AddCustomQAResponse>;
|
|
8780
|
+
addCustomQAV2WithOptions(tmpReq: AddCustomQAV2Request, headers: AddCustomQAV2Headers, runtime: $Util.RuntimeOptions): Promise<AddCustomQAV2Response>;
|
|
8781
|
+
addCustomQAV2(request: AddCustomQAV2Request): Promise<AddCustomQAV2Response>;
|
|
8578
8782
|
addMessageTemplateWithOptions(request: AddMessageTemplateRequest, headers: AddMessageTemplateHeaders, runtime: $Util.RuntimeOptions): Promise<AddMessageTemplateResponse>;
|
|
8579
8783
|
addMessageTemplate(request: AddMessageTemplateRequest): Promise<AddMessageTemplateResponse>;
|
|
8580
8784
|
addOrUpdateDisPlayModesWithOptions(tmpReq: AddOrUpdateDisPlayModesRequest, headers: AddOrUpdateDisPlayModesHeaders, runtime: $Util.RuntimeOptions): Promise<AddOrUpdateDisPlayModesResponse>;
|
|
@@ -8685,7 +8889,7 @@ export default class Client extends OpenApi {
|
|
|
8685
8889
|
listHotelMessageTemplate(): Promise<ListHotelMessageTemplateResponse>;
|
|
8686
8890
|
listHotelOrderWithOptions(tmpReq: ListHotelOrderRequest, headers: ListHotelOrderHeaders, runtime: $Util.RuntimeOptions): Promise<ListHotelOrderResponse>;
|
|
8687
8891
|
listHotelOrder(request: ListHotelOrderRequest): Promise<ListHotelOrderResponse>;
|
|
8688
|
-
listHotelRoomsWithOptions(
|
|
8892
|
+
listHotelRoomsWithOptions(tmpReq: ListHotelRoomsRequest, headers: ListHotelRoomsHeaders, runtime: $Util.RuntimeOptions): Promise<ListHotelRoomsResponse>;
|
|
8689
8893
|
listHotelRooms(request: ListHotelRoomsRequest): Promise<ListHotelRoomsResponse>;
|
|
8690
8894
|
listHotelSceneBookItemsWithOptions(tmpReq: ListHotelSceneBookItemsRequest, headers: ListHotelSceneBookItemsHeaders, runtime: $Util.RuntimeOptions): Promise<ListHotelSceneBookItemsResponse>;
|
|
8691
8895
|
listHotelSceneBookItems(request: ListHotelSceneBookItemsRequest): Promise<ListHotelSceneBookItemsResponse>;
|
|
@@ -8713,6 +8917,8 @@ export default class Client extends OpenApi {
|
|
|
8713
8917
|
pageGetHotelRoomDevices(request: PageGetHotelRoomDevicesRequest): Promise<PageGetHotelRoomDevicesResponse>;
|
|
8714
8918
|
pushHotelMessageWithOptions(tmpReq: PushHotelMessageRequest, headers: PushHotelMessageHeaders, runtime: $Util.RuntimeOptions): Promise<PushHotelMessageResponse>;
|
|
8715
8919
|
pushHotelMessage(request: PushHotelMessageRequest): Promise<PushHotelMessageResponse>;
|
|
8920
|
+
pushWelcomeWithOptions(request: PushWelcomeRequest, headers: PushWelcomeHeaders, runtime: $Util.RuntimeOptions): Promise<PushWelcomeResponse>;
|
|
8921
|
+
pushWelcome(request: PushWelcomeRequest): Promise<PushWelcomeResponse>;
|
|
8716
8922
|
pushWelcomeTextAndMusicWithOptions(tmpReq: PushWelcomeTextAndMusicRequest, headers: PushWelcomeTextAndMusicHeaders, runtime: $Util.RuntimeOptions): Promise<PushWelcomeTextAndMusicResponse>;
|
|
8717
8923
|
pushWelcomeTextAndMusic(request: PushWelcomeTextAndMusicRequest): Promise<PushWelcomeTextAndMusicResponse>;
|
|
8718
8924
|
queryDeviceStatusWithOptions(tmpReq: QueryDeviceStatusRequest, headers: QueryDeviceStatusHeaders, runtime: $Util.RuntimeOptions): Promise<QueryDeviceStatusResponse>;
|