tencentcloud-sdk-nodejs 4.0.951 → 4.0.953

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 (58) hide show
  1. package/CHANGELOG.md +272 -0
  2. package/SERVICE_CHANGELOG.md +264 -22
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +16 -15
  7. package/src/services/cls/v20201016/cls_models.ts +4 -0
  8. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  9. package/src/services/cvm/v20170312/cvm_models.ts +4 -0
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -0
  12. package/src/services/ess/v20201111/ess_client.ts +27 -0
  13. package/src/services/ess/v20201111/ess_models.ts +130 -1
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +26 -0
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +52 -0
  16. package/src/services/lke/v20231130/lke_models.ts +1 -1
  17. package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
  18. package/src/services/mariadb/v20170312/mariadb_models.ts +45 -13
  19. package/src/services/redis/v20180412/redis_models.ts +1 -1
  20. package/src/services/scf/v20180416/scf_models.ts +4 -4
  21. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  22. package/src/services/tcss/v20201101/tcss_models.ts +4 -0
  23. package/src/services/vclm/v20240523/vclm_models.ts +9 -0
  24. package/src/services/vpc/v20170312/vpc_models.ts +3 -3
  25. package/src/services/waf/v20180125/waf_client.ts +1 -1
  26. package/src/services/waf/v20180125/waf_models.ts +164 -15
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -15
  30. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  31. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  32. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  33. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  34. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +52 -0
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +124 -1
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -0
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -0
  43. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  44. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
  45. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
  46. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +43 -13
  47. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  48. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -4
  49. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  50. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -0
  51. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +9 -0
  52. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
  53. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  54. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +164 -15
  55. package/test/cynosdb.v20190107.test.js +10 -0
  56. package/test/ess.v20201111.test.js +20 -0
  57. package/test/essbasic.v20210526.test.js +10 -0
  58. package/test/mariadb.v20170312.test.js +12 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,275 @@
1
+ # Release 4.0.953
2
+
3
+ ## 云服务器(cvm) 版本:2017-03-12
4
+
5
+ ### 第 133 次发布
6
+
7
+ 发布时间:2024-10-11 01:13:23
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
16
+
17
+ * 新增入参:ImageFamily
18
+
19
+
20
+
21
+
22
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
23
+
24
+ ### 第 105 次发布
25
+
26
+ 发布时间:2024-10-11 01:14:58
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)
35
+
36
+
37
+
38
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
39
+
40
+ ### 第 189 次发布
41
+
42
+ 发布时间:2024-10-11 01:18:55
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 新增接口:
49
+
50
+ * [ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)
51
+ * [CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)
52
+
53
+ 修改接口:
54
+
55
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
56
+
57
+ * 新增入参:OpenDynamicSignFlow
58
+
59
+
60
+ 新增数据结构:
61
+
62
+ * [ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)
63
+ * [DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)
64
+
65
+
66
+
67
+ ## 私有网络(vpc) 版本:2017-03-12
68
+
69
+ ### 第 211 次发布
70
+
71
+ 发布时间:2024-10-11 01:36:00
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改数据结构:
78
+
79
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
80
+
81
+ * <font color="#dd0000">**修改成员**:</font>Ipv6Flag
82
+
83
+
84
+
85
+
86
+ # Release 4.0.952
87
+
88
+ ## 日志服务(cls) 版本:2020-10-16
89
+
90
+ ### 第 106 次发布
91
+
92
+ 发布时间:2024-10-10 01:12:21
93
+
94
+ 本次发布包含了以下内容:
95
+
96
+ 改善已有的文档。
97
+
98
+ 修改接口:
99
+
100
+ * [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
101
+
102
+ * 新增入参:PreciseSearch
103
+
104
+
105
+
106
+
107
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
108
+
109
+ ### 第 186 次发布
110
+
111
+ 发布时间:2024-10-10 01:18:55
112
+
113
+ 本次发布包含了以下内容:
114
+
115
+ 改善已有的文档。
116
+
117
+ 新增接口:
118
+
119
+ * [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
120
+
121
+ 修改数据结构:
122
+
123
+ * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
124
+
125
+ * 新增成员:ActiveStatus, LicenseExpireTime
126
+
127
+
128
+
129
+
130
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
131
+
132
+
133
+
134
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
135
+
136
+ ### 第 67 次发布
137
+
138
+ 发布时间:2024-10-10 01:23:44
139
+
140
+ 本次发布包含了以下内容:
141
+
142
+ 改善已有的文档。
143
+
144
+ 新增接口:
145
+
146
+ * [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
147
+
148
+
149
+
150
+ ## 容器安全服务(tcss) 版本:2020-11-01
151
+
152
+ ### 第 67 次发布
153
+
154
+ 发布时间:2024-10-10 01:30:02
155
+
156
+ 本次发布包含了以下内容:
157
+
158
+ 改善已有的文档。
159
+
160
+ 修改接口:
161
+
162
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
163
+
164
+ * 新增入参:RegistryId
165
+
166
+
167
+
168
+
169
+ ## 大模型视频创作引擎(vclm) 版本:2024-05-23
170
+
171
+ ### 第 7 次发布
172
+
173
+ 发布时间:2024-10-10 01:34:51
174
+
175
+ 本次发布包含了以下内容:
176
+
177
+ 改善已有的文档。
178
+
179
+ 修改接口:
180
+
181
+ * [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
182
+
183
+ * 新增出参:MaskVideoUrl
184
+
185
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
186
+
187
+ * 新增入参:EnableSegment
188
+
189
+
190
+
191
+
192
+ ## 私有网络(vpc) 版本:2017-03-12
193
+
194
+ ### 第 210 次发布
195
+
196
+ 发布时间:2024-10-10 01:35:42
197
+
198
+ 本次发布包含了以下内容:
199
+
200
+ 改善已有的文档。
201
+
202
+ 修改数据结构:
203
+
204
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
205
+
206
+
207
+
208
+
209
+ ## Web 应用防火墙(waf) 版本:2018-01-25
210
+
211
+ ### 第 95 次发布
212
+
213
+ 发布时间:2024-10-10 01:36:42
214
+
215
+ 本次发布包含了以下内容:
216
+
217
+ 改善已有的文档。
218
+
219
+ 修改接口:
220
+
221
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
222
+
223
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
224
+
225
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
226
+
227
+ * <font color="#dd0000">**修改入参**:</font>RuleIds
228
+
229
+ * [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
230
+
231
+ * 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
232
+
233
+ * <font color="#dd0000">**修改入参**:</font>CertType
234
+
235
+ * [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
236
+
237
+ * 新增入参:AlbType
238
+
239
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
240
+
241
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
242
+
243
+
244
+ 修改数据结构:
245
+
246
+ * [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
247
+
248
+ * 新增成员:Labels
249
+
250
+ * [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
251
+
252
+ * 新增成员:NumericalVpcId
253
+
254
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
255
+
256
+ * 新增成员:Labels
257
+
258
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
259
+
260
+ * 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
261
+
262
+ * [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
263
+
264
+ * 新增成员:MicroVersion
265
+
266
+ * [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
267
+
268
+ * 新增成员:CaseNotSensitive
269
+
270
+
271
+
272
+
1
273
  # Release 4.0.951
2
274
 
3
275
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
3
+ ## 云服务器(cvm) 版本:2017-03-12
4
4
 
5
- ### 第 26 次发布
5
+ ### 第 133 次发布
6
6
 
7
- 发布时间:2024-10-09 01:10:49
7
+ 发布时间:2024-10-11 01:13:23
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,51 +12,73 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
15
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
16
16
 
17
- * 新增出参:ErrorMsg
17
+ * 新增入参:ImageFamily
18
18
 
19
- * [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
20
19
 
21
- * 新增出参:ErrorMsg
22
20
 
23
21
 
24
- 修改数据结构:
22
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
25
23
 
26
- * [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
24
+ ### 第 105 次发布
27
25
 
28
- * 新增成员:Id
26
+ 发布时间:2024-10-11 01:14:58
29
27
 
30
- * [NodeInfos](https://cloud.tencent.com/document/api/1387/102385#NodeInfos)
28
+ 本次发布包含了以下内容:
31
29
 
32
- * 新增成员:Id, Zone
30
+ 改善已有的文档。
33
31
 
34
- * [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
32
+ 新增接口:
35
33
 
36
- * 新增成员:State, CatalogName
34
+ * [InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)
37
35
 
38
- * [ZoneInfo](https://cloud.tencent.com/document/api/1387/102385#ZoneInfo)
39
36
 
40
- * 新增成员:Main
41
37
 
38
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
42
39
 
40
+ ### 第 189 次发布
43
41
 
42
+ 发布时间:2024-10-11 01:18:55
44
43
 
45
- ## 医疗报告结构化(mrs) 版本:2020-09-10
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 新增接口:
49
+
50
+ * [ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)
51
+ * [CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)
52
+
53
+ 修改接口:
54
+
55
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
56
+
57
+ * 新增入参:OpenDynamicSignFlow
58
+
59
+
60
+ 新增数据结构:
61
+
62
+ * [ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)
63
+ * [DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)
46
64
 
47
- ### 第 29 次发布
48
65
 
49
- 发布时间:2024-10-09 01:25:21
66
+
67
+ ## 私有网络(vpc) 版本:2017-03-12
68
+
69
+ ### 第 211 次发布
70
+
71
+ 发布时间:2024-10-11 01:36:00
50
72
 
51
73
  本次发布包含了以下内容:
52
74
 
53
75
  改善已有的文档。
54
76
 
55
- 修改接口:
77
+ 修改数据结构:
56
78
 
57
- * [ImageToObject](https://cloud.tencent.com/document/api/1314/56228)
79
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
58
80
 
59
- * <font color="#dd0000">**修改入参**:</font>HandleParam, ImageInfoList
81
+ * <font color="#dd0000">**修改成员**:</font>Ipv6Flag
60
82
 
61
83
 
62
84
 
@@ -33121,6 +33143,21 @@
33121
33143
 
33122
33144
  ## 日志服务(cls) 版本:2020-10-16
33123
33145
 
33146
+ ### 第 106 次发布
33147
+
33148
+ 发布时间:2024-10-10 01:12:21
33149
+
33150
+ 本次发布包含了以下内容:
33151
+
33152
+ 改善已有的文档。
33153
+
33154
+ 修改接口:
33155
+
33156
+ * [DescribeShippers](https://cloud.tencent.com/document/api/614/58744)
33157
+
33158
+ * 新增入参:PreciseSearch
33159
+
33160
+
33124
33161
  ### 第 105 次发布
33125
33162
 
33126
33163
  发布时间:2024-08-22 01:19:50
@@ -40931,6 +40968,21 @@
40931
40968
 
40932
40969
  ## 云服务器(cvm) 版本:2017-03-12
40933
40970
 
40971
+ ### 第 133 次发布
40972
+
40973
+ 发布时间:2024-10-11 01:13:23
40974
+
40975
+ 本次发布包含了以下内容:
40976
+
40977
+ 改善已有的文档。
40978
+
40979
+ 修改接口:
40980
+
40981
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
40982
+
40983
+ * 新增入参:ImageFamily
40984
+
40985
+
40934
40986
  ### 第 132 次发布
40935
40987
 
40936
40988
  发布时间:2024-09-30 01:13:47
@@ -47193,6 +47245,18 @@
47193
47245
 
47194
47246
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47195
47247
 
47248
+ ### 第 105 次发布
47249
+
47250
+ 发布时间:2024-10-11 01:14:58
47251
+
47252
+ 本次发布包含了以下内容:
47253
+
47254
+ 改善已有的文档。
47255
+
47256
+ 新增接口:
47257
+
47258
+ * [[InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)](https://cloud.tencent.com/document/api/#/#)
47259
+
47196
47260
  ### 第 104 次发布
47197
47261
 
47198
47262
  发布时间:2024-09-25 01:15:47
@@ -65803,6 +65867,31 @@
65803
65867
 
65804
65868
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
65805
65869
 
65870
+ ### 第 189 次发布
65871
+
65872
+ 发布时间:2024-10-11 01:18:55
65873
+
65874
+ 本次发布包含了以下内容:
65875
+
65876
+ 改善已有的文档。
65877
+
65878
+ 新增接口:
65879
+
65880
+ * [[ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)](https://cloud.tencent.com/document/api/#/#)
65881
+ * [[CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)](https://cloud.tencent.com/document/api/#/#)
65882
+
65883
+ 修改接口:
65884
+
65885
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
65886
+
65887
+ * 新增入参:OpenDynamicSignFlow
65888
+
65889
+
65890
+ 新增数据结构:
65891
+
65892
+ * [[ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)](https://cloud.tencent.com/document/api/1323/70369#[ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData))
65893
+ * [[DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)](https://cloud.tencent.com/document/api/1323/70369#[DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult))
65894
+
65806
65895
  ### 第 188 次发布
65807
65896
 
65808
65897
  发布时间:2024-09-24 01:19:13
@@ -69376,6 +69465,25 @@
69376
69465
 
69377
69466
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
69378
69467
 
69468
+ ### 第 186 次发布
69469
+
69470
+ 发布时间:2024-10-10 01:18:55
69471
+
69472
+ 本次发布包含了以下内容:
69473
+
69474
+ 改善已有的文档。
69475
+
69476
+ 新增接口:
69477
+
69478
+ * [CreateChannelSubOrganizationActive](https://cloud.tencent.com/document/api/1420/111476)
69479
+
69480
+ 修改数据结构:
69481
+
69482
+ * [ChannelOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#ChannelOrganizationInfo)
69483
+
69484
+ * 新增成员:ActiveStatus, LicenseExpireTime
69485
+
69486
+
69379
69487
  ### 第 185 次发布
69380
69488
 
69381
69489
  发布时间:2024-09-26 01:20:42
@@ -92819,6 +92927,18 @@
92819
92927
 
92820
92928
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
92821
92929
 
92930
+ ### 第 67 次发布
92931
+
92932
+ 发布时间:2024-10-10 01:23:44
92933
+
92934
+ 本次发布包含了以下内容:
92935
+
92936
+ 改善已有的文档。
92937
+
92938
+ 新增接口:
92939
+
92940
+ * [DescribeDBSyncMode](https://cloud.tencent.com/document/api/237/111477)
92941
+
92822
92942
  ### 第 66 次发布
92823
92943
 
92824
92944
  发布时间:2024-09-11 01:55:56
@@ -126834,6 +126954,21 @@
126834
126954
 
126835
126955
  ## 容器安全服务(tcss) 版本:2020-11-01
126836
126956
 
126957
+ ### 第 67 次发布
126958
+
126959
+ 发布时间:2024-10-10 01:30:02
126960
+
126961
+ 本次发布包含了以下内容:
126962
+
126963
+ 改善已有的文档。
126964
+
126965
+ 修改接口:
126966
+
126967
+ * [UpdateAssetImageRegistryRegistryDetail](https://cloud.tencent.com/document/api/1285/65519)
126968
+
126969
+ * 新增入参:RegistryId
126970
+
126971
+
126837
126972
  ### 第 66 次发布
126838
126973
 
126839
126974
  发布时间:2024-09-25 01:32:38
@@ -153733,6 +153868,25 @@
153733
153868
 
153734
153869
  ## 大模型视频创作引擎(vclm) 版本:2024-05-23
153735
153870
 
153871
+ ### 第 7 次发布
153872
+
153873
+ 发布时间:2024-10-10 01:34:51
153874
+
153875
+ 本次发布包含了以下内容:
153876
+
153877
+ 改善已有的文档。
153878
+
153879
+ 修改接口:
153880
+
153881
+ * [DescribeImageAnimateJob](https://cloud.tencent.com/document/api/1616/107785)
153882
+
153883
+ * 新增出参:MaskVideoUrl
153884
+
153885
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
153886
+
153887
+ * 新增入参:EnableSegment
153888
+
153889
+
153736
153890
  ### 第 6 次发布
153737
153891
 
153738
153892
  发布时间:2024-09-06 02:22:38
@@ -159442,6 +159596,34 @@
159442
159596
 
159443
159597
  ## 私有网络(vpc) 版本:2017-03-12
159444
159598
 
159599
+ ### 第 211 次发布
159600
+
159601
+ 发布时间:2024-10-11 01:36:00
159602
+
159603
+ 本次发布包含了以下内容:
159604
+
159605
+ 改善已有的文档。
159606
+
159607
+ 修改数据结构:
159608
+
159609
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
159610
+
159611
+ * <font color="#dd0000">**修改成员**:</font>Ipv6Flag
159612
+
159613
+
159614
+ ### 第 210 次发布
159615
+
159616
+ 发布时间:2024-10-10 01:35:42
159617
+
159618
+ 本次发布包含了以下内容:
159619
+
159620
+ 改善已有的文档。
159621
+
159622
+ 修改数据结构:
159623
+
159624
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
159625
+
159626
+
159445
159627
  ### 第 209 次发布
159446
159628
 
159447
159629
  发布时间:2024-09-30 01:38:05
@@ -164372,6 +164554,66 @@
164372
164554
 
164373
164555
  ## Web 应用防火墙(waf) 版本:2018-01-25
164374
164556
 
164557
+ ### 第 95 次发布
164558
+
164559
+ 发布时间:2024-10-10 01:36:42
164560
+
164561
+ 本次发布包含了以下内容:
164562
+
164563
+ 改善已有的文档。
164564
+
164565
+ 修改接口:
164566
+
164567
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
164568
+
164569
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
164570
+
164571
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
164572
+
164573
+ * <font color="#dd0000">**修改入参**:</font>RuleIds
164574
+
164575
+ * [DescribeCertificateVerifyResult](https://cloud.tencent.com/document/api/627/99281)
164576
+
164577
+ * 新增入参:GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
164578
+
164579
+ * <font color="#dd0000">**修改入参**:</font>CertType
164580
+
164581
+ * [DescribeUserClbWafRegions](https://cloud.tencent.com/document/api/627/53600)
164582
+
164583
+ * 新增入参:AlbType
164584
+
164585
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
164586
+
164587
+ * 新增入参:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId
164588
+
164589
+
164590
+ 修改数据结构:
164591
+
164592
+ * [ClbDomainsInfo](https://cloud.tencent.com/document/api/627/53609#ClbDomainsInfo)
164593
+
164594
+ * 新增成员:Labels
164595
+
164596
+ * [ClbObject](https://cloud.tencent.com/document/api/627/53609#ClbObject)
164597
+
164598
+ * 新增成员:NumericalVpcId
164599
+
164600
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
164601
+
164602
+ * 新增成员:Labels
164603
+
164604
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
164605
+
164606
+ * 新增成员:GmType, GmCertType, GmCert, GmPrivateKey, GmEncCert, GmEncPrivateKey, GmSSLId, Labels
164607
+
164608
+ * [GoodsDetailNew](https://cloud.tencent.com/document/api/627/53609#GoodsDetailNew)
164609
+
164610
+ * 新增成员:MicroVersion
164611
+
164612
+ * [Strategy](https://cloud.tencent.com/document/api/627/53609#Strategy)
164613
+
164614
+ * 新增成员:CaseNotSensitive
164615
+
164616
+
164375
164617
  ### 第 94 次发布
164376
164618
 
164377
164619
  发布时间: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.951",
3
+ "version": "4.0.953",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {