tencentcloud-sdk-nodejs 4.0.842 → 4.0.843

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 (65) hide show
  1. package/CHANGELOG.md +158 -0
  2. package/SERVICE_CHANGELOG.md +192 -86
  3. package/package.json +1 -6
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +38 -34
  7. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +36 -22
  9. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  10. package/src/services/cfw/v20190904/cfw_models.ts +3 -3
  11. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +8 -4
  12. package/src/services/cls/v20201016/cls_models.ts +72 -36
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +16 -3
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +109 -43
  15. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
  16. package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
  17. package/src/services/ess/v20201111/ess_models.ts +1 -1
  18. package/src/services/faceid/v20180301/faceid_models.ts +40 -7
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -4
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +123 -17
  21. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  22. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
  23. package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  25. package/src/services/mps/v20190612/mps_client.ts +2 -1
  26. package/src/services/mps/v20190612/mps_models.ts +66 -42
  27. package/src/services/rum/v20210622/rum_models.ts +2 -2
  28. package/src/services/teo/v20220901/teo_client.ts +1 -0
  29. package/src/services/teo/v20220901/teo_models.ts +75 -12
  30. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  31. package/src/services/waf/v20180125/waf_models.ts +1 -1
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +38 -34
  35. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  36. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -22
  37. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  38. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  39. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +3 -3
  40. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +8 -4
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -36
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +105 -42
  45. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  46. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
  47. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  49. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +40 -7
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +13 -5
  51. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +14 -4
  52. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +121 -17
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  54. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
  55. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
  56. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  57. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  59. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +65 -42
  60. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -2
  61. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +74 -12
  62. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  63. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  64. package/test/cynosdb.v20190107.test.js +10 -0
  65. package/test/hunyuan.v20230901.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,161 @@
