tencentcloud-sdk-nodejs 4.0.903 → 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 (52) hide show
  1. package/CHANGELOG.md +155 -0
  2. package/SERVICE_CHANGELOG.md +171 -186
  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/ams/v20201229/ams_client.ts +0 -1
  7. package/src/services/ams/v20201229/ams_models.ts +13 -13
  8. package/src/services/ccc/v20200210/ccc_models.ts +3 -3
  9. package/src/services/cfw/v20190904/cfw_models.ts +13 -0
  10. package/src/services/cls/v20201016/cls_client.ts +0 -12
  11. package/src/services/cls/v20201016/cls_models.ts +2 -1
  12. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -1
  13. package/src/services/ess/v20201111/ess_client.ts +2 -1
  14. package/src/services/ess/v20201111/ess_models.ts +17 -7
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  16. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -1
  17. package/src/services/mongodb/v20190725/mongodb_client.ts +12 -0
  18. package/src/services/mongodb/v20190725/mongodb_models.ts +36 -0
  19. package/src/services/monitor/v20180724/monitor_models.ts +3 -8
  20. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  21. package/src/services/redis/v20180412/redis_models.ts +2 -3
  22. package/src/services/trtc/v20190722/trtc_models.ts +3 -3
  23. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  24. package/src/services/waf/v20180125/waf_models.ts +13 -41
  25. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -1
  29. package/tencentcloud/services/ams/v20201229/ams_client.js +0 -1
  30. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +13 -13
  31. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +3 -3
  32. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +13 -0
  33. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +0 -12
  34. package/tencentcloud/services/cls/v20201016/cls_client.js +0 -12
  35. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -1
  36. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +5 -1
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -7
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  41. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -1
  42. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  43. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  44. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +34 -0
  45. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -8
  46. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  47. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -3
  48. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
  49. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  50. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +13 -41
  51. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  52. package/test/mongodb.v20190725.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,158 @@
