tencentcloud-sdk-nodejs 4.0.880 → 4.0.882

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 (168) hide show
  1. package/CHANGELOG.md +434 -0
  2. package/SERVICE_CHANGELOG.md +472 -141
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/asr/v20190614/asr_client.ts +18 -4
  8. package/src/services/asr/v20190614/asr_models.ts +156 -53
  9. package/src/services/bma/index.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_client.ts +21 -5
  11. package/src/services/cdb/v20170320/cdb_models.ts +180 -44
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  14. package/src/services/cls/v20201016/cls_models.ts +14 -16
  15. package/src/services/dbbrain/index.ts +2 -2
  16. package/src/services/dlc/v20210125/dlc_client.ts +15 -1
  17. package/src/services/dlc/v20210125/dlc_models.ts +82 -7
  18. package/src/services/dsgc/v20190723/dsgc_models.ts +18 -18
  19. package/src/services/eiam/v20210420/eiam_models.ts +4 -4
  20. package/src/services/ess/v20201111/ess_models.ts +1 -0
  21. package/src/services/essbasic/index.ts +2 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -0
  24. package/src/services/facefusion/index.ts +2 -2
  25. package/src/services/facefusion/v20181201/facefusion_models.ts +6 -6
  26. package/src/services/iai/index.ts +2 -2
  27. package/src/services/ims/index.ts +2 -2
  28. package/src/services/index.ts +1 -0
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +14 -2
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +114 -48
  31. package/src/services/iotvideo/index.ts +2 -2
  32. package/src/services/irp/index.ts +2 -2
  33. package/src/services/lcic/v20220817/lcic_models.ts +4 -4
  34. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  35. package/src/services/lighthouse/v20200324/lighthouse_models.ts +15 -12
  36. package/src/services/lke/v20231130/lke_client.ts +77 -32
  37. package/src/services/lke/v20231130/lke_models.ts +441 -128
  38. package/src/services/mgobe/index.ts +2 -2
  39. package/src/services/mongodb/index.ts +2 -2
  40. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  41. package/src/services/ses/v20201002/ses_client.ts +2 -3
  42. package/src/services/ses/v20201002/ses_models.ts +8 -0
  43. package/src/services/sms/index.ts +2 -2
  44. package/src/services/tbp/index.ts +2 -2
  45. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -16
  46. package/src/services/tdmq/v20200217/tdmq_models.ts +163 -0
  47. package/src/services/tem/v20210701/tem_models.ts +4 -4
  48. package/src/services/thpc/index.ts +4 -4
  49. package/src/services/tke/index.ts +2 -2
  50. package/src/services/tke/v20180525/tke_models.ts +4 -4
  51. package/src/services/tms/index.ts +2 -2
  52. package/src/services/trocket/v20230308/trocket_client.ts +14 -0
  53. package/src/services/trocket/v20230308/trocket_models.ts +106 -0
  54. package/src/services/trtc/v20190722/trtc_models.ts +20 -5
  55. package/src/services/tsi/index.ts +5 -0
  56. package/src/services/tsi/v20210325/index.ts +6 -0
  57. package/src/services/tsi/v20210325/tsi_client.ts +68 -0
  58. package/src/services/tsi/v20210325/tsi_models.ts +190 -0
  59. package/src/services/vm/index.ts +2 -2
  60. package/src/services/vpc/v20170312/vpc_client.ts +4 -4
  61. package/src/services/vpc/v20170312/vpc_models.ts +15 -7
  62. package/src/services/waf/v20180125/waf_client.ts +12 -0
  63. package/src/services/waf/v20180125/waf_models.ts +36 -0
  64. package/tencentcloud/common/sdk_version.d.ts +1 -1
  65. package/tencentcloud/common/sdk_version.js +1 -1
  66. package/tencentcloud/services/ams/index.d.ts +4 -4
  67. package/tencentcloud/services/ams/index.js +2 -2
  68. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +6 -2
  69. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  70. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +152 -53
  71. package/tencentcloud/services/bma/index.d.ts +4 -4
  72. package/tencentcloud/services/bma/index.js +2 -2
  73. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  74. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  75. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +173 -43
  76. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  77. package/tencentcloud/services/chdfs/index.js +2 -2
  78. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  79. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -16
  80. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  81. package/tencentcloud/services/dbbrain/index.js +2 -2
  82. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  83. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  84. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +78 -7
  85. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +18 -18
  86. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
  87. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  88. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  89. package/tencentcloud/services/essbasic/index.js +2 -2
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  92. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -0
  93. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  94. package/tencentcloud/services/facefusion/index.js +2 -2
  95. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +6 -6
  96. package/tencentcloud/services/iai/index.d.ts +4 -4
  97. package/tencentcloud/services/iai/index.js +2 -2
  98. package/tencentcloud/services/ims/index.d.ts +4 -4
  99. package/tencentcloud/services/ims/index.js +2 -2
  100. package/tencentcloud/services/index.d.ts +1 -0
  101. package/tencentcloud/services/index.js +2 -0
  102. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  103. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  104. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +112 -48
  105. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  106. package/tencentcloud/services/iotvideo/index.js +2 -2
  107. package/tencentcloud/services/irp/index.d.ts +4 -4
  108. package/tencentcloud/services/irp/index.js +2 -2
  109. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
  110. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  111. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  112. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +15 -12
  113. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +30 -12
  114. package/tencentcloud/services/lke/v20231130/lke_client.js +38 -14
  115. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +432 -128
  116. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  117. package/tencentcloud/services/mgobe/index.js +2 -2
  118. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  119. package/tencentcloud/services/mongodb/index.js +2 -2
  120. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  121. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  122. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +0 -1
  123. package/tencentcloud/services/ses/v20201002/ses_client.js +0 -1
  124. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +8 -0
  125. package/tencentcloud/services/sms/index.d.ts +4 -4
  126. package/tencentcloud/services/sms/index.js +2 -2
  127. package/tencentcloud/services/tbp/index.d.ts +4 -4
  128. package/tencentcloud/services/tbp/index.js +2 -2
  129. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -7
  130. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -9
  131. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +160 -0
  132. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -4
  133. package/tencentcloud/services/thpc/index.d.ts +6 -6
  134. package/tencentcloud/services/thpc/index.js +4 -4
  135. package/tencentcloud/services/tke/index.d.ts +4 -4
  136. package/tencentcloud/services/tke/index.js +2 -2
  137. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -4
  138. package/tencentcloud/services/tms/index.d.ts +4 -4
  139. package/tencentcloud/services/tms/index.js +2 -2
  140. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  141. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  142. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +102 -0
  143. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +20 -5
  144. package/tencentcloud/services/tsi/index.d.ts +6 -0
  145. package/tencentcloud/services/tsi/index.js +7 -0
  146. package/tencentcloud/services/tsi/v20210325/index.d.ts +6 -0
  147. package/tencentcloud/services/tsi/v20210325/index.js +9 -0
  148. package/tencentcloud/services/tsi/v20210325/tsi_client.d.ts +22 -0
  149. package/tencentcloud/services/tsi/v20210325/tsi_client.js +49 -0
  150. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +167 -0
  151. package/tencentcloud/services/tsi/v20210325/tsi_models.js +18 -0
  152. package/tencentcloud/services/vm/index.d.ts +4 -4
  153. package/tencentcloud/services/vm/index.js +2 -2
  154. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
  155. package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
  156. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -7
  157. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  158. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  159. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +34 -0
  160. package/test/asr.v20190614.test.js +10 -0
  161. package/test/cdb.v20170320.test.js +10 -0
  162. package/test/dlc.v20210125.test.js +10 -0
  163. package/test/iotexplorer.v20190423.test.js +10 -0
  164. package/test/lke.v20231130.test.js +36 -6
  165. package/test/tdmq.v20200217.test.js +22 -12
  166. package/test/trocket.v20230308.test.js +10 -0
  167. package/test/tsi.v20210325.test.js +51 -0
  168. package/test/waf.v20180125.test.js +10 -0
@@ -2,144 +2,130 @@
2
2
 
3
3
  ## 语音识别(asr) 版本:2019-06-14
4
4
 
5
- ### 第 35 次发布
5
+ ### 第 36 次发布
6
6
 
7
- 发布时间:2024-06-21 01:10:11
7
+ 发布时间:2024-06-25 01:07:52
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 新增接口:
14
14
 
15
- * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
15
+ * [VoicePrintGroupVerify](https://cloud.tencent.com/document/api/1093/107668)
16
16
 
17
- * <font color="#dd0000">**修改入参**:</font>VoicePrintId
17
+ 修改接口:
18
18
 
19
+ * [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
19
20
 
21
+ * 新增入参:GroupId, CountMod
20
22
 
23
+ * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
21
24
 
22
- ## 费用中心(billing) 版本:2018-07-09
25
+ * 新增入参:GroupId, DelMod
23
26
 
24
- ### 第 60 次发布
27
+ * [VoicePrintEnroll](https://cloud.tencent.com/document/api/1093/94483)
25
28
 
26
- 发布时间:2024-06-21 01:11:19
29
+ * 新增入参:GroupId
27
30
 
28
- 本次发布包含了以下内容:
29
31
 
30
- 改善已有的文档。
32
+ 新增数据结构:
33
+
34
+ * [VerifyTop](https://cloud.tencent.com/document/api/1093/37824#VerifyTop)
35
+ * [VerifyTopResult](https://cloud.tencent.com/document/api/1093/37824#VerifyTopResult)
31
36
 
32
37
  修改数据结构:
33
38
 
34
- * [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
39
+ * [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
35
40
 
36
- * 新增成员:Tags
41
+ * 新增成员:VoicePrintList
37
42
 
38
43
 
39
44
 
40
45
 
41
- ## 访问管理(cam) 版本:2019-01-16
46
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
42
47
 
43
- ### 第 59 次发布
48
+ ### 第 95 次发布
44
49
 
45
- 发布时间:2024-06-21 01:14:07
50
+ 发布时间:2024-06-25 01:13:07
46
51
 
47
52
  本次发布包含了以下内容:
48
53
 
49
54
  改善已有的文档。
50
55
 
51
- 修改接口:
52
-
53
- * [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
54
-
55
- * 新增入参:Description
56
-
57
-
58
- 修改数据结构:
59
-
60
- * [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
56
+ 新增接口:
61
57
 
62
- * 新增成员:Description
58
+ * [DescribeDataEnginesScaleDetail](https://cloud.tencent.com/document/api/1342/107670)
63
59
 
64
- * [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
60
+ 新增数据结构:
65
61
 
66
- * 新增成员:Description
62
+ * [DataEngineScaleInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfo)
63
+ * [DataEngineScaleInfoDetail](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfoDetail)
67
64
 
68
65
 
69
66
 
67
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
70
68
 
71
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
69
+ ### 15 次发布
72
70
 
73
- ### 第 94 次发布
74
-
75
- 发布时间:2024-06-21 01:30:05
71
+ 发布时间:2024-06-25 01:13:45
76
72
 
77
73
  本次发布包含了以下内容:
78
74
 
79
75
  改善已有的文档。
80
76
 
81
- 新增接口:
77
+ 修改数据结构:
82
78
 
83
- * [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
79
+ * [CosTaskResult](https://cloud.tencent.com/document/api/1087/96844#CosTaskResult)
84
80
 
81
+ * <font color="#dd0000">**修改成员**:</font>Result, ResultDescription, ErrDescription, ResourceId
85
82
 
86
83
 
87
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
88
84
 
89
- ### 第 94 次发布
90
85
 
91
- 发布时间:2024-06-21 01:33:48
86
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
92
87
 
93
- 本次发布包含了以下内容:
88
+ ### 第 176 次发布
94
89
 
95
- 改善已有的文档。
90
+ 发布时间:2024-06-25 01:14:54
96
91
 
97
- 新增接口:
92
+ 本次发布包含了以下内容:
98
93
 
99
- * [DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)
94
+ 改善已有的文档。
100
95
 
101
96
  修改接口:
102
97
 
103
- * [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
104
-
105
- * 新增入参:StartTime, EndTime, Filters, DataEngineName
106
-
107
-
108
- 新增数据结构:
109
-
110
- * [BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)
111
-
112
-
98
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
113
99
 
114
- ## 数据传输服务(dts) 版本:2021-12-06
115
100
 
116
101
 
117
102
 
118
- ## 数据传输服务(dts) 版本:2018-03-30
103
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
119
104
 
120
- ### 第 22 次发布
105
+ ### 第 172 次发布
121
106
 
122
- 发布时间:2024-06-21 01:37:37
107
+ 发布时间:2024-06-25 01:15:10
123
108
 
124
109
  本次发布包含了以下内容:
125
110
 
126
111
  改善已有的文档。
127
112
 
128
- <font color="#dd0000">**删除接口**:</font>
113
+ 修改接口:
129
114
 
130
- * DescribeRegionConf
115
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
131
116
 
132
- <font color="#dd0000">**删除数据结构**:</font>
133
117
 
134
- * SubscribeRegionConf
135
118
 
136
119
 
120
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
137
121
 
138
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
139
122
 
140
- ### 第 175 次发布
141
123
 
142
- 发布时间:2024-06-21 01:41:37
124
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
125
+
126
+ ### 第 68 次发布
127
+
128
+ 发布时间:2024-06-25 01:16:25
143
129
 
144
130
  本次发布包含了以下内容:
145
131
 
@@ -147,16 +133,15 @@
147
133
 
148
134
  新增接口:
149
135
 
150
- * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
151
- * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
136
+ * [DescribeFirmware](https://cloud.tencent.com/document/api/1081/107671)
152
137
 
153
138
 
154
139
 
155
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
140
+ ## 大模型知识引擎(lke) 版本:2023-11-30
156
141
 
157
- ### 第 171 次发布
142
+ ### 第 9 次发布
158
143
 
159
- 发布时间:2024-06-21 01:42:38
144
+ 发布时间:2024-06-25 01:18:18
160
145
 
161
146
  本次发布包含了以下内容:
162
147
 
@@ -164,20 +149,21 @@
164
149
 
165
150
  新增接口:
166
151
 
167
- * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
168
- * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
152
+ * [ConvertDocument](https://cloud.tencent.com/document/api/1759/107672)
153
+ * [GetAnswerTypeDataCount](https://cloud.tencent.com/document/api/1759/107674)
154
+ * [GetLikeDataCount](https://cloud.tencent.com/document/api/1759/107673)
169
155
 
156
+ 新增数据结构:
170
157
 
158
+ * [WordRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#WordRecognizeInfo)
171
159
 
172
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
173
160
 
174
161
 
162
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
175
163
 
176
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
177
-
178
- ### 第 41 次发布
164
+ ### 116 次发布
179
165
 
180
- 发布时间:2024-06-21 01:58:00
166
+ 发布时间:2024-06-25 01:23:14
181
167
 
182
168
  本次发布包含了以下内容:
183
169
 
@@ -185,86 +171,82 @@
185
171
 
186
172
  新增接口:
187
173
 
188
- * [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
174
+ * [DescribeRabbitMQExchanges](https://cloud.tencent.com/document/api/1179/107675)
189
175
 
190
176
  新增数据结构:
191
177
 
192
- * [ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)
178
+ * [RabbitMQExchangeListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQExchangeListInfo)
193
179
 
194
180
 
195
181
 
196
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
182
+ ## 弹性微服务(tem) 版本:2021-07-01
197
183
 
184
+ ### 第 42 次发布
198
185
 
186
+ 发布时间:2024-06-25 01:23:38
199
187
 
200
- ## 媒体处理(mps) 版本:2019-06-12
188
+ 本次发布包含了以下内容:
201
189
 
202
- ### 第 86 次发布
190
+ 改善已有的文档。
203
191
 
204
- 发布时间:2024-06-21 01:59:51
192
+ 修改数据结构:
205
193
 
206
- 本次发布包含了以下内容:
194
+ * [UseDefaultRepoParameters](https://cloud.tencent.com/document/api/1371/60171#UseDefaultRepoParameters)
207
195
 
208
- 改善已有的文档。
196
+ * <font color="#dd0000">**修改成员**:</font>EnterpriseInstanceName, EnterpriseInstanceChargeType, EnterpriseInstanceType
209
197
 
210
- 修改接口:
211
198
 
212
- * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
213
199
 
214
- * 新增入参:SegmentType
215
200
 
216
- * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
201
+ ## 弹性微服务(tem) 版本:2020-12-21
217
202
 
218
- * 新增入参:SegmentType
219
203
 
220
204
 
221
- 修改数据结构:
205
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
222
206
 
223
- * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
207
+ ### 第 16 次发布
224
208
 
225
- * 新增成员:SegmentType
209
+ 发布时间:2024-06-25 01:24:46
226
210
 
227
- * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
211
+ 本次发布包含了以下内容:
228
212
 
229
- * 新增成员:SegmentType
213
+ 改善已有的文档。
230
214
 
231
- * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
215
+ 新增接口:
232
216
 
233
- * 新增成员:SegmentType
217
+ * [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676)
234
218
 
219
+ 新增数据结构:
235
220
 
221
+ * [PriceTag](https://cloud.tencent.com/document/api/1493/96031#PriceTag)
222
+ * [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU)
236
223
 
237
224
 
238
- ## 文字识别(ocr) 版本:2018-11-19
239
225
 
240
- ### 138 次发布
226
+ ## 实时音视频(trtc) 版本:2019-07-22
241
227
 
242
- 发布时间:2024-06-21 02:02:31
228
+ ### 第 79 次发布
229
+
230
+ 发布时间:2024-06-25 01:25:02
243
231
 
244
232
  本次发布包含了以下内容:
245
233
 
246
234
  改善已有的文档。
247
235
 
248
- 修改接口:
249
-
250
- * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
251
-
252
- * 新增出参:FinancialBill
236
+ 修改数据结构:
253
237
 
238
+ * [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
254
239
 
255
- 新增数据结构:
240
+ * 新增成员:BackGroundColorMode
256
241
 
257
- * [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
258
- * [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
259
- * [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
260
242
 
261
243
 
262
244
 
263
- ## 集团账号管理(organization) 版本:2021-03-31
245
+ ## 腾讯同传系统(tsi) 版本:2021-03-25
264
246
 
265
- ### 第 33 次发布
247
+ ### 第 1 次发布
266
248
 
267
- 发布时间:2024-06-21 02:03:56
249
+ 发布时间:2024-06-24 10:37:18
268
250
 
269
251
  本次发布包含了以下内容:
270
252
 
@@ -272,50 +254,48 @@
272
254
 
273
255
  新增接口:
274
256
 
275
- * [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
276
- * [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
277
-
257
+ * [TongChuanDisplay](https://cloud.tencent.com/document/api/1399/107636)
258
+ * [TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)
259
+ * [TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)
278
260
 
261
+ 新增数据结构:
279
262
 
280
- ## 集团账号管理(organization) 版本:2018-12-25
263
+ * [DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)
281
264
 
282
265
 
283
266
 
284
- ## 远程实时操控(trro) 版本:2022-03-25
267
+ ## 私有网络(vpc) 版本:2017-03-12
285
268
 
286
- ### 第 5 次发布
269
+ ### 第 190 次发布
287
270
 
288
- 发布时间:2024-06-21 02:25:01
271
+ 发布时间:2024-06-25 01:26:23
289
272
 
290
273
  本次发布包含了以下内容:
291
274
 
292
275
  改善已有的文档。
293
276
 
294
- 修改接口:
277
+ 修改数据结构:
295
278
 
296
- * [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
279
+ * [GatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/15824#GatewayFlowMonitorDetail)
297
280
 
298
- * <font color="#dd0000">**修改入参**:</font>ProjectId
281
+ * 新增成员:ConcurrentConnectionCount, NewConnectionRate
299
282
 
300
283
 
301
284
 
302
285
 
303
- ## 微服务平台 TSF(tsf) 版本:2018-03-26
286
+ ## Web 应用防火墙(waf) 版本:2018-01-25
304
287
 
305
- ### 第 110 次发布
288
+ ### 第 90 次发布
306
289
 
307
- 发布时间:2024-06-21 02:26:46
290
+ 发布时间:2024-06-25 01:27:00
308
291
 
309
292
  本次发布包含了以下内容:
310
293
 
311
294
  改善已有的文档。
312
295
 
313
- 修改数据结构:
314
-
315
- * [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
316
-
317
- * 新增成员:MetaJson
296
+ 新增接口:
318
297
 
298
+ * [AddAreaBanAreas](https://cloud.tencent.com/document/api/627/107677)
319
299
 
320
300
 
321
301
 
@@ -6812,6 +6792,45 @@
6812
6792
 
6813
6793
  ## 语音识别(asr) 版本:2019-06-14
6814
6794
 
6795
+ ### 第 36 次发布
6796
+
6797
+ 发布时间:2024-06-25 01:07:52
6798
+
6799
+ 本次发布包含了以下内容:
6800
+
6801
+ 改善已有的文档。
6802
+
6803
+ 新增接口:
6804
+
6805
+ * [[VoicePrintGroupVerify](https://cloud.tencent.com/document/api/1093/107668)](https://cloud.tencent.com/document/api/#/#)
6806
+
6807
+ 修改接口:
6808
+
6809
+ * [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
6810
+
6811
+ * 新增入参:GroupId, CountMod
6812
+
6813
+ * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
6814
+
6815
+ * 新增入参:GroupId, DelMod
6816
+
6817
+ * [VoicePrintEnroll](https://cloud.tencent.com/document/api/1093/94483)
6818
+
6819
+ * 新增入参:GroupId
6820
+
6821
+
6822
+ 新增数据结构:
6823
+
6824
+ * [[VerifyTop](https://cloud.tencent.com/document/api/1093/37824#VerifyTop)](https://cloud.tencent.com/document/api/1093/37824#[VerifyTop](https://cloud.tencent.com/document/api/1093/37824#VerifyTop))
6825
+ * [[VerifyTopResult](https://cloud.tencent.com/document/api/1093/37824#VerifyTopResult)](https://cloud.tencent.com/document/api/1093/37824#[VerifyTopResult](https://cloud.tencent.com/document/api/1093/37824#VerifyTopResult))
6826
+
6827
+ 修改数据结构:
6828
+
6829
+ * [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
6830
+
6831
+ * 新增成员:VoicePrintList
6832
+
6833
+
6815
6834
  ### 第 35 次发布
6816
6835
 
6817
6836
  发布时间:2024-06-21 01:10:11
@@ -16701,6 +16720,25 @@
16701
16720
 
16702
16721
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
16703
16722
 
16723
+ ### 第 159 次发布
16724
+
16725
+ 发布时间:2024-06-24 01:09:17
16726
+
16727
+ 本次发布包含了以下内容:
16728
+
16729
+ 改善已有的文档。
16730
+
16731
+ 新增接口:
16732
+
16733
+ * [DescribeInstanceUpgradeType](https://cloud.tencent.com/document/api/236/107630)
16734
+
16735
+ 新增数据结构:
16736
+
16737
+ * [ClusterTopology](https://cloud.tencent.com/document/api/236/15878#ClusterTopology)
16738
+ * [NodeDistribution](https://cloud.tencent.com/document/api/236/15878#NodeDistribution)
16739
+ * [ReadWriteNode](https://cloud.tencent.com/document/api/236/15878#ReadWriteNode)
16740
+ * [ReadonlyNode](https://cloud.tencent.com/document/api/236/15878#ReadonlyNode)
16741
+
16704
16742
  ### 第 158 次发布
16705
16743
 
16706
16744
  发布时间:2024-06-04 01:16:12
@@ -45007,7 +45045,7 @@
45007
45045
 
45008
45046
  新增接口:
45009
45047
 
45010
- * [[RenewClusters](https://cloud.tencent.com/document/api/1003/107548)](https://cloud.tencent.com/document/api/#/#)
45048
+ * [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
45011
45049
 
45012
45050
  ### 第 93 次发布
45013
45051
 
@@ -51041,6 +51079,23 @@
51041
51079
 
51042
51080
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
51043
51081
 
51082
+ ### 第 95 次发布
51083
+
51084
+ 发布时间:2024-06-25 01:13:07
51085
+
51086
+ 本次发布包含了以下内容:
51087
+
51088
+ 改善已有的文档。
51089
+
51090
+ 新增接口:
51091
+
51092
+ * [[DescribeDataEnginesScaleDetail](https://cloud.tencent.com/document/api/1342/107670)](https://cloud.tencent.com/document/api/#/#)
51093
+
51094
+ 新增数据结构:
51095
+
51096
+ * [[DataEngineScaleInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfo)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineScaleInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfo))
51097
+ * [[DataEngineScaleInfoDetail](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfoDetail)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineScaleInfoDetail](https://cloud.tencent.com/document/api/1342/53778#DataEngineScaleInfoDetail))
51098
+
51044
51099
  ### 第 94 次发布
51045
51100
 
51046
51101
  发布时间:2024-06-21 01:33:48
@@ -51051,7 +51106,7 @@
51051
51106
 
51052
51107
  新增接口:
51053
51108
 
51054
- * [[DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)](https://cloud.tencent.com/document/api/#/#)
51109
+ * [DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)
51055
51110
 
51056
51111
  修改接口:
51057
51112
 
@@ -51062,7 +51117,7 @@
51062
51117
 
51063
51118
  新增数据结构:
51064
51119
 
51065
- * [[BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)](https://cloud.tencent.com/document/api/1342/53778#[BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo))
51120
+ * [BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)
51066
51121
 
51067
51122
  ### 第 93 次发布
51068
51123
 
@@ -54652,6 +54707,21 @@
54652
54707
 
54653
54708
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
54654
54709
 
54710
+ ### 第 15 次发布
54711
+
54712
+ 发布时间:2024-06-25 01:13:45
54713
+
54714
+ 本次发布包含了以下内容:
54715
+
54716
+ 改善已有的文档。
54717
+
54718
+ 修改数据结构:
54719
+
54720
+ * [CosTaskResult](https://cloud.tencent.com/document/api/1087/96844#CosTaskResult)
54721
+
54722
+ * <font color="#dd0000">**修改成员**:</font>Result, ResultDescription, ErrDescription, ResourceId
54723
+
54724
+
54655
54725
  ### 第 14 次发布
54656
54726
 
54657
54727
  发布时间:2024-06-13 01:38:46
@@ -62247,6 +62317,19 @@
62247
62317
 
62248
62318
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
62249
62319
 
62320
+ ### 第 176 次发布
62321
+
62322
+ 发布时间:2024-06-25 01:14:54
62323
+
62324
+ 本次发布包含了以下内容:
62325
+
62326
+ 改善已有的文档。
62327
+
62328
+ 修改接口:
62329
+
62330
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
62331
+
62332
+
62250
62333
  ### 第 175 次发布
62251
62334
 
62252
62335
  发布时间:2024-06-21 01:41:37
@@ -62257,8 +62340,8 @@
62257
62340
 
62258
62341
  新增接口:
62259
62342
 
62260
- * [[CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)](https://cloud.tencent.com/document/api/#/#)
62261
- * [[CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)](https://cloud.tencent.com/document/api/#/#)
62343
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
62344
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
62262
62345
 
62263
62346
  ### 第 174 次发布
62264
62347
 
@@ -65616,6 +65699,19 @@
65616
65699
 
65617
65700
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
65618
65701
 
65702
+ ### 第 172 次发布
65703
+
65704
+ 发布时间:2024-06-25 01:15:10
65705
+
65706
+ 本次发布包含了以下内容:
65707
+
65708
+ 改善已有的文档。
65709
+
65710
+ 修改接口:
65711
+
65712
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
65713
+
65714
+
65619
65715
  ### 第 171 次发布
65620
65716
 
65621
65717
  发布时间:2024-06-21 01:42:38
@@ -65626,8 +65722,8 @@
65626
65722
 
65627
65723
  新增接口:
65628
65724
 
65629
- * [[CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)](https://cloud.tencent.com/document/api/#/#)
65630
- * [[CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)](https://cloud.tencent.com/document/api/#/#)
65725
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
65726
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
65631
65727
 
65632
65728
  ### 第 170 次发布
65633
65729
 
@@ -77293,6 +77389,18 @@
77293
77389
 
77294
77390
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
77295
77391
 
77392
+ ### 第 68 次发布
77393
+
77394
+ 发布时间:2024-06-25 01:16:25
77395
+
77396
+ 本次发布包含了以下内容:
77397
+
77398
+ 改善已有的文档。
77399
+
77400
+ 新增接口:
77401
+
77402
+ * [[DescribeFirmware](https://cloud.tencent.com/document/api/1081/107671)](https://cloud.tencent.com/document/api/#/#)
77403
+
77296
77404
  ### 第 67 次发布
77297
77405
 
77298
77406
  发布时间:2024-06-13 01:52:49
@@ -87298,6 +87406,73 @@
87298
87406
 
87299
87407
  ## 大模型知识引擎(lke) 版本:2023-11-30
87300
87408
 
87409
+ ### 第 9 次发布
87410
+
87411
+ 发布时间:2024-06-25 01:18:18
87412
+
87413
+ 本次发布包含了以下内容:
87414
+
87415
+ 改善已有的文档。
87416
+
87417
+ 新增接口:
87418
+
87419
+ * [[ConvertDocument](https://cloud.tencent.com/document/api/1759/107672)](https://cloud.tencent.com/document/api/#/#)
87420
+ * [[GetAnswerTypeDataCount](https://cloud.tencent.com/document/api/1759/107674)](https://cloud.tencent.com/document/api/#/#)
87421
+ * [[GetLikeDataCount](https://cloud.tencent.com/document/api/1759/107673)](https://cloud.tencent.com/document/api/#/#)
87422
+
87423
+ 新增数据结构:
87424
+
87425
+ * [[WordRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#WordRecognizeInfo)](https://cloud.tencent.com/document/api/1759/105104#[WordRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#WordRecognizeInfo))
87426
+
87427
+ ### 第 8 次发布
87428
+
87429
+ 发布时间:2024-06-21 21:11:25
87430
+
87431
+ 本次发布包含了以下内容:
87432
+
87433
+ 改善已有的文档。
87434
+
87435
+ 修改接口:
87436
+
87437
+ * [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
87438
+
87439
+ * 新增入参:TypeKey
87440
+
87441
+ * <font color="#dd0000">**修改入参**:</font>BotBizId
87442
+
87443
+ * [GetDocPreview](https://cloud.tencent.com/document/api/1759/105067)
87444
+
87445
+ * 新增入参:TypeKey
87446
+
87447
+ * [GetWsToken](https://cloud.tencent.com/document/api/1759/105089)
87448
+
87449
+ * 新增出参:Balance, InputLenLimit
87450
+
87451
+
87452
+ 新增数据结构:
87453
+
87454
+ * [FileInfo](https://cloud.tencent.com/document/api/1759/105104#FileInfo)
87455
+ * [MsgFileInfo](https://cloud.tencent.com/document/api/1759/105104#MsgFileInfo)
87456
+
87457
+ 修改数据结构:
87458
+
87459
+ * [AppModel](https://cloud.tencent.com/document/api/1759/105104#AppModel)
87460
+
87461
+ * 新增成员:TokenBalance
87462
+
87463
+ * [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
87464
+
87465
+ * 新增成员:FileInfos
87466
+
87467
+ * [KnowledgeQaSearch](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaSearch)
87468
+
87469
+ * 新增成员:Confidence
87470
+
87471
+ * [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
87472
+
87473
+ * 新增成员:FileInfos
87474
+
87475
+
87301
87476
  ### 第 7 次发布
87302
87477
 
87303
87478
  发布时间:2024-06-20 01:56:34
@@ -89765,11 +89940,11 @@
89765
89940
 
89766
89941
  新增接口:
89767
89942
 
89768
- * [[ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)](https://cloud.tencent.com/document/api/#/#)
89943
+ * [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
89769
89944
 
89770
89945
  新增数据结构:
89771
89946
 
89772
- * [[ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)](https://cloud.tencent.com/document/api/240/38576#[ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType))
89947
+ * [ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)
89773
89948
 
89774
89949
  ### 第 40 次发布
89775
89950
 
@@ -98743,9 +98918,9 @@
98743
98918
 
98744
98919
  新增数据结构:
98745
98920
 
98746
- * [[FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)](https://cloud.tencent.com/document/api/866/33527#[FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill))
98747
- * [[FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)](https://cloud.tencent.com/document/api/866/33527#[FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem))
98748
- * [[FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)](https://cloud.tencent.com/document/api/866/33527#[FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails))
98921
+ * [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
98922
+ * [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
98923
+ * [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
98749
98924
 
98750
98925
  ### 第 137 次发布
98751
98926
 
@@ -101811,8 +101986,8 @@
101811
101986
 
101812
101987
  新增接口:
101813
101988
 
101814
- * [[AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)](https://cloud.tencent.com/document/api/#/#)
101815
- * [[RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)](https://cloud.tencent.com/document/api/#/#)
101989
+ * [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
101990
+ * [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
101816
101991
 
101817
101992
  ### 第 32 次发布
101818
101993
 
@@ -108337,6 +108512,21 @@
108337
108512
 
108338
108513
  ## 邮件推送(ses) 版本:2020-10-02
108339
108514
 
108515
+ ### 第 21 次发布
108516
+
108517
+ 发布时间:2024-06-21 16:22:39
108518
+
108519
+ 本次发布包含了以下内容:
108520
+
108521
+ 改善已有的文档。
108522
+
108523
+ 修改接口:
108524
+
108525
+ * [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
108526
+
108527
+ * 新增入参:SmtpMessageId, SmtpHeaders
108528
+
108529
+
108340
108530
  ### 第 20 次发布
108341
108531
 
108342
108532
  发布时间:2023-09-14 02:15:22
@@ -122169,6 +122359,37 @@
122169
122359
 
122170
122360
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
122171
122361
 
122362
+ ### 第 116 次发布
122363
+
122364
+ 发布时间:2024-06-25 01:23:14
122365
+
122366
+ 本次发布包含了以下内容:
122367
+
122368
+ 改善已有的文档。
122369
+
122370
+ 新增接口:
122371
+
122372
+ * [[DescribeRabbitMQExchanges](https://cloud.tencent.com/document/api/1179/107675)](https://cloud.tencent.com/document/api/#/#)
122373
+
122374
+ 新增数据结构:
122375
+
122376
+ * [[RabbitMQExchangeListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQExchangeListInfo)](https://cloud.tencent.com/document/api/1179/46089#[RabbitMQExchangeListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQExchangeListInfo))
122377
+
122378
+ ### 第 115 次发布
122379
+
122380
+ 发布时间:2024-06-24 01:23:04
122381
+
122382
+ 本次发布包含了以下内容:
122383
+
122384
+ 改善已有的文档。
122385
+
122386
+ 修改数据结构:
122387
+
122388
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
122389
+
122390
+ * 新增成员:ZoneId, ZoneIds
122391
+
122392
+
122172
122393
  ### 第 114 次发布
122173
122394
 
122174
122395
  发布时间:2024-06-20 15:41:09
@@ -124861,6 +125082,21 @@
124861
125082
 
124862
125083
  ## 弹性微服务(tem) 版本:2021-07-01
124863
125084
 
125085
+ ### 第 42 次发布
125086
+
125087
+ 发布时间:2024-06-25 01:23:38
125088
+
125089
+ 本次发布包含了以下内容:
125090
+
125091
+ 改善已有的文档。
125092
+
125093
+ 修改数据结构:
125094
+
125095
+ * [UseDefaultRepoParameters](https://cloud.tencent.com/document/api/1371/60171#UseDefaultRepoParameters)
125096
+
125097
+ * <font color="#dd0000">**修改成员**:</font>EnterpriseInstanceName, EnterpriseInstanceChargeType, EnterpriseInstanceType
125098
+
125099
+
124864
125100
  ### 第 41 次发布
124865
125101
 
124866
125102
  发布时间:2023-04-20 01:41:18
@@ -137650,6 +137886,23 @@
137650
137886
 
137651
137887
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
137652
137888
 
137889
+ ### 第 16 次发布
137890
+
137891
+ 发布时间:2024-06-25 01:24:46
137892
+
137893
+ 本次发布包含了以下内容:
137894
+
137895
+ 改善已有的文档。
137896
+
137897
+ 新增接口:
137898
+
137899
+ * [[DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676)](https://cloud.tencent.com/document/api/#/#)
137900
+
137901
+ 新增数据结构:
137902
+
137903
+ * [[PriceTag](https://cloud.tencent.com/document/api/1493/96031#PriceTag)](https://cloud.tencent.com/document/api/1493/96031#[PriceTag](https://cloud.tencent.com/document/api/1493/96031#PriceTag))
137904
+ * [[ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU)](https://cloud.tencent.com/document/api/1493/96031#[ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU))
137905
+
137653
137906
  ### 第 15 次发布
137654
137907
 
137655
137908
  发布时间:2024-06-03 02:23:52
@@ -138937,6 +139190,34 @@
138937
139190
 
138938
139191
  ## 实时音视频(trtc) 版本:2019-07-22
138939
139192
 
139193
+ ### 第 79 次发布
139194
+
139195
+ 发布时间:2024-06-25 01:25:02
139196
+
139197
+ 本次发布包含了以下内容:
139198
+
139199
+ 改善已有的文档。
139200
+
139201
+ 修改数据结构:
139202
+
139203
+ * [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
139204
+
139205
+ * 新增成员:BackGroundColorMode
139206
+
139207
+
139208
+ ### 第 78 次发布
139209
+
139210
+ 发布时间:2024-06-24 01:24:46
139211
+
139212
+ 本次发布包含了以下内容:
139213
+
139214
+ 改善已有的文档。
139215
+
139216
+ 修改接口:
139217
+
139218
+ * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
139219
+
139220
+
138940
139221
  ### 第 77 次发布
138941
139222
 
138942
139223
  发布时间:2024-06-18 02:25:06
@@ -144663,6 +144944,29 @@
144663
144944
 
144664
144945
 
144665
144946
 
144947
+ ## 腾讯同传系统(tsi) 版本:2021-03-25
144948
+
144949
+ ### 第 1 次发布
144950
+
144951
+ 发布时间:2024-06-24 10:37:18
144952
+
144953
+ 本次发布包含了以下内容:
144954
+
144955
+ 改善已有的文档。
144956
+
144957
+ 新增接口:
144958
+
144959
+ * [[TongChuanDisplay](https://cloud.tencent.com/document/api/1399/107636)](https://cloud.tencent.com/document/api/#/#)
144960
+ * [[TongChuanRecognize](https://cloud.tencent.com/document/api/1399/107635)](https://cloud.tencent.com/document/api/#/#)
144961
+ * [[TongChuanSync](https://cloud.tencent.com/document/api/1399/107634)](https://cloud.tencent.com/document/api/#/#)
144962
+
144963
+ 新增数据结构:
144964
+
144965
+ * [[DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo)](https://cloud.tencent.com/document/api/1399/107637#[DisplayInfo](https://cloud.tencent.com/document/api/1399/107637#DisplayInfo))
144966
+
144967
+
144968
+
144969
+
144666
144970
  ## 微服务观测平台 TSW(tsw) 版本:2020-09-24
144667
144971
 
144668
144972
  ### 第 1 次发布
@@ -150451,6 +150755,21 @@
150451
150755
 
150452
150756
  ## 私有网络(vpc) 版本:2017-03-12
150453
150757
 
150758
+ ### 第 190 次发布
150759
+
150760
+ 发布时间:2024-06-25 01:26:23
150761
+
150762
+ 本次发布包含了以下内容:
150763
+
150764
+ 改善已有的文档。
150765
+
150766
+ 修改数据结构:
150767
+
150768
+ * [GatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/15824#GatewayFlowMonitorDetail)
150769
+
150770
+ * 新增成员:ConcurrentConnectionCount, NewConnectionRate
150771
+
150772
+
150454
150773
  ### 第 189 次发布
150455
150774
 
150456
150775
  发布时间:2024-05-07 01:29:27
@@ -154786,6 +155105,18 @@
154786
155105
 
154787
155106
  ## Web 应用防火墙(waf) 版本:2018-01-25
154788
155107
 
155108
+ ### 第 90 次发布
155109
+
155110
+ 发布时间:2024-06-25 01:27:00
155111
+
155112
+ 本次发布包含了以下内容:
155113
+
155114
+ 改善已有的文档。
155115
+
155116
+ 新增接口:
155117
+
155118
+ * [[AddAreaBanAreas](https://cloud.tencent.com/document/api/627/107677)](https://cloud.tencent.com/document/api/#/#)
155119
+
154789
155120
  ### 第 89 次发布
154790
155121
 
154791
155122
  发布时间:2024-06-20 02:34:10