tencentcloud-sdk-nodejs 4.0.891 → 4.0.893
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 +304 -0
- package/SERVICE_CHANGELOG.md +314 -115
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +0 -4
- package/src/services/cdb/v20170320/cdb_models.ts +9 -7
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_models.ts +5 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +20 -13
- package/src/services/goosefs/v20220519/goosefs_client.ts +1 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +52 -12
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1 -13
- package/src/services/ivld/v20210903/ivld_client.ts +65 -0
- package/src/services/ivld/v20210903/ivld_models.ts +249 -0
- package/src/services/lke/v20231130/lke_client.ts +2 -3
- package/src/services/lke/v20231130/lke_models.ts +5 -0
- package/src/services/mps/v20190612/mps_models.ts +10 -0
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/rum/v20210622/rum_models.ts +4 -0
- package/src/services/smpn/v20190822/smpn_client.ts +0 -48
- package/src/services/smpn/v20190822/smpn_models.ts +0 -176
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +4 -4
- package/src/services/trtc/v20190722/trtc_client.ts +58 -20
- package/src/services/trtc/v20190722/trtc_models.ts +310 -124
- package/src/services/tse/v20201207/tse_models.ts +9 -0
- package/src/services/vpc/v20170312/vpc_client.ts +19 -6
- package/src/services/vpc/v20170312/vpc_models.ts +68 -2
- package/src/services/waf/v20180125/waf_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +0 -4
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +0 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -7
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -13
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +51 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -13
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +37 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +42 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +238 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +0 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +0 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/smpn/v20190822/smpn_client.d.ts +1 -19
- package/tencentcloud/services/smpn/v20190822/smpn_client.js +0 -24
- package/tencentcloud/services/smpn/v20190822/smpn_models.d.ts +0 -164
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -7
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +26 -8
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +302 -124
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +9 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +9 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +65 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
- package/test/ivld.v20210903.test.js +30 -0
- package/test/smpn.v20190822.test.js +0 -30
- package/test/trtc.v20190722.test.js +34 -4
- package/test/vpc.v20170312.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,51 +1,44 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 9 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-10 01:17:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateRotationPassword](https://cloud.tencent.com/document/api/236/108310)
|
|
16
|
-
* [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
|
|
17
|
-
* [ResetPassword](https://cloud.tencent.com/document/api/236/108308)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
22
|
-
|
|
23
|
-
### 第 96 次发布
|
|
13
|
+
修改接口:
|
|
24
14
|
|
|
25
|
-
|
|
15
|
+
* [ExpandCapacity](https://cloud.tencent.com/document/api/1424/95787)
|
|
26
16
|
|
|
27
|
-
|
|
17
|
+
* 新增入参:ModifyType
|
|
28
18
|
|
|
29
|
-
改善已有的文档。
|
|
30
19
|
|
|
31
20
|
新增数据结构:
|
|
32
21
|
|
|
33
|
-
* [
|
|
22
|
+
* [ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute)
|
|
34
23
|
|
|
35
24
|
修改数据结构:
|
|
36
25
|
|
|
37
|
-
* [
|
|
26
|
+
* [FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute)
|
|
38
27
|
|
|
39
|
-
* 新增成员:
|
|
28
|
+
* 新增成员:ChargeAttribute
|
|
40
29
|
|
|
30
|
+
* [MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket)
|
|
41
31
|
|
|
32
|
+
* 新增成员:Endpoint
|
|
42
33
|
|
|
43
34
|
|
|
44
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
45
35
|
|
|
46
|
-
### 第 60 次发布
|
|
47
36
|
|
|
48
|
-
|
|
37
|
+
## 媒体智能标签(ivld) 版本:2021-09-03
|
|
38
|
+
|
|
39
|
+
### 第 9 次发布
|
|
40
|
+
|
|
41
|
+
发布时间:2024-07-09 14:27:21
|
|
49
42
|
|
|
50
43
|
本次发布包含了以下内容:
|
|
51
44
|
|
|
@@ -53,149 +46,111 @@
|
|
|
53
46
|
|
|
54
47
|
新增接口:
|
|
55
48
|
|
|
56
|
-
* [
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
61
|
-
|
|
62
|
-
* 新增入参:DisasterRecoverGroupAffinity
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
修改数据结构:
|
|
49
|
+
* [CreateVideoSummaryTask](https://cloud.tencent.com/document/api/1509/108448)
|
|
50
|
+
* [DescribeUsageAmount](https://cloud.tencent.com/document/api/1509/108447)
|
|
51
|
+
* [DescribeVideoSummaryDetail](https://cloud.tencent.com/document/api/1509/108446)
|
|
66
52
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
* 新增成员:DisasterRecoverGroupAffinity
|
|
53
|
+
新增数据结构:
|
|
70
54
|
|
|
55
|
+
* [AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult)
|
|
56
|
+
* [ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo)
|
|
57
|
+
* [TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode)
|
|
58
|
+
* [TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore)
|
|
59
|
+
* [VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode)
|
|
71
60
|
|
|
72
61
|
|
|
73
62
|
|
|
74
|
-
##
|
|
63
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
75
64
|
|
|
76
|
-
### 第
|
|
65
|
+
### 第 34 次发布
|
|
77
66
|
|
|
78
|
-
发布时间:2024-07-
|
|
67
|
+
发布时间:2024-07-10 01:22:53
|
|
79
68
|
|
|
80
69
|
本次发布包含了以下内容:
|
|
81
70
|
|
|
82
71
|
改善已有的文档。
|
|
83
72
|
|
|
84
|
-
|
|
73
|
+
修改接口:
|
|
85
74
|
|
|
86
|
-
* [
|
|
75
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
87
76
|
|
|
88
|
-
*
|
|
77
|
+
* 新增入参:Site
|
|
89
78
|
|
|
90
79
|
|
|
91
80
|
|
|
92
81
|
|
|
93
|
-
##
|
|
82
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
94
83
|
|
|
95
|
-
### 第
|
|
84
|
+
### 第 81 次发布
|
|
96
85
|
|
|
97
|
-
发布时间:2024-07-
|
|
86
|
+
发布时间:2024-07-10 01:27:37
|
|
98
87
|
|
|
99
88
|
本次发布包含了以下内容:
|
|
100
89
|
|
|
101
90
|
改善已有的文档。
|
|
102
91
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
106
|
-
|
|
107
|
-
* 新增成员:Data
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
92
|
+
新增接口:
|
|
113
93
|
|
|
94
|
+
* [DescribeAIConversation](https://cloud.tencent.com/document/api/647/108515)
|
|
95
|
+
* [StartAIConversation](https://cloud.tencent.com/document/api/647/108514)
|
|
96
|
+
* [StopAIConversation](https://cloud.tencent.com/document/api/647/108513)
|
|
114
97
|
|
|
98
|
+
新增数据结构:
|
|
115
99
|
|
|
116
|
-
|
|
100
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
101
|
+
* [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
|
|
117
102
|
|
|
118
103
|
|
|
119
104
|
|
|
120
|
-
##
|
|
105
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
121
106
|
|
|
122
|
-
### 第
|
|
107
|
+
### 第 73 次发布
|
|
123
108
|
|
|
124
|
-
发布时间:2024-07-
|
|
109
|
+
发布时间:2024-07-10 01:27:48
|
|
125
110
|
|
|
126
111
|
本次发布包含了以下内容:
|
|
127
112
|
|
|
128
113
|
改善已有的文档。
|
|
129
114
|
|
|
130
|
-
|
|
115
|
+
修改接口:
|
|
131
116
|
|
|
132
|
-
* [
|
|
133
|
-
* [DeleteQualityControlTemplate](https://cloud.tencent.com/document/api/862/108313)
|
|
134
|
-
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
135
|
-
* [ModifyQualityControlTemplate](https://cloud.tencent.com/document/api/862/108311)
|
|
117
|
+
* [CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)
|
|
136
118
|
|
|
137
|
-
|
|
119
|
+
* 新增入参:PromId
|
|
138
120
|
|
|
139
|
-
* [ContainerDiagnoseResultItem](https://cloud.tencent.com/document/api/862/37615#ContainerDiagnoseResultItem)
|
|
140
|
-
* [QualityControlItemConfig](https://cloud.tencent.com/document/api/862/37615#QualityControlItemConfig)
|
|
141
|
-
* [QualityControlTemplate](https://cloud.tencent.com/document/api/862/37615#QualityControlTemplate)
|
|
142
121
|
|
|
143
122
|
修改数据结构:
|
|
144
123
|
|
|
145
|
-
* [
|
|
146
|
-
|
|
147
|
-
* 新增成员:QualityControlTask
|
|
148
|
-
|
|
149
|
-
* [ActivityResItem](https://cloud.tencent.com/document/api/862/37615#ActivityResItem)
|
|
150
|
-
|
|
151
|
-
* 新增成员:QualityControlTask
|
|
152
|
-
|
|
153
|
-
* [QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)
|
|
124
|
+
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
154
125
|
|
|
155
|
-
* 新增成员:
|
|
126
|
+
* 新增成员:Description
|
|
156
127
|
|
|
157
128
|
|
|
158
129
|
|
|
159
130
|
|
|
160
|
-
##
|
|
131
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
161
132
|
|
|
162
|
-
### 第
|
|
133
|
+
### 第 193 次发布
|
|
163
134
|
|
|
164
|
-
发布时间:2024-07-
|
|
135
|
+
发布时间:2024-07-10 01:29:16
|
|
165
136
|
|
|
166
137
|
本次发布包含了以下内容:
|
|
167
138
|
|
|
168
139
|
改善已有的文档。
|
|
169
140
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
* CreateSmpnEpa
|
|
173
|
-
* DescribeSmpnChp
|
|
174
|
-
* DescribeSmpnFnr
|
|
175
|
-
* DescribeSmpnMhm
|
|
176
|
-
* DescribeSmpnMrl
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
181
|
-
|
|
182
|
-
### 第 80 次发布
|
|
183
|
-
|
|
184
|
-
发布时间:2024-07-08 01:24:35
|
|
141
|
+
新增接口:
|
|
185
142
|
|
|
186
|
-
|
|
143
|
+
* [ModifyVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/108516)
|
|
187
144
|
|
|
188
|
-
|
|
145
|
+
新增数据结构:
|
|
189
146
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
* SummarizeTranscription
|
|
147
|
+
* [PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics)
|
|
193
148
|
|
|
194
149
|
修改数据结构:
|
|
195
150
|
|
|
196
|
-
* [
|
|
151
|
+
* [SecurityGroupPolicySet](https://cloud.tencent.com/document/api/215/15824#SecurityGroupPolicySet)
|
|
197
152
|
|
|
198
|
-
* 新增成员:
|
|
153
|
+
* 新增成员:PolicyStatistics
|
|
199
154
|
|
|
200
155
|
|
|
201
156
|
|
|
@@ -16700,9 +16655,9 @@
|
|
|
16700
16655
|
|
|
16701
16656
|
新增接口:
|
|
16702
16657
|
|
|
16703
|
-
* [
|
|
16704
|
-
* [
|
|
16705
|
-
* [
|
|
16658
|
+
* [CreateRotationPassword](https://cloud.tencent.com/document/api/236/108310)
|
|
16659
|
+
* [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
|
|
16660
|
+
* [ResetPassword](https://cloud.tencent.com/document/api/236/108308)
|
|
16706
16661
|
|
|
16707
16662
|
### 第 159 次发布
|
|
16708
16663
|
|
|
@@ -51274,7 +51229,7 @@
|
|
|
51274
51229
|
|
|
51275
51230
|
新增数据结构:
|
|
51276
51231
|
|
|
51277
|
-
* [
|
|
51232
|
+
* [AccessInfo](https://cloud.tencent.com/document/api/1342/53778#AccessInfo)
|
|
51278
51233
|
|
|
51279
51234
|
修改数据结构:
|
|
51280
51235
|
|
|
@@ -61325,6 +61280,21 @@
|
|
|
61325
61280
|
|
|
61326
61281
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
61327
61282
|
|
|
61283
|
+
### 第 61 次发布
|
|
61284
|
+
|
|
61285
|
+
发布时间:2024-07-09 01:14:44
|
|
61286
|
+
|
|
61287
|
+
本次发布包含了以下内容:
|
|
61288
|
+
|
|
61289
|
+
改善已有的文档。
|
|
61290
|
+
|
|
61291
|
+
修改数据结构:
|
|
61292
|
+
|
|
61293
|
+
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
61294
|
+
|
|
61295
|
+
* 新增成员:SinkCycleAge
|
|
61296
|
+
|
|
61297
|
+
|
|
61328
61298
|
### 第 60 次发布
|
|
61329
61299
|
|
|
61330
61300
|
发布时间:2024-07-05 18:47:21
|
|
@@ -61335,7 +61305,7 @@
|
|
|
61335
61305
|
|
|
61336
61306
|
新增接口:
|
|
61337
61307
|
|
|
61338
|
-
* [
|
|
61308
|
+
* [DescribeServerlessMetrics](https://cloud.tencent.com/document/api/845/108288)
|
|
61339
61309
|
|
|
61340
61310
|
修改接口:
|
|
61341
61311
|
|
|
@@ -62661,6 +62631,21 @@
|
|
|
62661
62631
|
|
|
62662
62632
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62663
62633
|
|
|
62634
|
+
### 第 178 次发布
|
|
62635
|
+
|
|
62636
|
+
发布时间:2024-07-09 01:14:53
|
|
62637
|
+
|
|
62638
|
+
本次发布包含了以下内容:
|
|
62639
|
+
|
|
62640
|
+
改善已有的文档。
|
|
62641
|
+
|
|
62642
|
+
修改接口:
|
|
62643
|
+
|
|
62644
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
|
|
62645
|
+
|
|
62646
|
+
* 新增入参:ExpiredOn
|
|
62647
|
+
|
|
62648
|
+
|
|
62664
62649
|
### 第 177 次发布
|
|
62665
62650
|
|
|
62666
62651
|
发布时间:2024-07-02 01:16:08
|
|
@@ -66058,6 +66043,21 @@
|
|
|
66058
66043
|
|
|
66059
66044
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
66060
66045
|
|
|
66046
|
+
### 第 173 次发布
|
|
66047
|
+
|
|
66048
|
+
发布时间:2024-07-09 01:15:08
|
|
66049
|
+
|
|
66050
|
+
本次发布包含了以下内容:
|
|
66051
|
+
|
|
66052
|
+
改善已有的文档。
|
|
66053
|
+
|
|
66054
|
+
修改接口:
|
|
66055
|
+
|
|
66056
|
+
* [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
|
|
66057
|
+
|
|
66058
|
+
* 新增入参:ExpiredOn
|
|
66059
|
+
|
|
66060
|
+
|
|
66061
66061
|
### 第 172 次发布
|
|
66062
66062
|
|
|
66063
66063
|
发布时间:2024-06-25 01:15:10
|
|
@@ -72966,6 +72966,36 @@
|
|
|
72966
72966
|
|
|
72967
72967
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
72968
72968
|
|
|
72969
|
+
### 第 9 次发布
|
|
72970
|
+
|
|
72971
|
+
发布时间:2024-07-10 01:17:00
|
|
72972
|
+
|
|
72973
|
+
本次发布包含了以下内容:
|
|
72974
|
+
|
|
72975
|
+
改善已有的文档。
|
|
72976
|
+
|
|
72977
|
+
修改接口:
|
|
72978
|
+
|
|
72979
|
+
* [ExpandCapacity](https://cloud.tencent.com/document/api/1424/95787)
|
|
72980
|
+
|
|
72981
|
+
* 新增入参:ModifyType
|
|
72982
|
+
|
|
72983
|
+
|
|
72984
|
+
新增数据结构:
|
|
72985
|
+
|
|
72986
|
+
* [[ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute)](https://cloud.tencent.com/document/api/1424/95076#[ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute))
|
|
72987
|
+
|
|
72988
|
+
修改数据结构:
|
|
72989
|
+
|
|
72990
|
+
* [FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute)
|
|
72991
|
+
|
|
72992
|
+
* 新增成员:ChargeAttribute
|
|
72993
|
+
|
|
72994
|
+
* [MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket)
|
|
72995
|
+
|
|
72996
|
+
* 新增成员:Endpoint
|
|
72997
|
+
|
|
72998
|
+
|
|
72969
72999
|
### 第 8 次发布
|
|
72970
73000
|
|
|
72971
73001
|
发布时间:2024-03-08 01:16:56
|
|
@@ -82195,6 +82225,28 @@
|
|
|
82195
82225
|
|
|
82196
82226
|
## 媒体智能标签(ivld) 版本:2021-09-03
|
|
82197
82227
|
|
|
82228
|
+
### 第 9 次发布
|
|
82229
|
+
|
|
82230
|
+
发布时间:2024-07-09 14:27:21
|
|
82231
|
+
|
|
82232
|
+
本次发布包含了以下内容:
|
|
82233
|
+
|
|
82234
|
+
改善已有的文档。
|
|
82235
|
+
|
|
82236
|
+
新增接口:
|
|
82237
|
+
|
|
82238
|
+
* [[CreateVideoSummaryTask](https://cloud.tencent.com/document/api/1509/108448)](https://cloud.tencent.com/document/api/#/#)
|
|
82239
|
+
* [[DescribeUsageAmount](https://cloud.tencent.com/document/api/1509/108447)](https://cloud.tencent.com/document/api/#/#)
|
|
82240
|
+
* [[DescribeVideoSummaryDetail](https://cloud.tencent.com/document/api/1509/108446)](https://cloud.tencent.com/document/api/#/#)
|
|
82241
|
+
|
|
82242
|
+
新增数据结构:
|
|
82243
|
+
|
|
82244
|
+
* [[AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult)](https://cloud.tencent.com/document/api/1509/65063#[AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult))
|
|
82245
|
+
* [[ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo)](https://cloud.tencent.com/document/api/1509/65063#[ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo))
|
|
82246
|
+
* [[TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode)](https://cloud.tencent.com/document/api/1509/65063#[TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode))
|
|
82247
|
+
* [[TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore)](https://cloud.tencent.com/document/api/1509/65063#[TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore))
|
|
82248
|
+
* [[VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode)](https://cloud.tencent.com/document/api/1509/65063#[VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode))
|
|
82249
|
+
|
|
82198
82250
|
### 第 8 次发布
|
|
82199
82251
|
|
|
82200
82252
|
发布时间:2022-10-25 19:11:18
|
|
@@ -88009,6 +88061,21 @@
|
|
|
88009
88061
|
|
|
88010
88062
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
88011
88063
|
|
|
88064
|
+
### 第 10 次发布
|
|
88065
|
+
|
|
88066
|
+
发布时间:2024-07-08 10:47:57
|
|
88067
|
+
|
|
88068
|
+
本次发布包含了以下内容:
|
|
88069
|
+
|
|
88070
|
+
改善已有的文档。
|
|
88071
|
+
|
|
88072
|
+
修改数据结构:
|
|
88073
|
+
|
|
88074
|
+
* [ListDocItem](https://cloud.tencent.com/document/api/1759/105104#ListDocItem)
|
|
88075
|
+
|
|
88076
|
+
* 新增成员:IsAllowRetry
|
|
88077
|
+
|
|
88078
|
+
|
|
88012
88079
|
### 第 9 次发布
|
|
88013
88080
|
|
|
88014
88081
|
发布时间:2024-06-25 01:18:18
|
|
@@ -93686,6 +93753,21 @@
|
|
|
93686
93753
|
|
|
93687
93754
|
## 媒体处理(mps) 版本:2019-06-12
|
|
93688
93755
|
|
|
93756
|
+
### 第 89 次发布
|
|
93757
|
+
|
|
93758
|
+
发布时间:2024-07-09 01:19:04
|
|
93759
|
+
|
|
93760
|
+
本次发布包含了以下内容:
|
|
93761
|
+
|
|
93762
|
+
改善已有的文档。
|
|
93763
|
+
|
|
93764
|
+
修改数据结构:
|
|
93765
|
+
|
|
93766
|
+
* [AiAnalysisTaskDelLogoOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskDelLogoOutput)
|
|
93767
|
+
|
|
93768
|
+
* 新增成员:OriginSubtitlePath, TranslateSubtitlePath
|
|
93769
|
+
|
|
93770
|
+
|
|
93689
93771
|
### 第 88 次发布
|
|
93690
93772
|
|
|
93691
93773
|
发布时间:2024-07-08 01:18:48
|
|
@@ -93696,16 +93778,16 @@
|
|
|
93696
93778
|
|
|
93697
93779
|
新增接口:
|
|
93698
93780
|
|
|
93699
|
-
* [
|
|
93700
|
-
* [
|
|
93701
|
-
* [
|
|
93702
|
-
* [
|
|
93781
|
+
* [CreateQualityControlTemplate](https://cloud.tencent.com/document/api/862/108314)
|
|
93782
|
+
* [DeleteQualityControlTemplate](https://cloud.tencent.com/document/api/862/108313)
|
|
93783
|
+
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
93784
|
+
* [ModifyQualityControlTemplate](https://cloud.tencent.com/document/api/862/108311)
|
|
93703
93785
|
|
|
93704
93786
|
新增数据结构:
|
|
93705
93787
|
|
|
93706
|
-
* [
|
|
93707
|
-
* [
|
|
93708
|
-
* [
|
|
93788
|
+
* [ContainerDiagnoseResultItem](https://cloud.tencent.com/document/api/862/37615#ContainerDiagnoseResultItem)
|
|
93789
|
+
* [QualityControlItemConfig](https://cloud.tencent.com/document/api/862/37615#QualityControlItemConfig)
|
|
93790
|
+
* [QualityControlTemplate](https://cloud.tencent.com/document/api/862/37615#QualityControlTemplate)
|
|
93709
93791
|
|
|
93710
93792
|
修改数据结构:
|
|
93711
93793
|
|
|
@@ -99609,6 +99691,21 @@
|
|
|
99609
99691
|
|
|
99610
99692
|
## 文字识别(ocr) 版本:2018-11-19
|
|
99611
99693
|
|
|
99694
|
+
### 第 142 次发布
|
|
99695
|
+
|
|
99696
|
+
发布时间:2024-07-09 01:19:41
|
|
99697
|
+
|
|
99698
|
+
本次发布包含了以下内容:
|
|
99699
|
+
|
|
99700
|
+
改善已有的文档。
|
|
99701
|
+
|
|
99702
|
+
修改接口:
|
|
99703
|
+
|
|
99704
|
+
* [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
|
|
99705
|
+
|
|
99706
|
+
* 新增入参:OfdPageNumber
|
|
99707
|
+
|
|
99708
|
+
|
|
99612
99709
|
### 第 141 次发布
|
|
99613
99710
|
|
|
99614
99711
|
发布时间:2024-07-03 01:21:25
|
|
@@ -107421,6 +107518,21 @@
|
|
|
107421
107518
|
|
|
107422
107519
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
107423
107520
|
|
|
107521
|
+
### 第 34 次发布
|
|
107522
|
+
|
|
107523
|
+
发布时间:2024-07-10 01:22:53
|
|
107524
|
+
|
|
107525
|
+
本次发布包含了以下内容:
|
|
107526
|
+
|
|
107527
|
+
改善已有的文档。
|
|
107528
|
+
|
|
107529
|
+
修改接口:
|
|
107530
|
+
|
|
107531
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
107532
|
+
|
|
107533
|
+
* 新增入参:Site
|
|
107534
|
+
|
|
107535
|
+
|
|
107424
107536
|
### 第 33 次发布
|
|
107425
107537
|
|
|
107426
107538
|
发布时间:2024-01-31 01:20:58
|
|
@@ -109830,6 +109942,29 @@
|
|
|
109830
109942
|
|
|
109831
109943
|
## 营销号码安全(smpn) 版本:2019-08-22
|
|
109832
109944
|
|
|
109945
|
+
### 第 3 次发布
|
|
109946
|
+
|
|
109947
|
+
发布时间:2024-07-09 01:21:06
|
|
109948
|
+
|
|
109949
|
+
本次发布包含了以下内容:
|
|
109950
|
+
|
|
109951
|
+
改善已有的文档。
|
|
109952
|
+
|
|
109953
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
109954
|
+
|
|
109955
|
+
* CreateSmpnEpa
|
|
109956
|
+
* DescribeSmpnMhm
|
|
109957
|
+
* DescribeSmpnMrl
|
|
109958
|
+
|
|
109959
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
109960
|
+
|
|
109961
|
+
* EPARequest
|
|
109962
|
+
* EPAResponse
|
|
109963
|
+
* MHMRequest
|
|
109964
|
+
* MHMResponse
|
|
109965
|
+
* MRLRequest
|
|
109966
|
+
* MRLResponse
|
|
109967
|
+
|
|
109833
109968
|
### 第 2 次发布
|
|
109834
109969
|
|
|
109835
109970
|
发布时间:2024-07-08 01:20:52
|
|
@@ -140416,6 +140551,25 @@
|
|
|
140416
140551
|
|
|
140417
140552
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
140418
140553
|
|
|
140554
|
+
### 第 81 次发布
|
|
140555
|
+
|
|
140556
|
+
发布时间:2024-07-10 01:27:37
|
|
140557
|
+
|
|
140558
|
+
本次发布包含了以下内容:
|
|
140559
|
+
|
|
140560
|
+
改善已有的文档。
|
|
140561
|
+
|
|
140562
|
+
新增接口:
|
|
140563
|
+
|
|
140564
|
+
* [[DescribeAIConversation](https://cloud.tencent.com/document/api/647/108515)](https://cloud.tencent.com/document/api/#/#)
|
|
140565
|
+
* [[StartAIConversation](https://cloud.tencent.com/document/api/647/108514)](https://cloud.tencent.com/document/api/#/#)
|
|
140566
|
+
* [[StopAIConversation](https://cloud.tencent.com/document/api/647/108513)](https://cloud.tencent.com/document/api/#/#)
|
|
140567
|
+
|
|
140568
|
+
新增数据结构:
|
|
140569
|
+
|
|
140570
|
+
* [[AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)](https://cloud.tencent.com/document/api/647/44055#[AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig))
|
|
140571
|
+
* [[STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)](https://cloud.tencent.com/document/api/647/44055#[STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig))
|
|
140572
|
+
|
|
140419
140573
|
### 第 80 次发布
|
|
140420
140574
|
|
|
140421
140575
|
发布时间:2024-07-08 01:24:35
|
|
@@ -141891,6 +142045,28 @@
|
|
|
141891
142045
|
|
|
141892
142046
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
141893
142047
|
|
|
142048
|
+
### 第 73 次发布
|
|
142049
|
+
|
|
142050
|
+
发布时间:2024-07-10 01:27:48
|
|
142051
|
+
|
|
142052
|
+
本次发布包含了以下内容:
|
|
142053
|
+
|
|
142054
|
+
改善已有的文档。
|
|
142055
|
+
|
|
142056
|
+
修改接口:
|
|
142057
|
+
|
|
142058
|
+
* [CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)
|
|
142059
|
+
|
|
142060
|
+
* 新增入参:PromId
|
|
142061
|
+
|
|
142062
|
+
|
|
142063
|
+
修改数据结构:
|
|
142064
|
+
|
|
142065
|
+
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
142066
|
+
|
|
142067
|
+
* 新增成员:Description
|
|
142068
|
+
|
|
142069
|
+
|
|
141894
142070
|
### 第 72 次发布
|
|
141895
142071
|
|
|
141896
142072
|
发布时间:2024-06-20 02:26:25
|
|
@@ -152069,6 +152245,29 @@
|
|
|
152069
152245
|
|
|
152070
152246
|
## 私有网络(vpc) 版本:2017-03-12
|
|
152071
152247
|
|
|
152248
|
+
### 第 193 次发布
|
|
152249
|
+
|
|
152250
|
+
发布时间:2024-07-10 01:29:16
|
|
152251
|
+
|
|
152252
|
+
本次发布包含了以下内容:
|
|
152253
|
+
|
|
152254
|
+
改善已有的文档。
|
|
152255
|
+
|
|
152256
|
+
新增接口:
|
|
152257
|
+
|
|
152258
|
+
* [[ModifyVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/108516)](https://cloud.tencent.com/document/api/#/#)
|
|
152259
|
+
|
|
152260
|
+
新增数据结构:
|
|
152261
|
+
|
|
152262
|
+
* [[PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics)](https://cloud.tencent.com/document/api/215/15824#[PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics))
|
|
152263
|
+
|
|
152264
|
+
修改数据结构:
|
|
152265
|
+
|
|
152266
|
+
* [SecurityGroupPolicySet](https://cloud.tencent.com/document/api/215/15824#SecurityGroupPolicySet)
|
|
152267
|
+
|
|
152268
|
+
* 新增成员:PolicyStatistics
|
|
152269
|
+
|
|
152270
|
+
|
|
152072
152271
|
### 第 192 次发布
|
|
152073
152272
|
|
|
152074
152273
|
发布时间:2024-07-03 01:28:07
|