1
+ # Release 4.0.904
2
+
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
+
5
+ ### 第 59 次发布
6
+
7
+ 发布时间:2024-07-25 01:19:29
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
16
+
17
+ * 新增出参:UsedTemplateCount, TemplateQuotaCount
18
+
19
+ * [DescribeLogs](https://cloud.tencent.com/document/api/1132/91646)
20
+
21
+ * 新增出参:AppProtocolList
22
+
23
+
24
+
25
+
26
+ ## 日志服务(cls) 版本:2020-10-16
27
+
28
+ ### 第 100 次发布
29
+
30
+ 发布时间:2024-07-25 01:22:39
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
39
+
40
+
41
+
42
+
43
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
44
+
45
+ ### 第 30 次发布
46
+
47
+ 发布时间:2024-07-25 01:31:31
48
+
49
+ 本次发布包含了以下内容:
50
+
51
+ 改善已有的文档。
52
+
53
+ 修改接口:
54
+
55
+ * [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
56
+
57
+ * 新增入参:Infos
58
+
59
+
60
+
61
+
62
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
63
+
64
+
65
+
66
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
67
+
68
+ ### 第 181 次发布
69
+
70
+ 发布时间:2024-07-25 01:39:56
71
+
72
+ 本次发布包含了以下内容:
73
+
74
+ 改善已有的文档。
75
+
76
+ 修改接口:
77
+
78
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
79
+
80
+ * 新增入参:AuthorizedOrganizationName, AuthToMe
81
+
82
+
83
+
84
+
85
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
86
+
87
+ ### 第 44 次发布
88
+
89
+ 发布时间:2024-07-25 01:56:02
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 新增接口:
96
+
97
+ * [RestartNodes](https://cloud.tencent.com/document/api/240/109311)
98
+
99
+ 修改接口:
100
+
101
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/240/38571)
102
+
103
+ * 新增入参:ParamTemplateId
104
+
105
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/240/38570)
106
+
107
+ * 新增入参:ParamTemplateId
108
+
109
+
110
+
111
+
112
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
113
+
114
+
115
+
116
+ ## 文字识别(ocr) 版本:2018-11-19
117
+
118
+ ### 第 143 次发布
119
+
120
+ 发布时间:2024-07-25 02:00:21
121
+
122
+ 本次发布包含了以下内容:
123
+
124
+ 改善已有的文档。
125
+
126
+ 修改接口:
127
+
128
+ * [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
129
+
130
+ * 新增入参:CropPortrait
131
+
132
+ * 新增出参:PortraitImage
133
+
134
+
135
+
136
+
137
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
138
+
139
+ ### 第 101 次发布
140
+
141
+ 发布时间:2024-07-25 02:32:09
142
+
143
+ 本次发布包含了以下内容:
144
+
145
+ 改善已有的文档。
146
+
147
+ 修改数据结构:
148
+
149
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
150
+
151
+ * 新增成员:EnvType
152
+
153
+
154
+
155
+
1
156
  # Release 4.0.903
2
157
 
3
158
  ## 访问管理(cam) 版本:2019-01-16
@@ -1,75 +1,33 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 访问管理(cam) 版本:2019-01-16
4
-
5
- ### 第 60 次发布
6
-
7
- 发布时间:2024-07-24 01:13:41
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改数据结构:
14
-
15
- * [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
16
-
17
- * 新增成员:RoleArn
18
-
19
-
20
-
21
-
22
- ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
23
-
24
- ### 第 22 次发布
25
-
26
- 发布时间:2024-07-24 01:18:03
27
-
28
- 本次发布包含了以下内容:
29
-
30
- 改善已有的文档。
31
-
32
- 新增数据结构:
33
-
34
- * [InstanceDetail](https://cloud.tencent.com/document/api/1299/83429#InstanceDetail)
35
-
36
- 修改数据结构:
37
-
38
- * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
39
-
40
- * 新增成员:Details
41
-
42
-
43
-
44
-
45
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
3
+ ## 云防火墙(cfw) 版本:2019-09-04
46
4
 
47
- ### 第 14 次发布
5
+ ### 第 59 次发布
48
6
 
49
- 发布时间:2024-07-24 01:18:18
7
+ 发布时间:2024-07-25 01:19:29
50
8
 
51
9
  本次发布包含了以下内容:
52
10
 
53
11
  改善已有的文档。
54
12
 
55
- 新增数据结构:
13
+ 修改接口:
56
14
 
57
- * [InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail)
15
+ * [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
58
16
 
59
- 修改数据结构:
17
+ * 新增出参:UsedTemplateCount, TemplateQuotaCount
60
18
 
61
- * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
19
+ * [DescribeLogs](https://cloud.tencent.com/document/api/1132/91646)
62
20
 
63
- * 新增成员:Details
21
+ * 新增出参:AppProtocolList
64
22
 
65
23
 
66
24
 
67
25
 
68
- ## 数据传输服务(dts) 版本:2021-12-06
26
+ ## 日志服务(cls) 版本:2020-10-16
69
27
 
70
- ### 第 31 次发布
28
+ ### 第 100 次发布
71
29
 
72
- 发布时间:2024-07-24 01:36:02
30
+ 发布时间:2024-07-25 01:22:39
73
31
 
74
32
  本次发布包含了以下内容:
75
33
 
@@ -77,51 +35,39 @@
77
35
 
78
36
  修改接口:
79
37
 
80
- * [StopCompare](https://cloud.tencent.com/document/api/571/82072)
81
-
82
- * 新增入参:ForceStop
83
-
84
-
85
-
38
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
86
39
 
87
- ## 数据传输服务(dts) 版本:2018-03-30
88
40
 
89
41
 
90
42
 
91
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
43
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
92
44
 
93
- ### 第 43 次发布
45
+ ### 第 30 次发布
94
46
 
95
- 发布时间:2024-07-24 01:54:54
47
+ 发布时间:2024-07-25 01:31:31
96
48
 
97
49
  本次发布包含了以下内容:
98
50
 
99
51
  改善已有的文档。
100
52
 
101
- 新增接口:
53
+ 修改接口:
102
54
 
103
- * [CreateDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109156)
104
- * [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109155)
105
- * [DescribeDBInstanceParamTplDetail](https://cloud.tencent.com/document/api/240/109154)
106
- * [DropDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109153)
107
- * [ModifyDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109152)
55
+ * [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
108
56
 
109
- 新增数据结构:
57
+ * 新增入参:Infos
110
58
 
111
- * [ParamTpl](https://cloud.tencent.com/document/api/240/38576#ParamTpl)
112
- * [ParamType](https://cloud.tencent.com/document/api/240/38576#ParamType)
113
59
 
114
60
 
115
61
 
116
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
62
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
117
63
 
118
64
 
119
65
 
120
- ## 弹性微服务(tem) 版本:2021-07-01
66
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
121
67
 
122
- ### 第 43 次发布
68
+ ### 第 181 次发布
123
69
 
124
- 发布时间:2024-07-24 02:14:59
70
+ 发布时间:2024-07-25 01:39:56
125
71
 
126
72
  本次发布包含了以下内容:
127
73
 
@@ -129,22 +75,18 @@
129
75
 
130
76
  修改接口:
131
77
 
132
- * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
133
-
134
- * 新增入参:PostStartEncoded, PreStopEncoded
135
-
136
-
78
+ * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
137
79
 
80
+ * 新增入参:AuthorizedOrganizationName, AuthToMe
138
81
 
139
- ## 弹性微服务(tem) 版本:2020-12-21
140
82
 
141
83
 
142
84
 
143
- ## 高性能计算平台(thpc) 版本:2023-03-21
85
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
144
86
 
145
- ### 第 16 次发布
87
+ ### 第 44 次发布
146
88
 
147
- 发布时间:2024-07-24 02:16:49
89
+ 发布时间:2024-07-25 01:56:02
148
90
 
149
91
  本次发布包含了以下内容:
150
92
 
@@ -152,86 +94,30 @@
152
94
 
153
95
  新增接口:
154
96
 
155
- * [AttachNodes](https://cloud.tencent.com/document/api/1527/109158)
156
- * [DetachNodes](https://cloud.tencent.com/document/api/1527/109157)
97
+ * [RestartNodes](https://cloud.tencent.com/document/api/240/109311)
157
98
 
158
99
  修改接口:
159
100
 
160
- * [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
161
-
162
- * 新增入参:ResourceType
163
-
164
-
165
- 修改数据结构:
166
-
167
- * [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
168
-
169
- * 新增成员:ResourceType
170
-
171
- * [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
172
-
173
- * 新增成员:NodeId
174
-
175
- * <font color="#dd0000">**修改成员**:</font>InstanceId, Zone, NodeState, ImageId, QueueName, NodeRole, NodeType
176
-
177
-
178
-
179
-
180
- ## 高性能计算平台(thpc) 版本:2022-04-01
181
-
182
-
183
-
184
- ## 高性能计算平台(thpc) 版本:2021-11-09
185
-
186
-
187
-
188
- ## 容器服务(tke) 版本:2022-05-01
189
-
190
- ### 第 3 次发布
191
-
192
- 发布时间:2024-07-24 02:19:34
193
-
194
- 本次发布包含了以下内容:
195
-
196
- 改善已有的文档。
197
-
198
- 修改数据结构:
199
-
200
- * [NativeNodePoolInfo](https://cloud.tencent.com/document/api/457/103206#NativeNodePoolInfo)
201
-
202
- * 新增成员:ReadyReplicas
203
-
204
-
205
-
206
-
207
- ## 容器服务(tke) 版本:2018-05-25
208
-
209
-
210
-
211
- ## 大模型视频创作引擎(vclm) 版本:2024-05-23
212
-
213
- ### 第 3 次发布
101
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/240/38571)
214
102
 
215
- 发布时间:2024-07-24 02:24:15
103
+ * 新增入参:ParamTemplateId
216
104
 
217
- 本次发布包含了以下内容:
105
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/240/38570)
218
106
 
219
- 改善已有的文档。
107
+ * 新增入参:ParamTemplateId
220
108
 
221
- 修改接口:
222
109
 
223
- * [SubmitVideoStylizationJob](https://cloud.tencent.com/document/api/1616/107802)
224
110
 
225
- * 新增入参:StyleStrength
226
111
 
112
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
227
113
 
228
114
 
229
115
 
230
- ## 私有网络(vpc) 版本:2017-03-12
116
+ ## 文字识别(ocr) 版本:2018-11-19
231
117
 
232
- ### 第 197 次发布
118
+ ### 第 143 次发布
233
119
 
234
- 发布时间:2024-07-24 02:26:47
120
+ 发布时间:2024-07-25 02:00:21
235
121
 
236
122
  本次发布包含了以下内容:
237
123
 
@@ -239,48 +125,30 @@
239
125
 
240
126
  修改接口:
241
127
 
242
- * [ModifyVpnGatewayAttribute](https://cloud.tencent.com/document/api/215/17507)
243
-
244
- * 新增入参:MaxConnection
245
-
246
-
247
- 修改数据结构:
248
-
249
- * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
128
+ * [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
250
129
 
251
- * 新增成员:RouteECMPFlag, RouteOverlapFlag, TrafficMarkingPolicyFlag, RouteSelectPolicyFlag, DirectConnectAccelerateChannelFlag
130
+ * 新增入参:CropPortrait
252
131
 
253
- * <font color="#dd0000">**修改成员**:</font>CcnId, CcnName, CcnDescription, InstanceCount, CreateTime, State, QosLevel, InstanceChargeType, BandwidthLimitType, TagSet, RoutePriorityFlag, RouteTableCount, RouteTableFlag, IsSecurityLock, RouteBroadcastPolicyFlag
132
+ * 新增出参:PortraitImage
254
133
 
255
134
 
256
135
 
257
136
 
258
137
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
259
138
 
260
- ### 第 100 次发布
139
+ ### 第 101 次发布
261
140
 
262
- 发布时间:2024-07-24 02:30:53
141
+ 发布时间:2024-07-25 02:32:09
263
142
 
264
143
  本次发布包含了以下内容:
265
144
 
266
145
  改善已有的文档。
267
146
 
268
- 修改接口:
269
-
270
- * [DescribeOrganizationalFunctions](https://cloud.tencent.com/document/api/1267/81482)
271
-
272
- * 新增入参:Filters, OrderFields
273
-
274
- * [DescribeTableSchemaInfo](https://cloud.tencent.com/document/api/1267/82542)
275
-
276
- * 新增入参:ProjectId
277
-
278
-
279
147
  修改数据结构:
280
148
 
281
- * [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
149
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
282
150
 
283
- * 新增成员:DlcGroupName
151
+ * 新增成员:EnvType
284
152
 
285
153
 
286
154
 
@@ -23149,7 +23017,7 @@
23149
23017
 
23150
23018
  新增数据结构:
23151
23019
 
23152
- * [[InstanceDetail](https://cloud.tencent.com/document/api/1299/83429#InstanceDetail)](https://cloud.tencent.com/document/api/1299/83429#[InstanceDetail](https://cloud.tencent.com/document/api/1299/83429#InstanceDetail))
23020
+ * [InstanceDetail](https://cloud.tencent.com/document/api/1299/83429#InstanceDetail)
23153
23021
 
23154
23022
  修改数据结构:
23155
23023
 
@@ -23568,7 +23436,7 @@
23568
23436
 
23569
23437
  新增数据结构:
23570
23438
 
23571
- * [[InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail)](https://cloud.tencent.com/document/api/1387/102385#[InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail))
23439
+ * [InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail)
23572
23440
 
23573
23441
  修改数据结构:
23574
23442
 
@@ -24837,6 +24705,25 @@
24837
24705
 
24838
24706
  ## 云防火墙(cfw) 版本:2019-09-04
24839
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
+
24840
24727
  ### 第 58 次发布
24841
24728
 
24842
24729
  发布时间:2024-06-06 01:22:29
@@ -31917,6 +31804,19 @@
31917
31804
 
31918
31805
  ## 日志服务(cls) 版本:2020-10-16
31919
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
+
31920
31820
  ### 第 99 次发布
31921
31821
 
31922
31822
  发布时间:2024-07-05 01:06:07
@@ -49209,6 +49109,21 @@
49209
49109
 
49210
49110
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
49211
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
+
49212
49127
  ### 第 29 次发布
49213
49128
 
49214
49129
  发布时间:2024-05-27 01:30:50
@@ -63149,6 +63064,21 @@
63149
63064
 
63150
63065
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
63151
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
+
63152
63082
  ### 第 180 次发布
63153
63083
 
63154
63084
  发布时间:2024-07-23 01:33:50
@@ -91469,6 +91399,29 @@
91469
91399
 
91470
91400
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
91471
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
+
91472
91425
  ### 第 43 次发布
91473
91426
 
91474
91427
  发布时间:2024-07-24 01:54:54
@@ -91479,16 +91432,16 @@
91479
91432
 
91480
91433
  新增接口:
91481
91434
 
91482
- * [[CreateDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109156)](https://cloud.tencent.com/document/api/#/#)
91483
- * [[DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109155)](https://cloud.tencent.com/document/api/#/#)
91484
- * [[DescribeDBInstanceParamTplDetail](https://cloud.tencent.com/document/api/240/109154)](https://cloud.tencent.com/document/api/#/#)
91485
- * [[DropDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109153)](https://cloud.tencent.com/document/api/#/#)
91486
- * [[ModifyDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109152)](https://cloud.tencent.com/document/api/#/#)
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)
91487
91440
 
91488
91441
  新增数据结构:
91489
91442
 
91490
- * [[ParamTpl](https://cloud.tencent.com/document/api/240/38576#ParamTpl)](https://cloud.tencent.com/document/api/240/38576#[ParamTpl](https://cloud.tencent.com/document/api/240/38576#ParamTpl))
91491
- * [[ParamType](https://cloud.tencent.com/document/api/240/38576#ParamType)](https://cloud.tencent.com/document/api/240/38576#[ParamType](https://cloud.tencent.com/document/api/240/38576#ParamType))
91443
+ * [ParamTpl](https://cloud.tencent.com/document/api/240/38576#ParamTpl)
91444
+ * [ParamType](https://cloud.tencent.com/document/api/240/38576#ParamType)
91492
91445
 
91493
91446
  ### 第 42 次发布
91494
91447
 
@@ -100683,6 +100636,23 @@
100683
100636
 
100684
100637
  ## 文字识别(ocr) 版本:2018-11-19
100685
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
+
100686
100656
  ### 第 142 次发布
100687
100657
 
100688
100658
  发布时间:2024-07-09 01:19:41
@@ -132103,8 +132073,8 @@
132103
132073
 
132104
132074
  新增接口:
132105
132075
 
132106
- * [[AttachNodes](https://cloud.tencent.com/document/api/1527/109158)](https://cloud.tencent.com/document/api/#/#)
132107
- * [[DetachNodes](https://cloud.tencent.com/document/api/1527/109157)](https://cloud.tencent.com/document/api/#/#)
132076
+ * [AttachNodes](https://cloud.tencent.com/document/api/1527/109158)
132077
+ * [DetachNodes](https://cloud.tencent.com/document/api/1527/109157)
132108
132078
 
132109
132079
  修改接口:
132110
132080
 
@@ -160534,6 +160504,21 @@
160534
160504
 
160535
160505
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
160536
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
+
160537
160522
  ### 第 100 次发布
160538
160523
 
160539
160524
  发布时间:2024-07-24 02:30:53
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.903",
3
+ "version": "4.0.904",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {