tencentcloud-sdk-nodejs 4.0.906 → 4.0.907

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +99 -0
  2. package/SERVICE_CHANGELOG.md +124 -74
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cfw/v20190904/cfw_models.ts +7 -2
  7. package/src/services/cls/v20201016/cls_models.ts +20 -9
  8. package/src/services/csip/v20221121/csip_client.ts +18 -6
  9. package/src/services/csip/v20221121/csip_models.ts +267 -208
  10. package/src/services/cwp/v20180228/cwp_models.ts +56 -46
  11. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -1
  12. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +19 -20
  13. package/src/services/live/v20180801/live_models.ts +1 -1
  14. package/src/services/trtc/v20190722/trtc_client.ts +20 -7
  15. package/src/services/trtc/v20190722/trtc_models.ts +207 -163
  16. package/src/services/vpc/v20170312/vpc_models.ts +1 -0
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -2
  20. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +20 -9
  21. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  22. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  23. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +264 -207
  24. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -46
  25. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  26. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +1 -1
  27. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +19 -20
  28. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  29. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -1
  30. package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -0
  31. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +203 -162
  32. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
  33. package/test/csip.v20221121.test.js +10 -0
  34. package/test/trtc.v20190722.test.js +10 -0
@@ -7699,7 +7699,7 @@ export interface ExportAssetRecentMachineInfoResponse {
7699
7699
  /**
7700
7700
  * 下载地址
7701
7701
  */
7702
- DownloadUrl: string
7702
+ DownloadUrl?: string
7703
7703
  /**
7704
7704
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7705
7705
  */
@@ -14486,85 +14486,90 @@ export interface BashEvent {
14486
14486
  /**
14487
14487
  * 数据ID
14488
14488
  */
14489
- Id: number
14489
+ Id?: number
14490
14490
  /**
14491
14491
  * 主机安全ID
14492
14492
  */
14493
- Uuid: string
14493
+ Uuid?: string
14494
14494
  /**
14495
14495
  * 主机ID
14496
14496
  */
14497
- Quuid: string
14497
+ Quuid?: string
14498
14498
  /**
14499
14499
  * 主机内网IP
14500
14500
  */
14501
- Hostip: string
14501
+ Hostip?: string
14502
14502
  /**
14503
14503
  * 执行用户名
14504
14504
  */
14505
- User: string
14505
+ User?: string
14506
14506
  /**
14507
14507
  * 平台类型
14508
14508
  */
14509
- Platform: number
14509
+ Platform?: number
14510
14510
  /**
14511
14511
  * 执行命令
14512
14512
  */
14513
- BashCmd: string
14513
+ BashCmd?: string
14514
14514
  /**
14515
14515
  * 规则ID
14516
14516
  */
14517
- RuleId: number
14517
+ RuleId?: number
14518
14518
  /**
14519
14519
  * 规则名称
14520
14520
  */
14521
- RuleName: string
14521
+ RuleName?: string
14522
14522
  /**
14523
14523
  * 规则等级:1-高 2-中 3-低
14524
14524
  */
14525
- RuleLevel: number
14525
+ RuleLevel?: number
14526
14526
  /**
14527
14527
  * 处理状态: 0 = 待处理 1= 已处理, 2 = 已加白, 3 = 已忽略
14528
14528
  */
14529
- Status: number
14529
+ Status?: number
14530
14530
  /**
14531
14531
  * 发生时间
14532
14532
  */
14533
- CreateTime: string
14533
+ CreateTime?: string
14534
14534
  /**
14535
14535
  * 主机名
14536
14536
  */
14537
- MachineName: string
14537
+ MachineName?: string
14538
14538
  /**
14539
14539
  * 0: bash日志 1: 实时监控(雷霆版)
14540
14540
  注意:此字段可能返回 null,表示取不到有效值。
14541
14541
  */
14542
- DetectBy: number
14542
+ DetectBy?: number
14543
14543
  /**
14544
14544
  * 进程id
14545
14545
  注意:此字段可能返回 null,表示取不到有效值。
14546
14546
  */
14547
- Pid: string
14547
+ Pid?: string
14548
14548
  /**
14549
14549
  * 进程名称
14550
14550
  注意:此字段可能返回 null,表示取不到有效值。
14551
14551
  */
14552
- Exe: string
14552
+ Exe?: string
14553
14553
  /**
14554
14554
  * 处理时间
14555
14555
  注意:此字段可能返回 null,表示取不到有效值。
14556
14556
  */
14557
- ModifyTime: string
14557
+ ModifyTime?: string
14558
14558
  /**
14559
14559
  * 规则类别 0=系统规则,1=用户规则
14560
14560
  注意:此字段可能返回 null,表示取不到有效值。
14561
14561
  */
14562
- RuleCategory: number
14562
+ RuleCategory?: number
14563
14563
  /**
14564
14564
  * 自动生成的正则表达式
14565
14565
  注意:此字段可能返回 null,表示取不到有效值。
14566
14566
  */
14567
- RegexBashCmd: string
14567
+ RegexBashCmd?: string
14568
+ /**
14569
+ * 主机HostName
14570
+ 注意:此字段可能返回 null,表示取不到有效值。
14571
+ */
14572
+ HostName?: string
14568
14573
  }
14569
14574
 
14570
14575
  /**
@@ -18038,7 +18043,7 @@ export interface ExportSecurityTrendsResponse {
18038
18043
  /**
18039
18044
  * 导出文件下载链接地址。
18040
18045
  */
18041
- DownloadUrl: string
18046
+ DownloadUrl?: string
18042
18047
  /**
18043
18048
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18044
18049
  */
@@ -19350,116 +19355,121 @@ export interface BashEventsInfo {
19350
19355
  /**
19351
19356
  * 数据ID
19352
19357
  */
19353
- Id: number
19358
+ Id?: number
19354
19359
  /**
19355
19360
  * 云镜ID
19356
19361
  */
19357
- Uuid: string
19362
+ Uuid?: string
19358
19363
  /**
19359
19364
  * 主机ID
19360
19365
  */
19361
- Quuid: string
19366
+ Quuid?: string
19362
19367
  /**
19363
19368
  * 主机内网IP
19364
19369
  */
19365
- HostIp: string
19370
+ HostIp?: string
19366
19371
  /**
19367
19372
  * 平台类型
19368
19373
  */
19369
- Platform: number
19374
+ Platform?: number
19370
19375
  /**
19371
19376
  * 执行命令
19372
19377
  */
19373
- BashCmd: string
19378
+ BashCmd?: string
19374
19379
  /**
19375
19380
  * 规则ID,等于0表示已规则已被删除或生效范围已修改
19376
19381
  */
19377
- RuleId: number
19382
+ RuleId?: number
19378
19383
  /**
19379
19384
  * 规则名称
19380
19385
  */
19381
- RuleName: string
19386
+ RuleName?: string
19382
19387
  /**
19383
19388
  * 规则等级:1-高 2-中 3-低
19384
19389
  */
19385
- RuleLevel: number
19390
+ RuleLevel?: number
19386
19391
  /**
19387
19392
  * 处理状态: 0 = 待处理 1= 已处理, 2 = 已加白, 3= 已忽略
19388
19393
  */
19389
- Status: number
19394
+ Status?: number
19390
19395
  /**
19391
19396
  * 发生时间
19392
19397
  */
19393
- CreateTime: string
19398
+ CreateTime?: string
19394
19399
  /**
19395
19400
  * 主机名
19396
19401
  */
19397
- MachineName: string
19402
+ MachineName?: string
19398
19403
  /**
19399
19404
  * 进程名称
19400
19405
  注意:此字段可能返回 null,表示取不到有效值。
19401
19406
  */
19402
- Exe: string
19407
+ Exe?: string
19403
19408
  /**
19404
19409
  * 处理时间
19405
19410
  注意:此字段可能返回 null,表示取不到有效值。
19406
19411
  */
19407
- ModifyTime: string
19412
+ ModifyTime?: string
19408
19413
  /**
19409
19414
  * 规则类别 0=系统规则,1=用户规则
19410
19415
  注意:此字段可能返回 null,表示取不到有效值。
19411
19416
  */
19412
- RuleCategory: number
19417
+ RuleCategory?: number
19413
19418
  /**
19414
19419
  * 自动生成的正则表达式
19415
19420
  注意:此字段可能返回 null,表示取不到有效值。
19416
19421
  */
19417
- RegexBashCmd: string
19422
+ RegexBashCmd?: string
19418
19423
  /**
19419
19424
  * 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
19420
19425
  注意:此字段可能返回 null,表示取不到有效值。
19421
19426
  */
19422
- PsTree: string
19427
+ PsTree?: string
19423
19428
  /**
19424
19429
  * 建议方案
19425
19430
  注意:此字段可能返回 null,表示取不到有效值。
19426
19431
  */
19427
- SuggestScheme: string
19432
+ SuggestScheme?: string
19428
19433
  /**
19429
19434
  * 描述
19430
19435
  注意:此字段可能返回 null,表示取不到有效值。
19431
19436
  */
19432
- HarmDescribe: string
19437
+ HarmDescribe?: string
19433
19438
  /**
19434
19439
  * 标签
19435
19440
  注意:此字段可能返回 null,表示取不到有效值。
19436
19441
  */
19437
- Tags: Array<string>
19442
+ Tags?: Array<string>
19438
19443
  /**
19439
19444
  * 参考链接
19440
19445
  注意:此字段可能返回 null,表示取不到有效值。
19441
19446
  */
19442
- References: Array<string>
19447
+ References?: Array<string>
19443
19448
  /**
19444
19449
  * 主机外网ip
19445
19450
  注意:此字段可能返回 null,表示取不到有效值。
19446
19451
  */
19447
- MachineWanIp: string
19452
+ MachineWanIp?: string
19448
19453
  /**
19449
19454
  * 主机在线状态 OFFLINE ONLINE
19450
19455
  注意:此字段可能返回 null,表示取不到有效值。
19451
19456
  */
19452
- MachineStatus: string
19457
+ MachineStatus?: string
19453
19458
  /**
19454
19459
  * 登录用户
19455
19460
  注意:此字段可能返回 null,表示取不到有效值。
19456
19461
  */
19457
- User: string
19462
+ User?: string
19458
19463
  /**
19459
19464
  * 进程号
19460
19465
  注意:此字段可能返回 null,表示取不到有效值。
19461
19466
  */
19462
- Pid: string
19467
+ Pid?: string
19468
+ /**
19469
+ * 数据来源
19470
+ 注意:此字段可能返回 null,表示取不到有效值。
19471
+ */
19472
+ DetectBy?: string
19463
19473
  }
19464
19474
 
19465
19475
  /**
@@ -1350,7 +1350,7 @@ export class Client extends AbstractClient {
1350
1350
  }
1351
1351
 
1352
1352
  /**
1353
- * 修改指定设备的云存 AI 服务开通状态与参数配置
1353
+ * 修改指定设备的云存 AI 服务参数配置
1354
1354
  */
1355
1355
  async ModifyCloudStorageAIService(
1356
1356
  req: ModifyCloudStorageAIServiceRequest,
@@ -139,17 +139,17 @@ export interface DeleteProjectRequest {
139
139
  */
140
140
  export interface DescribeCloudStorageAIServiceResponse {
141
141
  /**
142
- * 启用状态
142
+ * 视频分析启用状态
143
143
  */
144
144
  Enabled?: boolean
145
145
  /**
146
- * 视频分析区域
146
+ * 视频分析配置参数
147
147
  */
148
- ROI?: string
148
+ Config?: string
149
149
  /**
150
- * 云存 AI 服务的配置参数
150
+ * 视频分析识别区域
151
151
  */
152
- Config?: string
152
+ ROI?: string
153
153
  /**
154
154
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
155
155
  */
@@ -2682,7 +2682,7 @@ export interface DescribeFenceEventListResponse {
2682
2682
  */
2683
2683
  export interface ModifyCloudStorageAIServiceCallbackRequest {
2684
2684
  /**
2685
- * 产品ID
2685
+ * 产品 ID
2686
2686
  */
2687
2687
  ProductId: string
2688
2688
  /**
@@ -2951,7 +2951,7 @@ export interface CreateTopicPolicyResponse {
2951
2951
  */
2952
2952
  export interface ModifyCloudStorageAIServiceRequest {
2953
2953
  /**
2954
- * 产品ID
2954
+ * 产品 ID
2955
2955
  */
2956
2956
  ProductId: string
2957
2957
  /**
@@ -2960,20 +2960,20 @@ export interface ModifyCloudStorageAIServiceRequest {
2960
2960
  DeviceName: string
2961
2961
  /**
2962
2962
  * 云存 AI 服务类型。可选值:
2963
- - `PackageDetect`:包裹检测
2963
+ - `RealtimeObjectDetect`:目标检测
2964
2964
  - `Highlight`:视频浓缩
2965
2965
  */
2966
2966
  ServiceType: string
2967
2967
  /**
2968
- * 启用状态
2968
+ * 视频分析启用状态
2969
2969
  */
2970
2970
  Enabled?: boolean
2971
2971
  /**
2972
- * 视频分析区域
2972
+ * 视频分析识别区域
2973
2973
  */
2974
2974
  ROI?: string
2975
2975
  /**
2976
- * 云存 AI 服务的配置参数
2976
+ * 视频分析配置参数
2977
2977
  */
2978
2978
  Config?: string
2979
2979
  }
@@ -3325,7 +3325,7 @@ export interface DescribeCloudStorageAIServiceTasksRequest {
3325
3325
  DeviceName: string
3326
3326
  /**
3327
3327
  * 云存 AI 服务类型。可选值:
3328
- - `PackageDetect`:包裹检测
3328
+ - `RealtimeObjectDetect`:目标检测
3329
3329
  - `Highlight`:视频浓缩
3330
3330
  */
3331
3331
  ServiceType: string
@@ -3347,11 +3347,11 @@ export interface DescribeCloudStorageAIServiceTasksRequest {
3347
3347
  */
3348
3348
  Status?: number
3349
3349
  /**
3350
- * 用户ID
3350
+ * 用户 ID
3351
3351
  */
3352
3352
  UserId?: string
3353
3353
  /**
3354
- * 通道ID 非NVR设备则不填 NVR设备则必填 默认为无
3354
+ * 通道 ID
3355
3355
  */
3356
3356
  ChannelId?: number
3357
3357
  }
@@ -3559,7 +3559,7 @@ export interface CheckFirmwareUpdateRequest {
3559
3559
  */
3560
3560
  export interface DescribeProductCloudStorageAIServiceRequest {
3561
3561
  /**
3562
- * 产品ID
3562
+ * 产品 ID
3563
3563
  */
3564
3564
  ProductId: string
3565
3565
  }
@@ -5873,7 +5873,7 @@ export interface DescribeLoRaFrequencyRequest {
5873
5873
  */
5874
5874
  export interface ModifyProductCloudStorageAIServiceRequest {
5875
5875
  /**
5876
- * 产品ID
5876
+ * 产品 ID
5877
5877
  */
5878
5878
  ProductId: string
5879
5879
  /**
@@ -6096,7 +6096,7 @@ export interface PublishMessageResponse {
6096
6096
  */
6097
6097
  export interface DescribeCloudStorageAIServiceCallbackRequest {
6098
6098
  /**
6099
- * 产品ID
6099
+ * 产品 ID
6100
6100
  */
6101
6101
  ProductId: string
6102
6102
  }
@@ -6238,7 +6238,7 @@ export interface DescribeModelDefinitionRequest {
6238
6238
  */
6239
6239
  export interface DescribeCloudStorageAIServiceRequest {
6240
6240
  /**
6241
- * 产品ID
6241
+ * 产品 ID
6242
6242
  */
6243
6243
  ProductId: string
6244
6244
  /**
@@ -6247,8 +6247,7 @@ export interface DescribeCloudStorageAIServiceRequest {
6247
6247
  DeviceName: string
6248
6248
  /**
6249
6249
  * 云存 AI 服务类型。可选值:
6250
-
6251
- - `PackageDetect`:包裹检测
6250
+ - `RealtimeObjectDetect`:目标检测
6252
6251
  - `Highlight`:视频浓缩
6253
6252
  */
6254
6253
  ServiceType: string
@@ -3348,7 +3348,7 @@ export interface DayStreamPlayInfo {
3348
3348
  */
3349
3349
  Request?: number
3350
3350
  /**
3351
- * 在线人数。
3351
+ * 在线人数。当前后端接口数据的统计方式与客户端侧不同,该数据仅供参考,具体数据请以业务客户端侧统计数据为准。
3352
3352
  */
3353
3353
  Online?: number
3354
3354
  }
@@ -21,9 +21,10 @@ import {
21
21
  AgentConfig,
22
22
  CreatePictureRequest,
23
23
  AudioEncodeParams,
24
+ ServerPushText,
24
25
  DescribeTRTCMarketQualityMetricDataResponse,
25
26
  MixLayout,
26
- DescribeRecordingUsageResponse,
27
+ McuVideoParams,
27
28
  DescribeTRTCRealTimeScaleDataRequest,
28
29
  StartAIConversationResponse,
29
30
  STTConfig,
@@ -37,7 +38,7 @@ import {
37
38
  AbnormalEvent,
38
39
  ScaleInfomation,
39
40
  DescribeTRTCRealTimeScaleMetricDataRequest,
40
- StopWebRecordRequest,
41
+ ControlAIConversationResponse,
41
42
  StopAITranscriptionRequest,
42
43
  VideoEncodeParams,
43
44
  DescribeUserEventResponse,
@@ -62,7 +63,6 @@ import {
62
63
  DescribeWebRecordRequest,
63
64
  DescribeTRTCRealTimeScaleDataResponse,
64
65
  DescribeRecordStatisticRequest,
65
- McuVideoParams,
66
66
  DescribeRoomInfoRequest,
67
67
  StorageParams,
68
68
  CloudVod,
@@ -83,11 +83,12 @@ import {
83
83
  EventList,
84
84
  DescribeTrtcUsageRequest,
85
85
  DescribeRoomInfoResponse,
86
- DismissRoomRequest,
86
+ McuLayoutParams,
87
87
  DescribeTRTCRealTimeQualityMetricDataRequest,
88
88
  DescribeAITranscriptionRequest,
89
89
  SdkAppIdTrtcMcuTranscodeTimeUsage,
90
90
  DescribeAIConversationResponse,
91
+ McuLayout,
91
92
  DescribeUserInfoResponse,
92
93
  RemoveUserByStrRoomIdResponse,
93
94
  DescribeTRTCRealTimeScaleMetricDataResponse,
@@ -99,7 +100,7 @@ import {
99
100
  DescribeTRTCMarketScaleMetricDataRequest,
100
101
  DescribeRelayUsageResponse,
101
102
  StartStreamIngestRequest,
102
- McuLayout,
103
+ DescribeRecordingUsageResponse,
103
104
  StopMCUMixTranscodeRequest,
104
105
  ModifyPictureResponse,
105
106
  DescribeRecordingUsageRequest,
@@ -114,7 +115,7 @@ import {
114
115
  AudioEncode,
115
116
  RemoveUserRequest,
116
117
  TRTCDataResult,
117
- McuLayoutParams,
118
+ DismissRoomRequest,
118
119
  DescribeUnusualEventRequest,
119
120
  DescribeCloudRecordingRequest,
120
121
  TencentVod,
@@ -145,11 +146,13 @@ import {
145
146
  DeleteCloudRecordingRequest,
146
147
  DescribePictureRequest,
147
148
  TRTCDataResp,
149
+ VideoParams,
148
150
  DescribePictureResponse,
149
151
  DescribeTrtcRoomUsageRequest,
150
152
  DescribeTrtcMcuTranscodeTimeRequest,
151
153
  UserInformation,
152
154
  DescribeScaleInfoRequest,
155
+ ControlAIConversationRequest,
153
156
  DismissRoomByStrRoomIdResponse,
154
157
  DescribeUnusualEventResponse,
155
158
  ModifyCloudRecordingResponse,
@@ -169,7 +172,7 @@ import {
169
172
  StopWebRecordResponse,
170
173
  SummarizeTranscriptionResponse,
171
174
  DeletePictureRequest,
172
- VideoParams,
175
+ StopWebRecordRequest,
173
176
  McuSeiParams,
174
177
  StopAIConversationRequest,
175
178
  UpdatePublishCdnStreamResponse,
@@ -994,6 +997,16 @@ networkDelay :网络延迟率。
994
997
  return this.request("DescribeTRTCMarketQualityData", req, cb)
995
998
  }
996
999
 
1000
+ /**
1001
+ * 提供服务端控制机器人的功能
1002
+ */
1003
+ async ControlAIConversation(
1004
+ req: ControlAIConversationRequest,
1005
+ cb?: (error: string, rep: ControlAIConversationResponse) => void
1006
+ ): Promise<ControlAIConversationResponse> {
1007
+ return this.request("ControlAIConversation", req, cb)
1008
+ }
1009
+
997
1010
  /**
998
1011
  * 停止AI转录任务。
999
1012
  */