tencentcloud-sdk-nodejs 4.0.642 → 4.0.644

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 (131) hide show
  1. package/CHANGELOG.md +650 -0
  2. package/SERVICE_CHANGELOG.md +763 -59
  3. package/package.json +1 -1
  4. package/products.md +38 -37
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +35 -26
  7. package/src/services/asr/v20190614/asr_client.ts +2 -2
  8. package/src/services/asr/v20190614/asr_models.ts +7 -0
  9. package/src/services/batch/v20170312/batch_models.ts +1 -1
  10. package/src/services/bi/v20220105/bi_models.ts +3 -3
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -4
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  13. package/src/services/cdn/v20180606/cdn_models.ts +10 -10
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +22 -0
  16. package/src/services/csip/v20221121/csip_models.ts +5 -0
  17. package/src/services/cvm/v20170312/cvm_models.ts +13 -5
  18. package/src/services/cwp/v20180228/cwp_client.ts +0 -14
  19. package/src/services/cwp/v20180228/cwp_models.ts +0 -28
  20. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -3
  21. package/src/services/dlc/v20210125/dlc_models.ts +34 -34
  22. package/src/services/domain/v20180808/domain_models.ts +5 -3
  23. package/src/services/emr/v20190103/emr_models.ts +35 -32
  24. package/src/services/ess/v20201111/ess_client.ts +8 -2
  25. package/src/services/ess/v20201111/ess_models.ts +22 -0
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +18 -6
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +37 -2
  28. package/src/services/fmu/v20191213/fmu_client.ts +1 -1
  29. package/src/services/fmu/v20191213/fmu_models.ts +4 -0
  30. package/src/services/goosefs/v20220519/goosefs_client.ts +40 -1
  31. package/src/services/goosefs/v20220519/goosefs_models.ts +134 -10
  32. package/src/services/index.ts +1 -0
  33. package/src/services/iot/v20180123/iot_client.ts +4 -2
  34. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -18
  35. package/src/services/mall/index.ts +5 -0
  36. package/src/services/mall/v20230518/index.ts +6 -0
  37. package/src/services/mall/v20230518/mall_client.ts +44 -0
  38. package/src/services/mall/v20230518/mall_models.ts +114 -0
  39. package/src/services/nlp/v20190408/nlp_models.ts +1 -1
  40. package/src/services/oceanus/v20190422/oceanus_client.ts +28 -14
  41. package/src/services/oceanus/v20190422/oceanus_models.ts +138 -14
  42. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  43. package/src/services/ocr/v20181119/ocr_models.ts +8 -8
  44. package/src/services/redis/v20180412/redis_models.ts +8 -8
  45. package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
  46. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -6
  47. package/src/services/ssl/v20191205/ssl_models.ts +10 -0
  48. package/src/services/tdmq/v20200217/tdmq_client.ts +79 -336
  49. package/src/services/tdmq/v20200217/tdmq_models.ts +764 -1656
  50. package/src/services/tione/v20211111/tione_models.ts +90 -54
  51. package/src/services/trro/v20220325/trro_models.ts +74 -14
  52. package/src/services/trtc/v20190722/trtc_models.ts +3 -3
  53. package/src/services/vrs/v20200824/vrs_client.ts +47 -21
  54. package/src/services/vrs/v20200824/vrs_models.ts +141 -51
  55. package/src/services/wav/v20210129/wav_models.ts +4 -0
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -26
  59. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  60. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  61. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -0
  62. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  63. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +3 -3
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -4
  65. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  66. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  67. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -10
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +21 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  70. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -5
  71. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  73. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +0 -26
  74. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -3
  75. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -34
  76. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -3
  77. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -32
  78. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
  79. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  80. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -0
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -3
  83. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +35 -2
  84. package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +1 -1
  85. package/tencentcloud/services/fmu/v20191213/fmu_client.js +1 -1
  86. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -0
  87. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +13 -1
  88. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +18 -0
  89. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +125 -10
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/iot/v20180123/iot_client.d.ts +3 -1
  93. package/tencentcloud/services/iot/v20180123/iot_client.js +3 -1
  94. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +28 -18
  95. package/tencentcloud/services/mall/index.d.ts +6 -0
  96. package/tencentcloud/services/mall/index.js +7 -0
  97. package/tencentcloud/services/mall/v20230518/index.d.ts +6 -0
  98. package/tencentcloud/services/mall/v20230518/index.js +9 -0
  99. package/tencentcloud/services/mall/v20230518/mall_client.d.ts +14 -0
  100. package/tencentcloud/services/mall/v20230518/mall_client.js +37 -0
  101. package/tencentcloud/services/mall/v20230518/mall_models.d.ts +95 -0
  102. package/tencentcloud/services/mall/v20230518/mall_models.js +18 -0
  103. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
  104. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -5
  105. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -6
  106. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +134 -14
  107. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  108. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  109. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
  110. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -8
  111. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
  112. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
  113. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -6
  114. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  115. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -121
  116. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -162
  117. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +777 -1628
  118. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +90 -54
  119. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +74 -14
  120. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
  121. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +17 -9
  122. package/tencentcloud/services/vrs/v20200824/vrs_client.js +22 -10
  123. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +135 -51
  124. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  125. package/test/cwp.v20180228.test.js +0 -10
  126. package/test/essbasic.v20210526.test.js +12 -2
  127. package/test/goosefs.v20220519.test.js +30 -0
  128. package/test/mall.v20230518.test.js +31 -0
  129. package/test/oceanus.v20190422.test.js +14 -4
  130. package/test/tdmq.v20200217.test.js +12 -192
  131. package/test/vrs.v20200824.test.js +24 -4
@@ -1,10 +1,48 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## API 网关(apigateway) 版本:2018-08-08
3
+ ## 借贷反欺诈(af) 版本:2020-02-26
4
+
5
+ ### 第 6 次发布
6
+
7
+ 发布时间:2023-07-18 01:05:51
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
16
+
17
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
18
+
19
+
20
+
21
+
22
+ ## 定制建模(afc) 版本:2020-02-26
23
+
24
+ ### 第 4 次发布
25
+
26
+ 发布时间:2023-07-18 01:05:54
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
35
+
36
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
37
+
4
38
 
5
- ### 第 41 次发布
6
39
 
7
- 发布时间:2023-07-14 01:02:00
40
+
41
+ ## 应用性能监控(apm) 版本:2021-06-22
42
+
43
+ ### 第 19 次发布
44
+
45
+ 发布时间:2023-07-18 01:07:24
8
46
 
9
47
  本次发布包含了以下内容:
10
48
 
@@ -12,52 +50,86 @@
12
50
 
13
51
  修改接口:
14
52
 
15
- * [DescribeApiEnvironmentStrategy](https://cloud.tencent.com/document/api/628/45181)
53
+ * [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
16
54
 
17
- * <font color="#dd0000">**修改出参**:</font>Result
55
+ * 新增入参:CustomShowTags
18
56
 
19
- * [DescribeIPStrategysStatus](https://cloud.tencent.com/document/api/628/45230)
20
57
 
21
- * <font color="#dd0000">**修改出参**:</font>Result
58
+ 修改数据结构:
22
59
 
60
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
23
61
 
24
- 新增数据结构:
62
+ * 新增成员:CustomShowTags
25
63
 
26
- * [ApiEnvironmentStrategyStatus](https://cloud.tencent.com/document/api/628/45244#ApiEnvironmentStrategyStatus)
27
- * [IPStrategiesStatus](https://cloud.tencent.com/document/api/628/45244#IPStrategiesStatus)
28
64
 
29
- <font color="#dd0000">**删除数据结构**:</font>
30
65
 
31
- * ApiEnvironmentStrategyStataus
32
- * IPStrategysStatus
33
66
 
67
+ ## 语音识别(asr) 版本:2019-06-14
68
+
69
+ ### 第 29 次发布
34
70
 
71
+ 发布时间:2023-07-18 01:07:49
35
72
 
36
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
73
+ 本次发布包含了以下内容:
37
74
 
38
- ### 第 137 次发布
75
+ 改善已有的文档。
39
76
 
40
- 发布时间:2023-07-14 01:06:10
77
+ 修改接口:
78
+
79
+ * [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
80
+
81
+ * 新增入参:InputSampleRate
82
+
83
+
84
+
85
+
86
+ ## 批量计算(batch) 版本:2017-03-12
87
+
88
+ ### 第 46 次发布
89
+
90
+ 发布时间:2023-07-18 01:08:15
41
91
 
42
92
  本次发布包含了以下内容:
43
93
 
44
94
  改善已有的文档。
45
95
 
46
- 新增接口:
96
+ 修改数据结构:
47
97
 
48
- * [DescribeAuditLogs](https://cloud.tencent.com/document/api/236/95032)
98
+ * [ItemPrice](https://cloud.tencent.com/document/api/599/15912#ItemPrice)
99
+
100
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
101
+
102
+
103
+
104
+
105
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
106
+
107
+ ### 第 89 次发布
108
+
109
+ 发布时间:2023-07-18 01:18:06
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
49
114
 
50
115
  新增数据结构:
51
116
 
52
- * [AuditLog](https://cloud.tencent.com/document/api/236/15878#AuditLog)
117
+ * [EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping)
53
118
 
119
+ 修改数据结构:
54
120
 
121
+ * [EsParam](https://cloud.tencent.com/document/api/597/40861#EsParam)
55
122
 
56
- ## 文件存储(cfs) 版本:2019-07-19
123
+ * 新增成员:RecordMappingList, DateField
57
124
 
58
- ### 第 24 次发布
59
125
 
60
- 发布时间:2023-07-14 01:07:56
126
+
127
+
128
+ ## 云安全一体化平台(csip) 版本:2022-11-21
129
+
130
+ ### 第 6 次发布
131
+
132
+ 发布时间:2023-07-18 01:21:16
61
133
 
62
134
  本次发布包含了以下内容:
63
135
 
@@ -65,35 +137,74 @@
65
137
 
66
138
  修改数据结构:
67
139
 
68
- * [AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo)
140
+ * [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
69
141
 
70
- * <font color="#dd0000">**修改成员**:</font>DayOfMonth, IntervalDays, CrossRegionsAliveDays
142
+ * 新增成员:ServiceRisk
71
143
 
144
+ * <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, WAFStatus, AssetCreateTime, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, SubDomain, SeverIp, BotCount, WeakPassword, WebContentRisk, Tag, SourceType, MemberId, CCAttack, WebAttack
72
145
 
73
146
 
74
147
 
75
- ## 云防火墙(cfw) 版本:2019-09-04
76
148
 
77
- ### 40 次发布
149
+ ## 云服务器(cvm) 版本:2017-03-12
78
150
 
79
- 发布时间:2023-07-14 01:08:16
151
+ ### 第 111 次发布
152
+
153
+ 发布时间:2023-07-18 01:21:28
80
154
 
81
155
  本次发布包含了以下内容:
82
156
 
83
157
  改善已有的文档。
84
158
 
85
- 新增接口:
159
+ 修改数据结构:
86
160
 
87
- * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
88
- * [DeleteAddressTemplate](https://cloud.tencent.com/document/api/1132/95033)
161
+ * [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
89
162
 
163
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
90
164
 
91
165
 
92
- ## 低代码互动课堂(lcic) 版本:2022-08-17
93
166
 
94
- ### 第 30 次发布
95
167
 
96
- 发布时间:2023-07-14 01:25:31
168
+ ## 主机安全(cwp) 版本:2018-02-28
169
+
170
+ ### 第 91 次发布
171
+
172
+ 发布时间:2023-07-18 01:22:32
173
+
174
+ 本次发布包含了以下内容:
175
+
176
+ 改善已有的文档。
177
+
178
+ <font color="#dd0000">**删除接口**:</font>
179
+
180
+ * DescribeSearchExportList
181
+
182
+
183
+
184
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
185
+
186
+ ### 第 55 次发布
187
+
188
+ 发布时间:2023-07-18 01:26:15
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 修改数据结构:
195
+
196
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
197
+
198
+ * <font color="#dd0000">**修改成员**:</font>DriverSize, ExecutorSize, ExecutorNums, ExecutorMaxNumbers, CommonMetrics, SparkMonitorMetrics, PrestoMonitorMetrics
199
+
200
+
201
+
202
+
203
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
204
+
205
+ ### 第 88 次发布
206
+
207
+ 发布时间:2023-07-18 01:29:51
97
208
 
98
209
  本次发布包含了以下内容:
99
210
 
@@ -101,18 +212,18 @@
101
212
 
102
213
  修改接口:
103
214
 
104
- * [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
215
+ * [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
105
216
 
106
- * 新增出参:Preview
217
+ * 新增入参:JumpUrl
107
218
 
108
219
 
109
220
 
110
221
 
111
- ## 云开发 CloudBase(tcb) 版本:2018-06-08
222
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
112
223
 
113
- ### 第 98 次发布
224
+ ### 第 95 次发布
114
225
 
115
- 发布时间:2023-07-14 01:35:07
226
+ 发布时间:2023-07-18 01:30:22
116
227
 
117
228
  本次发布包含了以下内容:
118
229
 
@@ -120,22 +231,46 @@
120
231
 
121
232
  修改接口:
122
233
 
123
- * [DescribeCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/49739)
234
+ * [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
124
235
 
125
- * <font color="#dd0000">**修改出参**:</font>Cpu, Mem
236
+ * 新增入参:JumpUrl
126
237
 
127
- * [DescribeCurveData](https://cloud.tencent.com/document/api/876/59512)
128
238
 
129
- * <font color="#dd0000">**修改出参**:</font>NewValues
130
239
 
131
240
 
241
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
132
242
 
133
243
 
134
- ## 容器服务(tke) 版本:2018-05-25
135
244
 
136
- ### 159 次发布
245
+ ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
137
246
 
138
- 发布时间:2023-07-14 01:40:32
247
+ ### 第 4 次发布
248
+
249
+ 发布时间:2023-07-18 01:31:45
250
+
251
+ 本次发布包含了以下内容:
252
+
253
+ 改善已有的文档。
254
+
255
+ 新增接口:
256
+
257
+ * [DescribeClusterClientToken](https://cloud.tencent.com/document/api/1424/95075)
258
+ * [DescribeClusterRoleToken](https://cloud.tencent.com/document/api/1424/95074)
259
+ * [DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)
260
+
261
+ 新增数据结构:
262
+
263
+ * [ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)
264
+ * [ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole)
265
+ * [RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken)
266
+
267
+
268
+
269
+ ## 云数据库Redis(redis) 版本:2018-04-12
270
+
271
+ ### 第 67 次发布
272
+
273
+ 发布时间:2023-07-18 01:42:27
139
274
 
140
275
  本次发布包含了以下内容:
141
276
 
@@ -143,18 +278,18 @@
143
278
 
144
279
  修改数据结构:
145
280
 
146
- * [DataDisk](https://cloud.tencent.com/document/api/457/31866#DataDisk)
281
+ * [BackupDownloadInfo](https://cloud.tencent.com/document/api/239/20022#BackupDownloadInfo)
147
282
 
148
- * <font color="#dd0000">**修改成员**:</font>MountTarget
283
+ * <font color="#dd0000">**修改成员**:</font>FileSize
149
284
 
150
285
 
151
286
 
152
287
 
153
- ## 企业微信汽车行业版(wav) 版本:2021-01-29
288
+ ## 远程实时操控(trro) 版本:2022-03-25
154
289
 
155
- ### 第 16 次发布
290
+ ### 第 3 次发布
156
291
 
157
- 发布时间:2023-07-14 01:46:29
292
+ 发布时间:2023-07-18 01:53:24
158
293
 
159
294
  本次发布包含了以下内容:
160
295
 
@@ -162,11 +297,57 @@
162
297
 
163
298
  修改数据结构:
164
299
 
165
- * [CustomerProfile](https://cloud.tencent.com/document/api/1318/56791#CustomerProfile)
300
+ * [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
166
301
 
167
- * 新增成员:LeadId, WxId, Position, IsBindWx, IsInvalid, InvalidType, InvalidTypeName, InvalidTime, InvalidRemark, IsLose, LoseType, LoseTypeName, LoseRemark
302
+ * 新增成员:Ver, SdkMode, DecodeCost, RenderConst, K100, K150, NACK, BitRateEstimate, Width, Height, EncodeCost, CaptureCost
168
303
 
169
- * <font color="#dd0000">**修改成员**:</font>CustomerId, DealerCode, UnionId, CreateTime, UserName, Gender, Phone, AgeRangeName, JobTypeName, Address, LeadsProcessStatus, LeadType, SourceName, LeadsLevelCode, VehicleBrandCode, VehicleSeriesCode, VehicleTypeCode, VehiclePurpose, PurchaseConcern, SalesName, SalesPhone, RealArrivalTime, CompleteTestDriveTime, OrderTime, DeliveryTime, InvoiceTime, LoseTime, CreatedAtTime, ImportAtTime, DistributeTime, LeadCreateTime, Nickname, OrgIdList, Introducer, IntroducerPhone, FollowTime, NextFollowTime, EnterpriseTags, ChannelTags
304
+
305
+
306
+
307
+ ## 声音复刻(vrs) 版本:2020-08-24
308
+
309
+ ### 第 2 次发布
310
+
311
+ 发布时间:2023-07-18 01:58:58
312
+
313
+ 本次发布包含了以下内容:
314
+
315
+ 改善已有的文档。
316
+
317
+ 新增接口:
318
+
319
+ * [CancelVRSTask](https://cloud.tencent.com/document/api/1283/95078)
320
+ * [DownloadVRSModel](https://cloud.tencent.com/document/api/1283/95077)
321
+
322
+ 修改接口:
323
+
324
+ * [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
325
+
326
+ * 新增入参:ModelType
327
+
328
+
329
+ 新增数据结构:
330
+
331
+ * [CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp)
332
+ * [DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp)
333
+
334
+
335
+
336
+ ## 企业微信汽车行业版(wav) 版本:2021-01-29
337
+
338
+ ### 第 17 次发布
339
+
340
+ 发布时间:2023-07-18 01:59:28
341
+
342
+ 本次发布包含了以下内容:
343
+
344
+ 改善已有的文档。
345
+
346
+ 修改数据结构:
347
+
348
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
349
+
350
+ * 新增成员:UpdateTime
170
351
 
171
352
 
172
353
 
@@ -608,6 +789,21 @@
608
789
 
609
790
  ## 借贷反欺诈(af) 版本:2020-02-26
610
791
 
792
+ ### 第 6 次发布
793
+
794
+ 发布时间:2023-07-18 01:05:51
795
+
796
+ 本次发布包含了以下内容:
797
+
798
+ 改善已有的文档。
799
+
800
+ 修改数据结构:
801
+
802
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
803
+
804
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
805
+
806
+
611
807
  ### 第 5 次发布
612
808
 
613
809
  发布时间:2022-04-15 06:01:22
@@ -702,6 +898,21 @@
702
898
 
703
899
  ## 定制建模(afc) 版本:2020-02-26
704
900
 
901
+ ### 第 4 次发布
902
+
903
+ 发布时间:2023-07-18 01:05:54
904
+
905
+ 本次发布包含了以下内容:
906
+
907
+ 改善已有的文档。
908
+
909
+ 修改数据结构:
910
+
911
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
912
+
913
+ * <font color="#dd0000">**修改成员**:</font>RiskCode, RiskCodeValue
914
+
915
+
705
916
  ### 第 3 次发布
706
917
 
707
918
  发布时间:2022-11-14 06:09:18
@@ -3306,8 +3517,8 @@
3306
3517
 
3307
3518
  新增数据结构:
3308
3519
 
3309
- * [[ApiEnvironmentStrategyStatus](https://cloud.tencent.com/document/api/628/45244#ApiEnvironmentStrategyStatus)](https://cloud.tencent.com/document/api/628/45244#[ApiEnvironmentStrategyStatus](https://cloud.tencent.com/document/api/628/45244#ApiEnvironmentStrategyStatus))
3310
- * [[IPStrategiesStatus](https://cloud.tencent.com/document/api/628/45244#IPStrategiesStatus)](https://cloud.tencent.com/document/api/628/45244#[IPStrategiesStatus](https://cloud.tencent.com/document/api/628/45244#IPStrategiesStatus))
3520
+ * [ApiEnvironmentStrategyStatus](https://cloud.tencent.com/document/api/628/45244#ApiEnvironmentStrategyStatus)
3521
+ * [IPStrategiesStatus](https://cloud.tencent.com/document/api/628/45244#IPStrategiesStatus)
3311
3522
 
3312
3523
  <font color="#dd0000">**删除数据结构**:</font>
3313
3524
 
@@ -4257,6 +4468,28 @@
4257
4468
 
4258
4469
  ## 应用性能监控(apm) 版本:2021-06-22
4259
4470
 
4471
+ ### 第 19 次发布
4472
+
4473
+ 发布时间:2023-07-18 01:07:24
4474
+
4475
+ 本次发布包含了以下内容:
4476
+
4477
+ 改善已有的文档。
4478
+
4479
+ 修改接口:
4480
+
4481
+ * [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
4482
+
4483
+ * 新增入参:CustomShowTags
4484
+
4485
+
4486
+ 修改数据结构:
4487
+
4488
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
4489
+
4490
+ * 新增成员:CustomShowTags
4491
+
4492
+
4260
4493
  ### 第 18 次发布
4261
4494
 
4262
4495
  发布时间:2023-06-28 01:02:05
@@ -5972,6 +6205,21 @@
5972
6205
 
5973
6206
  ## 语音识别(asr) 版本:2019-06-14
5974
6207
 
6208
+ ### 第 29 次发布
6209
+
6210
+ 发布时间:2023-07-18 01:07:49
6211
+
6212
+ 本次发布包含了以下内容:
6213
+
6214
+ 改善已有的文档。
6215
+
6216
+ 修改接口:
6217
+
6218
+ * [SentenceRecognition](https://cloud.tencent.com/document/api/1093/35646)
6219
+
6220
+ * 新增入参:InputSampleRate
6221
+
6222
+
5975
6223
  ### 第 28 次发布
5976
6224
 
5977
6225
  发布时间:2023-07-05 01:07:50
@@ -6623,6 +6871,21 @@
6623
6871
 
6624
6872
  ## 批量计算(batch) 版本:2017-03-12
6625
6873
 
6874
+ ### 第 46 次发布
6875
+
6876
+ 发布时间:2023-07-18 01:08:15
6877
+
6878
+ 本次发布包含了以下内容:
6879
+
6880
+ 改善已有的文档。
6881
+
6882
+ 修改数据结构:
6883
+
6884
+ * [ItemPrice](https://cloud.tencent.com/document/api/599/15912#ItemPrice)
6885
+
6886
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
6887
+
6888
+
6626
6889
  ### 第 45 次发布
6627
6890
 
6628
6891
  发布时间:2022-12-09 01:11:02
@@ -14164,11 +14427,11 @@
14164
14427
 
14165
14428
  新增接口:
14166
14429
 
14167
- * [[DescribeAuditLogs](https://cloud.tencent.com/document/api/236/95032)](https://cloud.tencent.com/document/api/#/#)
14430
+ * [DescribeAuditLogs](https://cloud.tencent.com/document/api/236/95032)
14168
14431
 
14169
14432
  新增数据结构:
14170
14433
 
14171
- * [[AuditLog](https://cloud.tencent.com/document/api/236/15878#AuditLog)](https://cloud.tencent.com/document/api/236/15878#[AuditLog](https://cloud.tencent.com/document/api/236/15878#AuditLog))
14434
+ * [AuditLog](https://cloud.tencent.com/document/api/236/15878#AuditLog)
14172
14435
 
14173
14436
  ### 第 136 次发布
14174
14437
 
@@ -20748,8 +21011,8 @@
20748
21011
 
20749
21012
  新增接口:
20750
21013
 
20751
- * [[CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)](https://cloud.tencent.com/document/api/#/#)
20752
- * [[DeleteAddressTemplate](https://cloud.tencent.com/document/api/1132/95033)](https://cloud.tencent.com/document/api/#/#)
21014
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
21015
+ * [DeleteAddressTemplate](https://cloud.tencent.com/document/api/1132/95033)
20753
21016
 
20754
21017
  ### 第 39 次发布
20755
21018
 
@@ -22355,6 +22618,25 @@
22355
22618
 
22356
22619
  ## 消息队列 CKafka(ckafka) 版本:2019-08-19
22357
22620
 
22621
+ ### 第 89 次发布
22622
+
22623
+ 发布时间:2023-07-18 01:18:06
22624
+
22625
+ 本次发布包含了以下内容:
22626
+
22627
+ 改善已有的文档。
22628
+
22629
+ 新增数据结构:
22630
+
22631
+ * [[EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping)](https://cloud.tencent.com/document/api/597/40861#[EsRecordMapping](https://cloud.tencent.com/document/api/597/40861#EsRecordMapping))
22632
+
22633
+ 修改数据结构:
22634
+
22635
+ * [EsParam](https://cloud.tencent.com/document/api/597/40861#EsParam)
22636
+
22637
+ * 新增成员:RecordMappingList, DateField
22638
+
22639
+
22358
22640
  ### 第 88 次发布
22359
22641
 
22360
22642
  发布时间:2023-07-12 19:20:51
@@ -32312,6 +32594,23 @@
32312
32594
 
32313
32595
  ## 云安全一体化平台(csip) 版本:2022-11-21
32314
32596
 
32597
+ ### 第 6 次发布
32598
+
32599
+ 发布时间:2023-07-18 01:21:16
32600
+
32601
+ 本次发布包含了以下内容:
32602
+
32603
+ 改善已有的文档。
32604
+
32605
+ 修改数据结构:
32606
+
32607
+ * [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
32608
+
32609
+ * 新增成员:ServiceRisk
32610
+
32611
+ * <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, WAFStatus, AssetCreateTime, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, SubDomain, SeverIp, BotCount, WeakPassword, WebContentRisk, Tag, SourceType, MemberId, CCAttack, WebAttack
32612
+
32613
+
32315
32614
  ### 第 5 次发布
32316
32615
 
32317
32616
  发布时间:2023-06-20 01:16:16
@@ -32456,6 +32755,36 @@
32456
32755
 
32457
32756
  ## 云服务器(cvm) 版本:2017-03-12
32458
32757
 
32758
+ ### 第 111 次发布
32759
+
32760
+ 发布时间:2023-07-18 01:21:28
32761
+
32762
+ 本次发布包含了以下内容:
32763
+
32764
+ 改善已有的文档。
32765
+
32766
+ 修改数据结构:
32767
+
32768
+ * [ItemPrice](https://cloud.tencent.com/document/api/213/15753#ItemPrice)
32769
+
32770
+ * <font color="#dd0000">**修改成员**:</font>UnitPrice, ChargeUnit, OriginalPrice, DiscountPrice, Discount, UnitPriceDiscount, UnitPriceSecondStep, UnitPriceDiscountSecondStep, UnitPriceThirdStep, UnitPriceDiscountThirdStep, OriginalPriceThreeYear, DiscountPriceThreeYear, DiscountThreeYear, OriginalPriceFiveYear, DiscountPriceFiveYear, DiscountFiveYear, OriginalPriceOneYear, DiscountPriceOneYear, DiscountOneYear
32771
+
32772
+
32773
+ ### 第 110 次发布
32774
+
32775
+ 发布时间:2023-07-17 01:12:06
32776
+
32777
+ 本次发布包含了以下内容:
32778
+
32779
+ 改善已有的文档。
32780
+
32781
+ 修改数据结构:
32782
+
32783
+ * [Instance](https://cloud.tencent.com/document/api/213/15753#Instance)
32784
+
32785
+ * 新增成员:DedicatedClusterId
32786
+
32787
+
32459
32788
  ### 第 109 次发布
32460
32789
 
32461
32790
  发布时间:2023-05-25 01:20:37
@@ -34509,6 +34838,18 @@
34509
34838
 
34510
34839
  ## 主机安全(cwp) 版本:2018-02-28
34511
34840
 
34841
+ ### 第 91 次发布
34842
+
34843
+ 发布时间:2023-07-18 01:22:32
34844
+
34845
+ 本次发布包含了以下内容:
34846
+
34847
+ 改善已有的文档。
34848
+
34849
+ <font color="#dd0000">**删除接口**:</font>
34850
+
34851
+ * DescribeSearchExportList
34852
+
34512
34853
  ### 第 90 次发布
34513
34854
 
34514
34855
  发布时间:2023-06-05 01:20:04
@@ -41990,6 +42331,21 @@
41990
42331
 
41991
42332
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
41992
42333
 
42334
+ ### 第 55 次发布
42335
+
42336
+ 发布时间:2023-07-18 01:26:15
42337
+
42338
+ 本次发布包含了以下内容:
42339
+
42340
+ 改善已有的文档。
42341
+
42342
+ 修改数据结构:
42343
+
42344
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
42345
+
42346
+ * <font color="#dd0000">**修改成员**:</font>DriverSize, ExecutorSize, ExecutorNums, ExecutorMaxNumbers, CommonMetrics, SparkMonitorMetrics, PrestoMonitorMetrics
42347
+
42348
+
41993
42349
  ### 第 54 次发布
41994
42350
 
41995
42351
  发布时间:2023-07-05 01:21:49
@@ -49943,6 +50299,40 @@
49943
50299
 
49944
50300
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
49945
50301
 
50302
+ ### 第 88 次发布
50303
+
50304
+ 发布时间:2023-07-18 01:29:51
50305
+
50306
+ 本次发布包含了以下内容:
50307
+
50308
+ 改善已有的文档。
50309
+
50310
+ 修改接口:
50311
+
50312
+ * [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
50313
+
50314
+ * 新增入参:JumpUrl
50315
+
50316
+
50317
+ ### 第 87 次发布
50318
+
50319
+ 发布时间:2023-07-17 01:19:24
50320
+
50321
+ 本次发布包含了以下内容:
50322
+
50323
+ 改善已有的文档。
50324
+
50325
+ <font color="#dd0000">**预下线接口**:</font>
50326
+
50327
+ * CreateChannelSubOrganizationModifyQrCode
50328
+
50329
+ 修改数据结构:
50330
+
50331
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
50332
+
50333
+ * 新增成员:SignComponents, Components, ComponentLimitType
50334
+
50335
+
49946
50336
  ### 第 86 次发布
49947
50337
 
49948
50338
  发布时间:2023-07-10 14:56:45
@@ -51643,6 +52033,33 @@
51643
52033
 
51644
52034
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
51645
52035
 
52036
+ ### 第 95 次发布
52037
+
52038
+ 发布时间:2023-07-18 01:30:22
52039
+
52040
+ 本次发布包含了以下内容:
52041
+
52042
+ 改善已有的文档。
52043
+
52044
+ 修改接口:
52045
+
52046
+ * [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
52047
+
52048
+ * 新增入参:JumpUrl
52049
+
52050
+
52051
+ ### 第 94 次发布
52052
+
52053
+ 发布时间:2023-07-17 01:19:47
52054
+
52055
+ 本次发布包含了以下内容:
52056
+
52057
+ 改善已有的文档。
52058
+
52059
+ 新增接口:
52060
+
52061
+ * [ChannelCreateOrganizationModifyQrCode](https://cloud.tencent.com/document/api/1420/95067)
52062
+
51646
52063
  ### 第 93 次发布
51647
52064
 
51648
52065
  发布时间:2023-07-13 01:20:20
@@ -54584,6 +55001,21 @@
54584
55001
 
54585
55002
  ## 人脸试妆(fmu) 版本:2019-12-13
54586
55003
 
55004
+ ### 第 7 次发布
55005
+
55006
+ 发布时间:2023-07-14 14:55:45
55007
+
55008
+ 本次发布包含了以下内容:
55009
+
55010
+ 改善已有的文档。
55011
+
55012
+ 修改接口:
55013
+
55014
+ * [QueryBeautifyVideoJob](https://cloud.tencent.com/document/api/1172/47792)
55015
+
55016
+ * 新增出参:JobStatusCode
55017
+
55018
+
54587
55019
  ### 第 6 次发布
54588
55020
 
54589
55021
  发布时间:2020-11-03 08:01:24
@@ -56587,6 +57019,26 @@
56587
57019
 
56588
57020
  ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
56589
57021
 
57022
+ ### 第 4 次发布
57023
+
57024
+ 发布时间:2023-07-18 01:31:45
57025
+
57026
+ 本次发布包含了以下内容:
57027
+
57028
+ 改善已有的文档。
57029
+
57030
+ 新增接口:
57031
+
57032
+ * [[DescribeClusterClientToken](https://cloud.tencent.com/document/api/1424/95075)](https://cloud.tencent.com/document/api/#/#)
57033
+ * [[DescribeClusterRoleToken](https://cloud.tencent.com/document/api/1424/95074)](https://cloud.tencent.com/document/api/#/#)
57034
+ * [[DescribeClusterRoles](https://cloud.tencent.com/document/api/1424/95073)](https://cloud.tencent.com/document/api/#/#)
57035
+
57036
+ 新增数据结构:
57037
+
57038
+ * [[ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken)](https://cloud.tencent.com/document/api/1424/95076#[ClientToken](https://cloud.tencent.com/document/api/1424/95076#ClientToken))
57039
+ * [[ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole)](https://cloud.tencent.com/document/api/1424/95076#[ClusterRole](https://cloud.tencent.com/document/api/1424/95076#ClusterRole))
57040
+ * [[RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken)](https://cloud.tencent.com/document/api/1424/95076#[RoleToken](https://cloud.tencent.com/document/api/1424/95076#RoleToken))
57041
+
56590
57042
  ### 第 3 次发布
56591
57043
 
56592
57044
  发布时间:2023-04-20 01:23:06
@@ -59632,6 +60084,18 @@
59632
60084
 
59633
60085
  ## 加速物联网套件(iot) 版本:2018-01-23
59634
60086
 
60087
+ ### 第 7 次发布
60088
+
60089
+ 发布时间:2023-07-17 01:22:28
60090
+
60091
+ 本次发布包含了以下内容:
60092
+
60093
+ 改善已有的文档。
60094
+
60095
+ <font color="#dd0000">**预下线接口**:</font>
60096
+
60097
+ * UnassociateSubDeviceFromGatewayProduct
60098
+
59635
60099
  ### 第 6 次发布
59636
60100
 
59637
60101
  发布时间:2020-03-16 08:11:55
@@ -60807,6 +61271,21 @@
60807
61271
 
60808
61272
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
60809
61273
 
61274
+ ### 第 52 次发布
61275
+
61276
+ 发布时间:2023-07-17 01:23:02
61277
+
61278
+ 本次发布包含了以下内容:
61279
+
61280
+ 改善已有的文档。
61281
+
61282
+ 修改接口:
61283
+
61284
+ * [DescribeFirmwareTask](https://cloud.tencent.com/document/api/1081/53875)
61285
+
61286
+ * 新增出参:CreateUserId, CreatorNickName
61287
+
61288
+
60810
61289
  ### 第 51 次发布
60811
61290
 
60812
61291
  发布时间:2023-05-08 01:28:02
@@ -68282,6 +68761,27 @@
68282
68761
 
68283
68762
 
68284
68763
 
68764
+ ## 商场客留大数据(mall) 版本:2023-05-18
68765
+
68766
+ ### 第 1 次发布
68767
+
68768
+ 发布时间:2023-07-14 16:30:43
68769
+
68770
+ 本次发布包含了以下内容:
68771
+
68772
+ 改善已有的文档。
68773
+
68774
+ 新增接口:
68775
+
68776
+ * [DescribeDrawResourceList](https://cloud.tencent.com/document/api/1707/95048)
68777
+
68778
+ 新增数据结构:
68779
+
68780
+ * [ResourceDrawListType](https://cloud.tencent.com/document/api/1707/95049#ResourceDrawListType)
68781
+
68782
+
68783
+
68784
+
68285
68785
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
68286
68786
 
68287
68787
  ### 第 57 次发布
@@ -76016,6 +76516,23 @@
76016
76516
 
76017
76517
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
76018
76518
 
76519
+ ### 第 35 次发布
76520
+
76521
+ 发布时间:2023-07-17 01:29:44
76522
+
76523
+ 本次发布包含了以下内容:
76524
+
76525
+ 改善已有的文档。
76526
+
76527
+ 新增接口:
76528
+
76529
+ * [DescribeJobSubmissionLog](https://cloud.tencent.com/document/api/849/95069)
76530
+
76531
+ 新增数据结构:
76532
+
76533
+ * [JobInstanceForSubmissionLog](https://cloud.tencent.com/document/api/849/52010#JobInstanceForSubmissionLog)
76534
+ * [LogContent](https://cloud.tencent.com/document/api/849/52010#LogContent)
76535
+
76019
76536
  ### 第 34 次发布
76020
76537
 
76021
76538
  发布时间:2023-06-19 01:30:56
@@ -76712,6 +77229,21 @@
76712
77229
 
76713
77230
  ## 文字识别(ocr) 版本:2018-11-19
76714
77231
 
77232
+ ### 第 105 次发布
77233
+
77234
+ 发布时间:2023-07-17 01:30:01
77235
+
77236
+ 本次发布包含了以下内容:
77237
+
77238
+ 改善已有的文档。
77239
+
77240
+ 修改数据结构:
77241
+
77242
+ * [InvoiceItem](https://cloud.tencent.com/document/api/866/33527#InvoiceItem)
77243
+
77244
+ * <font color="#dd0000">**修改成员**:</font>Page, SubType, TypeDescription, CutImage, SubTypeDescription
77245
+
77246
+
76715
77247
  ### 第 104 次发布
76716
77248
 
76717
77249
  发布时间:2023-06-13 01:30:41
@@ -81372,6 +81904,21 @@
81372
81904
 
81373
81905
  ## 云数据库Redis(redis) 版本:2018-04-12
81374
81906
 
81907
+ ### 第 67 次发布
81908
+
81909
+ 发布时间:2023-07-18 01:42:27
81910
+
81911
+ 本次发布包含了以下内容:
81912
+
81913
+ 改善已有的文档。
81914
+
81915
+ 修改数据结构:
81916
+
81917
+ * [BackupDownloadInfo](https://cloud.tencent.com/document/api/239/20022#BackupDownloadInfo)
81918
+
81919
+ * <font color="#dd0000">**修改成员**:</font>FileSize
81920
+
81921
+
81375
81922
  ### 第 66 次发布
81376
81923
 
81377
81924
  发布时间:2023-06-28 01:36:04
@@ -87065,6 +87612,25 @@
87065
87612
 
87066
87613
  ## SSL 证书(ssl) 版本:2019-12-05
87067
87614
 
87615
+ ### 第 38 次发布
87616
+
87617
+ 发布时间:2023-07-17 01:34:11
87618
+
87619
+ 本次发布包含了以下内容:
87620
+
87621
+ 改善已有的文档。
87622
+
87623
+ 修改接口:
87624
+
87625
+ * [DescribeCertificate](https://cloud.tencent.com/document/api/400/41674)
87626
+
87627
+ * 新增出参:DvRevokeAuthDetail
87628
+
87629
+ * [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
87630
+
87631
+ * 新增出参:DvRevokeAuthDetail
87632
+
87633
+
87068
87634
  ### 第 37 次发布
87069
87635
 
87070
87636
  发布时间:2023-06-13 01:37:56
@@ -96296,6 +96862,43 @@
96296
96862
 
96297
96863
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
96298
96864
 
96865
+ ### 第 68 次发布
96866
+
96867
+ 发布时间:2023-07-17 01:38:17
96868
+
96869
+ 本次发布包含了以下内容:
96870
+
96871
+ 改善已有的文档。
96872
+
96873
+ <font color="#dd0000">**删除接口**:</font>
96874
+
96875
+ * CreateAMQPCluster
96876
+ * CreateAMQPExchange
96877
+ * CreateAMQPQueue
96878
+ * CreateAMQPRouteRelation
96879
+ * CreateAMQPVHost
96880
+ * DeleteAMQPCluster
96881
+ * DeleteAMQPExchange
96882
+ * DeleteAMQPQueue
96883
+ * DeleteAMQPRouteRelation
96884
+ * DeleteAMQPVHost
96885
+ * DescribeAMQPCluster
96886
+ * DescribeAMQPCreateQuota
96887
+ * DescribeAMQPExchanges
96888
+ * DescribeAMQPQueues
96889
+ * DescribeAMQPRouteRelations
96890
+ * DescribeAMQPVHosts
96891
+ * ModifyAMQPExchange
96892
+ * ModifyAMQPQueue
96893
+
96894
+ <font color="#dd0000">**删除数据结构**:</font>
96895
+
96896
+ * AMQPClusterRecentStats
96897
+ * AMQPExchange
96898
+ * AMQPQueueDetail
96899
+ * AMQPRouteRelation
96900
+ * AMQPVHost
96901
+
96299
96902
  ### 第 67 次发布
96300
96903
 
96301
96904
  发布时间:2023-07-13 01:38:37
@@ -103526,6 +104129,52 @@
103526
104129
 
103527
104130
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
103528
104131
 
104132
+ ### 第 28 次发布
104133
+
104134
+ 发布时间:2023-07-17 01:40:19
104135
+
104136
+ 本次发布包含了以下内容:
104137
+
104138
+ 改善已有的文档。
104139
+
104140
+ 修改接口:
104141
+
104142
+ * [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
104143
+
104144
+ * 新增入参:ModelTurboEnable, ServiceCategory
104145
+
104146
+ * [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
104147
+
104148
+ * 新增出参:ModelTurboFlag
104149
+
104150
+ * [ModifyModelService](https://cloud.tencent.com/document/api/851/83228)
104151
+
104152
+ * 新增入参:ModelTurboEnable
104153
+
104154
+
104155
+ 修改数据结构:
104156
+
104157
+ * [GpuDetail](https://cloud.tencent.com/document/api/851/75051#GpuDetail)
104158
+
104159
+ * <font color="#dd0000">**修改成员**:</font>Name, Value
104160
+
104161
+ * [HyperParameter](https://cloud.tencent.com/document/api/851/75051#HyperParameter)
104162
+
104163
+ * 新增成员:LoraScale
104164
+
104165
+ * [ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)
104166
+
104167
+ * 新增成员:ModelFormat
104168
+
104169
+ * [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
104170
+
104171
+ * 新增成员:ModelTurboEnable
104172
+
104173
+ * [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
104174
+
104175
+ * 新增成员:Reason
104176
+
104177
+
103529
104178
  ### 第 27 次发布
103530
104179
 
103531
104180
  发布时间:2023-06-26 01:57:45
@@ -109047,6 +109696,21 @@
109047
109696
 
109048
109697
  ## 远程实时操控(trro) 版本:2022-03-25
109049
109698
 
109699
+ ### 第 3 次发布
109700
+
109701
+ 发布时间:2023-07-18 01:53:24
109702
+
109703
+ 本次发布包含了以下内容:
109704
+
109705
+ 改善已有的文档。
109706
+
109707
+ 修改数据结构:
109708
+
109709
+ * [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
109710
+
109711
+ * 新增成员:Ver, SdkMode, DecodeCost, RenderConst, K100, K150, NACK, BitRateEstimate, Width, Height, EncodeCost, CaptureCost
109712
+
109713
+
109050
109714
  ### 第 2 次发布
109051
109715
 
109052
109716
  发布时间:2023-04-05 02:05:51
@@ -121994,6 +122658,31 @@
121994
122658
 
121995
122659
  ## 声音复刻(vrs) 版本:2020-08-24
121996
122660
 
122661
+ ### 第 2 次发布
122662
+
122663
+ 发布时间:2023-07-18 01:58:58
122664
+
122665
+ 本次发布包含了以下内容:
122666
+
122667
+ 改善已有的文档。
122668
+
122669
+ 新增接口:
122670
+
122671
+ * [[CancelVRSTask](https://cloud.tencent.com/document/api/1283/95078)](https://cloud.tencent.com/document/api/#/#)
122672
+ * [[DownloadVRSModel](https://cloud.tencent.com/document/api/1283/95077)](https://cloud.tencent.com/document/api/#/#)
122673
+
122674
+ 修改接口:
122675
+
122676
+ * [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
122677
+
122678
+ * 新增入参:ModelType
122679
+
122680
+
122681
+ 新增数据结构:
122682
+
122683
+ * [[CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp)](https://cloud.tencent.com/document/api/1283/90065#[CancelVRSTaskRsp](https://cloud.tencent.com/document/api/1283/90065#CancelVRSTaskRsp))
122684
+ * [[DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp)](https://cloud.tencent.com/document/api/1283/90065#[DownloadVRSModelRsp](https://cloud.tencent.com/document/api/1283/90065#DownloadVRSModelRsp))
122685
+
121997
122686
  ### 第 1 次发布
121998
122687
 
121999
122688
  发布时间:2023-04-11 09:31:00
@@ -122777,6 +123466,21 @@
122777
123466
 
122778
123467
  ## 企业微信汽车行业版(wav) 版本:2021-01-29
122779
123468
 
123469
+ ### 第 17 次发布
123470
+
123471
+ 发布时间:2023-07-18 01:59:28
123472
+
123473
+ 本次发布包含了以下内容:
123474
+
123475
+ 改善已有的文档。
123476
+
123477
+ 修改数据结构:
123478
+
123479
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
123480
+
123481
+ * 新增成员:UpdateTime
123482
+
123483
+
122780
123484
  ### 第 16 次发布
122781
123485
 
122782
123486
  发布时间:2023-07-14 01:46:29