tencentcloud-sdk-nodejs 4.0.902 → 4.0.904

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 (78) hide show
  1. package/CHANGELOG.md +442 -0
  2. package/SERVICE_CHANGELOG.md +392 -168
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +0 -1
  7. package/src/services/ams/v20201229/ams_models.ts +13 -13
  8. package/src/services/cam/v20190116/cam_models.ts +5 -0
  9. package/src/services/ccc/v20200210/ccc_models.ts +3 -3
  10. package/src/services/cdwch/v20200915/cdwch_client.ts +1 -0
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +16 -0
  12. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -0
  13. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +16 -0
  14. package/src/services/cfw/v20190904/cfw_models.ts +13 -0
  15. package/src/services/cls/v20201016/cls_client.ts +0 -12
  16. package/src/services/cls/v20201016/cls_models.ts +2 -1
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -1
  19. package/src/services/dts/v20211206/dts_models.ts +4 -0
  20. package/src/services/ess/v20201111/ess_client.ts +2 -1
  21. package/src/services/ess/v20201111/ess_models.ts +17 -7
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -1
  24. package/src/services/mongodb/v20190725/mongodb_client.ts +83 -4
  25. package/src/services/mongodb/v20190725/mongodb_models.ts +312 -29
  26. package/src/services/monitor/v20180724/monitor_models.ts +3 -8
  27. package/src/services/mps/v20190612/mps_models.ts +2 -2
  28. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  29. package/src/services/redis/v20180412/redis_models.ts +2 -3
  30. package/src/services/tem/v20210701/tem_models.ts +14 -2
  31. package/src/services/thpc/v20230321/thpc_client.ts +40 -16
  32. package/src/services/thpc/v20230321/thpc_models.ts +236 -146
  33. package/src/services/tke/v20220501/tke_models.ts +4 -0
  34. package/src/services/trtc/v20190722/trtc_models.ts +3 -3
  35. package/src/services/vclm/v20240523/vclm_models.ts +6 -0
  36. package/src/services/vpc/v20170312/vpc_models.ts +30 -1
  37. package/src/services/waf/v20180125/waf_models.ts +13 -41
  38. package/src/services/wedata/v20210820/wedata_models.ts +29 -7
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -1
  42. package/tencentcloud/services/ams/v20201229/ams_client.js +0 -1
  43. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +13 -13
  44. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  45. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +3 -3
  46. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  47. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +15 -0
  48. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +13 -0
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +0 -12
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +0 -12
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -1
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  53. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +5 -1
  54. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  55. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  56. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  57. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -7
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  59. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -1
  60. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +30 -1
  61. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +41 -0
  62. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +298 -29
  63. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -8
  64. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  65. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  66. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -3
  67. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +14 -2
  68. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +14 -6
  69. package/tencentcloud/services/thpc/v20230321/thpc_client.js +18 -6
  70. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +232 -146
  71. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
  72. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
  73. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +6 -0
  74. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -1
  75. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +13 -41
  76. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +29 -7
  77. package/test/mongodb.v20190725.test.js +60 -0
  78. package/test/thpc.v20230321.test.js +22 -2
@@ -1,52 +1,50 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 弹性伸缩(as) 版本:2018-04-19
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
4
 
5
- ### 第 71 次发布
5
+ ### 第 59 次发布
6
6
 
7
- 发布时间:2024-07-23 01:04:47
7
+ 发布时间:2024-07-25 01:19:29
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改数据结构:
13
+ 修改接口:
14
14
 
15
- * [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
15
+ * [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
16
16
 
17
- * 新增成员:BurstPerformance
17
+ * 新增出参:UsedTemplateCount, TemplateQuotaCount
18
18
 
19
- * [InstanceNameSettings](https://cloud.tencent.com/document/api/377/20453#InstanceNameSettings)
19
+ * [DescribeLogs](https://cloud.tencent.com/document/api/1132/91646)
20
20
 
21
- * 新增成员:InstanceNameSuffix
21
+ * 新增出参:AppProtocolList
22
22
 
23
23
 
24
24
 
25
25
 
26
- ## 云联络中心(ccc) 版本:2020-02-10
26
+ ## 日志服务(cls) 版本:2020-10-16
27
27
 
28
- ### 第 70 次发布
28
+ ### 第 100 次发布
29
29
 
30
- 发布时间:2024-07-23 01:10:10
30
+ 发布时间:2024-07-25 01:22:39
31
31
 
32
32
  本次发布包含了以下内容:
33
33
 
34
34
  改善已有的文档。
35
35
 
36
- 修改数据结构:
37
-
38
- * [SkillGroupInfoItem](https://cloud.tencent.com/document/api/679/47715#SkillGroupInfoItem)
36
+ 修改接口:
39
37
 
40
- * 新增成员:Alias
38
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
41
39
 
42
40
 
43
41
 
44
42
 
45
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
43
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
46
44
 
47
- ### 第 161 次发布
45
+ ### 第 30 次发布
48
46
 
49
- 发布时间:2024-07-23 01:10:42
47
+ 发布时间:2024-07-25 01:31:31
50
48
 
51
49
  本次发布包含了以下内容:
52
50
 
@@ -54,76 +52,41 @@
54
52
 
55
53
  修改接口:
56
54
 
57
- * [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
55
+ * [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
58
56
 
59
- * 新增入参:ParamList
57
+ * 新增入参:Infos
60
58
 
61
59
 
62
- 新增数据结构:
63
60
 
64
- * [UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams)
61
+
62
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
65
63
 
66
64
 
67
65
 
68
66
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
69
67
 
70
- ### 第 180 次发布
68
+ ### 第 181 次发布
71
69
 
72
- 发布时间:2024-07-23 01:33:50
70
+ 发布时间:2024-07-25 01:39:56
73
71
 
74
72
  本次发布包含了以下内容:
75
73
 
76
74
  改善已有的文档。
77
75
 
78
- 新增接口:
76
+ 修改接口:
79
77
 
80
78
  * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
81
79
 
80
+ * 新增入参:AuthorizedOrganizationName, AuthToMe
82
81
 
83
82
 
84
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
85
-
86
- ### 第 13 次发布
87
-
88
- 发布时间:2024-07-23 01:37:38
89
-
90
- 本次发布包含了以下内容:
91
-
92
- 改善已有的文档。
93
-
94
- 修改数据结构:
95
83
 
96
- * [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
97
84
 
98
- * <font color="#dd0000">**修改成员**:</font>Index
99
-
100
-
101
-
102
-
103
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
104
-
105
- ### 第 60 次发布
106
-
107
- 发布时间:2024-07-23 01:53:12
108
-
109
- 本次发布包含了以下内容:
110
-
111
- 改善已有的文档。
112
-
113
- 修改数据结构:
114
-
115
- * [RunJobDescription](https://cloud.tencent.com/document/api/849/52010#RunJobDescription)
116
-
117
- * 新增成员:KafkaScanMode
118
-
119
-
120
-
121
-
122
- ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
85
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
123
86
 
124
87
  ### 第 44 次发布
125
88
 
126
- 发布时间:2024-07-23 01:55:36
89
+ 发布时间:2024-07-25 01:56:02
127
90
 
128
91
  本次发布包含了以下内容:
129
92
 
@@ -131,50 +94,30 @@
131
94
 
132
95
  新增接口:
133
96
 
134
- * [CreateAccount](https://cloud.tencent.com/document/api/409/109071)
135
- * [DeleteAccount](https://cloud.tencent.com/document/api/409/109070)
136
- * [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/409/109069)
137
- * [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/409/109072)
138
- * [LockAccount](https://cloud.tencent.com/document/api/409/109068)
139
- * [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/409/109067)
140
- * [UnlockAccount](https://cloud.tencent.com/document/api/409/109066)
141
-
142
- 新增数据结构:
143
-
144
- * [DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject)
145
- * [DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege)
146
- * [ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege)
147
-
148
-
149
-
150
- ## 全栈式风控引擎(rce) 版本:2020-11-03
151
-
152
- ### 第 11 次发布
97
+ * [RestartNodes](https://cloud.tencent.com/document/api/240/109311)
153
98
 
154
- 发布时间:2024-07-23 01:57:03
99
+ 修改接口:
155
100
 
156
- 本次发布包含了以下内容:
101
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/240/38571)
157
102
 
158
- 改善已有的文档。
103
+ * 新增入参:ParamTemplateId
159
104
 
160
- 新增数据结构:
105
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/240/38570)
161
106
 
162
- * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
107
+ * 新增入参:ParamTemplateId
163
108
 
164
- 修改数据结构:
165
109
 
166
- * [InputManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputManageMarketingRisk)
167
110
 
168
- * 新增成员:DataAuthorization
169
111
 
112
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
170
113
 
171
114
 
172
115
 
173
- ## 容器镜像服务(tcr) 版本:2019-09-24
116
+ ## 文字识别(ocr) 版本:2018-11-19
174
117
 
175
- ### 第 67 次发布
118
+ ### 第 143 次发布
176
119
 
177
- 发布时间:2024-07-23 02:04:12
120
+ 发布时间:2024-07-25 02:00:21
178
121
 
179
122
  本次发布包含了以下内容:
180
123
 
@@ -182,83 +125,30 @@
182
125
 
183
126
  修改接口:
184
127
 
185
- * [DescribeImageManifests](https://cloud.tencent.com/document/api/1141/43525)
128
+ * [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
186
129
 
187
- * 新增出参:Labels, Size
130
+ * 新增入参:CropPortrait
188
131
 
132
+ * 新增出参:PortraitImage
189
133
 
190
134
 
191
135
 
192
- ## Web 应用防火墙(waf) 版本:2018-01-25
193
136
 
194
- ### 94 次发布
137
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
195
138
 
196
- 发布时间:2024-07-23 02:21:00
139
+ ### 第 101 次发布
140
+
141
+ 发布时间:2024-07-25 02:32:09
197
142
 
198
143
  本次发布包含了以下内容:
199
144
 
200
145
  改善已有的文档。
201
146
 
202
- 修改接口:
203
-
204
- * [AddAttackWhiteRule](https://cloud.tencent.com/document/api/627/100203)
205
-
206
- * 新增入参:TypeIds, Mode, Name
207
-
208
- * [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
209
-
210
- * 新增入参:JobType, JobDateTime
211
-
212
- * [DescribeInstances](https://cloud.tencent.com/document/api/627/75922)
213
-
214
- * 新增入参:FreeDelayFlag
215
-
216
- * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
217
-
218
- * 新增入参:TimerType
219
-
220
- * [ModifyAttackWhiteRule](https://cloud.tencent.com/document/api/627/100200)
221
-
222
- * 新增入参:TypeIds, Mode, Name
223
-
224
- * [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
225
-
226
- * 新增入参:JobType, JobDateTime
227
-
228
- * [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
229
-
230
- * 新增入参:Length
231
-
232
-
233
147
  修改数据结构:
234
148
 
235
- * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
236
-
237
- * 新增成员:JobType, CronType, JobDateTime, ValidStatus
238
-
239
- * [CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)
240
-
241
- * 新增成员:Length, RuleId, EventId, SessionApplied, CreateTime
242
-
243
- * [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
244
-
245
- * 新增成员:FreeDelayFlag
246
-
247
- * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
248
-
249
- * 新增成员:JobType, CronType, JobDateTime
250
-
251
- * [UserSignatureRule](https://cloud.tencent.com/document/api/627/53609#UserSignatureRule)
252
-
253
- * 新增成员:RiskLevel
254
-
255
- * [UserWhiteRule](https://cloud.tencent.com/document/api/627/53609#UserWhiteRule)
256
-
257
- * 新增成员:MatchParams, SignatureIds, TypeIds, TypeId, Mode, Name, MatchInfo, MatchInfoStr
258
-
259
- * [UserWhiteRuleItem](https://cloud.tencent.com/document/api/627/53609#UserWhiteRuleItem)
149
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
260
150
 
261
- * 新增成员:MatchParams
151
+ * 新增成员:EnvType
262
152
 
263
153
 
264
154
 
@@ -12500,6 +12390,21 @@
12500
12390
 
12501
12391
  ## 访问管理(cam) 版本:2019-01-16
12502
12392
 
12393
+ ### 第 60 次发布
12394
+
12395
+ 发布时间:2024-07-24 01:13:41
12396
+
12397
+ 本次发布包含了以下内容:
12398
+
12399
+ 改善已有的文档。
12400
+
12401
+ 修改数据结构:
12402
+
12403
+ * [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
12404
+
12405
+ * 新增成员:RoleArn
12406
+
12407
+
12503
12408
  ### 第 59 次发布
12504
12409
 
12505
12410
  发布时间:2024-06-21 01:14:07
@@ -16840,7 +16745,7 @@
16840
16745
 
16841
16746
  新增数据结构:
16842
16747
 
16843
- * [[UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams)](https://cloud.tencent.com/document/api/236/15878#[UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams))
16748
+ * [UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams)
16844
16749
 
16845
16750
  ### 第 160 次发布
16846
16751
 
@@ -23102,6 +23007,25 @@
23102
23007
 
23103
23008
  ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
23104
23009
 
23010
+ ### 第 22 次发布
23011
+
23012
+ 发布时间:2024-07-24 01:18:03
23013
+
23014
+ 本次发布包含了以下内容:
23015
+
23016
+ 改善已有的文档。
23017
+
23018
+ 新增数据结构:
23019
+
23020
+ * [InstanceDetail](https://cloud.tencent.com/document/api/1299/83429#InstanceDetail)
23021
+
23022
+ 修改数据结构:
23023
+
23024
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
23025
+
23026
+ * 新增成员:Details
23027
+
23028
+
23105
23029
  ### 第 21 次发布
23106
23030
 
23107
23031
  发布时间:2024-06-18 01:18:55
@@ -23502,6 +23426,25 @@
23502
23426
 
23503
23427
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23504
23428
 
23429
+ ### 第 14 次发布
23430
+
23431
+ 发布时间:2024-07-24 01:18:18
23432
+
23433
+ 本次发布包含了以下内容:
23434
+
23435
+ 改善已有的文档。
23436
+
23437
+ 新增数据结构:
23438
+
23439
+ * [InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail)
23440
+
23441
+ 修改数据结构:
23442
+
23443
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
23444
+
23445
+ * 新增成员:Details
23446
+
23447
+
23505
23448
  ### 第 13 次发布
23506
23449
 
23507
23450
  发布时间:2024-06-20 01:19:00
@@ -24762,6 +24705,25 @@
24762
24705
 
24763
24706
  ## 云防火墙(cfw) 版本:2019-09-04
24764
24707
 
24708
+ ### 第 59 次发布
24709
+
24710
+ 发布时间:2024-07-25 01:19:29
24711
+
24712
+ 本次发布包含了以下内容:
24713
+
24714
+ 改善已有的文档。
24715
+
24716
+ 修改接口:
24717
+
24718
+ * [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
24719
+
24720
+ * 新增出参:UsedTemplateCount, TemplateQuotaCount
24721
+
24722
+ * [DescribeLogs](https://cloud.tencent.com/document/api/1132/91646)
24723
+
24724
+ * 新增出参:AppProtocolList
24725
+
24726
+
24765
24727
  ### 第 58 次发布
24766
24728
 
24767
24729
  发布时间:2024-06-06 01:22:29
@@ -31842,6 +31804,19 @@
31842
31804
 
31843
31805
  ## 日志服务(cls) 版本:2020-10-16
31844
31806
 
31807
+ ### 第 100 次发布
31808
+
31809
+ 发布时间:2024-07-25 01:22:39
31810
+
31811
+ 本次发布包含了以下内容:
31812
+
31813
+ 改善已有的文档。
31814
+
31815
+ 修改接口:
31816
+
31817
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
31818
+
31819
+
31845
31820
  ### 第 99 次发布
31846
31821
 
31847
31822
  发布时间:2024-07-05 01:06:07
@@ -49134,6 +49109,21 @@
49134
49109
 
49135
49110
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
49136
49111
 
49112
+ ### 第 30 次发布
49113
+
49114
+ 发布时间:2024-07-25 01:31:31
49115
+
49116
+ 本次发布包含了以下内容:
49117
+
49118
+ 改善已有的文档。
49119
+
49120
+ 修改接口:
49121
+
49122
+ * [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
49123
+
49124
+ * 新增入参:Infos
49125
+
49126
+
49137
49127
  ### 第 29 次发布
49138
49128
 
49139
49129
  发布时间:2024-05-27 01:30:50
@@ -56435,6 +56425,21 @@
56435
56425
 
56436
56426
  ## 数据传输服务(dts) 版本:2021-12-06
56437
56427
 
56428
+ ### 第 31 次发布
56429
+
56430
+ 发布时间:2024-07-24 01:36:02
56431
+
56432
+ 本次发布包含了以下内容:
56433
+
56434
+ 改善已有的文档。
56435
+
56436
+ 修改接口:
56437
+
56438
+ * [StopCompare](https://cloud.tencent.com/document/api/571/82072)
56439
+
56440
+ * 新增入参:ForceStop
56441
+
56442
+
56438
56443
  ### 第 30 次发布
56439
56444
 
56440
56445
  发布时间:2024-07-03 01:15:22
@@ -63059,6 +63064,21 @@
63059
63064
 
63060
63065
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
63061
63066
 
63067
+ ### 第 181 次发布
63068
+
63069
+ 发布时间:2024-07-25 01:39:56
63070
+
63071
+ 本次发布包含了以下内容:
63072
+
63073
+ 改善已有的文档。
63074
+
63075
+ 修改接口:
63076
+
63077
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
63078
+
63079
+ * 新增入参:AuthorizedOrganizationName, AuthToMe
63080
+
63081
+
63062
63082
  ### 第 180 次发布
63063
63083
 
63064
63084
  发布时间:2024-07-23 01:33:50
@@ -63069,7 +63089,7 @@
63069
63089
 
63070
63090
  新增接口:
63071
63091
 
63072
- * [[CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)](https://cloud.tencent.com/document/api/#/#)
63092
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
63073
63093
 
63074
63094
  ### 第 179 次发布
63075
63095
 
@@ -91379,6 +91399,50 @@
91379
91399
 
91380
91400
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
91381
91401
 
91402
+ ### 第 44 次发布
91403
+
91404
+ 发布时间:2024-07-25 01:56:02
91405
+
91406
+ 本次发布包含了以下内容:
91407
+
91408
+ 改善已有的文档。
91409
+
91410
+ 新增接口:
91411
+
91412
+ * [[RestartNodes](https://cloud.tencent.com/document/api/240/109311)](https://cloud.tencent.com/document/api/#/#)
91413
+
91414
+ 修改接口:
91415
+
91416
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/240/38571)
91417
+
91418
+ * 新增入参:ParamTemplateId
91419
+
91420
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/240/38570)
91421
+
91422
+ * 新增入参:ParamTemplateId
91423
+
91424
+
91425
+ ### 第 43 次发布
91426
+
91427
+ 发布时间:2024-07-24 01:54:54
91428
+
91429
+ 本次发布包含了以下内容:
91430
+
91431
+ 改善已有的文档。
91432
+
91433
+ 新增接口:
91434
+
91435
+ * [CreateDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109156)
91436
+ * [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109155)
91437
+ * [DescribeDBInstanceParamTplDetail](https://cloud.tencent.com/document/api/240/109154)
91438
+ * [DropDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109153)
91439
+ * [ModifyDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109152)
91440
+
91441
+ 新增数据结构:
91442
+
91443
+ * [ParamTpl](https://cloud.tencent.com/document/api/240/38576#ParamTpl)
91444
+ * [ParamType](https://cloud.tencent.com/document/api/240/38576#ParamType)
91445
+
91382
91446
  ### 第 42 次发布
91383
91447
 
91384
91448
  发布时间:2024-07-15 01:15:52
@@ -100572,6 +100636,23 @@
100572
100636
 
100573
100637
  ## 文字识别(ocr) 版本:2018-11-19
100574
100638
 
100639
+ ### 第 143 次发布
100640
+
100641
+ 发布时间:2024-07-25 02:00:21
100642
+
100643
+ 本次发布包含了以下内容:
100644
+
100645
+ 改善已有的文档。
100646
+
100647
+ 修改接口:
100648
+
100649
+ * [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
100650
+
100651
+ * 新增入参:CropPortrait
100652
+
100653
+ * 新增出参:PortraitImage
100654
+
100655
+
100575
100656
  ### 第 142 次发布
100576
100657
 
100577
100658
  发布时间:2024-07-09 01:19:41
@@ -104944,19 +105025,19 @@
104944
105025
 
104945
105026
  新增接口:
104946
105027
 
104947
- * [[CreateAccount](https://cloud.tencent.com/document/api/409/109071)](https://cloud.tencent.com/document/api/#/#)
104948
- * [[DeleteAccount](https://cloud.tencent.com/document/api/409/109070)](https://cloud.tencent.com/document/api/#/#)
104949
- * [[DescribeAccountPrivileges](https://cloud.tencent.com/document/api/409/109069)](https://cloud.tencent.com/document/api/#/#)
104950
- * [[DescribeDatabaseObjects](https://cloud.tencent.com/document/api/409/109072)](https://cloud.tencent.com/document/api/#/#)
104951
- * [[LockAccount](https://cloud.tencent.com/document/api/409/109068)](https://cloud.tencent.com/document/api/#/#)
104952
- * [[ModifyAccountPrivileges](https://cloud.tencent.com/document/api/409/109067)](https://cloud.tencent.com/document/api/#/#)
104953
- * [[UnlockAccount](https://cloud.tencent.com/document/api/409/109066)](https://cloud.tencent.com/document/api/#/#)
105028
+ * [CreateAccount](https://cloud.tencent.com/document/api/409/109071)
105029
+ * [DeleteAccount](https://cloud.tencent.com/document/api/409/109070)
105030
+ * [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/409/109069)
105031
+ * [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/409/109072)
105032
+ * [LockAccount](https://cloud.tencent.com/document/api/409/109068)
105033
+ * [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/409/109067)
105034
+ * [UnlockAccount](https://cloud.tencent.com/document/api/409/109066)
104954
105035
 
104955
105036
  新增数据结构:
104956
105037
 
104957
- * [[DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject)](https://cloud.tencent.com/document/api/409/16778#[DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject))
104958
- * [[DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege)](https://cloud.tencent.com/document/api/409/16778#[DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege))
104959
- * [[ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege)](https://cloud.tencent.com/document/api/409/16778#[ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege))
105038
+ * [DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject)
105039
+ * [DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege)
105040
+ * [ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege)
104960
105041
 
104961
105042
  ### 第 43 次发布
104962
105043
 
@@ -106642,7 +106723,7 @@
106642
106723
 
106643
106724
  新增数据结构:
106644
106725
 
106645
- * [[DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)](https://cloud.tencent.com/document/api/1343/52566#[DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo))
106726
+ * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
106646
106727
 
106647
106728
  修改数据结构:
106648
106729
 
@@ -127262,6 +127343,21 @@
127262
127343
 
127263
127344
  ## 弹性微服务(tem) 版本:2021-07-01
127264
127345
 
127346
+ ### 第 43 次发布
127347
+
127348
+ 发布时间:2024-07-24 02:14:59
127349
+
127350
+ 本次发布包含了以下内容:
127351
+
127352
+ 改善已有的文档。
127353
+
127354
+ 修改接口:
127355
+
127356
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
127357
+
127358
+ * 新增入参:PostStartEncoded, PreStopEncoded
127359
+
127360
+
127265
127361
  ### 第 42 次发布
127266
127362
 
127267
127363
  发布时间:2024-06-25 01:23:38
@@ -131967,6 +132063,39 @@
131967
132063
 
131968
132064
  ## 高性能计算平台(thpc) 版本:2023-03-21
131969
132065
 
132066
+ ### 第 16 次发布
132067
+
132068
+ 发布时间:2024-07-24 02:16:49
132069
+
132070
+ 本次发布包含了以下内容:
132071
+
132072
+ 改善已有的文档。
132073
+
132074
+ 新增接口:
132075
+
132076
+ * [AttachNodes](https://cloud.tencent.com/document/api/1527/109158)
132077
+ * [DetachNodes](https://cloud.tencent.com/document/api/1527/109157)
132078
+
132079
+ 修改接口:
132080
+
132081
+ * [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
132082
+
132083
+ * 新增入参:ResourceType
132084
+
132085
+
132086
+ 修改数据结构:
132087
+
132088
+ * [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
132089
+
132090
+ * 新增成员:ResourceType
132091
+
132092
+ * [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
132093
+
132094
+ * 新增成员:NodeId
132095
+
132096
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, Zone, NodeState, ImageId, QueueName, NodeRole, NodeType
132097
+
132098
+
131970
132099
  ### 第 15 次发布
131971
132100
 
131972
132101
  发布时间:2024-07-12 01:26:38
@@ -139627,6 +139756,21 @@
139627
139756
 
139628
139757
  ## 容器服务(tke) 版本:2022-05-01
139629
139758
 
139759
+ ### 第 3 次发布
139760
+
139761
+ 发布时间:2024-07-24 02:19:34
139762
+
139763
+ 本次发布包含了以下内容:
139764
+
139765
+ 改善已有的文档。
139766
+
139767
+ 修改数据结构:
139768
+
139769
+ * [NativeNodePoolInfo](https://cloud.tencent.com/document/api/457/103206#NativeNodePoolInfo)
139770
+
139771
+ * 新增成员:ReadyReplicas
139772
+
139773
+
139630
139774
  ### 第 2 次发布
139631
139775
 
139632
139776
  发布时间:2024-05-13 01:30:09
@@ -147851,6 +147995,21 @@
147851
147995
 
147852
147996
  ## 大模型视频创作引擎(vclm) 版本:2024-05-23
147853
147997
 
147998
+ ### 第 3 次发布
147999
+
148000
+ 发布时间:2024-07-24 02:24:15
148001
+
148002
+ 本次发布包含了以下内容:
148003
+
148004
+ 改善已有的文档。
148005
+
148006
+ 修改接口:
148007
+
148008
+ * [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)
148009
+
148010
+ * 新增入参:StyleStrength
148011
+
148012
+
147854
148013
  ### 第 2 次发布
147855
148014
 
147856
148015
  发布时间:2024-06-28 01:22:51
@@ -153260,6 +153419,30 @@
153260
153419
 
153261
153420
  ## 私有网络(vpc) 版本:2017-03-12
153262
153421
 
153422
+ ### 第 197 次发布
153423
+
153424
+ 发布时间:2024-07-24 02:26:47
153425
+
153426
+ 本次发布包含了以下内容:
153427
+
153428
+ 改善已有的文档。
153429
+
153430
+ 修改接口:
153431
+
153432
+ * [ModifyVpnGatewayAttribute](https://cloud.tencent.com/document/api/215/17507)
153433
+
153434
+ * 新增入参:MaxConnection
153435
+
153436
+
153437
+ 修改数据结构:
153438
+
153439
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
153440
+
153441
+ * 新增成员:RouteECMPFlag, RouteOverlapFlag, TrafficMarkingPolicyFlag, RouteSelectPolicyFlag, DirectConnectAccelerateChannelFlag
153442
+
153443
+ * <font color="#dd0000">**修改成员**:</font>CcnId, CcnName, CcnDescription, InstanceCount, CreateTime, State, QosLevel, InstanceChargeType, BandwidthLimitType, TagSet, RoutePriorityFlag, RouteTableCount, RouteTableFlag, IsSecurityLock, RouteBroadcastPolicyFlag
153444
+
153445
+
153263
153446
  ### 第 196 次发布
153264
153447
 
153265
153448
  发布时间:2024-07-22 02:25:36
@@ -160321,6 +160504,47 @@
160321
160504
 
160322
160505
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
160323
160506
 
160507
+ ### 第 101 次发布
160508
+
160509
+ 发布时间:2024-07-25 02:32:09
160510
+
160511
+ 本次发布包含了以下内容:
160512
+
160513
+ 改善已有的文档。
160514
+
160515
+ 修改数据结构:
160516
+
160517
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
160518
+
160519
+ * 新增成员:EnvType
160520
+
160521
+
160522
+ ### 第 100 次发布
160523
+
160524
+ 发布时间:2024-07-24 02:30:53
160525
+
160526
+ 本次发布包含了以下内容:
160527
+
160528
+ 改善已有的文档。
160529
+
160530
+ 修改接口:
160531
+
160532
+ * [DescribeOrganizationalFunctions](https://cloud.tencent.com/document/api/1267/81482)
160533
+
160534
+ * 新增入参:Filters, OrderFields
160535
+
160536
+ * [DescribeTableSchemaInfo](https://cloud.tencent.com/document/api/1267/82542)
160537
+
160538
+ * 新增入参:ProjectId
160539
+
160540
+
160541
+ 修改数据结构:
160542
+
160543
+ * [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
160544
+
160545
+ * 新增成员:DlcGroupName
160546
+
160547
+
160324
160548
  ### 第 99 次发布
160325
160549
 
160326
160550
  发布时间:2024-07-02 01:28:21