tencentcloud-sdk-nodejs 4.0.840 → 4.0.841

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 (38) hide show
  1. package/CHANGELOG.md +139 -0
  2. package/SERVICE_CHANGELOG.md +168 -104
  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/aiart/v20221229/aiart_client.ts +99 -13
  7. package/src/services/aiart/v20221229/aiart_models.ts +359 -76
  8. package/src/services/billing/v20180709/billing_models.ts +15 -0
  9. package/src/services/ccc/v20200210/ccc_models.ts +2 -1
  10. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  11. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -0
  12. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -3
  13. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -0
  14. package/src/services/live/v20180801/live_client.ts +1 -1
  15. package/src/services/live/v20180801/live_models.ts +6 -6
  16. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -0
  17. package/src/services/mariadb/v20170312/mariadb_models.ts +24 -2
  18. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  19. package/src/services/tdmq/v20200217/tdmq_models.ts +44 -25
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +48 -3
  23. package/tencentcloud/services/aiart/v20221229/aiart_client.js +59 -4
  24. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +346 -74
  25. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -0
  26. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -1
  27. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  28. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  29. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -3
  30. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -0
  31. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -0
  32. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  33. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  34. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
  35. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +23 -2
  36. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  37. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -25
  38. package/test/aiart.v20221229.test.js +52 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,142 @@
