tencentcloud-sdk-nodejs 4.0.238 → 4.0.242
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 +473 -197
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_client.ts +20 -3
- package/src/services/af/v20200226/af_models.ts +375 -36
- package/src/services/afc/v20200226/afc_client.ts +22 -1
- package/src/services/afc/v20200226/afc_models.ts +359 -23
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +171 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +18 -9
- package/src/services/billing/v20180709/billing_models.ts +13 -1
- package/src/services/cdb/v20170320/cdb_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +57 -0
- package/src/services/cfw/v20190904/cfw_client.ts +43 -6
- package/src/services/cfw/v20190904/cfw_models.ts +406 -153
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +31 -0
- package/src/services/cvm/v20170312/cvm_models.ts +1 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +143 -23
- package/src/services/ecm/v20190719/ecm_client.ts +38 -23
- package/src/services/ecm/v20190719/ecm_models.ts +199 -94
- package/src/services/faceid/v20180301/faceid_models.ts +45 -14
- package/src/services/iotvideo/v20201215/iotvideo_client.ts +30 -6
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +90 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +18 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +8 -8
- package/src/services/soe/v20180724/soe_models.ts +8 -5
- package/src/services/ssa/v20180608/ssa_client.ts +35 -5
- package/src/services/ssa/v20180608/ssa_models.ts +364 -35
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/tcm/v20210413/tcm_client.ts +2 -1
- package/src/services/tcm/v20210413/tcm_models.ts +37 -8
- package/src/services/tiw/v20190919/tiw_models.ts +24 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
- package/tencentcloud/services/af/v20200226/af_client.js +6 -0
- package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
- package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
- package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +140 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +49 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +13 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +346 -128
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +122 -22
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +11 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +14 -8
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +170 -81
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +42 -14
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +11 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +15 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +76 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +15 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +312 -32
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +21 -1
- package/test/af.v20200226.test.js +10 -0
- package/test/afc.v20200226.test.js +10 -0
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cfw.v20190904.test.js +30 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ecm.v20190719.test.js +14 -4
- package/test/iotvideo.v20201215.test.js +22 -2
- package/test/ssa.v20180608.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 12 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2021-11-17 08:07:57
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [StopSecurityGroupRuleDispatch](https://cloud.tencent.com/document/api/1132/60228)
|
|
16
|
-
|
|
17
|
-
* 新增入参:StopType
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 腾讯云剪(cme) 版本:2019-10-29
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 14 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-23 08:02:33
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,98 +12,19 @@
|
|
|
31
12
|
|
|
32
13
|
新增接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
* [DeleteVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64066)
|
|
36
|
-
* [DescribeVideoEncodingPresets](https://cloud.tencent.com/document/api/1156/64065)
|
|
37
|
-
* [ModifyVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64064)
|
|
38
|
-
|
|
39
|
-
修改接口:
|
|
40
|
-
|
|
41
|
-
* [ExportVideoEditProject](https://cloud.tencent.com/document/api/1156/40353)
|
|
42
|
-
|
|
43
|
-
* 新增入参:ExportExtensionArgs
|
|
44
|
-
|
|
15
|
+
* [ModifyNewDomainRules](https://cloud.tencent.com/document/api/1021/64631)
|
|
45
16
|
|
|
46
17
|
新增数据结构:
|
|
47
18
|
|
|
48
|
-
* [
|
|
49
|
-
* [VideoEncodingPresetAudioSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSetting)
|
|
50
|
-
* [VideoEncodingPresetAudioSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSettingForUpdate)
|
|
51
|
-
* [VideoEncodingPresetVideoSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSetting)
|
|
52
|
-
* [VideoEncodingPresetVideoSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSettingForUpdate)
|
|
53
|
-
* [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
58
|
-
|
|
59
|
-
### 第 51 次发布
|
|
60
|
-
|
|
61
|
-
发布时间:2021-11-17 08:08:58
|
|
62
|
-
|
|
63
|
-
本次发布包含了以下内容:
|
|
19
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
64
20
|
|
|
65
|
-
改善已有的文档。
|
|
66
21
|
|
|
67
|
-
新增接口:
|
|
68
22
|
|
|
69
|
-
|
|
70
|
-
* [AddMerchant](https://cloud.tencent.com/document/api/1122/64088)
|
|
71
|
-
* [AddShop](https://cloud.tencent.com/document/api/1122/64087)
|
|
72
|
-
* [DistributeAccreditQuery](https://cloud.tencent.com/document/api/1122/64086)
|
|
73
|
-
* [DistributeAccreditTlinx](https://cloud.tencent.com/document/api/1122/64085)
|
|
74
|
-
* [DistributeAddReceiver](https://cloud.tencent.com/document/api/1122/64084)
|
|
75
|
-
* [DistributeApply](https://cloud.tencent.com/document/api/1122/64083)
|
|
76
|
-
* [DistributeCancel](https://cloud.tencent.com/document/api/1122/64082)
|
|
77
|
-
* [DistributeQuery](https://cloud.tencent.com/document/api/1122/64081)
|
|
78
|
-
* [DistributeQueryReceiver](https://cloud.tencent.com/document/api/1122/64080)
|
|
79
|
-
* [DistributeRemoveReceiver](https://cloud.tencent.com/document/api/1122/64079)
|
|
80
|
-
* [DownloadOrgFile](https://cloud.tencent.com/document/api/1122/64078)
|
|
81
|
-
* [QueryCityCode](https://cloud.tencent.com/document/api/1122/64077)
|
|
82
|
-
* [QueryContractPayFee](https://cloud.tencent.com/document/api/1122/64076)
|
|
83
|
-
* [QueryContractPayWayList](https://cloud.tencent.com/document/api/1122/64075)
|
|
84
|
-
* [QueryContractRelateShop](https://cloud.tencent.com/document/api/1122/64074)
|
|
85
|
-
* [QueryMerchantClassification](https://cloud.tencent.com/document/api/1122/64073)
|
|
86
|
-
* [QueryShopOpenId](https://cloud.tencent.com/document/api/1122/64072)
|
|
87
|
-
* [UploadOrgFile](https://cloud.tencent.com/document/api/1122/64071)
|
|
88
|
-
* [ViewContract](https://cloud.tencent.com/document/api/1122/64070)
|
|
89
|
-
* [ViewMerchant](https://cloud.tencent.com/document/api/1122/64069)
|
|
90
|
-
* [ViewShop](https://cloud.tencent.com/document/api/1122/64068)
|
|
91
|
-
|
|
92
|
-
新增数据结构:
|
|
93
|
-
|
|
94
|
-
* [AddContractResult](https://cloud.tencent.com/document/api/1122/40683#AddContractResult)
|
|
95
|
-
* [AddMerchantResult](https://cloud.tencent.com/document/api/1122/40683#AddMerchantResult)
|
|
96
|
-
* [AddShopResult](https://cloud.tencent.com/document/api/1122/40683#AddShopResult)
|
|
97
|
-
* [CityCodeResult](https://cloud.tencent.com/document/api/1122/40683#CityCodeResult)
|
|
98
|
-
* [ContractPayListResult](https://cloud.tencent.com/document/api/1122/40683#ContractPayListResult)
|
|
99
|
-
* [DistributeAccreditQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditQueryResult)
|
|
100
|
-
* [DistributeAccreditResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditResult)
|
|
101
|
-
* [DistributeCancelResult](https://cloud.tencent.com/document/api/1122/40683#DistributeCancelResult)
|
|
102
|
-
* [DistributeMultiApplyResult](https://cloud.tencent.com/document/api/1122/40683#DistributeMultiApplyResult)
|
|
103
|
-
* [DistributeQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeQueryResult)
|
|
104
|
-
* [DistributeReceiverResult](https://cloud.tencent.com/document/api/1122/40683#DistributeReceiverResult)
|
|
105
|
-
* [DownloadFileResult](https://cloud.tencent.com/document/api/1122/40683#DownloadFileResult)
|
|
106
|
-
* [MerchantClassificationId](https://cloud.tencent.com/document/api/1122/40683#MerchantClassificationId)
|
|
107
|
-
* [MultiApplyDetail](https://cloud.tencent.com/document/api/1122/40683#MultiApplyDetail)
|
|
108
|
-
* [MultiApplyOrder](https://cloud.tencent.com/document/api/1122/40683#MultiApplyOrder)
|
|
109
|
-
* [PayDataResult](https://cloud.tencent.com/document/api/1122/40683#PayDataResult)
|
|
110
|
-
* [PayFeeDataResult](https://cloud.tencent.com/document/api/1122/40683#PayFeeDataResult)
|
|
111
|
-
* [QueryContractPayFeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractPayFeeResult)
|
|
112
|
-
* [QueryContractRelateShopResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractRelateShopResult)
|
|
113
|
-
* [QueryShopOpenIdResult](https://cloud.tencent.com/document/api/1122/40683#QueryShopOpenIdResult)
|
|
114
|
-
* [UploadFileResult](https://cloud.tencent.com/document/api/1122/40683#UploadFileResult)
|
|
115
|
-
* [ViewContractResult](https://cloud.tencent.com/document/api/1122/40683#ViewContractResult)
|
|
116
|
-
* [ViewMerchantResult](https://cloud.tencent.com/document/api/1122/40683#ViewMerchantResult)
|
|
117
|
-
* [ViewShopResult](https://cloud.tencent.com/document/api/1122/40683#ViewShopResult)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
23
|
+
## 计费相关(billing) 版本:2018-07-09
|
|
122
24
|
|
|
123
25
|
### 第 29 次发布
|
|
124
26
|
|
|
125
|
-
发布时间:2021-11-
|
|
27
|
+
发布时间:2021-11-23 08:03:19
|
|
126
28
|
|
|
127
29
|
本次发布包含了以下内容:
|
|
128
30
|
|
|
@@ -130,18 +32,22 @@
|
|
|
130
32
|
|
|
131
33
|
修改接口:
|
|
132
34
|
|
|
133
|
-
* [
|
|
35
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
134
36
|
|
|
135
|
-
* 新增入参:
|
|
37
|
+
* 新增入参:BusinessCode
|
|
136
38
|
|
|
39
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
137
40
|
|
|
41
|
+
* 新增入参:BusinessCode
|
|
138
42
|
|
|
139
43
|
|
|
140
|
-
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
141
44
|
|
|
142
|
-
### 第 26 次发布
|
|
143
45
|
|
|
144
|
-
|
|
46
|
+
## 智能保险助手(cii) 版本:2021-04-08
|
|
47
|
+
|
|
48
|
+
### 第 7 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2021-11-23 08:04:46
|
|
145
51
|
|
|
146
52
|
本次发布包含了以下内容:
|
|
147
53
|
|
|
@@ -149,23 +55,19 @@
|
|
|
149
55
|
|
|
150
56
|
新增接口:
|
|
151
57
|
|
|
152
|
-
* [
|
|
153
|
-
* [ModifySyncTaskAttribute](https://cloud.tencent.com/document/api/237/64091)
|
|
154
|
-
|
|
155
|
-
修改数据结构:
|
|
58
|
+
* [UploadMedicalFile](https://cloud.tencent.com/document/api/1368/64633)
|
|
156
59
|
|
|
157
|
-
* [SlowLogData](https://cloud.tencent.com/document/api/237/16191#SlowLogData)
|
|
158
60
|
|
|
159
|
-
* 新增成员:Host
|
|
160
61
|
|
|
62
|
+
## 智能保险助手(cii) 版本:2020-12-10
|
|
161
63
|
|
|
162
64
|
|
|
163
65
|
|
|
164
|
-
##
|
|
66
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
165
67
|
|
|
166
|
-
### 第
|
|
68
|
+
### 第 33 次发布
|
|
167
69
|
|
|
168
|
-
发布时间:2021-11-
|
|
70
|
+
发布时间:2021-11-23 08:07:49
|
|
169
71
|
|
|
170
72
|
本次发布包含了以下内容:
|
|
171
73
|
|
|
@@ -173,22 +75,26 @@
|
|
|
173
75
|
|
|
174
76
|
修改接口:
|
|
175
77
|
|
|
176
|
-
* [
|
|
78
|
+
* [LivenessCompare](https://cloud.tencent.com/document/api/1007/31819)
|
|
177
79
|
|
|
178
|
-
* 新增入参:
|
|
80
|
+
* 新增入参:ImageUrl, VideoUrl
|
|
179
81
|
|
|
180
|
-
*
|
|
82
|
+
* <font color="#dd0000">**修改入参**:</font>ImageBase64, VideoBase64
|
|
181
83
|
|
|
182
|
-
|
|
84
|
+
* [LivenessRecognition](https://cloud.tencent.com/document/api/1007/31818)
|
|
183
85
|
|
|
86
|
+
* 新增入参:VideoUrl
|
|
184
87
|
|
|
88
|
+
* <font color="#dd0000">**修改入参**:</font>VideoBase64
|
|
185
89
|
|
|
186
90
|
|
|
187
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
188
91
|
|
|
189
|
-
### 第 101 次发布
|
|
190
92
|
|
|
191
|
-
|
|
93
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
94
|
+
|
|
95
|
+
### 第 14 次发布
|
|
96
|
+
|
|
97
|
+
发布时间:2021-11-23 08:09:04
|
|
192
98
|
|
|
193
99
|
本次发布包含了以下内容:
|
|
194
100
|
|
|
@@ -196,21 +102,14 @@
|
|
|
196
102
|
|
|
197
103
|
修改接口:
|
|
198
104
|
|
|
199
|
-
* [
|
|
200
|
-
|
|
201
|
-
* 新增入参:CdcId, MaxConnection
|
|
202
|
-
|
|
203
|
-
* [ModifyIp6AddressesBandwidth](https://cloud.tencent.com/document/api/215/40088)
|
|
204
|
-
|
|
205
|
-
* 新增出参:TaskId
|
|
105
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/53958)
|
|
206
106
|
|
|
107
|
+
* 新增入参:ChannelId, UserId
|
|
207
108
|
|
|
208
|
-
修改数据结构:
|
|
209
109
|
|
|
210
|
-
* [VpnGateway](https://cloud.tencent.com/document/api/215/15824#VpnGateway)
|
|
211
110
|
|
|
212
|
-
* 新增成员:CdcId, MaxConnection
|
|
213
111
|
|
|
112
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
214
113
|
|
|
215
114
|
|
|
216
115
|
|
|
@@ -493,6 +392,26 @@
|
|
|
493
392
|
|
|
494
393
|
## 借贷反欺诈(af) 版本:2020-02-26
|
|
495
394
|
|
|
395
|
+
### 第 4 次发布
|
|
396
|
+
|
|
397
|
+
发布时间:2021-11-18 08:02:15
|
|
398
|
+
|
|
399
|
+
本次发布包含了以下内容:
|
|
400
|
+
|
|
401
|
+
改善已有的文档。
|
|
402
|
+
|
|
403
|
+
新增接口:
|
|
404
|
+
|
|
405
|
+
* [GetAntiFraud](https://cloud.tencent.com/document/api/668/64230)
|
|
406
|
+
|
|
407
|
+
新增数据结构:
|
|
408
|
+
|
|
409
|
+
* [AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter)
|
|
410
|
+
* [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
|
|
411
|
+
* [AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord)
|
|
412
|
+
* [OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail)
|
|
413
|
+
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
|
|
414
|
+
|
|
496
415
|
### 第 3 次发布
|
|
497
416
|
|
|
498
417
|
发布时间:2021-09-15 08:02:06
|
|
@@ -552,6 +471,26 @@
|
|
|
552
471
|
|
|
553
472
|
## 定制建模(afc) 版本:2020-02-26
|
|
554
473
|
|
|
474
|
+
### 第 2 次发布
|
|
475
|
+
|
|
476
|
+
发布时间:2021-11-18 08:02:17
|
|
477
|
+
|
|
478
|
+
本次发布包含了以下内容:
|
|
479
|
+
|
|
480
|
+
改善已有的文档。
|
|
481
|
+
|
|
482
|
+
新增接口:
|
|
483
|
+
|
|
484
|
+
* [GetAntiFraudVip](https://cloud.tencent.com/document/api/1029/64231)
|
|
485
|
+
|
|
486
|
+
新增数据结构:
|
|
487
|
+
|
|
488
|
+
* [AntiFraudVipCryptoFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipCryptoFilter)
|
|
489
|
+
* [AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter)
|
|
490
|
+
* [AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord)
|
|
491
|
+
* [OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores)
|
|
492
|
+
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
|
|
493
|
+
|
|
555
494
|
### 第 1 次发布
|
|
556
495
|
|
|
557
496
|
发布时间:2020-04-28 16:31:18
|
|
@@ -1093,6 +1032,44 @@
|
|
|
1093
1032
|
|
|
1094
1033
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1095
1034
|
|
|
1035
|
+
### 第 14 次发布
|
|
1036
|
+
|
|
1037
|
+
发布时间:2021-11-23 08:02:33
|
|
1038
|
+
|
|
1039
|
+
本次发布包含了以下内容:
|
|
1040
|
+
|
|
1041
|
+
改善已有的文档。
|
|
1042
|
+
|
|
1043
|
+
新增接口:
|
|
1044
|
+
|
|
1045
|
+
* [[ModifyNewDomainRules](https://cloud.tencent.com/document/api/1021/64631)](https://cloud.tencent.com/document/api/#/#)
|
|
1046
|
+
|
|
1047
|
+
新增数据结构:
|
|
1048
|
+
|
|
1049
|
+
* [[NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)](https://cloud.tencent.com/document/api/1021/57582#[NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry))
|
|
1050
|
+
|
|
1051
|
+
### 第 13 次发布
|
|
1052
|
+
|
|
1053
|
+
发布时间:2021-11-22 08:01:25
|
|
1054
|
+
|
|
1055
|
+
本次发布包含了以下内容:
|
|
1056
|
+
|
|
1057
|
+
改善已有的文档。
|
|
1058
|
+
|
|
1059
|
+
修改接口:
|
|
1060
|
+
|
|
1061
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1062
|
+
|
|
1063
|
+
* 新增入参:FilterDamDDoSStatus
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
修改数据结构:
|
|
1067
|
+
|
|
1068
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1069
|
+
|
|
1070
|
+
* 新增成员:DamDDoSStatus
|
|
1071
|
+
|
|
1072
|
+
|
|
1096
1073
|
### 第 12 次发布
|
|
1097
1074
|
|
|
1098
1075
|
发布时间:2021-08-31 08:00:10
|
|
@@ -4560,6 +4537,25 @@
|
|
|
4560
4537
|
|
|
4561
4538
|
## 计费相关(billing) 版本:2018-07-09
|
|
4562
4539
|
|
|
4540
|
+
### 第 29 次发布
|
|
4541
|
+
|
|
4542
|
+
发布时间:2021-11-23 08:03:19
|
|
4543
|
+
|
|
4544
|
+
本次发布包含了以下内容:
|
|
4545
|
+
|
|
4546
|
+
改善已有的文档。
|
|
4547
|
+
|
|
4548
|
+
修改接口:
|
|
4549
|
+
|
|
4550
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
4551
|
+
|
|
4552
|
+
* 新增入参:BusinessCode
|
|
4553
|
+
|
|
4554
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
4555
|
+
|
|
4556
|
+
* 新增入参:BusinessCode
|
|
4557
|
+
|
|
4558
|
+
|
|
4563
4559
|
### 第 28 次发布
|
|
4564
4560
|
|
|
4565
4561
|
发布时间:2021-10-13 08:03:28
|
|
@@ -9794,6 +9790,48 @@
|
|
|
9794
9790
|
|
|
9795
9791
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9796
9792
|
|
|
9793
|
+
### 第 87 次发布
|
|
9794
|
+
|
|
9795
|
+
发布时间:2021-11-19 08:07:05
|
|
9796
|
+
|
|
9797
|
+
本次发布包含了以下内容:
|
|
9798
|
+
|
|
9799
|
+
改善已有的文档。
|
|
9800
|
+
|
|
9801
|
+
修改接口:
|
|
9802
|
+
|
|
9803
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
9804
|
+
|
|
9805
|
+
* 新增入参:ShareCname
|
|
9806
|
+
|
|
9807
|
+
|
|
9808
|
+
新增数据结构:
|
|
9809
|
+
|
|
9810
|
+
* [ShareCname](https://cloud.tencent.com/document/api/228/30987#ShareCname)
|
|
9811
|
+
|
|
9812
|
+
修改数据结构:
|
|
9813
|
+
|
|
9814
|
+
* [AuthenticationTypeA](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeA)
|
|
9815
|
+
|
|
9816
|
+
* 新增成员:BackupSecretKey
|
|
9817
|
+
|
|
9818
|
+
* [AuthenticationTypeB](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeB)
|
|
9819
|
+
|
|
9820
|
+
* 新增成员:BackupSecretKey
|
|
9821
|
+
|
|
9822
|
+
* [AuthenticationTypeC](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeC)
|
|
9823
|
+
|
|
9824
|
+
* 新增成员:BackupSecretKey
|
|
9825
|
+
|
|
9826
|
+
* [AuthenticationTypeD](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeD)
|
|
9827
|
+
|
|
9828
|
+
* 新增成员:BackupSecretKey
|
|
9829
|
+
|
|
9830
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
9831
|
+
|
|
9832
|
+
* 新增成员:ShareCname
|
|
9833
|
+
|
|
9834
|
+
|
|
9797
9835
|
### 第 86 次发布
|
|
9798
9836
|
|
|
9799
9837
|
发布时间:2021-11-09 08:07:45
|
|
@@ -11999,6 +12037,24 @@
|
|
|
11999
12037
|
|
|
12000
12038
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
12001
12039
|
|
|
12040
|
+
### 第 13 次发布
|
|
12041
|
+
|
|
12042
|
+
发布时间:2021-11-18 08:04:19
|
|
12043
|
+
|
|
12044
|
+
本次发布包含了以下内容:
|
|
12045
|
+
|
|
12046
|
+
改善已有的文档。
|
|
12047
|
+
|
|
12048
|
+
新增接口:
|
|
12049
|
+
|
|
12050
|
+
* [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
|
|
12051
|
+
* [DescribeEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64233)
|
|
12052
|
+
* [RemoveEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64232)
|
|
12053
|
+
|
|
12054
|
+
新增数据结构:
|
|
12055
|
+
|
|
12056
|
+
* [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
|
|
12057
|
+
|
|
12002
12058
|
### 第 12 次发布
|
|
12003
12059
|
|
|
12004
12060
|
发布时间:2021-11-17 08:07:57
|
|
@@ -12506,6 +12562,18 @@
|
|
|
12506
12562
|
|
|
12507
12563
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
12508
12564
|
|
|
12565
|
+
### 第 7 次发布
|
|
12566
|
+
|
|
12567
|
+
发布时间:2021-11-23 08:04:46
|
|
12568
|
+
|
|
12569
|
+
本次发布包含了以下内容:
|
|
12570
|
+
|
|
12571
|
+
改善已有的文档。
|
|
12572
|
+
|
|
12573
|
+
新增接口:
|
|
12574
|
+
|
|
12575
|
+
* [[UploadMedicalFile](https://cloud.tencent.com/document/api/1368/64633)](https://cloud.tencent.com/document/api/#/#)
|
|
12576
|
+
|
|
12509
12577
|
### 第 6 次发布
|
|
12510
12578
|
|
|
12511
12579
|
发布时间:2021-09-30 08:02:25
|
|
@@ -15130,10 +15198,10 @@
|
|
|
15130
15198
|
|
|
15131
15199
|
新增接口:
|
|
15132
15200
|
|
|
15133
|
-
* [
|
|
15134
|
-
* [
|
|
15135
|
-
* [
|
|
15136
|
-
* [
|
|
15201
|
+
* [CreateVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64067)
|
|
15202
|
+
* [DeleteVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64066)
|
|
15203
|
+
* [DescribeVideoEncodingPresets](https://cloud.tencent.com/document/api/1156/64065)
|
|
15204
|
+
* [ModifyVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64064)
|
|
15137
15205
|
|
|
15138
15206
|
修改接口:
|
|
15139
15207
|
|
|
@@ -15144,12 +15212,12 @@
|
|
|
15144
15212
|
|
|
15145
15213
|
新增数据结构:
|
|
15146
15214
|
|
|
15147
|
-
* [
|
|
15148
|
-
* [
|
|
15149
|
-
* [
|
|
15150
|
-
* [
|
|
15151
|
-
* [
|
|
15152
|
-
* [
|
|
15215
|
+
* [VideoEncodingPreset](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPreset)
|
|
15216
|
+
* [VideoEncodingPresetAudioSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSetting)
|
|
15217
|
+
* [VideoEncodingPresetAudioSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSettingForUpdate)
|
|
15218
|
+
* [VideoEncodingPresetVideoSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSetting)
|
|
15219
|
+
* [VideoEncodingPresetVideoSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSettingForUpdate)
|
|
15220
|
+
* [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
|
|
15153
15221
|
|
|
15154
15222
|
### 第 41 次发布
|
|
15155
15223
|
|
|
@@ -16503,55 +16571,55 @@
|
|
|
16503
16571
|
|
|
16504
16572
|
新增接口:
|
|
16505
16573
|
|
|
16506
|
-
* [
|
|
16507
|
-
* [
|
|
16508
|
-
* [
|
|
16509
|
-
* [
|
|
16510
|
-
* [
|
|
16511
|
-
* [
|
|
16512
|
-
* [
|
|
16513
|
-
* [
|
|
16514
|
-
* [
|
|
16515
|
-
* [
|
|
16516
|
-
* [
|
|
16517
|
-
* [
|
|
16518
|
-
* [
|
|
16519
|
-
* [
|
|
16520
|
-
* [
|
|
16521
|
-
* [
|
|
16522
|
-
* [
|
|
16523
|
-
* [
|
|
16524
|
-
* [
|
|
16525
|
-
* [
|
|
16526
|
-
* [
|
|
16527
|
-
* [
|
|
16528
|
-
|
|
16529
|
-
新增数据结构:
|
|
16530
|
-
|
|
16531
|
-
* [
|
|
16532
|
-
* [
|
|
16533
|
-
* [
|
|
16534
|
-
* [
|
|
16535
|
-
* [
|
|
16536
|
-
* [
|
|
16537
|
-
* [
|
|
16538
|
-
* [
|
|
16539
|
-
* [
|
|
16540
|
-
* [
|
|
16541
|
-
* [
|
|
16542
|
-
* [
|
|
16543
|
-
* [
|
|
16544
|
-
* [
|
|
16545
|
-
* [
|
|
16546
|
-
* [
|
|
16547
|
-
* [
|
|
16548
|
-
* [
|
|
16549
|
-
* [
|
|
16550
|
-
* [
|
|
16551
|
-
* [
|
|
16552
|
-
* [
|
|
16553
|
-
* [
|
|
16554
|
-
* [
|
|
16574
|
+
* [AddContract](https://cloud.tencent.com/document/api/1122/64089)
|
|
16575
|
+
* [AddMerchant](https://cloud.tencent.com/document/api/1122/64088)
|
|
16576
|
+
* [AddShop](https://cloud.tencent.com/document/api/1122/64087)
|
|
16577
|
+
* [DistributeAccreditQuery](https://cloud.tencent.com/document/api/1122/64086)
|
|
16578
|
+
* [DistributeAccreditTlinx](https://cloud.tencent.com/document/api/1122/64085)
|
|
16579
|
+
* [DistributeAddReceiver](https://cloud.tencent.com/document/api/1122/64084)
|
|
16580
|
+
* [DistributeApply](https://cloud.tencent.com/document/api/1122/64083)
|
|
16581
|
+
* [DistributeCancel](https://cloud.tencent.com/document/api/1122/64082)
|
|
16582
|
+
* [DistributeQuery](https://cloud.tencent.com/document/api/1122/64081)
|
|
16583
|
+
* [DistributeQueryReceiver](https://cloud.tencent.com/document/api/1122/64080)
|
|
16584
|
+
* [DistributeRemoveReceiver](https://cloud.tencent.com/document/api/1122/64079)
|
|
16585
|
+
* [DownloadOrgFile](https://cloud.tencent.com/document/api/1122/64078)
|
|
16586
|
+
* [QueryCityCode](https://cloud.tencent.com/document/api/1122/64077)
|
|
16587
|
+
* [QueryContractPayFee](https://cloud.tencent.com/document/api/1122/64076)
|
|
16588
|
+
* [QueryContractPayWayList](https://cloud.tencent.com/document/api/1122/64075)
|
|
16589
|
+
* [QueryContractRelateShop](https://cloud.tencent.com/document/api/1122/64074)
|
|
16590
|
+
* [QueryMerchantClassification](https://cloud.tencent.com/document/api/1122/64073)
|
|
16591
|
+
* [QueryShopOpenId](https://cloud.tencent.com/document/api/1122/64072)
|
|
16592
|
+
* [UploadOrgFile](https://cloud.tencent.com/document/api/1122/64071)
|
|
16593
|
+
* [ViewContract](https://cloud.tencent.com/document/api/1122/64070)
|
|
16594
|
+
* [ViewMerchant](https://cloud.tencent.com/document/api/1122/64069)
|
|
16595
|
+
* [ViewShop](https://cloud.tencent.com/document/api/1122/64068)
|
|
16596
|
+
|
|
16597
|
+
新增数据结构:
|
|
16598
|
+
|
|
16599
|
+
* [AddContractResult](https://cloud.tencent.com/document/api/1122/40683#AddContractResult)
|
|
16600
|
+
* [AddMerchantResult](https://cloud.tencent.com/document/api/1122/40683#AddMerchantResult)
|
|
16601
|
+
* [AddShopResult](https://cloud.tencent.com/document/api/1122/40683#AddShopResult)
|
|
16602
|
+
* [CityCodeResult](https://cloud.tencent.com/document/api/1122/40683#CityCodeResult)
|
|
16603
|
+
* [ContractPayListResult](https://cloud.tencent.com/document/api/1122/40683#ContractPayListResult)
|
|
16604
|
+
* [DistributeAccreditQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditQueryResult)
|
|
16605
|
+
* [DistributeAccreditResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditResult)
|
|
16606
|
+
* [DistributeCancelResult](https://cloud.tencent.com/document/api/1122/40683#DistributeCancelResult)
|
|
16607
|
+
* [DistributeMultiApplyResult](https://cloud.tencent.com/document/api/1122/40683#DistributeMultiApplyResult)
|
|
16608
|
+
* [DistributeQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeQueryResult)
|
|
16609
|
+
* [DistributeReceiverResult](https://cloud.tencent.com/document/api/1122/40683#DistributeReceiverResult)
|
|
16610
|
+
* [DownloadFileResult](https://cloud.tencent.com/document/api/1122/40683#DownloadFileResult)
|
|
16611
|
+
* [MerchantClassificationId](https://cloud.tencent.com/document/api/1122/40683#MerchantClassificationId)
|
|
16612
|
+
* [MultiApplyDetail](https://cloud.tencent.com/document/api/1122/40683#MultiApplyDetail)
|
|
16613
|
+
* [MultiApplyOrder](https://cloud.tencent.com/document/api/1122/40683#MultiApplyOrder)
|
|
16614
|
+
* [PayDataResult](https://cloud.tencent.com/document/api/1122/40683#PayDataResult)
|
|
16615
|
+
* [PayFeeDataResult](https://cloud.tencent.com/document/api/1122/40683#PayFeeDataResult)
|
|
16616
|
+
* [QueryContractPayFeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractPayFeeResult)
|
|
16617
|
+
* [QueryContractRelateShopResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractRelateShopResult)
|
|
16618
|
+
* [QueryShopOpenIdResult](https://cloud.tencent.com/document/api/1122/40683#QueryShopOpenIdResult)
|
|
16619
|
+
* [UploadFileResult](https://cloud.tencent.com/document/api/1122/40683#UploadFileResult)
|
|
16620
|
+
* [ViewContractResult](https://cloud.tencent.com/document/api/1122/40683#ViewContractResult)
|
|
16621
|
+
* [ViewMerchantResult](https://cloud.tencent.com/document/api/1122/40683#ViewMerchantResult)
|
|
16622
|
+
* [ViewShopResult](https://cloud.tencent.com/document/api/1122/40683#ViewShopResult)
|
|
16555
16623
|
|
|
16556
16624
|
### 第 50 次发布
|
|
16557
16625
|
|
|
@@ -19324,6 +19392,56 @@
|
|
|
19324
19392
|
|
|
19325
19393
|
## 主机安全(cwp) 版本:2018-02-28
|
|
19326
19394
|
|
|
19395
|
+
### 第 35 次发布
|
|
19396
|
+
|
|
19397
|
+
发布时间:2021-11-18 08:05:46
|
|
19398
|
+
|
|
19399
|
+
本次发布包含了以下内容:
|
|
19400
|
+
|
|
19401
|
+
改善已有的文档。
|
|
19402
|
+
|
|
19403
|
+
修改接口:
|
|
19404
|
+
|
|
19405
|
+
* [DescribeScanState](https://cloud.tencent.com/document/api/296/60923)
|
|
19406
|
+
|
|
19407
|
+
* 新增出参:ScanBeginTime, RiskEventCount, ScanEndTime
|
|
19408
|
+
|
|
19409
|
+
* [DescribeSecurityEventsCnt](https://cloud.tencent.com/document/api/296/50427)
|
|
19410
|
+
|
|
19411
|
+
* 新增出参:WindowVul, LinuxVul
|
|
19412
|
+
|
|
19413
|
+
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
19414
|
+
|
|
19415
|
+
* 新增出参:Labels
|
|
19416
|
+
|
|
19417
|
+
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
19418
|
+
|
|
19419
|
+
* 新增入参:VulCategory
|
|
19420
|
+
|
|
19421
|
+
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
19422
|
+
|
|
19423
|
+
* 新增入参:By, Order
|
|
19424
|
+
|
|
19425
|
+
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
19426
|
+
|
|
19427
|
+
* <font color="#dd0000">**修改入参**:</font>VulCategories
|
|
19428
|
+
|
|
19429
|
+
|
|
19430
|
+
修改数据结构:
|
|
19431
|
+
|
|
19432
|
+
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
19433
|
+
|
|
19434
|
+
* 新增成员:CveId, CvssScore, Labels, HostCount
|
|
19435
|
+
|
|
19436
|
+
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
19437
|
+
|
|
19438
|
+
* 新增成员:HostVersion, IsSupportAutoFix, FixStatusMsg
|
|
19439
|
+
|
|
19440
|
+
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
19441
|
+
|
|
19442
|
+
* 新增成员:CveId, CvssScore, Labels, FixSwitch, TaskId
|
|
19443
|
+
|
|
19444
|
+
|
|
19327
19445
|
### 第 34 次发布
|
|
19328
19446
|
|
|
19329
19447
|
发布时间:2021-11-02 08:05:13
|
|
@@ -24323,6 +24441,24 @@
|
|
|
24323
24441
|
|
|
24324
24442
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
24325
24443
|
|
|
24444
|
+
### 第 59 次发布
|
|
24445
|
+
|
|
24446
|
+
发布时间:2021-11-18 20:07:06
|
|
24447
|
+
|
|
24448
|
+
本次发布包含了以下内容:
|
|
24449
|
+
|
|
24450
|
+
改善已有的文档。
|
|
24451
|
+
|
|
24452
|
+
新增接口:
|
|
24453
|
+
|
|
24454
|
+
* [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
|
|
24455
|
+
|
|
24456
|
+
新增数据结构:
|
|
24457
|
+
|
|
24458
|
+
* [InstancePricesPartDetail](https://cloud.tencent.com/document/api/1108/42574#InstancePricesPartDetail)
|
|
24459
|
+
* [InstancesPrice](https://cloud.tencent.com/document/api/1108/42574#InstancesPrice)
|
|
24460
|
+
* [PriceDetail](https://cloud.tencent.com/document/api/1108/42574#PriceDetail)
|
|
24461
|
+
|
|
24326
24462
|
### 第 58 次发布
|
|
24327
24463
|
|
|
24328
24464
|
发布时间:2021-11-11 11:01:56
|
|
@@ -27342,6 +27478,29 @@
|
|
|
27342
27478
|
|
|
27343
27479
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
27344
27480
|
|
|
27481
|
+
### 第 33 次发布
|
|
27482
|
+
|
|
27483
|
+
发布时间:2021-11-23 08:07:49
|
|
27484
|
+
|
|
27485
|
+
本次发布包含了以下内容:
|
|
27486
|
+
|
|
27487
|
+
改善已有的文档。
|
|
27488
|
+
|
|
27489
|
+
修改接口:
|
|
27490
|
+
|
|
27491
|
+
* [LivenessCompare](https://cloud.tencent.com/document/api/1007/31819)
|
|
27492
|
+
|
|
27493
|
+
* 新增入参:ImageUrl, VideoUrl
|
|
27494
|
+
|
|
27495
|
+
* <font color="#dd0000">**修改入参**:</font>ImageBase64, VideoBase64
|
|
27496
|
+
|
|
27497
|
+
* [LivenessRecognition](https://cloud.tencent.com/document/api/1007/31818)
|
|
27498
|
+
|
|
27499
|
+
* 新增入参:VideoUrl
|
|
27500
|
+
|
|
27501
|
+
* <font color="#dd0000">**修改入参**:</font>VideoBase64
|
|
27502
|
+
|
|
27503
|
+
|
|
27345
27504
|
### 第 32 次发布
|
|
27346
27505
|
|
|
27347
27506
|
发布时间:2021-10-29 08:05:31
|
|
@@ -33722,6 +33881,34 @@
|
|
|
33722
33881
|
|
|
33723
33882
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33724
33883
|
|
|
33884
|
+
### 第 14 次发布
|
|
33885
|
+
|
|
33886
|
+
发布时间:2021-11-23 08:09:04
|
|
33887
|
+
|
|
33888
|
+
本次发布包含了以下内容:
|
|
33889
|
+
|
|
33890
|
+
改善已有的文档。
|
|
33891
|
+
|
|
33892
|
+
修改接口:
|
|
33893
|
+
|
|
33894
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/53958)
|
|
33895
|
+
|
|
33896
|
+
* 新增入参:ChannelId, UserId
|
|
33897
|
+
|
|
33898
|
+
|
|
33899
|
+
### 第 13 次发布
|
|
33900
|
+
|
|
33901
|
+
发布时间:2021-11-19 08:11:51
|
|
33902
|
+
|
|
33903
|
+
本次发布包含了以下内容:
|
|
33904
|
+
|
|
33905
|
+
改善已有的文档。
|
|
33906
|
+
|
|
33907
|
+
新增接口:
|
|
33908
|
+
|
|
33909
|
+
* [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64445)
|
|
33910
|
+
* [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64444)
|
|
33911
|
+
|
|
33725
33912
|
### 第 12 次发布
|
|
33726
33913
|
|
|
33727
33914
|
发布时间:2021-11-10 08:08:18
|
|
@@ -34016,6 +34203,21 @@
|
|
|
34016
34203
|
|
|
34017
34204
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
34018
34205
|
|
|
34206
|
+
### 第 11 次发布
|
|
34207
|
+
|
|
34208
|
+
发布时间:2021-11-19 08:12:04
|
|
34209
|
+
|
|
34210
|
+
本次发布包含了以下内容:
|
|
34211
|
+
|
|
34212
|
+
改善已有的文档。
|
|
34213
|
+
|
|
34214
|
+
修改数据结构:
|
|
34215
|
+
|
|
34216
|
+
* [RecordTaskItem](https://cloud.tencent.com/document/api/1361/53754#RecordTaskItem)
|
|
34217
|
+
|
|
34218
|
+
* 新增成员:SceneId, WarnId, RecordId
|
|
34219
|
+
|
|
34220
|
+
|
|
34019
34221
|
### 第 10 次发布
|
|
34020
34222
|
|
|
34021
34223
|
发布时间:2021-09-01 08:00:55
|
|
@@ -36536,8 +36738,8 @@
|
|
|
36536
36738
|
|
|
36537
36739
|
新增接口:
|
|
36538
36740
|
|
|
36539
|
-
* [
|
|
36540
|
-
* [
|
|
36741
|
+
* [ModifyDBSyncMode](https://cloud.tencent.com/document/api/237/64090)
|
|
36742
|
+
* [ModifySyncTaskAttribute](https://cloud.tencent.com/document/api/237/64091)
|
|
36541
36743
|
|
|
36542
36744
|
修改数据结构:
|
|
36543
36745
|
|
|
@@ -46227,6 +46429,42 @@
|
|
|
46227
46429
|
|
|
46228
46430
|
## 态势感知(ssa) 版本:2018-06-08
|
|
46229
46431
|
|
|
46432
|
+
### 第 6 次发布
|
|
46433
|
+
|
|
46434
|
+
发布时间:2021-11-22 08:10:13
|
|
46435
|
+
|
|
46436
|
+
本次发布包含了以下内容:
|
|
46437
|
+
|
|
46438
|
+
改善已有的文档。
|
|
46439
|
+
|
|
46440
|
+
新增接口:
|
|
46441
|
+
|
|
46442
|
+
* [DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)
|
|
46443
|
+
|
|
46444
|
+
新增数据结构:
|
|
46445
|
+
|
|
46446
|
+
* [AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)
|
|
46447
|
+
|
|
46448
|
+
### 第 5 次发布
|
|
46449
|
+
|
|
46450
|
+
发布时间:2021-11-19 08:14:18
|
|
46451
|
+
|
|
46452
|
+
本次发布包含了以下内容:
|
|
46453
|
+
|
|
46454
|
+
改善已有的文档。
|
|
46455
|
+
|
|
46456
|
+
新增接口:
|
|
46457
|
+
|
|
46458
|
+
* [DescribeSocAlertList](https://cloud.tencent.com/document/api/664/64446)
|
|
46459
|
+
|
|
46460
|
+
新增数据结构:
|
|
46461
|
+
|
|
46462
|
+
* [AlertListData](https://cloud.tencent.com/document/api/664/51406#AlertListData)
|
|
46463
|
+
* [AlertType](https://cloud.tencent.com/document/api/664/51406#AlertType)
|
|
46464
|
+
* [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
|
|
46465
|
+
* [QueryFilter](https://cloud.tencent.com/document/api/664/51406#QueryFilter)
|
|
46466
|
+
* [QuerySort](https://cloud.tencent.com/document/api/664/51406#QuerySort)
|
|
46467
|
+
|
|
46230
46468
|
### 第 4 次发布
|
|
46231
46469
|
|
|
46232
46470
|
发布时间:2021-08-16 08:01:05
|
|
@@ -50169,6 +50407,29 @@
|
|
|
50169
50407
|
|
|
50170
50408
|
## 服务网格(tcm) 版本:2021-04-13
|
|
50171
50409
|
|
|
50410
|
+
### 第 2 次发布
|
|
50411
|
+
|
|
50412
|
+
发布时间:2021-11-18 08:12:32
|
|
50413
|
+
|
|
50414
|
+
本次发布包含了以下内容:
|
|
50415
|
+
|
|
50416
|
+
改善已有的文档。
|
|
50417
|
+
|
|
50418
|
+
新增数据结构:
|
|
50419
|
+
|
|
50420
|
+
* [InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)
|
|
50421
|
+
|
|
50422
|
+
修改数据结构:
|
|
50423
|
+
|
|
50424
|
+
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
50425
|
+
|
|
50426
|
+
* 新增成员:DisablePolicyChecks
|
|
50427
|
+
|
|
50428
|
+
* [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
|
|
50429
|
+
|
|
50430
|
+
* 新增成员:Inject
|
|
50431
|
+
|
|
50432
|
+
|
|
50172
50433
|
### 第 1 次发布
|
|
50173
50434
|
|
|
50174
50435
|
发布时间:2021-11-10 15:03:56
|
|
@@ -53067,6 +53328,21 @@
|
|
|
53067
53328
|
|
|
53068
53329
|
## 互动白板(tiw) 版本:2019-09-19
|
|
53069
53330
|
|
|
53331
|
+
### 第 23 次发布
|
|
53332
|
+
|
|
53333
|
+
发布时间:2021-11-19 08:15:40
|
|
53334
|
+
|
|
53335
|
+
本次发布包含了以下内容:
|
|
53336
|
+
|
|
53337
|
+
改善已有的文档。
|
|
53338
|
+
|
|
53339
|
+
修改接口:
|
|
53340
|
+
|
|
53341
|
+
* [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
|
|
53342
|
+
|
|
53343
|
+
* 新增入参:TRTCRoomId, TRTCRoomIdStr
|
|
53344
|
+
|
|
53345
|
+
|
|
53070
53346
|
### 第 22 次发布
|
|
53071
53347
|
|
|
53072
53348
|
发布时间:2021-10-29 08:10:34
|