tencentcloud-sdk-nodejs 4.0.766 → 4.0.767
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 +251 -0
- package/SERVICE_CHANGELOG.md +390 -84
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +15 -4
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cwp/v20180228/cwp_models.ts +17 -23
- package/src/services/dts/v20211206/dts_models.ts +97 -97
- package/src/services/ess/v20201111/ess_client.ts +64 -17
- package/src/services/ess/v20201111/ess_models.ts +127 -24
- package/src/services/essbasic/v20210526/essbasic_client.ts +34 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +131 -15
- package/src/services/faceid/v20180301/faceid_models.ts +8 -8
- package/src/services/iss/v20230517/iss_models.ts +12 -8
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +57 -4
- package/src/services/monitor/v20180724/monitor_models.ts +7 -7
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_models.ts +3 -3
- package/src/services/vod/v20180717/vod_client.ts +4 -3
- package/src/services/vod/v20180717/vod_models.ts +131 -132
- package/src/services/vpc/v20170312/vpc_models.ts +8 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -4
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -23
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +97 -97
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +51 -13
- package/tencentcloud/services/ess/v20201111/ess_client.js +53 -13
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +124 -24
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +25 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +26 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +128 -15
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -8
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +55 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -132
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 53 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-27 01:07:34
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,52 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeDosageDetailByDate](https://cloud.tencent.com/document/api/555/33985)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:PayerUin
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
修改数据结构:
|
|
20
21
|
|
|
22
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
21
23
|
|
|
22
|
-
|
|
24
|
+
* 新增成员:Id
|
|
23
25
|
|
|
24
|
-
### 第 6 次发布
|
|
25
26
|
|
|
26
|
-
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 数据传输服务(dts) 版本:2021-12-06
|
|
30
|
+
|
|
31
|
+
### 第 20 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2023-12-27 01:17:28
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改数据结构:
|
|
40
|
+
|
|
41
|
+
* [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
|
|
42
|
+
|
|
43
|
+
* <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
|
|
44
|
+
|
|
45
|
+
* [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
|
|
46
|
+
|
|
47
|
+
* <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 数据传输服务(dts) 版本:2018-03-30
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
57
|
+
|
|
58
|
+
### 第 144 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2023-12-27 01:19:02
|
|
27
61
|
|
|
28
62
|
本次发布包含了以下内容:
|
|
29
63
|
|
|
@@ -31,72 +65,62 @@
|
|
|
31
65
|
|
|
32
66
|
新增接口:
|
|
33
67
|
|
|
34
|
-
* [
|
|
35
|
-
* [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
|
|
36
|
-
* [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
|
|
37
|
-
* [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
|
|
38
|
-
* [DescribeInstanceNodesInfo](https://cloud.tencent.com/document/api/1387/102616)
|
|
39
|
-
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1387/102615)
|
|
40
|
-
* [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
|
|
41
|
-
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
42
|
-
* [DestroyInstance](https://cloud.tencent.com/document/api/1387/102610)
|
|
43
|
-
* [ModifyInstance](https://cloud.tencent.com/document/api/1387/102612)
|
|
44
|
-
* [ResizeDisk](https://cloud.tencent.com/document/api/1387/102609)
|
|
45
|
-
* [RestartClusterForNode](https://cloud.tencent.com/document/api/1387/102608)
|
|
46
|
-
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1387/102607)
|
|
47
|
-
* [ScaleUpInstance](https://cloud.tencent.com/document/api/1387/102606)
|
|
68
|
+
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)
|
|
48
69
|
|
|
49
70
|
新增数据结构:
|
|
50
71
|
|
|
51
|
-
* [
|
|
52
|
-
* [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1387/102385#ClusterConfigsInfoFromEMR)
|
|
53
|
-
* [ConfigKeyValue](https://cloud.tencent.com/document/api/1387/102385#ConfigKeyValue)
|
|
54
|
-
* [CreateInstanceSpec](https://cloud.tencent.com/document/api/1387/102385#CreateInstanceSpec)
|
|
55
|
-
* [DataBaseAuditRecord](https://cloud.tencent.com/document/api/1387/102385#DataBaseAuditRecord)
|
|
56
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
57
|
-
* [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
|
|
72
|
+
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
|
|
58
73
|
|
|
59
74
|
|
|
60
75
|
|
|
61
|
-
##
|
|
76
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62
77
|
|
|
63
|
-
### 第
|
|
78
|
+
### 第 146 次发布
|
|
64
79
|
|
|
65
|
-
发布时间:2023-12-
|
|
80
|
+
发布时间:2023-12-27 01:19:26
|
|
66
81
|
|
|
67
82
|
本次发布包含了以下内容:
|
|
68
83
|
|
|
69
84
|
改善已有的文档。
|
|
70
85
|
|
|
71
|
-
|
|
86
|
+
新增接口:
|
|
72
87
|
|
|
73
|
-
* [
|
|
88
|
+
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
|
|
74
89
|
|
|
75
|
-
|
|
90
|
+
新增数据结构:
|
|
76
91
|
|
|
77
|
-
* [
|
|
92
|
+
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)
|
|
78
93
|
|
|
79
|
-
* 新增入参:Annotations
|
|
80
94
|
|
|
81
95
|
|
|
82
|
-
|
|
96
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
97
|
+
|
|
83
98
|
|
|
84
|
-
|
|
99
|
+
|
|
100
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
101
|
+
|
|
102
|
+
### 第 69 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2023-12-27 01:19:47
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
85
109
|
|
|
86
110
|
修改数据结构:
|
|
87
111
|
|
|
88
|
-
* [
|
|
112
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
|
|
89
113
|
|
|
90
|
-
*
|
|
114
|
+
* <font color="#dd0000">**修改成员**:</font>FinalResultDetailCode, FinalResultMessage
|
|
91
115
|
|
|
92
116
|
|
|
93
117
|
|
|
94
118
|
|
|
95
|
-
##
|
|
119
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
96
120
|
|
|
97
|
-
### 第
|
|
121
|
+
### 第 10 次发布
|
|
98
122
|
|
|
99
|
-
发布时间:2023-12-
|
|
123
|
+
发布时间:2023-12-27 01:22:46
|
|
100
124
|
|
|
101
125
|
本次发布包含了以下内容:
|
|
102
126
|
|
|
@@ -104,47 +128,124 @@
|
|
|
104
128
|
|
|
105
129
|
修改接口:
|
|
106
130
|
|
|
107
|
-
* [
|
|
131
|
+
* [ListDevices](https://cloud.tencent.com/document/api/1344/95871)
|
|
108
132
|
|
|
109
|
-
* 新增入参:
|
|
133
|
+
* 新增入参:IsContainUser
|
|
110
134
|
|
|
111
135
|
|
|
136
|
+
修改数据结构:
|
|
112
137
|
|
|
138
|
+
* [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
|
|
113
139
|
|
|
114
|
-
|
|
140
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Score, Location
|
|
115
141
|
|
|
116
|
-
|
|
142
|
+
* [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
|
|
117
143
|
|
|
118
|
-
|
|
144
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
|
|
145
|
+
|
|
146
|
+
* [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
|
|
147
|
+
|
|
148
|
+
* <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
|
|
149
|
+
|
|
150
|
+
* [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
|
|
151
|
+
|
|
152
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
|
|
153
|
+
|
|
154
|
+
* [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
|
|
155
|
+
|
|
156
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
|
|
157
|
+
|
|
158
|
+
* [DescribeGatewayMonitor](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayMonitor)
|
|
159
|
+
|
|
160
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceTotal, DeviceOnline, DeviceOffline, ChannelTotal, ChannelOnline, ChannelOffline, UpFlow, ChannelPull, ChannelUnPull
|
|
161
|
+
|
|
162
|
+
* [FaceMaskAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#FaceMaskAIResultInfo)
|
|
163
|
+
|
|
164
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
|
|
165
|
+
|
|
166
|
+
* [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
|
|
167
|
+
|
|
168
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Version
|
|
169
|
+
|
|
170
|
+
* [ListDeviceInfo](https://cloud.tencent.com/document/api/1344/95952#ListDeviceInfo)
|
|
171
|
+
|
|
172
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceId, Code, Status, TransportProtocol, Name, Type, Password, Description, ClusterId, ClusterName, AccessProtocol, OrganizationId, ChannelNum
|
|
173
|
+
|
|
174
|
+
* [Location](https://cloud.tencent.com/document/api/1344/95952#Location)
|
|
175
|
+
|
|
176
|
+
* <font color="#dd0000">**修改成员**:</font>X, Y, Width, Height
|
|
177
|
+
|
|
178
|
+
* [PetAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PetAIResultInfo)
|
|
179
|
+
|
|
180
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, PetInfo
|
|
181
|
+
|
|
182
|
+
* [PhoneCallAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PhoneCallAIResultInfo)
|
|
183
|
+
|
|
184
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, PhoneCallInfo
|
|
185
|
+
|
|
186
|
+
* [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
|
|
187
|
+
|
|
188
|
+
* <font color="#dd0000">**修改成员**:</font>Plate, Color, Type, Location
|
|
189
|
+
|
|
190
|
+
* [RecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95952#RecordPlaybackUrl)
|
|
191
|
+
|
|
192
|
+
* <font color="#dd0000">**修改成员**:</font>Hls
|
|
193
|
+
|
|
194
|
+
* [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
|
|
195
|
+
|
|
196
|
+
* <font color="#dd0000">**修改成员**:</font>Begin, End
|
|
197
|
+
|
|
198
|
+
* [SmokingAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#SmokingAIResultInfo)
|
|
199
|
+
|
|
200
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, SmokingInfo
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
206
|
+
|
|
207
|
+
### 第 33 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2023-12-27 01:26:46
|
|
119
210
|
|
|
120
211
|
本次发布包含了以下内容:
|
|
121
212
|
|
|
122
213
|
改善已有的文档。
|
|
123
214
|
|
|
124
|
-
|
|
215
|
+
修改接口:
|
|
125
216
|
|
|
126
|
-
* [
|
|
217
|
+
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
|
|
127
218
|
|
|
128
|
-
*
|
|
219
|
+
* 新增入参:AddNodeList, RemoveNodeList
|
|
129
220
|
|
|
130
221
|
|
|
222
|
+
新增数据结构:
|
|
131
223
|
|
|
224
|
+
* [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
|
|
225
|
+
* [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
|
|
132
226
|
|
|
133
|
-
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
134
227
|
|
|
135
|
-
### 第 18 次发布
|
|
136
228
|
|
|
137
|
-
|
|
229
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
234
|
+
|
|
235
|
+
### 第 185 次发布
|
|
236
|
+
|
|
237
|
+
发布时间:2023-12-27 01:44:26
|
|
138
238
|
|
|
139
239
|
本次发布包含了以下内容:
|
|
140
240
|
|
|
141
241
|
改善已有的文档。
|
|
142
242
|
|
|
143
|
-
|
|
243
|
+
修改接口:
|
|
244
|
+
|
|
245
|
+
* [ModifyCcnAttribute](https://cloud.tencent.com/document/api/215/19195)
|
|
246
|
+
|
|
247
|
+
* 新增入参:RouteECMPFlag, RouteOverlapFlag
|
|
144
248
|
|
|
145
|
-
* [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
|
|
146
|
-
* [DescribeVipUserInfo](https://cloud.tencent.com/document/api/1592/102621)
|
|
147
|
-
* [RechargeVip](https://cloud.tencent.com/document/api/1592/102620)
|
|
148
249
|
|
|
149
250
|
|
|
150
251
|
|
|
@@ -8627,6 +8728,28 @@
|
|
|
8627
8728
|
|
|
8628
8729
|
## 费用中心(billing) 版本:2018-07-09
|
|
8629
8730
|
|
|
8731
|
+
### 第 53 次发布
|
|
8732
|
+
|
|
8733
|
+
发布时间:2023-12-27 01:07:34
|
|
8734
|
+
|
|
8735
|
+
本次发布包含了以下内容:
|
|
8736
|
+
|
|
8737
|
+
改善已有的文档。
|
|
8738
|
+
|
|
8739
|
+
修改接口:
|
|
8740
|
+
|
|
8741
|
+
* [DescribeDosageDetailByDate](https://cloud.tencent.com/document/api/555/33985)
|
|
8742
|
+
|
|
8743
|
+
* 新增入参:PayerUin
|
|
8744
|
+
|
|
8745
|
+
|
|
8746
|
+
修改数据结构:
|
|
8747
|
+
|
|
8748
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
8749
|
+
|
|
8750
|
+
* 新增成员:Id
|
|
8751
|
+
|
|
8752
|
+
|
|
8630
8753
|
### 第 52 次发布
|
|
8631
8754
|
|
|
8632
8755
|
发布时间:2023-12-01 01:08:07
|
|
@@ -21854,30 +21977,30 @@
|
|
|
21854
21977
|
|
|
21855
21978
|
新增接口:
|
|
21856
21979
|
|
|
21857
|
-
* [
|
|
21858
|
-
* [
|
|
21859
|
-
* [
|
|
21860
|
-
* [
|
|
21861
|
-
* [
|
|
21862
|
-
* [
|
|
21863
|
-
* [
|
|
21864
|
-
* [
|
|
21865
|
-
* [
|
|
21866
|
-
* [
|
|
21867
|
-
* [
|
|
21868
|
-
* [
|
|
21869
|
-
* [
|
|
21870
|
-
* [
|
|
21980
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
21981
|
+
* [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
|
|
21982
|
+
* [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
|
|
21983
|
+
* [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
|
|
21984
|
+
* [DescribeInstanceNodesInfo](https://cloud.tencent.com/document/api/1387/102616)
|
|
21985
|
+
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1387/102615)
|
|
21986
|
+
* [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
|
|
21987
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
21988
|
+
* [DestroyInstance](https://cloud.tencent.com/document/api/1387/102610)
|
|
21989
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1387/102612)
|
|
21990
|
+
* [ResizeDisk](https://cloud.tencent.com/document/api/1387/102609)
|
|
21991
|
+
* [RestartClusterForNode](https://cloud.tencent.com/document/api/1387/102608)
|
|
21992
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1387/102607)
|
|
21993
|
+
* [ScaleUpInstance](https://cloud.tencent.com/document/api/1387/102606)
|
|
21871
21994
|
|
|
21872
21995
|
新增数据结构:
|
|
21873
21996
|
|
|
21874
|
-
* [
|
|
21875
|
-
* [
|
|
21876
|
-
* [
|
|
21877
|
-
* [
|
|
21878
|
-
* [
|
|
21879
|
-
* [
|
|
21880
|
-
* [
|
|
21997
|
+
* [ChargeProperties](https://cloud.tencent.com/document/api/1387/102385#ChargeProperties)
|
|
21998
|
+
* [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1387/102385#ClusterConfigsInfoFromEMR)
|
|
21999
|
+
* [ConfigKeyValue](https://cloud.tencent.com/document/api/1387/102385#ConfigKeyValue)
|
|
22000
|
+
* [CreateInstanceSpec](https://cloud.tencent.com/document/api/1387/102385#CreateInstanceSpec)
|
|
22001
|
+
* [DataBaseAuditRecord](https://cloud.tencent.com/document/api/1387/102385#DataBaseAuditRecord)
|
|
22002
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
22003
|
+
* [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
|
|
21881
22004
|
|
|
21882
22005
|
### 第 5 次发布
|
|
21883
22006
|
|
|
@@ -51198,6 +51321,25 @@
|
|
|
51198
51321
|
|
|
51199
51322
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
51200
51323
|
|
|
51324
|
+
### 第 20 次发布
|
|
51325
|
+
|
|
51326
|
+
发布时间:2023-12-27 01:17:28
|
|
51327
|
+
|
|
51328
|
+
本次发布包含了以下内容:
|
|
51329
|
+
|
|
51330
|
+
改善已有的文档。
|
|
51331
|
+
|
|
51332
|
+
修改数据结构:
|
|
51333
|
+
|
|
51334
|
+
* [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
|
|
51335
|
+
|
|
51336
|
+
* <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
|
|
51337
|
+
|
|
51338
|
+
* [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
|
|
51339
|
+
|
|
51340
|
+
* <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
|
|
51341
|
+
|
|
51342
|
+
|
|
51201
51343
|
### 第 19 次发布
|
|
51202
51344
|
|
|
51203
51345
|
发布时间:2023-11-15 01:36:06
|
|
@@ -56982,6 +57124,22 @@
|
|
|
56982
57124
|
|
|
56983
57125
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56984
57126
|
|
|
57127
|
+
### 第 144 次发布
|
|
57128
|
+
|
|
57129
|
+
发布时间:2023-12-27 01:19:02
|
|
57130
|
+
|
|
57131
|
+
本次发布包含了以下内容:
|
|
57132
|
+
|
|
57133
|
+
改善已有的文档。
|
|
57134
|
+
|
|
57135
|
+
新增接口:
|
|
57136
|
+
|
|
57137
|
+
* [[CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)](https://cloud.tencent.com/document/api/#/#)
|
|
57138
|
+
|
|
57139
|
+
新增数据结构:
|
|
57140
|
+
|
|
57141
|
+
* [[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)](https://cloud.tencent.com/document/api/1323/70369#[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo))
|
|
57142
|
+
|
|
56985
57143
|
### 第 143 次发布
|
|
56986
57144
|
|
|
56987
57145
|
发布时间:2023-12-20 01:38:18
|
|
@@ -59758,6 +59916,22 @@
|
|
|
59758
59916
|
|
|
59759
59917
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59760
59918
|
|
|
59919
|
+
### 第 146 次发布
|
|
59920
|
+
|
|
59921
|
+
发布时间:2023-12-27 01:19:26
|
|
59922
|
+
|
|
59923
|
+
本次发布包含了以下内容:
|
|
59924
|
+
|
|
59925
|
+
改善已有的文档。
|
|
59926
|
+
|
|
59927
|
+
新增接口:
|
|
59928
|
+
|
|
59929
|
+
* [[CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)](https://cloud.tencent.com/document/api/#/#)
|
|
59930
|
+
|
|
59931
|
+
新增数据结构:
|
|
59932
|
+
|
|
59933
|
+
* [[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)](https://cloud.tencent.com/document/api/1420/61525#[NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo))
|
|
59934
|
+
|
|
59761
59935
|
### 第 145 次发布
|
|
59762
59936
|
|
|
59763
59937
|
发布时间:2023-12-21 01:38:43
|
|
@@ -62665,6 +62839,21 @@
|
|
|
62665
62839
|
|
|
62666
62840
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
62667
62841
|
|
|
62842
|
+
### 第 69 次发布
|
|
62843
|
+
|
|
62844
|
+
发布时间:2023-12-27 01:19:47
|
|
62845
|
+
|
|
62846
|
+
本次发布包含了以下内容:
|
|
62847
|
+
|
|
62848
|
+
改善已有的文档。
|
|
62849
|
+
|
|
62850
|
+
修改数据结构:
|
|
62851
|
+
|
|
62852
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
|
|
62853
|
+
|
|
62854
|
+
* <font color="#dd0000">**修改成员**:</font>FinalResultDetailCode, FinalResultMessage
|
|
62855
|
+
|
|
62856
|
+
|
|
62668
62857
|
### 第 68 次发布
|
|
62669
62858
|
|
|
62670
62859
|
发布时间:2023-12-22 01:16:17
|
|
@@ -73565,6 +73754,88 @@
|
|
|
73565
73754
|
|
|
73566
73755
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
73567
73756
|
|
|
73757
|
+
### 第 10 次发布
|
|
73758
|
+
|
|
73759
|
+
发布时间:2023-12-27 01:22:46
|
|
73760
|
+
|
|
73761
|
+
本次发布包含了以下内容:
|
|
73762
|
+
|
|
73763
|
+
改善已有的文档。
|
|
73764
|
+
|
|
73765
|
+
修改接口:
|
|
73766
|
+
|
|
73767
|
+
* [ListDevices](https://cloud.tencent.com/document/api/1344/95871)
|
|
73768
|
+
|
|
73769
|
+
* 新增入参:IsContainUser
|
|
73770
|
+
|
|
73771
|
+
|
|
73772
|
+
修改数据结构:
|
|
73773
|
+
|
|
73774
|
+
* [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
|
|
73775
|
+
|
|
73776
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Score, Location
|
|
73777
|
+
|
|
73778
|
+
* [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
|
|
73779
|
+
|
|
73780
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
|
|
73781
|
+
|
|
73782
|
+
* [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
|
|
73783
|
+
|
|
73784
|
+
* <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
|
|
73785
|
+
|
|
73786
|
+
* [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
|
|
73787
|
+
|
|
73788
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
|
|
73789
|
+
|
|
73790
|
+
* [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
|
|
73791
|
+
|
|
73792
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
|
|
73793
|
+
|
|
73794
|
+
* [DescribeGatewayMonitor](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayMonitor)
|
|
73795
|
+
|
|
73796
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceTotal, DeviceOnline, DeviceOffline, ChannelTotal, ChannelOnline, ChannelOffline, UpFlow, ChannelPull, ChannelUnPull
|
|
73797
|
+
|
|
73798
|
+
* [FaceMaskAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#FaceMaskAIResultInfo)
|
|
73799
|
+
|
|
73800
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
|
|
73801
|
+
|
|
73802
|
+
* [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
|
|
73803
|
+
|
|
73804
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Version
|
|
73805
|
+
|
|
73806
|
+
* [ListDeviceInfo](https://cloud.tencent.com/document/api/1344/95952#ListDeviceInfo)
|
|
73807
|
+
|
|
73808
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceId, Code, Status, TransportProtocol, Name, Type, Password, Description, ClusterId, ClusterName, AccessProtocol, OrganizationId, ChannelNum
|
|
73809
|
+
|
|
73810
|
+
* [Location](https://cloud.tencent.com/document/api/1344/95952#Location)
|
|
73811
|
+
|
|
73812
|
+
* <font color="#dd0000">**修改成员**:</font>X, Y, Width, Height
|
|
73813
|
+
|
|
73814
|
+
* [PetAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PetAIResultInfo)
|
|
73815
|
+
|
|
73816
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, PetInfo
|
|
73817
|
+
|
|
73818
|
+
* [PhoneCallAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PhoneCallAIResultInfo)
|
|
73819
|
+
|
|
73820
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, PhoneCallInfo
|
|
73821
|
+
|
|
73822
|
+
* [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
|
|
73823
|
+
|
|
73824
|
+
* <font color="#dd0000">**修改成员**:</font>Plate, Color, Type, Location
|
|
73825
|
+
|
|
73826
|
+
* [RecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95952#RecordPlaybackUrl)
|
|
73827
|
+
|
|
73828
|
+
* <font color="#dd0000">**修改成员**:</font>Hls
|
|
73829
|
+
|
|
73830
|
+
* [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
|
|
73831
|
+
|
|
73832
|
+
* <font color="#dd0000">**修改成员**:</font>Begin, End
|
|
73833
|
+
|
|
73834
|
+
* [SmokingAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#SmokingAIResultInfo)
|
|
73835
|
+
|
|
73836
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, SmokingInfo
|
|
73837
|
+
|
|
73838
|
+
|
|
73568
73839
|
### 第 9 次发布
|
|
73569
73840
|
|
|
73570
73841
|
发布时间:2023-10-27 01:53:51
|
|
@@ -81410,6 +81681,26 @@
|
|
|
81410
81681
|
|
|
81411
81682
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
81412
81683
|
|
|
81684
|
+
### 第 33 次发布
|
|
81685
|
+
|
|
81686
|
+
发布时间:2023-12-27 01:26:46
|
|
81687
|
+
|
|
81688
|
+
本次发布包含了以下内容:
|
|
81689
|
+
|
|
81690
|
+
改善已有的文档。
|
|
81691
|
+
|
|
81692
|
+
修改接口:
|
|
81693
|
+
|
|
81694
|
+
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
|
|
81695
|
+
|
|
81696
|
+
* 新增入参:AddNodeList, RemoveNodeList
|
|
81697
|
+
|
|
81698
|
+
|
|
81699
|
+
新增数据结构:
|
|
81700
|
+
|
|
81701
|
+
* [[AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)](https://cloud.tencent.com/document/api/240/38576#[AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList))
|
|
81702
|
+
* [[RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)](https://cloud.tencent.com/document/api/240/38576#[RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList))
|
|
81703
|
+
|
|
81413
81704
|
### 第 32 次发布
|
|
81414
81705
|
|
|
81415
81706
|
发布时间:2023-04-11 01:28:42
|
|
@@ -121779,7 +122070,7 @@
|
|
|
121779
122070
|
|
|
121780
122071
|
新增数据结构:
|
|
121781
122072
|
|
|
121782
|
-
* [
|
|
122073
|
+
* [AnnotationValue](https://cloud.tencent.com/document/api/457/31866#AnnotationValue)
|
|
121783
122074
|
|
|
121784
122075
|
修改数据结构:
|
|
121785
122076
|
|
|
@@ -136927,6 +137218,21 @@
|
|
|
136927
137218
|
|
|
136928
137219
|
## 私有网络(vpc) 版本:2017-03-12
|
|
136929
137220
|
|
|
137221
|
+
### 第 185 次发布
|
|
137222
|
+
|
|
137223
|
+
发布时间:2023-12-27 01:44:26
|
|
137224
|
+
|
|
137225
|
+
本次发布包含了以下内容:
|
|
137226
|
+
|
|
137227
|
+
改善已有的文档。
|
|
137228
|
+
|
|
137229
|
+
修改接口:
|
|
137230
|
+
|
|
137231
|
+
* [ModifyCcnAttribute](https://cloud.tencent.com/document/api/215/19195)
|
|
137232
|
+
|
|
137233
|
+
* 新增入参:RouteECMPFlag, RouteOverlapFlag
|
|
137234
|
+
|
|
137235
|
+
|
|
136930
137236
|
### 第 184 次发布
|
|
136931
137237
|
|
|
136932
137238
|
发布时间:2023-12-26 01:32:32
|
|
@@ -145780,9 +146086,9 @@
|
|
|
145780
146086
|
|
|
145781
146087
|
新增接口:
|
|
145782
146088
|
|
|
145783
|
-
* [
|
|
145784
|
-
* [
|
|
145785
|
-
* [
|
|
146089
|
+
* [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
|
|
146090
|
+
* [DescribeVipUserInfo](https://cloud.tencent.com/document/api/1592/102621)
|
|
146091
|
+
* [RechargeVip](https://cloud.tencent.com/document/api/1592/102620)
|
|
145786
146092
|
|
|
145787
146093
|
### 第 17 次发布
|
|
145788
146094
|
|