1
+ # Release 4.0.843
2
+
3
+ ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
4
+
5
+ ### 第 6 次发布
6
+
7
+ 发布时间:2024-04-26 01:11:33
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
16
+
17
+ * 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
18
+
19
+ * <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
20
+
21
+
22
+
23
+
24
+ ## 日志服务(cls) 版本:2020-10-16
25
+
26
+ ### 第 87 次发布
27
+
28
+ 发布时间:2024-04-26 01:11:35
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改数据结构:
35
+
36
+ * [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
37
+
38
+ * 新增成员:TaskType, Metadata
39
+
40
+
41
+
42
+
43
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
44
+
45
+ ### 第 86 次发布
46
+
47
+ 发布时间:2024-04-26 01:13:19
48
+
49
+ 本次发布包含了以下内容:
50
+
51
+ 改善已有的文档。
52
+
53
+ 新增接口:
54
+
55
+ * [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
56
+
57
+ 新增数据结构:
58
+
59
+ * [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
60
+
61
+
62
+
63
+ ## 人脸核身(faceid) 版本:2018-03-01
64
+
65
+ ### 第 76 次发布
66
+
67
+ 发布时间:2024-04-26 01:16:30
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 修改接口:
74
+
75
+ * [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
76
+
77
+ * 新增出参:LivenessInfoTag, DeviceInfoLevel
78
+
79
+
80
+
81
+
82
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
83
+
84
+ ### 第 4 次发布
85
+
86
+ 发布时间:2024-04-25 21:22:22
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 新增接口:
93
+
94
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
95
+
96
+
97
+
98
+ ## 媒体处理(mps) 版本:2019-06-12
99
+
100
+ ### 第 82 次发布
101
+
102
+ 发布时间:2024-04-26 01:20:19
103
+
104
+ 本次发布包含了以下内容:
105
+
106
+ 改善已有的文档。
107
+
108
+ 修改接口:
109
+
110
+ * [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
111
+
112
+ * 新增出参:LiveRecordResultInfo
113
+
114
+
115
+ 新增数据结构:
116
+
117
+ * [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
118
+
119
+
120
+
121
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
122
+
123
+ ### 第 77 次发布
124
+
125
+ 发布时间:2024-04-26 01:25:17
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改接口:
132
+
133
+ * [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
134
+
135
+ * 新增入参:LogFormat
136
+
137
+ * [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
138
+
139
+ * 新增入参:LogFormat
140
+
141
+
142
+ 新增数据结构:
143
+
144
+ * [LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)
145
+
146
+ 修改数据结构:
147
+
148
+ * [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
149
+
150
+ * 新增成员:LogFormat
151
+
152
+
153
+
154
+
155
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
156
+
157
+
158
+
1
159
  # Release 4.0.842
2
160
 
3
161
  ## 应用性能监控(apm) 版本:2021-06-22
@@ -1,89 +1,89 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 应用性能监控(apm) 版本:2021-06-22
3
+ ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
4
4
 
5
- ### 第 23 次发布
5
+ ### 第 6 次发布
6
6
 
7
- 发布时间:2024-04-25 01:09:12
7
+ 发布时间:2024-04-26 01:11:33
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改接口:
14
14
 
15
- * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
16
- * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
17
- * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
15
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
18
16
 
19
- 新增数据结构:
17
+ * 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
20
18
 
21
- * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
22
- * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
19
+ * <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
23
20
 
24
21
 
25
22
 
26
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
27
23
 
28
- ### 165 次发布
24
+ ## 日志服务(cls) 版本:2020-10-16
29
25
 
30
- 发布时间:2024-04-25 01:16:34
26
+ ### 第 87 次发布
27
+
28
+ 发布时间:2024-04-26 01:11:35
31
29
 
32
30
  本次发布包含了以下内容:
33
31
 
34
32
  改善已有的文档。
35
33
 
36
- 修改接口:
34
+ 修改数据结构:
37
35
 
38
- * [CreateBatchSignUrl](https://cloud.tencent.com/document/api/1323/98670)
36
+ * [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
39
37
 
40
- * 新增入参:FlowBatchUrlInfo
38
+ * 新增成员:TaskType, Metadata
41
39
 
42
- * <font color="#dd0000">**修改入参**:</font>Name, Mobile
43
40
 
44
41
 
45
- 新增数据结构:
46
42
 
47
- * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
48
- * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
43
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
49
44
 
45
+ ### 第 86 次发布
50
46
 
47
+ 发布时间:2024-04-26 01:13:19
51
48
 
52
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
49
+ 本次发布包含了以下内容:
53
50
 
54
- ### 第 166 次发布
51
+ 改善已有的文档。
55
52
 
56
- 发布时间:2024-04-25 01:16:48
53
+ 新增接口:
57
54
 
58
- 本次发布包含了以下内容:
55
+ * [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
59
56
 
60
- 改善已有的文档。
57
+ 新增数据结构:
61
58
 
62
- 修改接口:
59
+ * [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
63
60
 
64
- * [ChannelCreateBatchSignUrl](https://cloud.tencent.com/document/api/1420/98671)
65
61
 
66
- * 新增入参:FlowBatchUrlInfo
67
62
 
68
- * <font color="#dd0000">**修改入参**:</font>Name, Mobile
63
+ ## 人脸核身(faceid) 版本:2018-03-01
69
64
 
65
+ ### 第 76 次发布
70
66
 
71
- 新增数据结构:
67
+ 发布时间:2024-04-26 01:16:30
72
68
 
73
- * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
74
- * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
69
+ 本次发布包含了以下内容:
75
70
 
71
+ 改善已有的文档。
76
72
 
73
+ 修改接口:
77
74
 
78
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
75
+ * [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
79
76
 
77
+ * 新增出参:LivenessInfoTag, DeviceInfoLevel
80
78
 
81
79
 
82
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
83
80
 
84
- ### 第 60 次发布
85
81
 
86
- 发布时间:2024-04-25 01:18:05
82
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
83
+
84
+ ### 第 4 次发布
85
+
86
+ 发布时间:2024-04-25 21:22:22
87
87
 
88
88
  本次发布包含了以下内容:
89
89
 
@@ -91,19 +91,15 @@
91
91
 
92
92
  新增接口:
93
93
 
94
- * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
95
-
96
- 新增数据结构:
97
-
98
- * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
94
+ * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
99
95
 
100
96
 
101
97
 
102
- ## 智能视图计算平台(iss) 版本:2023-05-17
98
+ ## 媒体处理(mps) 版本:2019-06-12
103
99
 
104
- ### 第 14 次发布
100
+ ### 第 82 次发布
105
101
 
106
- 发布时间:2024-04-24 15:03:09
102
+ 发布时间:2024-04-26 01:20:19
107
103
 
108
104
  本次发布包含了以下内容:
109
105
 
@@ -111,66 +107,52 @@
111
107
 
112
108
  修改接口:
113
109
 
114
- * [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
115
-
116
- * 新增入参:IsInternal
117
-
118
- * [DescribeRecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95933)
119
-
120
- * 新增入参:IsInternal
110
+ * [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
121
111
 
122
- * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
112
+ * 新增出参:LiveRecordResultInfo
123
113
 
124
- * 新增入参:IsInternal
125
114
 
126
- * [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
127
-
128
- * 新增入参:IsInternal
115
+ 新增数据结构:
129
116
 
117
+ * [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
130
118
 
131
119
 
132
120
 
133
- ## 大模型知识引擎(lke) 版本:2023-11-30
121
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
134
122
 
135
- ### 第 4 次发布
123
+ ### 第 77 次发布
136
124
 
137
- 发布时间:2024-04-25 01:19:55
125
+ 发布时间:2024-04-26 01:25:17
138
126
 
139
127
  本次发布包含了以下内容:
140
128
 
141
129
  改善已有的文档。
142
130
 
143
- <font color="#dd0000">**删除接口**:</font>
144
-
145
- * ParseDoc
146
- * QueryParseDocResult
147
-
148
-
131
+ 修改接口:
149
132
 
150
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
133
+ * [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
151
134
 
152
- ### 第 58 次发布
135
+ * 新增入参:LogFormat
153
136
 
154
- 发布时间:2024-04-25 01:25:56
137
+ * [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
155
138
 
156
- 本次发布包含了以下内容:
139
+ * 新增入参:LogFormat
157
140
 
158
- 改善已有的文档。
159
141
 
160
142
  新增数据结构:
161
143
 
162
- * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
144
+ * [LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)
163
145
 
164
146
  修改数据结构:
165
147
 
166
- * [DataConfig](https://cloud.tencent.com/document/api/851/75051#DataConfig)
148
+ * [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
167
149
 
168
- * 新增成员:LocalDiskSource
150
+ * 新增成员:LogFormat
169
151
 
170
152
 
171
153
 
172
154
 
173
- ## TI-ONE 训练平台(tione) 版本:2019-10-22
155
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
174
156
 
175
157
 
176
158
 
@@ -4721,14 +4703,14 @@
4721
4703
 
4722
4704
  新增接口:
4723
4705
 
4724
- * [[DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)](https://cloud.tencent.com/document/api/#/#)
4725
- * [[DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)](https://cloud.tencent.com/document/api/#/#)
4726
- * [[ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)](https://cloud.tencent.com/document/api/#/#)
4706
+ * [DescribeGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105647)
4707
+ * [DescribeTagValues](https://cloud.tencent.com/document/api/1463/105645)
4708
+ * [ModifyGeneralApmApplicationConfig](https://cloud.tencent.com/document/api/1463/105646)
4727
4709
 
4728
4710
  新增数据结构:
4729
4711
 
4730
- * [[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)](https://cloud.tencent.com/document/api/1463/64927#[ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView))
4731
- * [[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)](https://cloud.tencent.com/document/api/1463/64927#[Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument))
4712
+ * [ApmApplicationConfigView](https://cloud.tencent.com/document/api/1463/64927#ApmApplicationConfigView)
4713
+ * [Instrument](https://cloud.tencent.com/document/api/1463/64927#Instrument)
4732
4714
 
4733
4715
  ### 第 22 次发布
4734
4716
 
@@ -30811,6 +30793,23 @@
30811
30793
 
30812
30794
  ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
30813
30795
 
30796
+ ### 第 6 次发布
30797
+
30798
+ 发布时间:2024-04-26 01:11:33
30799
+
30800
+ 本次发布包含了以下内容:
30801
+
30802
+ 改善已有的文档。
30803
+
30804
+ 修改接口:
30805
+
30806
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
30807
+
30808
+ * 新增入参:TenantAppId, TenantUin, TenantUniqVpcId, TenantSubnetId, Region
30809
+
30810
+ * <font color="#dd0000">**删除入参**:</font>AppId, Uin, UniqVpcId, SubnetId
30811
+
30812
+
30814
30813
  ### 第 5 次发布
30815
30814
 
30816
30815
  发布时间:2024-03-29 01:12:12
@@ -30901,6 +30900,21 @@
30901
30900
 
30902
30901
  ## 日志服务(cls) 版本:2020-10-16
30903
30902
 
30903
+ ### 第 87 次发布
30904
+
30905
+ 发布时间:2024-04-26 01:11:35
30906
+
30907
+ 本次发布包含了以下内容:
30908
+
30909
+ 改善已有的文档。
30910
+
30911
+ 修改数据结构:
30912
+
30913
+ * [CosRechargeInfo](https://cloud.tencent.com/document/api/614/56471#CosRechargeInfo)
30914
+
30915
+ * 新增成员:TaskType, Metadata
30916
+
30917
+
30904
30918
  ### 第 86 次发布
30905
30919
 
30906
30920
  发布时间:2024-03-15 01:10:50
@@ -43914,6 +43928,22 @@
43914
43928
 
43915
43929
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43916
43930
 
43931
+ ### 第 86 次发布
43932
+
43933
+ 发布时间:2024-04-26 01:13:19
43934
+
43935
+ 本次发布包含了以下内容:
43936
+
43937
+ 改善已有的文档。
43938
+
43939
+ 新增接口:
43940
+
43941
+ * [[DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)](https://cloud.tencent.com/document/api/#/#)
43942
+
43943
+ 新增数据结构:
43944
+
43945
+ * [[ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)](https://cloud.tencent.com/document/api/1003/48097#[ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo))
43946
+
43917
43947
  ### 第 85 次发布
43918
43948
 
43919
43949
  发布时间:2024-04-23 01:13:35
@@ -60258,8 +60288,8 @@
60258
60288
 
60259
60289
  新增数据结构:
60260
60290
 
60261
- * [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo))
60262
- * [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1323/70369#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo))
60291
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchApproverInfo)
60292
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowBatchUrlInfo)
60263
60293
 
60264
60294
  ### 第 164 次发布
60265
60295
 
@@ -63489,8 +63519,8 @@
63489
63519
 
63490
63520
  新增数据结构:
63491
63521
 
63492
- * [[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo))
63493
- * [[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)](https://cloud.tencent.com/document/api/1420/61525#[FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo))
63522
+ * [FlowBatchApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchApproverInfo)
63523
+ * [FlowBatchUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowBatchUrlInfo)
63494
63524
 
63495
63525
  ### 第 165 次发布
63496
63526
 
@@ -66777,6 +66807,21 @@
66777
66807
 
66778
66808
  ## 人脸核身(faceid) 版本:2018-03-01
66779
66809
 
66810
+ ### 第 76 次发布
66811
+
66812
+ 发布时间:2024-04-26 01:16:30
66813
+
66814
+ 本次发布包含了以下内容:
66815
+
66816
+ 改善已有的文档。
66817
+
66818
+ 修改接口:
66819
+
66820
+ * [GetFaceIdResult](https://cloud.tencent.com/document/api/1007/49199)
66821
+
66822
+ * 新增出参:LivenessInfoTag, DeviceInfoLevel
66823
+
66824
+
66780
66825
  ### 第 75 次发布
66781
66826
 
66782
66827
  发布时间:2024-04-22 01:17:05
@@ -71771,6 +71816,18 @@
71771
71816
 
71772
71817
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
71773
71818
 
71819
+ ### 第 4 次发布
71820
+
71821
+ 发布时间:2024-04-25 21:22:22
71822
+
71823
+ 本次发布包含了以下内容:
71824
+
71825
+ 改善已有的文档。
71826
+
71827
+ 新增接口:
71828
+
71829
+ * [[ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)](https://cloud.tencent.com/document/api/#/#)
71830
+
71774
71831
  ### 第 3 次发布
71775
71832
 
71776
71833
  发布时间:2024-04-11 20:37:23
@@ -74909,11 +74966,11 @@
74909
74966
 
74910
74967
  新增接口:
74911
74968
 
74912
- * [[DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)](https://cloud.tencent.com/document/api/#/#)
74969
+ * [DescribeDeviceFirmwares](https://cloud.tencent.com/document/api/1081/105649)
74913
74970
 
74914
74971
  新增数据结构:
74915
74972
 
74916
- * [[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)](https://cloud.tencent.com/document/api/1081/34988#[DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo))
74973
+ * [DeviceFirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceFirmwareInfo)
74917
74974
 
74918
74975
  ### 第 59 次发布
74919
74976
 
@@ -89979,6 +90036,25 @@
89979
90036
 
89980
90037
  ## 媒体处理(mps) 版本:2019-06-12
89981
90038
 
90039
+ ### 第 82 次发布
90040
+
90041
+ 发布时间:2024-04-26 01:20:19
90042
+
90043
+ 本次发布包含了以下内容:
90044
+
90045
+ 改善已有的文档。
90046
+
90047
+ 修改接口:
90048
+
90049
+ * [ParseLiveStreamProcessNotification](https://cloud.tencent.com/document/api/862/39229)
90050
+
90051
+ * 新增出参:LiveRecordResultInfo
90052
+
90053
+
90054
+ 新增数据结构:
90055
+
90056
+ * [[LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo))
90057
+
89982
90058
  ### 第 81 次发布
89983
90059
 
89984
90060
  发布时间:2024-04-22 01:21:36
@@ -123096,6 +123172,36 @@
123096
123172
 
123097
123173
  ## 边缘安全加速平台(teo) 版本:2022-09-01
123098
123174
 
123175
+ ### 第 77 次发布
123176
+
123177
+ 发布时间:2024-04-26 01:25:17
123178
+
123179
+ 本次发布包含了以下内容:
123180
+
123181
+ 改善已有的文档。
123182
+
123183
+ 修改接口:
123184
+
123185
+ * [CreateRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104112)
123186
+
123187
+ * 新增入参:LogFormat
123188
+
123189
+ * [ModifyRealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/104109)
123190
+
123191
+ * 新增入参:LogFormat
123192
+
123193
+
123194
+ 新增数据结构:
123195
+
123196
+ * [[LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)](https://cloud.tencent.com/document/api/1552/80721#[LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat))
123197
+
123198
+ 修改数据结构:
123199
+
123200
+ * [RealtimeLogDeliveryTask](https://cloud.tencent.com/document/api/1552/80721#RealtimeLogDeliveryTask)
123201
+
123202
+ * 新增成员:LogFormat
123203
+
123204
+
123099
123205
  ### 第 76 次发布
123100
123206
 
123101
123207
  发布时间:2024-03-13 01:24:49
@@ -127280,7 +127386,7 @@
127280
127386
 
127281
127387
  新增数据结构:
127282
127388
 
127283
- * [[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)](https://cloud.tencent.com/document/api/851/75051#[LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk))
127389
+ * [LocalDisk](https://cloud.tencent.com/document/api/851/75051#LocalDisk)
127284
127390
 
127285
127391
  修改数据结构:
127286
127392
 
package/package.json CHANGED
@@ -1,13 +1,8 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.842",
3
+ "version": "4.0.843",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
- "exports": {
7
- ".": "./tencentcloud/index.js",
8
- "./package.json": "./package.json",
9
- "./tencentcloud/*": "./tencentcloud/*"
10
- },
11
6
  "scripts": {
12
7
  "test": "mocha -t 10000",
13
8
  "build": "tsc",