tencentcloud-sdk-nodejs 4.0.522 → 4.0.524
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 +398 -0
- package/SERVICE_CHANGELOG.md +370 -93
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +2 -3
- package/src/services/antiddos/v20200309/antiddos_models.ts +13 -3
- package/src/services/cdb/v20170320/cdb_models.ts +25 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +32 -16
- package/src/services/dayu/v20180709/dayu_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +16 -3
- package/src/services/ess/v20201111/ess_models.ts +230 -161
- package/src/services/essbasic/v20210526/essbasic_client.ts +15 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +83 -13
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/gme/v20180711/gme_client.ts +6 -6
- package/src/services/gme/v20180711/gme_models.ts +25 -25
- package/src/services/lcic/v20220817/lcic_client.ts +16 -2
- package/src/services/lcic/v20220817/lcic_models.ts +80 -25
- package/src/services/monitor/v20180724/monitor_client.ts +543 -290
- package/src/services/monitor/v20180724/monitor_models.ts +6085 -4792
- package/src/services/mps/v20190612/mps_models.ts +7 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +24 -12
- package/src/services/teo/v20220901/teo_models.ts +3 -2
- package/src/services/tiia/v20190529/tiia_client.ts +18 -0
- package/src/services/tiia/v20190529/tiia_models.ts +35 -0
- package/src/services/tiw/v20190919/tiw_models.ts +29 -11
- package/src/services/tke/v20180525/tke_models.ts +11 -1
- package/src/services/trp/v20210515/trp_models.ts +10 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +0 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +11 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +20 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +30 -14
- package/tencentcloud/services/dayu/v20180709/dayu_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +197 -138
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +72 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +6 -6
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +25 -25
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +68 -22
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +91 -11
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +135 -15
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5383 -4272
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +22 -12
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +11 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +12 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +30 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +26 -11
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +9 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/monitor.v20180724.test.js +210 -10
- package/test/tiia.v20190529.test.js +10 -0
|
@@ -145,7 +145,7 @@ export interface CreateCustomizationResponse {
|
|
|
145
145
|
/**
|
|
146
146
|
* 模型ID
|
|
147
147
|
*/
|
|
148
|
-
ModelId
|
|
148
|
+
ModelId?: string
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
151
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -211,12 +211,12 @@ export interface DescribeApplicationListResponse {
|
|
|
211
211
|
/**
|
|
212
212
|
* 获取应用列表返回
|
|
213
213
|
*/
|
|
214
|
-
ApplicationList
|
|
214
|
+
ApplicationList?: Array<ApplicationList>
|
|
215
215
|
|
|
216
216
|
/**
|
|
217
217
|
* 应用总数
|
|
218
218
|
*/
|
|
219
|
-
Total
|
|
219
|
+
Total?: number
|
|
220
220
|
|
|
221
221
|
/**
|
|
222
222
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -231,7 +231,7 @@ export interface CreateScanUserResponse {
|
|
|
231
231
|
/**
|
|
232
232
|
* 返回结果码
|
|
233
233
|
*/
|
|
234
|
-
ErrorCode
|
|
234
|
+
ErrorCode?: number
|
|
235
235
|
|
|
236
236
|
/**
|
|
237
237
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -246,37 +246,37 @@ export interface DescribeRealtimeScanConfigResponse {
|
|
|
246
246
|
/**
|
|
247
247
|
* 返回结果码,0正常,非0失败
|
|
248
248
|
*/
|
|
249
|
-
ErrorCode
|
|
249
|
+
ErrorCode?: number
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* 应用ID
|
|
253
253
|
*/
|
|
254
|
-
BizId
|
|
254
|
+
BizId?: number
|
|
255
255
|
|
|
256
256
|
/**
|
|
257
257
|
* 送检类型,0: 全量送审,1: 自定义送审
|
|
258
258
|
*/
|
|
259
|
-
AuditType
|
|
259
|
+
AuditType?: number
|
|
260
260
|
|
|
261
261
|
/**
|
|
262
262
|
* 用户号正则表达式
|
|
263
263
|
*/
|
|
264
|
-
UserIdRegex
|
|
264
|
+
UserIdRegex?: Array<string>
|
|
265
265
|
|
|
266
266
|
/**
|
|
267
267
|
* 房间号正则表达式
|
|
268
268
|
*/
|
|
269
|
-
RoomIdRegex
|
|
269
|
+
RoomIdRegex?: Array<string>
|
|
270
270
|
|
|
271
271
|
/**
|
|
272
272
|
* 用户号字符串,逗号分隔,示例:"0001,0002,0003"
|
|
273
273
|
*/
|
|
274
|
-
UserIdString
|
|
274
|
+
UserIdString?: string
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
277
|
* 房间号字符串,逗号分隔,示例:"0001,0002,0003"
|
|
278
278
|
*/
|
|
279
|
-
RoomIdString
|
|
279
|
+
RoomIdString?: string
|
|
280
280
|
|
|
281
281
|
/**
|
|
282
282
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -480,12 +480,12 @@ export interface ModifyCustomizationResponse {
|
|
|
480
480
|
/**
|
|
481
481
|
* 返回值。0为成功,非0为失败。
|
|
482
482
|
*/
|
|
483
|
-
ErrorCode
|
|
483
|
+
ErrorCode?: number
|
|
484
484
|
|
|
485
485
|
/**
|
|
486
486
|
* 模型ID
|
|
487
487
|
*/
|
|
488
|
-
ModelId
|
|
488
|
+
ModelId?: string
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
491
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -530,12 +530,12 @@ export interface ModifyCustomizationStateResponse {
|
|
|
530
530
|
/**
|
|
531
531
|
* 模型ID
|
|
532
532
|
*/
|
|
533
|
-
ModelId
|
|
533
|
+
ModelId?: string
|
|
534
534
|
|
|
535
535
|
/**
|
|
536
536
|
* 返回值。0为成功,非0为失败。
|
|
537
537
|
*/
|
|
538
|
-
ErrorCode
|
|
538
|
+
ErrorCode?: number
|
|
539
539
|
|
|
540
540
|
/**
|
|
541
541
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -709,7 +709,7 @@ export interface DescribeAgeDetectTaskResponse {
|
|
|
709
709
|
/**
|
|
710
710
|
* 任务ID
|
|
711
711
|
*/
|
|
712
|
-
TaskId
|
|
712
|
+
TaskId?: string
|
|
713
713
|
|
|
714
714
|
/**
|
|
715
715
|
* 语音检测返回。Results 字段是 JSON 数组,每一个元素包含:
|
|
@@ -718,7 +718,7 @@ Url :该请求中对应的 Url。
|
|
|
718
718
|
Status :子任务状态,0:已创建,1:运行中,2:已完成,3:任务异常,4:任务超时。
|
|
719
719
|
Age :子任务完成后的结果,0:成年人,1:未成年人,100:未知结果。
|
|
720
720
|
*/
|
|
721
|
-
Results
|
|
721
|
+
Results?: Array<AgeDetectTaskResult>
|
|
722
722
|
|
|
723
723
|
/**
|
|
724
724
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -734,7 +734,7 @@ export interface GetCustomizationListResponse {
|
|
|
734
734
|
* 语音消息转文本热句模型配置
|
|
735
735
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
736
736
|
*/
|
|
737
|
-
CustomizationConfigs
|
|
737
|
+
CustomizationConfigs?: Array<CustomizationConfigs>
|
|
738
738
|
|
|
739
739
|
/**
|
|
740
740
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -860,7 +860,7 @@ export interface DescribeAppStatisticsResponse {
|
|
|
860
860
|
/**
|
|
861
861
|
* 应用用量统计数据
|
|
862
862
|
*/
|
|
863
|
-
Data
|
|
863
|
+
Data?: DescribeAppStatisticsResp
|
|
864
864
|
|
|
865
865
|
/**
|
|
866
866
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -876,7 +876,7 @@ export interface UpdateScanRoomsResponse {
|
|
|
876
876
|
* 返回结果码
|
|
877
877
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
878
878
|
*/
|
|
879
|
-
ErrorCode
|
|
879
|
+
ErrorCode?: number
|
|
880
880
|
|
|
881
881
|
/**
|
|
882
882
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -891,7 +891,7 @@ export interface UpdateScanUsersResponse {
|
|
|
891
891
|
/**
|
|
892
892
|
* 返回结果码
|
|
893
893
|
*/
|
|
894
|
-
ErrorCode
|
|
894
|
+
ErrorCode?: number
|
|
895
895
|
|
|
896
896
|
/**
|
|
897
897
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -936,7 +936,7 @@ export interface DeleteScanUserResponse {
|
|
|
936
936
|
/**
|
|
937
937
|
* 返回结果码
|
|
938
938
|
*/
|
|
939
|
-
ErrorCode
|
|
939
|
+
ErrorCode?: number
|
|
940
940
|
|
|
941
941
|
/**
|
|
942
942
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1066,7 +1066,7 @@ export interface DescribeAgeDetectTaskRequest {
|
|
|
1066
1066
|
BizId: number
|
|
1067
1067
|
|
|
1068
1068
|
/**
|
|
1069
|
-
*
|
|
1069
|
+
* [创建年龄语音识别任务](https://cloud.tencent.com/document/product/607/60620)时返回的taskid
|
|
1070
1070
|
*/
|
|
1071
1071
|
TaskId: string
|
|
1072
1072
|
}
|
|
@@ -1078,7 +1078,7 @@ export interface DeleteCustomizationResponse {
|
|
|
1078
1078
|
/**
|
|
1079
1079
|
* 返回值。0为成功,非0为失败。
|
|
1080
1080
|
*/
|
|
1081
|
-
ErrorCode
|
|
1081
|
+
ErrorCode?: number
|
|
1082
1082
|
|
|
1083
1083
|
/**
|
|
1084
1084
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1373,7 +1373,7 @@ export interface CreateAgeDetectTaskResponse {
|
|
|
1373
1373
|
/**
|
|
1374
1374
|
* 本次任务提交后唯一id,用于获取任务运行结果
|
|
1375
1375
|
*/
|
|
1376
|
-
TaskId
|
|
1376
|
+
TaskId?: string
|
|
1377
1377
|
|
|
1378
1378
|
/**
|
|
1379
1379
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -29,25 +29,29 @@ import {
|
|
|
29
29
|
SetAppCustomContentResponse,
|
|
30
30
|
LoginOriginIdResponse,
|
|
31
31
|
LoginUserResponse,
|
|
32
|
+
DescribeAppDetailRequest,
|
|
33
|
+
ModifyAppResponse,
|
|
32
34
|
DescribeRoomResponse,
|
|
33
35
|
DeleteRoomResponse,
|
|
34
36
|
AppCustomContent,
|
|
35
37
|
DescribeRoomStatisticsResponse,
|
|
36
38
|
CreateSupervisorResponse,
|
|
39
|
+
SceneItem,
|
|
37
40
|
DeleteRoomRequest,
|
|
38
41
|
RegisterUserResponse,
|
|
39
|
-
|
|
42
|
+
DescribeAppDetailResponse,
|
|
40
43
|
MemberRecord,
|
|
41
44
|
ModifyAppRequest,
|
|
42
45
|
CreateSupervisorRequest,
|
|
43
46
|
UnbindDocumentFromRoomRequest,
|
|
44
47
|
LoginOriginIdRequest,
|
|
45
|
-
|
|
48
|
+
AppConfig,
|
|
46
49
|
LoginUserRequest,
|
|
47
50
|
BindDocumentToRoomResponse,
|
|
48
51
|
CreateRoomResponse,
|
|
49
52
|
DescribeUserResponse,
|
|
50
53
|
DescribeRoomRequest,
|
|
54
|
+
RegisterUserRequest,
|
|
51
55
|
} from "./lcic_models"
|
|
52
56
|
|
|
53
57
|
/**
|
|
@@ -59,6 +63,16 @@ export class Client extends AbstractClient {
|
|
|
59
63
|
super("lcic.tencentcloudapi.com", "2022-08-17", clientConfig)
|
|
60
64
|
}
|
|
61
65
|
|
|
66
|
+
/**
|
|
67
|
+
* 获取应用详情
|
|
68
|
+
*/
|
|
69
|
+
async DescribeAppDetail(
|
|
70
|
+
req: DescribeAppDetailRequest,
|
|
71
|
+
cb?: (error: string, rep: DescribeAppDetailResponse) => void
|
|
72
|
+
): Promise<DescribeAppDetailResponse> {
|
|
73
|
+
return this.request("DescribeAppDetail", req, cb)
|
|
74
|
+
}
|
|
75
|
+
|
|
62
76
|
/**
|
|
63
77
|
* 创建房间内可以使用的文档。
|
|
64
78
|
*/
|
|
@@ -289,6 +289,31 @@ export interface LoginUserResponse {
|
|
|
289
289
|
RequestId?: string
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
+
/**
|
|
293
|
+
* DescribeAppDetail请求参数结构体
|
|
294
|
+
*/
|
|
295
|
+
export interface DescribeAppDetailRequest {
|
|
296
|
+
/**
|
|
297
|
+
* 应用ID
|
|
298
|
+
*/
|
|
299
|
+
ApplicationId: string
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* 开发商ID
|
|
303
|
+
*/
|
|
304
|
+
DeveloperId: string
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* ModifyApp返回参数结构体
|
|
309
|
+
*/
|
|
310
|
+
export interface ModifyAppResponse {
|
|
311
|
+
/**
|
|
312
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
313
|
+
*/
|
|
314
|
+
RequestId?: string
|
|
315
|
+
}
|
|
316
|
+
|
|
292
317
|
/**
|
|
293
318
|
* DescribeRoom返回参数结构体
|
|
294
319
|
*/
|
|
@@ -459,6 +484,11 @@ export interface CreateSupervisorResponse {
|
|
|
459
484
|
RequestId?: string
|
|
460
485
|
}
|
|
461
486
|
|
|
487
|
+
/**
|
|
488
|
+
* 场景配置
|
|
489
|
+
*/
|
|
490
|
+
export type SceneItem = null
|
|
491
|
+
|
|
462
492
|
/**
|
|
463
493
|
* DeleteRoom请求参数结构体
|
|
464
494
|
*/
|
|
@@ -490,9 +520,24 @@ export interface RegisterUserResponse {
|
|
|
490
520
|
}
|
|
491
521
|
|
|
492
522
|
/**
|
|
493
|
-
*
|
|
523
|
+
* DescribeAppDetail返回参数结构体
|
|
494
524
|
*/
|
|
495
|
-
export interface
|
|
525
|
+
export interface DescribeAppDetailResponse {
|
|
526
|
+
/**
|
|
527
|
+
* SdkAppId
|
|
528
|
+
*/
|
|
529
|
+
SdkAppId?: string
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* 应用配置
|
|
533
|
+
*/
|
|
534
|
+
AppConfig?: AppConfig
|
|
535
|
+
|
|
536
|
+
/**
|
|
537
|
+
* 场景配置
|
|
538
|
+
*/
|
|
539
|
+
SceneConfig?: Array<SceneItem>
|
|
540
|
+
|
|
496
541
|
/**
|
|
497
542
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
498
543
|
*/
|
|
@@ -569,9 +614,14 @@ export interface ModifyAppRequest {
|
|
|
569
614
|
SdkAppId: number
|
|
570
615
|
|
|
571
616
|
/**
|
|
572
|
-
*
|
|
617
|
+
* 回调地址。
|
|
573
618
|
*/
|
|
574
619
|
Callback?: string
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* 回调key。
|
|
623
|
+
*/
|
|
624
|
+
CallbackKey?: string
|
|
575
625
|
}
|
|
576
626
|
|
|
577
627
|
/**
|
|
@@ -610,29 +660,9 @@ export interface LoginOriginIdRequest {
|
|
|
610
660
|
}
|
|
611
661
|
|
|
612
662
|
/**
|
|
613
|
-
*
|
|
663
|
+
* 应用配置信息
|
|
614
664
|
*/
|
|
615
|
-
export
|
|
616
|
-
/**
|
|
617
|
-
* 低代码互动课堂的SdkAppId。
|
|
618
|
-
*/
|
|
619
|
-
SdkAppId: number
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* 用户名称。
|
|
623
|
-
*/
|
|
624
|
-
Name?: string
|
|
625
|
-
|
|
626
|
-
/**
|
|
627
|
-
* 用户在客户系统的Id,需要在同一应用下唯一。
|
|
628
|
-
*/
|
|
629
|
-
OriginId?: string
|
|
630
|
-
|
|
631
|
-
/**
|
|
632
|
-
* 用户头像。
|
|
633
|
-
*/
|
|
634
|
-
Avatar?: string
|
|
635
|
-
}
|
|
665
|
+
export type AppConfig = null
|
|
636
666
|
|
|
637
667
|
/**
|
|
638
668
|
* LoginUser请求参数结构体
|
|
@@ -708,3 +738,28 @@ export interface DescribeRoomRequest {
|
|
|
708
738
|
*/
|
|
709
739
|
RoomId: number
|
|
710
740
|
}
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* RegisterUser请求参数结构体
|
|
744
|
+
*/
|
|
745
|
+
export interface RegisterUserRequest {
|
|
746
|
+
/**
|
|
747
|
+
* 低代码互动课堂的SdkAppId。
|
|
748
|
+
*/
|
|
749
|
+
SdkAppId: number
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* 用户名称。
|
|
753
|
+
*/
|
|
754
|
+
Name?: string
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* 用户在客户系统的Id,需要在同一应用下唯一。
|
|
758
|
+
*/
|
|
759
|
+
OriginId?: string
|
|
760
|
+
|
|
761
|
+
/**
|
|
762
|
+
* 用户头像。
|
|
763
|
+
*/
|
|
764
|
+
Avatar?: string
|
|
765
|
+
}
|