tencentcloud-sdk-nodejs 4.0.459 → 4.0.460
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 +201 -0
- package/SERVICE_CHANGELOG.md +286 -46
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_models.ts +92 -92
- package/src/services/cbs/v20170312/cbs_models.ts +18 -18
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +64 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +30 -0
- package/src/services/cwp/v20180228/cwp_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dc/v20180410/dc_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +25 -0
- package/src/services/lcic/v20220817/lcic_models.ts +121 -0
- package/src/services/redis/v20180412/redis_models.ts +87 -51
- package/src/services/ssl/v20191205/ssl_models.ts +5 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +22 -1
- package/src/services/trtc/v20190722/trtc_client.ts +128 -59
- package/src/services/trtc/v20190722/trtc_models.ts +189 -0
- package/src/services/vod/v20180717/vod_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +92 -92
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +17 -17
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +54 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +25 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -0
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +103 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +81 -51
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +19 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +75 -39
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +89 -45
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +161 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
- package/test/lcic.v20220817.test.js +20 -0
- package/test/trtc.v20190722.test.js +46 -6
|
@@ -2351,6 +2351,11 @@ export interface ModifyConnectResourceRequest {
|
|
|
2351
2351
|
* Ctsdb配置,Type为CTSDB
|
|
2352
2352
|
*/
|
|
2353
2353
|
CtsdbConnectParam?: CtsdbModifyConnectParam
|
|
2354
|
+
|
|
2355
|
+
/**
|
|
2356
|
+
* Doris配置,Type为DORIS
|
|
2357
|
+
*/
|
|
2358
|
+
DorisConnectParam?: DorisModifyConnectParam
|
|
2354
2359
|
}
|
|
2355
2360
|
|
|
2356
2361
|
/**
|
|
@@ -4140,6 +4145,65 @@ export interface DtsConnectParam {
|
|
|
4140
4145
|
IsUpdate?: boolean
|
|
4141
4146
|
}
|
|
4142
4147
|
|
|
4148
|
+
/**
|
|
4149
|
+
* Doris 连接源修改参数
|
|
4150
|
+
*/
|
|
4151
|
+
export interface DorisModifyConnectParam {
|
|
4152
|
+
/**
|
|
4153
|
+
* Doris 连接源的实例资源
|
|
4154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4155
|
+
*/
|
|
4156
|
+
Resource: string
|
|
4157
|
+
|
|
4158
|
+
/**
|
|
4159
|
+
* Doris jdbc 负载均衡连接 port,通常映射到 fe 的 9030 端口
|
|
4160
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4161
|
+
*/
|
|
4162
|
+
Port?: number
|
|
4163
|
+
|
|
4164
|
+
/**
|
|
4165
|
+
* Doris 连接源的实例vip,当为腾讯云实例时,必填
|
|
4166
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4167
|
+
*/
|
|
4168
|
+
ServiceVip?: string
|
|
4169
|
+
|
|
4170
|
+
/**
|
|
4171
|
+
* Doris 连接源的vpcId,当为腾讯云实例时,必填
|
|
4172
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4173
|
+
*/
|
|
4174
|
+
UniqVpcId?: string
|
|
4175
|
+
|
|
4176
|
+
/**
|
|
4177
|
+
* Doris 连接源的用户名
|
|
4178
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4179
|
+
*/
|
|
4180
|
+
UserName?: string
|
|
4181
|
+
|
|
4182
|
+
/**
|
|
4183
|
+
* Doris 连接源的密码
|
|
4184
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4185
|
+
*/
|
|
4186
|
+
Password?: string
|
|
4187
|
+
|
|
4188
|
+
/**
|
|
4189
|
+
* 是否更新到关联的Datahub任务
|
|
4190
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4191
|
+
*/
|
|
4192
|
+
IsUpdate?: boolean
|
|
4193
|
+
|
|
4194
|
+
/**
|
|
4195
|
+
* Doris 连接源是否为自建集群
|
|
4196
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4197
|
+
*/
|
|
4198
|
+
SelfBuilt?: boolean
|
|
4199
|
+
|
|
4200
|
+
/**
|
|
4201
|
+
* Doris 的 http 负载均衡连接 port,通常映射到 be 的 8040 端口
|
|
4202
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4203
|
+
*/
|
|
4204
|
+
BePort?: number
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4143
4207
|
/**
|
|
4144
4208
|
* DescribeGroupInfo返回参数结构体
|
|
4145
4209
|
*/
|
|
@@ -16281,6 +16281,18 @@ export interface CreateSinglePaymentData {
|
|
|
16281
16281
|
* 平台交易流水号,唯一
|
|
16282
16282
|
*/
|
|
16283
16283
|
TradeSerialNo: string
|
|
16284
|
+
|
|
16285
|
+
/**
|
|
16286
|
+
* 代理商ID
|
|
16287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16288
|
+
*/
|
|
16289
|
+
AgentId: string
|
|
16290
|
+
|
|
16291
|
+
/**
|
|
16292
|
+
* 代理商名称
|
|
16293
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16294
|
+
*/
|
|
16295
|
+
AgentName: string
|
|
16284
16296
|
}
|
|
16285
16297
|
|
|
16286
16298
|
/**
|
|
@@ -25031,6 +25043,24 @@ export interface CreateOpenBankOrderRechargeResult {
|
|
|
25031
25043
|
* 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
|
|
25032
25044
|
*/
|
|
25033
25045
|
OutOrderId: string
|
|
25046
|
+
|
|
25047
|
+
/**
|
|
25048
|
+
* 充值状态
|
|
25049
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25050
|
+
*/
|
|
25051
|
+
DealStatus: string
|
|
25052
|
+
|
|
25053
|
+
/**
|
|
25054
|
+
* 充值返回描述
|
|
25055
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25056
|
+
*/
|
|
25057
|
+
DealMessage: string
|
|
25058
|
+
|
|
25059
|
+
/**
|
|
25060
|
+
* PC web端跳转链接
|
|
25061
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25062
|
+
*/
|
|
25063
|
+
PcWebUrl: string
|
|
25034
25064
|
}
|
|
25035
25065
|
|
|
25036
25066
|
/**
|
|
@@ -11311,7 +11311,7 @@ export interface DescribeBaselineItemDetectListRequest {
|
|
|
11311
11311
|
<li>ItemName - string - 是否必填:否 - 项名称</li>
|
|
11312
11312
|
<li>DetectStatus - int - 是否必填:否 - 检测状态</li>
|
|
11313
11313
|
<li>Level - int - 是否必填:否 - 风险等级</li>
|
|
11314
|
-
<li>StartTime - string - 是否必填:否 -
|
|
11314
|
+
<li>StartTime - string - 是否必填:否 - 开始时间</li>
|
|
11315
11315
|
<li>EndTime - string - 是否必填:否 - 结束时间</li>
|
|
11316
11316
|
*/
|
|
11317
11317
|
Filters?: Array<Filter>
|
|
@@ -13453,7 +13453,7 @@ export interface DescribeBaselineItemListRequest {
|
|
|
13453
13453
|
<li>ItemName - String - 是否必填:否 - 项名称</li>
|
|
13454
13454
|
<li>DetectStatus - int - 是否必填:否 - 检测状态[0:未通过|3:通过|5:检测中]</li>
|
|
13455
13455
|
<li>Level - int - 是否必填:否 - 风险等级</li>
|
|
13456
|
-
<li>StartTime - string - 是否必填:否 -
|
|
13456
|
+
<li>StartTime - string - 是否必填:否 - 开始时间</li>
|
|
13457
13457
|
<li>EndTime - string - 是否必填:否 - 结束时间</li>
|
|
13458
13458
|
*/
|
|
13459
13459
|
Filters?: Array<Filter>
|
|
@@ -19,19 +19,24 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
CreateRoomRequest,
|
|
22
|
+
SetAppCustomContentRequest,
|
|
22
23
|
CreateSupervisorRequest,
|
|
23
24
|
DescribeRoomResponse,
|
|
24
25
|
RegisterUserRequest,
|
|
25
26
|
LoginOriginIdRequest,
|
|
26
27
|
DescribeUserRequest,
|
|
27
28
|
RegisterUserResponse,
|
|
29
|
+
CreateDocumentResponse,
|
|
28
30
|
LoginUserRequest,
|
|
29
31
|
CreateSupervisorResponse,
|
|
32
|
+
CreateDocumentRequest,
|
|
30
33
|
CreateRoomResponse,
|
|
31
34
|
DescribeUserResponse,
|
|
35
|
+
SetAppCustomContentResponse,
|
|
32
36
|
DescribeRoomRequest,
|
|
33
37
|
LoginOriginIdResponse,
|
|
34
38
|
LoginUserResponse,
|
|
39
|
+
AppCustomContent,
|
|
35
40
|
} from "./lcic_models"
|
|
36
41
|
|
|
37
42
|
/**
|
|
@@ -43,6 +48,16 @@ export class Client extends AbstractClient {
|
|
|
43
48
|
super("lcic.tencentcloudapi.com", "2022-08-17", clientConfig)
|
|
44
49
|
}
|
|
45
50
|
|
|
51
|
+
/**
|
|
52
|
+
* 创建房间内可以使用的文档。
|
|
53
|
+
*/
|
|
54
|
+
async CreateDocument(
|
|
55
|
+
req: CreateDocumentRequest,
|
|
56
|
+
cb?: (error: string, rep: CreateDocumentResponse) => void
|
|
57
|
+
): Promise<CreateDocumentResponse> {
|
|
58
|
+
return this.request("CreateDocument", req, cb)
|
|
59
|
+
}
|
|
60
|
+
|
|
46
61
|
/**
|
|
47
62
|
* 获取用户信息
|
|
48
63
|
*/
|
|
@@ -93,6 +108,16 @@ export class Client extends AbstractClient {
|
|
|
93
108
|
return this.request("CreateSupervisor", req, cb)
|
|
94
109
|
}
|
|
95
110
|
|
|
111
|
+
/**
|
|
112
|
+
* 设置应用的自定义内容,包括应用图标,自定义的代码等。如果已存在,则为更新。更新js、css内容后,要生效也需要调用该接口
|
|
113
|
+
*/
|
|
114
|
+
async SetAppCustomContent(
|
|
115
|
+
req: SetAppCustomContentRequest,
|
|
116
|
+
cb?: (error: string, rep: SetAppCustomContentResponse) => void
|
|
117
|
+
): Promise<SetAppCustomContentResponse> {
|
|
118
|
+
return this.request("SetAppCustomContent", req, cb)
|
|
119
|
+
}
|
|
120
|
+
|
|
96
121
|
/**
|
|
97
122
|
* 获取房间信息
|
|
98
123
|
*/
|
|
@@ -97,6 +97,21 @@ coteaching 双师
|
|
|
97
97
|
RecordLayout?: number
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
+
/**
|
|
101
|
+
* SetAppCustomContent请求参数结构体
|
|
102
|
+
*/
|
|
103
|
+
export interface SetAppCustomContentRequest {
|
|
104
|
+
/**
|
|
105
|
+
* 自定义内容。
|
|
106
|
+
*/
|
|
107
|
+
CustomContent: Array<AppCustomContent>
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* 应用ID。
|
|
111
|
+
*/
|
|
112
|
+
SdkAppId: number
|
|
113
|
+
}
|
|
114
|
+
|
|
100
115
|
/**
|
|
101
116
|
* CreateSupervisor请求参数结构体
|
|
102
117
|
*/
|
|
@@ -255,6 +270,21 @@ export interface RegisterUserResponse {
|
|
|
255
270
|
RequestId?: string
|
|
256
271
|
}
|
|
257
272
|
|
|
273
|
+
/**
|
|
274
|
+
* CreateDocument返回参数结构体
|
|
275
|
+
*/
|
|
276
|
+
export interface CreateDocumentResponse {
|
|
277
|
+
/**
|
|
278
|
+
* 文档ID。
|
|
279
|
+
*/
|
|
280
|
+
DocumentId: string
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
284
|
+
*/
|
|
285
|
+
RequestId?: string
|
|
286
|
+
}
|
|
287
|
+
|
|
258
288
|
/**
|
|
259
289
|
* LoginUser请求参数结构体
|
|
260
290
|
*/
|
|
@@ -275,6 +305,57 @@ export interface CreateSupervisorResponse {
|
|
|
275
305
|
RequestId?: string
|
|
276
306
|
}
|
|
277
307
|
|
|
308
|
+
/**
|
|
309
|
+
* CreateDocument请求参数结构体
|
|
310
|
+
*/
|
|
311
|
+
export interface CreateDocumentRequest {
|
|
312
|
+
/**
|
|
313
|
+
* 低代码互动课堂的SdkAppId。
|
|
314
|
+
*/
|
|
315
|
+
SdkAppId: number
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* 文档地址。
|
|
319
|
+
*/
|
|
320
|
+
DocumentUrl: string
|
|
321
|
+
|
|
322
|
+
/**
|
|
323
|
+
* 文档名称。
|
|
324
|
+
*/
|
|
325
|
+
DocumentName: string
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* 文档所有者的Id
|
|
329
|
+
*/
|
|
330
|
+
Owner: string
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* 转码类型,可以有如下取值:
|
|
334
|
+
0 无需转码(默认)
|
|
335
|
+
1 需要转码的文档,ppt,pptx,pdf,doc,docx
|
|
336
|
+
2 需要转码的视频,mp4,3pg,mpeg,avi,flv,wmv,rm,h264等
|
|
337
|
+
2 需要转码的音频,mp3,wav,wma,aac,flac,opus
|
|
338
|
+
*/
|
|
339
|
+
TranscodeType?: number
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* 权限,可以有如下取值:
|
|
343
|
+
0 私有文档(默认)
|
|
344
|
+
1 公共文档
|
|
345
|
+
*/
|
|
346
|
+
Permission?: number
|
|
347
|
+
|
|
348
|
+
/**
|
|
349
|
+
* 文档后缀名。
|
|
350
|
+
*/
|
|
351
|
+
DocumentType?: string
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* 文档大小,单位 字节
|
|
355
|
+
*/
|
|
356
|
+
DocumentSize?: number
|
|
357
|
+
}
|
|
358
|
+
|
|
278
359
|
/**
|
|
279
360
|
* CreateRoom返回参数结构体
|
|
280
361
|
*/
|
|
@@ -320,6 +401,16 @@ export interface DescribeUserResponse {
|
|
|
320
401
|
RequestId?: string
|
|
321
402
|
}
|
|
322
403
|
|
|
404
|
+
/**
|
|
405
|
+
* SetAppCustomContent返回参数结构体
|
|
406
|
+
*/
|
|
407
|
+
export interface SetAppCustomContentResponse {
|
|
408
|
+
/**
|
|
409
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
410
|
+
*/
|
|
411
|
+
RequestId?: string
|
|
412
|
+
}
|
|
413
|
+
|
|
323
414
|
/**
|
|
324
415
|
* DescribeRoom请求参数结构体
|
|
325
416
|
*/
|
|
@@ -369,3 +460,33 @@ export interface LoginUserResponse {
|
|
|
369
460
|
*/
|
|
370
461
|
RequestId?: string
|
|
371
462
|
}
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* 应用自定义内容
|
|
466
|
+
*/
|
|
467
|
+
export interface AppCustomContent {
|
|
468
|
+
/**
|
|
469
|
+
* 场景参数,一个应用下可以设置多个不同场景。
|
|
470
|
+
*/
|
|
471
|
+
Scene: string
|
|
472
|
+
|
|
473
|
+
/**
|
|
474
|
+
* logo地址。
|
|
475
|
+
*/
|
|
476
|
+
LogoUrl?: string
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* 主页地址,可设置用于跳转。
|
|
480
|
+
*/
|
|
481
|
+
HomeUrl?: string
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* 自定义的js。
|
|
485
|
+
*/
|
|
486
|
+
JsUrl?: string
|
|
487
|
+
|
|
488
|
+
/**
|
|
489
|
+
* 自定义的css。
|
|
490
|
+
*/
|
|
491
|
+
CssUrl?: string
|
|
492
|
+
}
|