tencentcloud-sdk-nodejs 4.0.559 → 4.0.561
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/CHANGELOG.md +420 -0
- package/SERVICE_CHANGELOG.md +386 -87
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_client.ts +16 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +253 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +87 -10
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -4
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/hasim/v20210716/hasim_models.ts +10 -0
- package/src/services/keewidb/v20220308/keewidb_client.ts +14 -1
- package/src/services/keewidb/v20220308/keewidb_models.ts +105 -15
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +0 -2
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +5 -5
- package/src/services/ms/v20180408/ms_client.ts +11 -5
- package/src/services/ocr/v20181119/ocr_client.ts +0 -1
- package/src/services/ocr/v20181119/ocr_models.ts +24 -12
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +45 -0
- package/src/services/scf/v20180416/scf_models.ts +11 -15
- package/src/services/tdmq/v20200217/tdmq_client.ts +21 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +395 -0
- package/src/services/teo/v20220901/teo_client.ts +3 -1
- package/src/services/teo/v20220901/teo_models.ts +126 -14
- package/src/services/thpc/v20220401/thpc_client.ts +3 -0
- package/src/services/thpc/v20220401/thpc_models.ts +4 -4
- package/src/services/trtc/v20190722/trtc_client.ts +2 -0
- package/src/services/trtc/v20190722/trtc_models.ts +85 -3
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +11 -5
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -5
- package/src/services/wav/v20210129/wav_client.ts +51 -20
- package/src/services/wav/v20210129/wav_models.ts +675 -137
- package/src/services/wedata/v20210820/wedata_models.ts +36 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +47 -8
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +253 -12
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +215 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +73 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +8 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +5 -1
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +6 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +88 -13
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +0 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +0 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +9 -3
- package/tencentcloud/services/ms/v20180408/ms_client.js +9 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -12
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -14
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +332 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +109 -11
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +73 -3
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +10 -5
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -5
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +578 -130
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +217 -12
- package/test/cdwch.v20200915.test.js +10 -0
- package/test/keewidb.v20220308.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/wav.v20210129.test.js +24 -4
- package/test/yinsuda.v20220527.test.js +32 -2
|
@@ -2220,6 +2220,36 @@ export interface Rule {
|
|
|
2220
2220
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2221
2221
|
*/
|
|
2222
2222
|
WhereFlag?: boolean;
|
|
2223
|
+
/**
|
|
2224
|
+
* 模版原始SQL
|
|
2225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2226
|
+
*/
|
|
2227
|
+
TemplateSql?: string;
|
|
2228
|
+
/**
|
|
2229
|
+
* 模版子维度:0.父维度类型,1.一致性: 枚举范围一致性,2.一致性:数值范围一致性,3.一致性:字段数据相关性
|
|
2230
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2231
|
+
*/
|
|
2232
|
+
SubQualityDim?: number;
|
|
2233
|
+
/**
|
|
2234
|
+
* 规则适用的目标数据对象类型(1:常量,2:离线表级,3:离线字段级别)
|
|
2235
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2236
|
+
*/
|
|
2237
|
+
TargetObjectType?: number;
|
|
2238
|
+
/**
|
|
2239
|
+
* 规则适用的目标数据对象类型(1:数值,2:字符串)
|
|
2240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2241
|
+
*/
|
|
2242
|
+
TargetObjectDataType?: number;
|
|
2243
|
+
/**
|
|
2244
|
+
* 目标字段详细类型,INT、STRING
|
|
2245
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2246
|
+
*/
|
|
2247
|
+
TargetObjectDataTypeName?: string;
|
|
2248
|
+
/**
|
|
2249
|
+
* 目标字段名称
|
|
2250
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2251
|
+
*/
|
|
2252
|
+
TargetObjectValue?: string;
|
|
2223
2253
|
}
|
|
2224
2254
|
/**
|
|
2225
2255
|
* ModifyRuleGroupSubscription请求参数结构体
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { ApplyChorusResponse, DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse,
|
|
3
|
+
import { ApplyChorusResponse, DescribeKTVSuggestionsResponse, DestroyKTVRobotResponse, CreateKTVRobotRequest, SyncKTVRobotCommandRequest, DescribeKTVPlaylistDetailRequest, SyncKTVRobotCommandResponse, CreateKTVRobotResponse, DescribeKTVSuggestionsRequest, DescribeKTVMatchMusicsRequest, DescribeKTVPlaylistsResponse, RechargeLiveVipResponse, DescribeKTVPlaylistsRequest, DescribeKTVPlaylistDetailResponse, DescribeLiveVipTradeInfosRequest, DescribeKTVRobotsResponse, BatchDescribeKTVMusicDetailsRequest, DescribeKTVMusicsByTagResponse, DescribeLiveVipTradeInfosResponse, SearchKTVMusicsResponse, DescribeKTVMatchMusicsResponse, DescribeKTVTagsResponse, RechargeLiveVipRequest, ApplyChorusRequest, BatchDescribeKTVMusicDetailsResponse, DescribeKTVMusicsByTagRequest, SearchKTVMusicsRequest, DescribeUserInfoRequest, DestroyKTVRobotRequest, DescribeUserInfoResponse, DescribeKTVRobotsRequest, DescribeKTVTagsRequest } from "./yinsuda_models";
|
|
4
4
|
/**
|
|
5
5
|
* yinsuda client
|
|
6
6
|
* @class
|
|
@@ -12,9 +12,9 @@ export declare class Client extends AbstractClient {
|
|
|
12
12
|
*/
|
|
13
13
|
CreateKTVRobot(req: CreateKTVRobotRequest, cb?: (error: string, rep: CreateKTVRobotResponse) => void): Promise<CreateKTVRobotResponse>;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* 充值直播会员,使该用户可以在直播场景使用
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
RechargeLiveVip(req: RechargeLiveVipRequest, cb?: (error: string, rep: RechargeLiveVipResponse) => void): Promise<RechargeLiveVipResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* 获取标签分组及分组下的标签列表信息。
|
|
20
20
|
*/
|
|
@@ -23,6 +23,10 @@ export declare class Client extends AbstractClient {
|
|
|
23
23
|
* 根据歌单 Id 获取歌单详情。
|
|
24
24
|
*/
|
|
25
25
|
DescribeKTVPlaylistDetail(req: DescribeKTVPlaylistDetailRequest, cb?: (error: string, rep: DescribeKTVPlaylistDetailResponse) => void): Promise<DescribeKTVPlaylistDetailResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
|
|
28
|
+
*/
|
|
29
|
+
SyncKTVRobotCommand(req: SyncKTVRobotCommandRequest, cb?: (error: string, rep: SyncKTVRobotCommandResponse) => void): Promise<SyncKTVRobotCommandResponse>;
|
|
26
30
|
/**
|
|
27
31
|
* 销毁机器人,机器人退出 RTC 房间。
|
|
28
32
|
*/
|
|
@@ -31,6 +35,14 @@ export declare class Client extends AbstractClient {
|
|
|
31
35
|
* 根据关键词获取联想词列表。
|
|
32
36
|
*/
|
|
33
37
|
DescribeKTVSuggestions(req: DescribeKTVSuggestionsRequest, cb?: (error: string, rep: DescribeKTVSuggestionsResponse) => void): Promise<DescribeKTVSuggestionsResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* 获取用户信息,包括是否为直播会员,及直播会员信息等
|
|
40
|
+
*/
|
|
41
|
+
DescribeUserInfo(req: DescribeUserInfoRequest, cb?: (error: string, rep: DescribeUserInfoResponse) => void): Promise<DescribeUserInfoResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 批量获取直播会员充值流水详细信息,包括:流水号,订单状态,下订单时间等
|
|
44
|
+
*/
|
|
45
|
+
DescribeLiveVipTradeInfos(req: DescribeLiveVipTradeInfosRequest, cb?: (error: string, rep: DescribeLiveVipTradeInfosResponse) => void): Promise<DescribeLiveVipTradeInfosResponse>;
|
|
34
46
|
/**
|
|
35
47
|
* 批量获取歌曲详细信息,包括:歌词下载链接、播放凭证、音高数据下载链接信息等。
|
|
36
48
|
*/
|
|
@@ -34,10 +34,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
return this.request("CreateKTVRobot", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 充值直播会员,使该用户可以在直播场景使用
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async RechargeLiveVip(req, cb) {
|
|
40
|
+
return this.request("RechargeLiveVip", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* 获取标签分组及分组下的标签列表信息。
|
|
@@ -51,6 +51,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
51
51
|
async DescribeKTVPlaylistDetail(req, cb) {
|
|
52
52
|
return this.request("DescribeKTVPlaylistDetail", req, cb);
|
|
53
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* 下发操作机器人指令,支持播放、暂停、恢复、歌单设置等操作指令,实现对机器人行为的控制。
|
|
56
|
+
*/
|
|
57
|
+
async SyncKTVRobotCommand(req, cb) {
|
|
58
|
+
return this.request("SyncKTVRobotCommand", req, cb);
|
|
59
|
+
}
|
|
54
60
|
/**
|
|
55
61
|
* 销毁机器人,机器人退出 RTC 房间。
|
|
56
62
|
*/
|
|
@@ -63,6 +69,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
63
69
|
async DescribeKTVSuggestions(req, cb) {
|
|
64
70
|
return this.request("DescribeKTVSuggestions", req, cb);
|
|
65
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* 获取用户信息,包括是否为直播会员,及直播会员信息等
|
|
74
|
+
*/
|
|
75
|
+
async DescribeUserInfo(req, cb) {
|
|
76
|
+
return this.request("DescribeUserInfo", req, cb);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* 批量获取直播会员充值流水详细信息,包括:流水号,订单状态,下订单时间等
|
|
80
|
+
*/
|
|
81
|
+
async DescribeLiveVipTradeInfos(req, cb) {
|
|
82
|
+
return this.request("DescribeLiveVipTradeInfos", req, cb);
|
|
83
|
+
}
|
|
66
84
|
/**
|
|
67
85
|
* 批量获取歌曲详细信息,包括:歌词下载链接、播放凭证、音高数据下载链接信息等。
|
|
68
86
|
*/
|
|
@@ -144,6 +144,19 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
144
144
|
*/
|
|
145
145
|
SyncRobotCommands: Array<SyncRobotCommand>;
|
|
146
146
|
}
|
|
147
|
+
/**
|
|
148
|
+
* 标签信息。
|
|
149
|
+
*/
|
|
150
|
+
export interface KTVTagInfo {
|
|
151
|
+
/**
|
|
152
|
+
* 标签 Id。
|
|
153
|
+
*/
|
|
154
|
+
TagId: string;
|
|
155
|
+
/**
|
|
156
|
+
* 标签名称。
|
|
157
|
+
*/
|
|
158
|
+
Name: string;
|
|
159
|
+
}
|
|
147
160
|
/**
|
|
148
161
|
* DescribeKTVPlaylistDetail请求参数结构体
|
|
149
162
|
*/
|
|
@@ -175,6 +188,15 @@ export interface DescribeKTVPlaylistDetailRequest {
|
|
|
175
188
|
*/
|
|
176
189
|
RightFilters?: Array<string>;
|
|
177
190
|
}
|
|
191
|
+
/**
|
|
192
|
+
* SyncKTVRobotCommand返回参数结构体
|
|
193
|
+
*/
|
|
194
|
+
export interface SyncKTVRobotCommandResponse {
|
|
195
|
+
/**
|
|
196
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
197
|
+
*/
|
|
198
|
+
RequestId?: string;
|
|
199
|
+
}
|
|
178
200
|
/**
|
|
179
201
|
* 歌曲详细信息。
|
|
180
202
|
*/
|
|
@@ -226,6 +248,24 @@ export interface CreateKTVRobotResponse {
|
|
|
226
248
|
*/
|
|
227
249
|
RequestId?: string;
|
|
228
250
|
}
|
|
251
|
+
/**
|
|
252
|
+
* 直播会员用户信息
|
|
253
|
+
*/
|
|
254
|
+
export interface LiveVipUserInfo {
|
|
255
|
+
/**
|
|
256
|
+
* 房间标识。
|
|
257
|
+
*/
|
|
258
|
+
RoomId?: string;
|
|
259
|
+
/**
|
|
260
|
+
* 直播会员结束时间。
|
|
261
|
+
*/
|
|
262
|
+
LiveVipEndTime?: string;
|
|
263
|
+
/**
|
|
264
|
+
* 会员生效状态
|
|
265
|
+
<li>Valid:生效</li><li>Invalid:无效</li>
|
|
266
|
+
*/
|
|
267
|
+
LiveVipStatus?: string;
|
|
268
|
+
}
|
|
229
269
|
/**
|
|
230
270
|
* DescribeKTVSuggestions请求参数结构体
|
|
231
271
|
*/
|
|
@@ -277,6 +317,19 @@ export interface DescribeKTVPlaylistsResponse {
|
|
|
277
317
|
*/
|
|
278
318
|
RequestId?: string;
|
|
279
319
|
}
|
|
320
|
+
/**
|
|
321
|
+
* RechargeLiveVip返回参数结构体
|
|
322
|
+
*/
|
|
323
|
+
export interface RechargeLiveVipResponse {
|
|
324
|
+
/**
|
|
325
|
+
* 直播会员信息。
|
|
326
|
+
*/
|
|
327
|
+
LiveVipUserInfo?: LiveVipUserInfo;
|
|
328
|
+
/**
|
|
329
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
330
|
+
*/
|
|
331
|
+
RequestId?: string;
|
|
332
|
+
}
|
|
280
333
|
/**
|
|
281
334
|
* DescribeKTVPlaylists请求参数结构体
|
|
282
335
|
*/
|
|
@@ -323,13 +376,39 @@ export interface DescribeKTVPlaylistDetailResponse {
|
|
|
323
376
|
RequestId?: string;
|
|
324
377
|
}
|
|
325
378
|
/**
|
|
326
|
-
*
|
|
379
|
+
* DescribeLiveVipTradeInfos请求参数结构体
|
|
327
380
|
*/
|
|
328
|
-
export interface
|
|
381
|
+
export interface DescribeLiveVipTradeInfosRequest {
|
|
329
382
|
/**
|
|
330
|
-
*
|
|
383
|
+
* 应用名称。
|
|
331
384
|
*/
|
|
332
|
-
|
|
385
|
+
AppName: string;
|
|
386
|
+
/**
|
|
387
|
+
* 直播会员充值下单起始时间,格式为 ISO。默认为当前时间前一天。
|
|
388
|
+
*/
|
|
389
|
+
StartTime?: string;
|
|
390
|
+
/**
|
|
391
|
+
* 直播会员充值下单截止时间,格式为 ISO。默认为当前时间。 EndTime不能小于StartTime
|
|
392
|
+
*/
|
|
393
|
+
EndTime?: string;
|
|
394
|
+
/**
|
|
395
|
+
* 交易流水号集合,匹配集合指定所有流水号 。
|
|
396
|
+
<li>数组长度限制:10。</li>
|
|
397
|
+
*/
|
|
398
|
+
TradeSerialNos?: Array<string>;
|
|
399
|
+
/**
|
|
400
|
+
* 用户标识集合,匹配集合指定所有用户标识 。
|
|
401
|
+
<li>数组长度限制:10。</li>
|
|
402
|
+
*/
|
|
403
|
+
UserIds?: Array<string>;
|
|
404
|
+
/**
|
|
405
|
+
* 分页返回的起始偏移量,默认值:0。将返回第 Offset 到第 Offset+Limit-1 条。
|
|
406
|
+
*/
|
|
407
|
+
Offset?: number;
|
|
408
|
+
/**
|
|
409
|
+
* 分页返回的记录条数,默认值:20,最大值:50。
|
|
410
|
+
*/
|
|
411
|
+
Limit?: number;
|
|
333
412
|
}
|
|
334
413
|
/**
|
|
335
414
|
* 设置销毁模式
|
|
@@ -447,6 +526,11 @@ export interface BatchDescribeKTVMusicDetailsRequest {
|
|
|
447
526
|
* 歌曲 Id 列表。
|
|
448
527
|
*/
|
|
449
528
|
MusicIds: Array<string>;
|
|
529
|
+
/**
|
|
530
|
+
* 播放场景。默认为Chat
|
|
531
|
+
<li>Live:直播</li><li>Chat:语聊</li>
|
|
532
|
+
*/
|
|
533
|
+
PlayScene?: string;
|
|
450
534
|
}
|
|
451
535
|
/**
|
|
452
536
|
* AME 曲库歌曲基础信息。
|
|
@@ -483,17 +567,21 @@ export interface DescribeKTVMusicsByTagResponse {
|
|
|
483
567
|
RequestId?: string;
|
|
484
568
|
}
|
|
485
569
|
/**
|
|
486
|
-
*
|
|
570
|
+
* DescribeLiveVipTradeInfos返回参数结构体
|
|
487
571
|
*/
|
|
488
|
-
export interface
|
|
572
|
+
export interface DescribeLiveVipTradeInfosResponse {
|
|
489
573
|
/**
|
|
490
|
-
*
|
|
574
|
+
* 直播会员充值流水信息列表
|
|
491
575
|
*/
|
|
492
|
-
|
|
576
|
+
LiveVipTradeInfoSet?: Array<LiveVipTradeInfo>;
|
|
493
577
|
/**
|
|
494
|
-
*
|
|
578
|
+
* 直播会员充值流水总数。
|
|
495
579
|
*/
|
|
496
|
-
|
|
580
|
+
TotalCount?: number;
|
|
581
|
+
/**
|
|
582
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
583
|
+
*/
|
|
584
|
+
RequestId?: string;
|
|
497
585
|
}
|
|
498
586
|
/**
|
|
499
587
|
* 歌曲专辑信息。
|
|
@@ -664,6 +752,36 @@ export interface DescribeKTVTagsResponse {
|
|
|
664
752
|
*/
|
|
665
753
|
RequestId?: string;
|
|
666
754
|
}
|
|
755
|
+
/**
|
|
756
|
+
* RechargeLiveVip请求参数结构体
|
|
757
|
+
*/
|
|
758
|
+
export interface RechargeLiveVipRequest {
|
|
759
|
+
/**
|
|
760
|
+
* 应用名称。
|
|
761
|
+
*/
|
|
762
|
+
AppName: string;
|
|
763
|
+
/**
|
|
764
|
+
* 用户标识。
|
|
765
|
+
*/
|
|
766
|
+
UserId: string;
|
|
767
|
+
/**
|
|
768
|
+
* 交易流水号,用于标记此次充值记录,多次充值记录传入相同的 TradeSerialNo 会判断为失败,可用于防止重提提交造成重复计费。
|
|
769
|
+
*/
|
|
770
|
+
TradeSerialNo: string;
|
|
771
|
+
/**
|
|
772
|
+
* 房间标识。
|
|
773
|
+
*/
|
|
774
|
+
RoomId: string;
|
|
775
|
+
/**
|
|
776
|
+
* 充值会员天数。
|
|
777
|
+
取值有:
|
|
778
|
+
<li>31</li>
|
|
779
|
+
<li>93</li>
|
|
780
|
+
<li>186</li>
|
|
781
|
+
<li>372</li>
|
|
782
|
+
*/
|
|
783
|
+
VipDays: number;
|
|
784
|
+
}
|
|
667
785
|
/**
|
|
668
786
|
* 副歌片段信息。
|
|
669
787
|
*/
|
|
@@ -741,11 +859,11 @@ export interface BatchDescribeKTVMusicDetailsResponse {
|
|
|
741
859
|
/**
|
|
742
860
|
* 歌曲详细信息列表。
|
|
743
861
|
*/
|
|
744
|
-
KTVMusicDetailInfoSet
|
|
862
|
+
KTVMusicDetailInfoSet?: Array<KTVMusicDetailInfo>;
|
|
745
863
|
/**
|
|
746
864
|
* 不存在歌曲Id列表。
|
|
747
865
|
*/
|
|
748
|
-
NotExistMusicIdSet
|
|
866
|
+
NotExistMusicIdSet?: Array<string>;
|
|
749
867
|
/**
|
|
750
868
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
751
869
|
*/
|
|
@@ -910,6 +1028,19 @@ export interface KTVPlaylistBaseInfo {
|
|
|
910
1028
|
*/
|
|
911
1029
|
Title: string;
|
|
912
1030
|
}
|
|
1031
|
+
/**
|
|
1032
|
+
* DescribeUserInfo请求参数结构体
|
|
1033
|
+
*/
|
|
1034
|
+
export interface DescribeUserInfoRequest {
|
|
1035
|
+
/**
|
|
1036
|
+
* 应用名称。
|
|
1037
|
+
*/
|
|
1038
|
+
AppName: string;
|
|
1039
|
+
/**
|
|
1040
|
+
* 用户标识。
|
|
1041
|
+
*/
|
|
1042
|
+
UserId: string;
|
|
1043
|
+
}
|
|
913
1044
|
/**
|
|
914
1045
|
* 发送自定义信息指令参数
|
|
915
1046
|
*/
|
|
@@ -940,6 +1071,80 @@ export interface DestroyKTVRobotRequest {
|
|
|
940
1071
|
*/
|
|
941
1072
|
RobotId: string;
|
|
942
1073
|
}
|
|
1074
|
+
/**
|
|
1075
|
+
* 充值直播会员流水信息
|
|
1076
|
+
*/
|
|
1077
|
+
export interface LiveVipTradeInfo {
|
|
1078
|
+
/**
|
|
1079
|
+
* 交易流水号。
|
|
1080
|
+
*/
|
|
1081
|
+
TradeSerialNo?: string;
|
|
1082
|
+
/**
|
|
1083
|
+
* 应用名称。
|
|
1084
|
+
*/
|
|
1085
|
+
AppName?: string;
|
|
1086
|
+
/**
|
|
1087
|
+
* 用户标识。
|
|
1088
|
+
*/
|
|
1089
|
+
UserId?: string;
|
|
1090
|
+
/**
|
|
1091
|
+
* 房间标识。
|
|
1092
|
+
*/
|
|
1093
|
+
RoomId?: string;
|
|
1094
|
+
/**
|
|
1095
|
+
* 充值会员天数。
|
|
1096
|
+
取值有:
|
|
1097
|
+
<li>31</li> <li>93</li><li>186</li> <li>372</li>
|
|
1098
|
+
*/
|
|
1099
|
+
VipDays?: number;
|
|
1100
|
+
/**
|
|
1101
|
+
* 订单状态。
|
|
1102
|
+
取值有:
|
|
1103
|
+
<li>Success:成功</li><li>Fail:失败</li><li>Processing:订单处理中</li>
|
|
1104
|
+
*/
|
|
1105
|
+
Status?: string;
|
|
1106
|
+
/**
|
|
1107
|
+
* 创建时间。
|
|
1108
|
+
*/
|
|
1109
|
+
CreateTime?: string;
|
|
1110
|
+
}
|
|
1111
|
+
/**
|
|
1112
|
+
* 用户信息
|
|
1113
|
+
*/
|
|
1114
|
+
export interface UserInfo {
|
|
1115
|
+
/**
|
|
1116
|
+
* 应用名称。
|
|
1117
|
+
*/
|
|
1118
|
+
AppName?: string;
|
|
1119
|
+
/**
|
|
1120
|
+
* 用户标识。
|
|
1121
|
+
*/
|
|
1122
|
+
UserId?: string;
|
|
1123
|
+
/**
|
|
1124
|
+
* 直播会员详细信息。
|
|
1125
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1126
|
+
*/
|
|
1127
|
+
LiveVipUserInfo?: LiveVipUserInfo;
|
|
1128
|
+
/**
|
|
1129
|
+
* 用户类型
|
|
1130
|
+
<li>Normal:普通用户</li>
|
|
1131
|
+
<li>LiveVip:直播会员用户</li>
|
|
1132
|
+
*/
|
|
1133
|
+
UserType?: string;
|
|
1134
|
+
}
|
|
1135
|
+
/**
|
|
1136
|
+
* DescribeUserInfo返回参数结构体
|
|
1137
|
+
*/
|
|
1138
|
+
export interface DescribeUserInfoResponse {
|
|
1139
|
+
/**
|
|
1140
|
+
* 用户信息。
|
|
1141
|
+
*/
|
|
1142
|
+
UserInfo?: UserInfo;
|
|
1143
|
+
/**
|
|
1144
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1145
|
+
*/
|
|
1146
|
+
RequestId?: string;
|
|
1147
|
+
}
|
|
943
1148
|
/**
|
|
944
1149
|
* DescribeKTVRobots请求参数结构体
|
|
945
1150
|
*/
|
|
@@ -78,6 +78,16 @@ it("cdwch.v20200915.OpenBackUp", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("cdwch.v20200915.DescribeInstanceClusters", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeInstanceClusters({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
81
91
|
it("cdwch.v20200915.DescribeInstanceKeyValConfigs", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.DescribeInstanceKeyValConfigs({})
|
|
@@ -338,6 +338,16 @@ it("keewidb.v20220308.ClearInstance", async function () {
|
|
|
338
338
|
}
|
|
339
339
|
})
|
|
340
340
|
|
|
341
|
+
it("keewidb.v20220308.DescribeInstanceDealDetail", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.DescribeInstanceDealDetail({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
341
351
|
it("keewidb.v20220308.DestroyPostpaidInstance", async function () {
|
|
342
352
|
try {
|
|
343
353
|
const data = await client.DestroyPostpaidInstance({})
|
|
@@ -628,6 +628,16 @@ it("redis.v20180412.AssociateSecurityGroups", async function () {
|
|
|
628
628
|
}
|
|
629
629
|
})
|
|
630
630
|
|
|
631
|
+
it("redis.v20180412.DescribeSSLStatus", async function () {
|
|
632
|
+
try {
|
|
633
|
+
const data = await client.DescribeSSLStatus({})
|
|
634
|
+
expect(data).to.be.ok
|
|
635
|
+
} catch(error) {
|
|
636
|
+
expect(error.requestId).to.be.ok
|
|
637
|
+
expect(error.code).to.be.ok
|
|
638
|
+
}
|
|
639
|
+
})
|
|
640
|
+
|
|
631
641
|
it("redis.v20180412.DescribeInstanceMonitorBigKey", async function () {
|
|
632
642
|
try {
|
|
633
643
|
const data = await client.DescribeInstanceMonitorBigKey({})
|
|
@@ -428,6 +428,16 @@ it("tdmq.v20200217.DescribeClusters", async function () {
|
|
|
428
428
|
}
|
|
429
429
|
})
|
|
430
430
|
|
|
431
|
+
it("tdmq.v20200217.DescribeRabbitMQVipInstance", async function () {
|
|
432
|
+
try {
|
|
433
|
+
const data = await client.DescribeRabbitMQVipInstance({})
|
|
434
|
+
expect(data).to.be.ok
|
|
435
|
+
} catch(error) {
|
|
436
|
+
expect(error.requestId).to.be.ok
|
|
437
|
+
expect(error.code).to.be.ok
|
|
438
|
+
}
|
|
439
|
+
})
|
|
440
|
+
|
|
431
441
|
it("tdmq.v20200217.ResetRocketMQConsumerOffSet", async function () {
|
|
432
442
|
try {
|
|
433
443
|
const data = await client.ResetRocketMQConsumerOffSet({})
|
|
@@ -78,6 +78,16 @@ it("wav.v20210129.QueryExternalContactList", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("wav.v20210129.QueryCustomerProfileList", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.QueryCustomerProfileList({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
81
91
|
it("wav.v20210129.QueryUserInfoList", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.QueryUserInfoList({})
|
|
@@ -128,9 +138,9 @@ it("wav.v20210129.QueryExternalContactDetail", async function () {
|
|
|
128
138
|
}
|
|
129
139
|
})
|
|
130
140
|
|
|
131
|
-
it("wav.v20210129.
|
|
141
|
+
it("wav.v20210129.QueryVehicleInfoList", async function () {
|
|
132
142
|
try {
|
|
133
|
-
const data = await client.
|
|
143
|
+
const data = await client.QueryVehicleInfoList({})
|
|
134
144
|
expect(data).to.be.ok
|
|
135
145
|
} catch(error) {
|
|
136
146
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +158,9 @@ it("wav.v20210129.QueryStaffEventDetailStatistics", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
151
|
-
it("wav.v20210129.
|
|
161
|
+
it("wav.v20210129.CreateLead", async function () {
|
|
152
162
|
try {
|
|
153
|
-
const data = await client.
|
|
163
|
+
const data = await client.CreateLead({})
|
|
154
164
|
expect(data).to.be.ok
|
|
155
165
|
} catch(error) {
|
|
156
166
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +238,16 @@ it("wav.v20210129.QueryDealerInfoList", async function () {
|
|
|
228
238
|
}
|
|
229
239
|
})
|
|
230
240
|
|
|
241
|
+
it("wav.v20210129.QueryExternalContactDetailByDate", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.QueryExternalContactDetailByDate({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
231
251
|
it("wav.v20210129.QueryExternalUserMappingInfo", async function () {
|
|
232
252
|
try {
|
|
233
253
|
const data = await client.QueryExternalUserMappingInfo({})
|
|
@@ -28,9 +28,9 @@ it("yinsuda.v20220527.CreateKTVRobot", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("yinsuda.v20220527.
|
|
31
|
+
it("yinsuda.v20220527.RechargeLiveVip", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.RechargeLiveVip({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -58,6 +58,16 @@ it("yinsuda.v20220527.DescribeKTVPlaylistDetail", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
+
it("yinsuda.v20220527.SyncKTVRobotCommand", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.SyncKTVRobotCommand({})
|
|
64
|
+
expect(data).to.be.ok
|
|
65
|
+
} catch(error) {
|
|
66
|
+
expect(error.requestId).to.be.ok
|
|
67
|
+
expect(error.code).to.be.ok
|
|
68
|
+
}
|
|
69
|
+
})
|
|
70
|
+
|
|
61
71
|
it("yinsuda.v20220527.DestroyKTVRobot", async function () {
|
|
62
72
|
try {
|
|
63
73
|
const data = await client.DestroyKTVRobot({})
|
|
@@ -78,6 +88,26 @@ it("yinsuda.v20220527.DescribeKTVSuggestions", async function () {
|
|
|
78
88
|
}
|
|
79
89
|
})
|
|
80
90
|
|
|
91
|
+
it("yinsuda.v20220527.DescribeUserInfo", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeUserInfo({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
101
|
+
it("yinsuda.v20220527.DescribeLiveVipTradeInfos", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeLiveVipTradeInfos({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
81
111
|
it("yinsuda.v20220527.BatchDescribeKTVMusicDetails", async function () {
|
|
82
112
|
try {
|
|
83
113
|
const data = await client.BatchDescribeKTVMusicDetails({})
|