1
+ # Release 4.0.841
2
+
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
+
5
+ ### 第 5 次发布
6
+
7
+ 发布时间:2024-04-23 15:48:38
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
16
+ * [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
17
+ * [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
18
+ * [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
19
+ * [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
20
+
21
+ 新增数据结构:
22
+
23
+ * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
24
+
25
+
26
+
27
+ ## 费用中心(billing) 版本:2018-07-09
28
+
29
+ ### 第 59 次发布
30
+
31
+ 发布时间:2024-04-24 01:05:02
32
+
33
+ 本次发布包含了以下内容:
34
+
35
+ 改善已有的文档。
36
+
37
+ 修改数据结构:
38
+
39
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
40
+
41
+ * 新增成员:RegionType, RegionTypeName, ReserveDetail
42
+
43
+
44
+
45
+
46
+ ## 云联络中心(ccc) 版本:2020-02-10
47
+
48
+ ### 第 67 次发布
49
+
50
+ 发布时间:2024-04-24 01:06:08
51
+
52
+ 本次发布包含了以下内容:
53
+
54
+ 改善已有的文档。
55
+
56
+ 修改接口:
57
+
58
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
59
+
60
+
61
+
62
+
63
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
64
+
65
+ ### 第 68 次发布
66
+
67
+ 发布时间:2024-04-24 01:10:19
68
+
69
+ 本次发布包含了以下内容:
70
+
71
+ 改善已有的文档。
72
+
73
+ 修改接口:
74
+
75
+ * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
76
+
77
+ * 新增入参:Tags
78
+
79
+ * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
80
+
81
+ * 新增入参:ShardInstanceIds
82
+
83
+
84
+ 新增数据结构:
85
+
86
+ * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
87
+
88
+
89
+
90
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
91
+
92
+ ### 第 61 次发布
93
+
94
+ 发布时间:2024-04-24 01:16:00
95
+
96
+ 本次发布包含了以下内容:
97
+
98
+ 改善已有的文档。
99
+
100
+ 修改接口:
101
+
102
+ * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
103
+
104
+ * 新增出参:ProxyVersion
105
+
106
+ * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
107
+
108
+ * 新增入参:Tags
109
+
110
+
111
+ 新增数据结构:
112
+
113
+ * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
114
+
115
+
116
+
117
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
118
+
119
+ ### 第 107 次发布
120
+
121
+ 发布时间:2024-04-24 01:21:13
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改接口:
128
+
129
+ * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
130
+
131
+ * 新增入参:MirrorQueuePolicyFlag
132
+
133
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
134
+
135
+ * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
136
+
137
+
138
+
139
+
1
140
  # Release 4.0.840
2
141
 
3
142
  ## 云联络中心(ccc) 版本:2020-02-10
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云联络中心(ccc) 版本:2020-02-10
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
4
 
5
- ### 第 66 次发布
5
+ ### 第 5 次发布
6
6
 
7
- 发布时间:2024-04-23 01:09:39
7
+ 发布时间:2024-04-23 15:48:38
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,74 +12,42 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
16
-
17
-
15
+ * [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
16
+ * [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
17
+ * [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
18
+ * [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
19
+ * [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
18
20
 
19
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
20
-
21
- ### 第 156 次发布
22
-
23
- 发布时间:2024-04-23 01:09:48
24
-
25
- 本次发布包含了以下内容:
26
-
27
- 改善已有的文档。
28
-
29
- 修改接口:
30
-
31
- * [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
32
-
33
- * 新增入参:ProxyVersion
21
+ 新增数据结构:
34
22
 
23
+ * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
35
24
 
36
25
 
37
26
 
38
- ## 云安全一体化平台(csip) 版本:2022-11-21
27
+ ## 费用中心(billing) 版本:2018-07-09
39
28
 
40
- ### 第 35 次发布
29
+ ### 第 59 次发布
41
30
 
42
- 发布时间:2024-04-23 01:12:12
31
+ 发布时间:2024-04-24 01:05:02
43
32
 
44
33
  本次发布包含了以下内容:
45
34
 
46
35
  改善已有的文档。
47
36
 
48
- 新增接口:
49
-
50
- * [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
51
-
52
- 新增数据结构:
53
-
54
- * [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
55
- * [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
56
- * [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
57
- * [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
58
- * [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
59
-
60
-
61
-
62
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
63
-
64
- ### 第 85 次发布
65
-
66
- 发布时间:2024-04-23 01:13:35
67
-
68
- 本次发布包含了以下内容:
37
+ 修改数据结构:
69
38
 
70
- 改善已有的文档。
39
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
71
40
 
72
- 新增接口:
41
+ * 新增成员:RegionType, RegionTypeName, ReserveDetail
73
42
 
74
- * [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
75
43
 
76
44
 
77
45
 
78
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
46
+ ## 云联络中心(ccc) 版本:2020-02-10
79
47
 
80
- ### 第 85 次发布
48
+ ### 第 67 次发布
81
49
 
82
- 发布时间:2024-04-23 01:14:24
50
+ 发布时间:2024-04-24 01:06:08
83
51
 
84
52
  本次发布包含了以下内容:
85
53
 
@@ -87,18 +55,16 @@
87
55
 
88
56
  修改接口:
89
57
 
90
- * [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
91
-
92
- * 新增出参:UseTime, AffectRows, DataAmount
58
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
93
59
 
94
60
 
95
61
 
96
62
 
97
- ## 大模型知识引擎(lke) 版本:2023-11-30
63
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
98
64
 
99
- ### 第 3 次发布
65
+ ### 第 68 次发布
100
66
 
101
- 发布时间:2024-04-23 01:19:53
67
+ 发布时间:2024-04-24 01:10:19
102
68
 
103
69
  本次发布包含了以下内容:
104
70
 
@@ -106,32 +72,26 @@
106
72
 
107
73
  修改接口:
108
74
 
109
- * [GetEmbedding](https://cloud.tencent.com/document/api/1759/105084)
110
-
111
- * 新增出参:Usage
112
-
113
- * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
114
-
115
- * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
75
+ * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
116
76
 
117
- * 新增出参:Usage
77
+ * 新增入参:Tags
118
78
 
119
- * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
79
+ * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
120
80
 
121
- * 新增出参:Usage
81
+ * 新增入参:ShardInstanceIds
122
82
 
123
83
 
124
84
  新增数据结构:
125
85
 
126
- * [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
86
+ * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
127
87
 
128
88
 
129
89
 
130
- ## SSL 证书(ssl) 版本:2019-12-05
90
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
131
91
 
132
- ### 第 57 次发布
92
+ ### 第 61 次发布
133
93
 
134
- 发布时间:2024-04-23 01:23:47
94
+ 发布时间:2024-04-24 01:16:00
135
95
 
136
96
  本次发布包含了以下内容:
137
97
 
@@ -139,39 +99,26 @@
139
99
 
140
100
  修改接口:
141
101
 
142
- * [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
143
-
144
- * 新增入参:OldCertificateId, Offset, Limit, AsyncCache
145
-
146
- * <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
147
-
148
-
149
-
150
-
151
- ## 实时音视频(trtc) 版本:2019-07-22
152
-
153
- ### 第 71 次发布
102
+ * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
154
103
 
155
- 发布时间:2024-04-22 19:56:18
104
+ * 新增出参:ProxyVersion
156
105
 
157
- 本次发布包含了以下内容:
158
-
159
- 改善已有的文档。
106
+ * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
160
107
 
161
- 修改接口:
108
+ * 新增入参:Tags
162
109
 
163
- * [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
164
110
 
165
- * 新增出参:TaskId, RecordId
111
+ 新增数据结构:
166
112
 
113
+ * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
167
114
 
168
115
 
169
116
 
170
- ## 私有网络(vpc) 版本:2017-03-12
117
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
171
118
 
172
- ### 第 188 次发布
119
+ ### 第 107 次发布
173
120
 
174
- 发布时间:2024-04-23 01:29:22
121
+ 发布时间:2024-04-24 01:21:13
175
122
 
176
123
  本次发布包含了以下内容:
177
124
 
@@ -179,9 +126,13 @@
179
126
 
180
127
  修改接口:
181
128
 
182
- * [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
129
+ * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
183
130
 
184
- * 新增入参:PrivateIpAddress
131
+ * 新增入参:MirrorQueuePolicyFlag
132
+
133
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
134
+
135
+ * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
185
136
 
186
137
 
187
138
 
@@ -830,6 +781,26 @@
830
781
 
831
782
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
832
783
 
784
+ ### 第 5 次发布
785
+
786
+ 发布时间:2024-04-23 15:48:38
787
+
788
+ 本次发布包含了以下内容:
789
+
790
+ 改善已有的文档。
791
+
792
+ 新增接口:
793
+
794
+ * [[QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)](https://cloud.tencent.com/document/api/#/#)
795
+ * [[QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)](https://cloud.tencent.com/document/api/#/#)
796
+ * [[SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)](https://cloud.tencent.com/document/api/#/#)
797
+ * [[SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)](https://cloud.tencent.com/document/api/#/#)
798
+ * [[UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)](https://cloud.tencent.com/document/api/#/#)
799
+
800
+ 新增数据结构:
801
+
802
+ * [[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)](https://cloud.tencent.com/document/api/1668/88067#[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter))
803
+
833
804
  ### 第 4 次发布
834
805
 
835
806
  发布时间:2024-04-16 01:03:52
@@ -9010,6 +8981,21 @@
9010
8981
 
9011
8982
  ## 费用中心(billing) 版本:2018-07-09
9012
8983
 
8984
+ ### 第 59 次发布
8985
+
8986
+ 发布时间:2024-04-24 01:05:02
8987
+
8988
+ 本次发布包含了以下内容:
8989
+
8990
+ 改善已有的文档。
8991
+
8992
+ 修改数据结构:
8993
+
8994
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
8995
+
8996
+ * 新增成员:RegionType, RegionTypeName, ReserveDetail
8997
+
8998
+
9013
8999
  ### 第 58 次发布
9014
9000
 
9015
9001
  发布时间:2024-03-29 01:08:47
@@ -15109,6 +15095,19 @@
15109
15095
 
15110
15096
  ## 云联络中心(ccc) 版本:2020-02-10
15111
15097
 
15098
+ ### 第 67 次发布
15099
+
15100
+ 发布时间:2024-04-24 01:06:08
15101
+
15102
+ 本次发布包含了以下内容:
15103
+
15104
+ 改善已有的文档。
15105
+
15106
+ 修改接口:
15107
+
15108
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
15109
+
15110
+
15112
15111
  ### 第 66 次发布
15113
15112
 
15114
15113
  发布时间:2024-04-23 01:09:39
@@ -15119,7 +15118,7 @@
15119
15118
 
15120
15119
  新增接口:
15121
15120
 
15122
- * [[ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)](https://cloud.tencent.com/document/api/#/#)
15121
+ * [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
15123
15122
 
15124
15123
  ### 第 65 次发布
15125
15124
 
@@ -37175,15 +37174,15 @@
37175
37174
 
37176
37175
  新增接口:
37177
37176
 
37178
- * [[DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)](https://cloud.tencent.com/document/api/#/#)
37177
+ * [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
37179
37178
 
37180
37179
  新增数据结构:
37181
37180
 
37182
- * [[AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)](https://cloud.tencent.com/document/api/664/90825#[AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo))
37183
- * [[AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)](https://cloud.tencent.com/document/api/664/90825#[AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo))
37184
- * [[KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)](https://cloud.tencent.com/document/api/664/90825#[KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue))
37185
- * [[RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)](https://cloud.tencent.com/document/api/664/90825#[RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent))
37186
- * [[RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)](https://cloud.tencent.com/document/api/664/90825#[RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo))
37181
+ * [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
37182
+ * [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
37183
+ * [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
37184
+ * [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
37185
+ * [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
37187
37186
 
37188
37187
  ### 第 34 次发布
37189
37188
 
@@ -43869,7 +43868,7 @@
43869
43868
 
43870
43869
  新增接口:
43871
43870
 
43872
- * [[ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)](https://cloud.tencent.com/document/api/#/#)
43871
+ * [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
43873
43872
 
43874
43873
  ### 第 84 次发布
43875
43874
 
@@ -48276,6 +48275,29 @@
48276
48275
 
48277
48276
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
48278
48277
 
48278
+ ### 第 68 次发布
48279
+
48280
+ 发布时间:2024-04-24 01:10:19
48281
+
48282
+ 本次发布包含了以下内容:
48283
+
48284
+ 改善已有的文档。
48285
+
48286
+ 修改接口:
48287
+
48288
+ * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
48289
+
48290
+ * 新增入参:Tags
48291
+
48292
+ * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
48293
+
48294
+ * 新增入参:ShardInstanceIds
48295
+
48296
+
48297
+ 新增数据结构:
48298
+
48299
+ * [[Tag](https://cloud.tencent.com/document/api/557/16142#Tag)](https://cloud.tencent.com/document/api/557/16142#[Tag](https://cloud.tencent.com/document/api/557/16142#Tag))
48300
+
48279
48301
  ### 第 67 次发布
48280
48302
 
48281
48303
  发布时间:2023-10-30 00:33:47
@@ -84524,7 +84546,7 @@
84524
84546
 
84525
84547
  新增数据结构:
84526
84548
 
84527
- * [[Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)](https://cloud.tencent.com/document/api/1759/105104#[Usage](https://cloud.tencent.com/document/api/1759/105104#Usage))
84549
+ * [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
84528
84550
 
84529
84551
  ### 第 2 次发布
84530
84552
 
@@ -84741,6 +84763,29 @@
84741
84763
 
84742
84764
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
84743
84765
 
84766
+ ### 第 61 次发布
84767
+
84768
+ 发布时间:2024-04-24 01:16:00
84769
+
84770
+ 本次发布包含了以下内容:
84771
+
84772
+ 改善已有的文档。
84773
+
84774
+ 修改接口:
84775
+
84776
+ * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
84777
+
84778
+ * 新增出参:ProxyVersion
84779
+
84780
+ * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
84781
+
84782
+ * 新增入参:Tags
84783
+
84784
+
84785
+ 新增数据结构:
84786
+
84787
+ * [[Tag](https://cloud.tencent.com/document/api/237/16191#Tag)](https://cloud.tencent.com/document/api/237/16191#[Tag](https://cloud.tencent.com/document/api/237/16191#Tag))
84788
+
84744
84789
  ### 第 60 次发布
84745
84790
 
84746
84791
  发布时间:2024-03-08 01:19:33
@@ -118287,6 +118332,25 @@
118287
118332
 
118288
118333
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
118289
118334
 
118335
+ ### 第 107 次发布
118336
+
118337
+ 发布时间:2024-04-24 01:21:13
118338
+
118339
+ 本次发布包含了以下内容:
118340
+
118341
+ 改善已有的文档。
118342
+
118343
+ 修改接口:
118344
+
118345
+ * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
118346
+
118347
+ * 新增入参:MirrorQueuePolicyFlag
118348
+
118349
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
118350
+
118351
+ * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
118352
+
118353
+
118290
118354
  ### 第 106 次发布
118291
118355
 
118292
118356
  发布时间:2024-04-02 01:23:41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.840",
3
+ "version": "4.0.841",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {