tencentcloud-sdk-nodejs 4.0.950 → 4.0.952

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +250 -0
  2. package/SERVICE_CHANGELOG.md +377 -5
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +16 -15
  7. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +40 -0
  8. package/src/services/cls/v20201016/cls_models.ts +4 -0
  9. package/src/services/essbasic/v20210526/essbasic_client.ts +26 -0
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +56 -7
  11. package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
  12. package/src/services/mariadb/v20170312/mariadb_models.ts +45 -13
  13. package/src/services/mrs/v20200910/mrs_models.ts +8 -8
  14. package/src/services/scf/v20180416/scf_models.ts +2 -2
  15. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  16. package/src/services/tcss/v20201101/tcss_models.ts +4 -0
  17. package/src/services/vclm/v20240523/vclm_models.ts +9 -0
  18. package/src/services/vpc/v20170312/vpc_models.ts +3 -2
  19. package/src/services/waf/v20180125/waf_client.ts +1 -1
  20. package/src/services/waf/v20180125/waf_models.ts +164 -15
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -15
  24. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +40 -0
  25. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  26. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -0
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +54 -7
  29. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
  30. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
  31. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +43 -13
  32. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +8 -8
  33. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
  34. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  35. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
  36. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +9 -0
  37. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -2
  38. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  39. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +164 -15
  40. package/test/essbasic.v20210526.test.js +10 -0
  41. package/test/mariadb.v20170312.test.js +12 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,253 @@
1
+ # Release 4.0.952
2
+
3
+ ## 日志服务(cls) 版本:2020-10-16
4
+
5
+ ### 第 106 次发布
6
+
7
+ 发布时间:2024-10-10 01:12:21
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
16
+
17
+ * 新增入参:PreciseSearch
18
+
19
+
20
+
21
+
22
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
23
+
24
+ ### 第 186 次发布
25
+
26
+ 发布时间:2024-10-10 01:18:55
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
35
+
36
+ 修改数据结构:
37
+
38
+ * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
39
+
40
+ * 新增成员:ActiveStatus, LicenseExpireTime
41
+
42
+
43
+
44
+
45
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
46
+
47
+
48
+
49
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
50
+
51
+ ### 第 67 次发布
52
+
53
+ 发布时间:2024-10-10 01:23:44
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 新增接口:
60
+
61
+ * [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
62
+
63
+
64
+
65
+ ## 容器安全服务(tcss) 版本:2020-11-01
66
+
67
+ ### 第 67 次发布
68
+
69
+ 发布时间:2024-10-10 01:30:02
70
+
71
+ 本次发布包含了以下内容:
72
+
73
+ 改善已有的文档。
74
+
75
+ 修改接口:
76
+
77
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
78
+
79
+ * 新增入参:RegistryId
80
+
81
+
82
+
83
+
84
+ ## 大模型视频创作引擎(vclm) 版本:2024-05-23
85
+
86
+ ### 第 7 次发布
87
+
88
+ 发布时间:2024-10-10 01:34:51
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改接口:
95
+
96
+ * [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
97
+
98
+ * 新增出参:MaskVideoUrl
99
+
100
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
101
+
102
+ * 新增入参:EnableSegment
103
+
104
+
105
+
106
+
107
+ ## 私有网络(vpc) 版本:2017-03-12
108
+
109
+ ### 第 210 次发布
110
+
111
+ 发布时间:2024-10-10 01:35:42
112
+
113
+ 本次发布包含了以下内容:
114
+
115
+ 改善已有的文档。
116
+
117
+ 修改数据结构:
118
+
119
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
120
+
121
+
122
+
123
+
124
+ ## Web 应用防火墙(waf) 版本:2018-01-25
125
+
126
+ ### 第 95 次发布
127
+
128
+ 发布时间:2024-10-10 01:36:42
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改接口:
135
+
136
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
137
+
138
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
139
+
140
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
141
+
142
+ * <font color="#dd0000">**修改入参**:</font>RuleIds
143
+
144
+ * [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
145
+
146
+ * 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
147
+
148
+ * <font color="#dd0000">**修改入参**:</font>CertType
149
+
150
+ * [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
151
+
152
+ * 新增入参:AlbType
153
+
154
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
155
+
156
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
157
+
158
+
159
+ 修改数据结构:
160
+
161
+ * [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
162
+
163
+ * 新增成员:Labels
164
+
165
+ * [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
166
+
167
+ * 新增成员:NumericalVpcId
168
+
169
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
170
+
171
+ * 新增成员:Labels
172
+
173
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
174
+
175
+ * 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
176
+
177
+ * [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
178
+
179
+ * 新增成员:MicroVersion
180
+
181
+ * [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
182
+
183
+ * 新增成员:CaseNotSensitive
184
+
185
+
186
+
187
+
188
+ # Release 4.0.951
189
+
190
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
191
+
192
+ ### 第 26 次发布
193
+
194
+ 发布时间:2024-10-09 01:10:49
195
+
196
+ 本次发布包含了以下内容:
197
+
198
+ 改善已有的文档。
199
+
200
+ 修改接口:
201
+
202
+ * [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
203
+
204
+ * 新增出参:ErrorMsg
205
+
206
+ * [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
207
+
208
+ * 新增出参:ErrorMsg
209
+
210
+
211
+ 修改数据结构:
212
+
213
+ * [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
214
+
215
+ * 新增成员:Id
216
+
217
+ * [NodeInfos](https://cloud.tencent.com/document/api/1387/102385#NodeInfos)
218
+
219
+ * 新增成员:Id, Zone
220
+
221
+ * [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
222
+
223
+ * 新增成员:State, CatalogName
224
+
225
+ * [ZoneInfo](https://cloud.tencent.com/document/api/1387/102385#ZoneInfo)
226
+
227
+ * 新增成员:Main
228
+
229
+
230
+
231
+
232
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
233
+
234
+ ### 第 29 次发布
235
+
236
+ 发布时间:2024-10-09 01:25:21
237
+
238
+ 本次发布包含了以下内容:
239
+
240
+ 改善已有的文档。
241
+
242
+ 修改接口:
243
+
244
+ * [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
245
+
246
+ * <font color="#dd0000">**修改入参**:</font>HandleParam, ImageInfoList
247
+
248
+
249
+
250
+
1
251
  # Release 4.0.950
2
252
 
3
253
  ## SSL 证书(ssl) 版本:2019-12-05
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## SSL 证书(ssl) 版本:2019-12-05
3
+ ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 68 次发布
5
+ ### 第 106 次发布
6
6
 
7
- 发布时间:2024-10-01 01:24:04
7
+ 发布时间:2024-10-10 01:12:21
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,9 +12,175 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DeleteCertificates](https://cloud.tencent.com/document/api/400/107800)
15
+ * [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
16
16
 
17
- * 新增入参:CertificateIds, IsSync
17
+ * 新增入参:PreciseSearch
18
+
19
+
20
+
21
+
22
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
23
+
24
+ ### 第 186 次发布
25
+
26
+ 发布时间:2024-10-10 01:18:55
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
35
+
36
+ 修改数据结构:
37
+
38
+ * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
39
+
40
+ * 新增成员:ActiveStatus, LicenseExpireTime
41
+
42
+
43
+
44
+
45
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
46
+
47
+
48
+
49
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
50
+
51
+ ### 第 67 次发布
52
+
53
+ 发布时间:2024-10-10 01:23:44
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 新增接口:
60
+
61
+ * [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
62
+
63
+
64
+
65
+ ## 容器安全服务(tcss) 版本:2020-11-01
66
+
67
+ ### 第 67 次发布
68
+
69
+ 发布时间:2024-10-10 01:30:02
70
+
71
+ 本次发布包含了以下内容:
72
+
73
+ 改善已有的文档。
74
+
75
+ 修改接口:
76
+
77
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
78
+
79
+ * 新增入参:RegistryId
80
+
81
+
82
+
83
+
84
+ ## 大模型视频创作引擎(vclm) 版本:2024-05-23
85
+
86
+ ### 第 7 次发布
87
+
88
+ 发布时间:2024-10-10 01:34:51
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改接口:
95
+
96
+ * [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
97
+
98
+ * 新增出参:MaskVideoUrl
99
+
100
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
101
+
102
+ * 新增入参:EnableSegment
103
+
104
+
105
+
106
+
107
+ ## 私有网络(vpc) 版本:2017-03-12
108
+
109
+ ### 第 210 次发布
110
+
111
+ 发布时间:2024-10-10 01:35:42
112
+
113
+ 本次发布包含了以下内容:
114
+
115
+ 改善已有的文档。
116
+
117
+ 修改数据结构:
118
+
119
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
120
+
121
+
122
+
123
+
124
+ ## Web 应用防火墙(waf) 版本:2018-01-25
125
+
126
+ ### 第 95 次发布
127
+
128
+ 发布时间:2024-10-10 01:36:42
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改接口:
135
+
136
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
137
+
138
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
139
+
140
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
141
+
142
+ * <font color="#dd0000">**修改入参**:</font>RuleIds
143
+
144
+ * [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
145
+
146
+ * 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
147
+
148
+ * <font color="#dd0000">**修改入参**:</font>CertType
149
+
150
+ * [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
151
+
152
+ * 新增入参:AlbType
153
+
154
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
155
+
156
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
157
+
158
+
159
+ 修改数据结构:
160
+
161
+ * [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
162
+
163
+ * 新增成员:Labels
164
+
165
+ * [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
166
+
167
+ * 新增成员:NumericalVpcId
168
+
169
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
170
+
171
+ * 新增成员:Labels
172
+
173
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
174
+
175
+ * 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
176
+
177
+ * [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
178
+
179
+ * 新增成员:MicroVersion
180
+
181
+ * [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
182
+
183
+ * 新增成员:CaseNotSensitive
18
184
 
19
185
 
20
186
 
@@ -23987,6 +24153,44 @@
23987
24153
 
23988
24154
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23989
24155
 
24156
+ ### 第 26 次发布
24157
+
24158
+ 发布时间:2024-10-09 01:10:49
24159
+
24160
+ 本次发布包含了以下内容:
24161
+
24162
+ 改善已有的文档。
24163
+
24164
+ 修改接口:
24165
+
24166
+ * [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
24167
+
24168
+ * 新增出参:ErrorMsg
24169
+
24170
+ * [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
24171
+
24172
+ * 新增出参:ErrorMsg
24173
+
24174
+
24175
+ 修改数据结构:
24176
+
24177
+ * [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
24178
+
24179
+ * 新增成员:Id
24180
+
24181
+ * [NodeInfos](https://cloud.tencent.com/document/api/1387/102385#NodeInfos)
24182
+
24183
+ * 新增成员:Id, Zone
24184
+
24185
+ * [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
24186
+
24187
+ * 新增成员:State, CatalogName
24188
+
24189
+ * [ZoneInfo](https://cloud.tencent.com/document/api/1387/102385#ZoneInfo)
24190
+
24191
+ * 新增成员:Main
24192
+
24193
+
23990
24194
  ### 第 25 次发布
23991
24195
 
23992
24196
  发布时间:2024-09-04 01:13:34
@@ -33041,6 +33245,21 @@
33041
33245
 
33042
33246
  ## 日志服务(cls) 版本:2020-10-16
33043
33247
 
33248
+ ### 第 106 次发布
33249
+
33250
+ 发布时间:2024-10-10 01:12:21
33251
+
33252
+ 本次发布包含了以下内容:
33253
+
33254
+ 改善已有的文档。
33255
+
33256
+ 修改接口:
33257
+
33258
+ * [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
33259
+
33260
+ * 新增入参:PreciseSearch
33261
+
33262
+
33044
33263
  ### 第 105 次发布
33045
33264
 
33046
33265
  发布时间:2024-08-22 01:19:50
@@ -69296,6 +69515,25 @@
69296
69515
 
69297
69516
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
69298
69517
 
69518
+ ### 第 186 次发布
69519
+
69520
+ 发布时间:2024-10-10 01:18:55
69521
+
69522
+ 本次发布包含了以下内容:
69523
+
69524
+ 改善已有的文档。
69525
+
69526
+ 新增接口:
69527
+
69528
+ * [[CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)](https://cloud.tencent.com/document/api/#/#)
69529
+
69530
+ 修改数据结构:
69531
+
69532
+ * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
69533
+
69534
+ * 新增成员:ActiveStatus, LicenseExpireTime
69535
+
69536
+
69299
69537
  ### 第 185 次发布
69300
69538
 
69301
69539
  发布时间:2024-09-26 01:20:42
@@ -92739,6 +92977,18 @@
92739
92977
 
92740
92978
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
92741
92979
 
92980
+ ### 第 67 次发布
92981
+
92982
+ 发布时间:2024-10-10 01:23:44
92983
+
92984
+ 本次发布包含了以下内容:
92985
+
92986
+ 改善已有的文档。
92987
+
92988
+ 新增接口:
92989
+
92990
+ * [[DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)](https://cloud.tencent.com/document/api/#/#)
92991
+
92742
92992
  ### 第 66 次发布
92743
92993
 
92744
92994
  发布时间:2024-09-11 01:55:56
@@ -101276,6 +101526,21 @@
101276
101526
 
101277
101527
  ## 医疗报告结构化(mrs) 版本:2020-09-10
101278
101528
 
101529
+ ### 第 29 次发布
101530
+
101531
+ 发布时间:2024-10-09 01:25:21
101532
+
101533
+ 本次发布包含了以下内容:
101534
+
101535
+ 改善已有的文档。
101536
+
101537
+ 修改接口:
101538
+
101539
+ * [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
101540
+
101541
+ * <font color="#dd0000">**修改入参**:</font>HandleParam, ImageInfoList
101542
+
101543
+
101279
101544
  ### 第 28 次发布
101280
101545
 
101281
101546
  发布时间:2024-09-30 01:27:01
@@ -126739,6 +127004,21 @@
126739
127004
 
126740
127005
  ## 容器安全服务(tcss) 版本:2020-11-01
126741
127006
 
127007
+ ### 第 67 次发布
127008
+
127009
+ 发布时间:2024-10-10 01:30:02
127010
+
127011
+ 本次发布包含了以下内容:
127012
+
127013
+ 改善已有的文档。
127014
+
127015
+ 修改接口:
127016
+
127017
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
127018
+
127019
+ * 新增入参:RegistryId
127020
+
127021
+
126742
127022
  ### 第 66 次发布
126743
127023
 
126744
127024
  发布时间:2024-09-25 01:32:38
@@ -153638,6 +153918,25 @@
153638
153918
 
153639
153919
  ## 大模型视频创作引擎(vclm) 版本:2024-05-23
153640
153920
 
153921
+ ### 第 7 次发布
153922
+
153923
+ 发布时间:2024-10-10 01:34:51
153924
+
153925
+ 本次发布包含了以下内容:
153926
+
153927
+ 改善已有的文档。
153928
+
153929
+ 修改接口:
153930
+
153931
+ * [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
153932
+
153933
+ * 新增出参:MaskVideoUrl
153934
+
153935
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
153936
+
153937
+ * 新增入参:EnableSegment
153938
+
153939
+
153641
153940
  ### 第 6 次发布
153642
153941
 
153643
153942
  发布时间:2024-09-06 02:22:38
@@ -159347,6 +159646,19 @@
159347
159646
 
159348
159647
  ## 私有网络(vpc) 版本:2017-03-12
159349
159648
 
159649
+ ### 第 210 次发布
159650
+
159651
+ 发布时间:2024-10-10 01:35:42
159652
+
159653
+ 本次发布包含了以下内容:
159654
+
159655
+ 改善已有的文档。
159656
+
159657
+ 修改数据结构:
159658
+
159659
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
159660
+
159661
+
159350
159662
  ### 第 209 次发布
159351
159663
 
159352
159664
  发布时间:2024-09-30 01:38:05
@@ -164277,6 +164589,66 @@
164277
164589
 
164278
164590
  ## Web 应用防火墙(waf) 版本:2018-01-25
164279
164591
 
164592
+ ### 第 95 次发布
164593
+
164594
+ 发布时间:2024-10-10 01:36:42
164595
+
164596
+ 本次发布包含了以下内容:
164597
+
164598
+ 改善已有的文档。
164599
+
164600
+ 修改接口:
164601
+
164602
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
164603
+
164604
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
164605
+
164606
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
164607
+
164608
+ * <font color="#dd0000">**修改入参**:</font>RuleIds
164609
+
164610
+ * [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
164611
+
164612
+ * 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
164613
+
164614
+ * <font color="#dd0000">**修改入参**:</font>CertType
164615
+
164616
+ * [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
164617
+
164618
+ * 新增入参:AlbType
164619
+
164620
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
164621
+
164622
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
164623
+
164624
+
164625
+ 修改数据结构:
164626
+
164627
+ * [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
164628
+
164629
+ * 新增成员:Labels
164630
+
164631
+ * [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
164632
+
164633
+ * 新增成员:NumericalVpcId
164634
+
164635
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
164636
+
164637
+ * 新增成员:Labels
164638
+
164639
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
164640
+
164641
+ * 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
164642
+
164643
+ * [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
164644
+
164645
+ * 新增成员:MicroVersion
164646
+
164647
+ * [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
164648
+
164649
+ * 新增成员:CaseNotSensitive
164650
+
164651
+
164280
164652
  ### 第 94 次发布
164281
164653
 
164282
164654
  发布时间:2024-07-23 02:21:00
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.950",
3
+ "version": "4.0.952",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {