tencentcloud-sdk-nodejs 4.0.821 → 4.0.823
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.
- package/CHANGELOG.md +628 -0
- package/SERVICE_CHANGELOG.md +713 -59
- package/package.json +4 -2
- package/products.md +26 -26
- package/src/common/abstract_client.ts +36 -6
- package/src/common/exception/tencent_cloud_sdk_exception.ts +17 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +3 -4
- package/src/services/bi/v20220105/bi_models.ts +12 -0
- package/src/services/billing/v20180709/billing_models.ts +189 -72
- package/src/services/ccc/v20200210/ccc_client.ts +52 -14
- package/src/services/ccc/v20200210/ccc_models.ts +234 -15
- package/src/services/cdwpg/v20201230/cdwpg_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +38 -12
- package/src/services/ckafka/v20190819/ckafka_models.ts +396 -304
- package/src/services/clb/v20180317/clb_models.ts +0 -1
- package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +20 -4
- package/src/services/csip/v20221121/csip_models.ts +9 -8
- package/src/services/cwp/v20180228/cwp_client.ts +9 -4
- package/src/services/cwp/v20180228/cwp_models.ts +57 -4
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +130 -0
- package/src/services/dlc/v20210125/dlc_models.ts +2 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +8 -0
- package/src/services/dts/v20211206/dts_models.ts +20 -0
- package/src/services/es/v20180416/es_client.ts +2 -1
- package/src/services/es/v20180416/es_models.ts +94 -41
- package/src/services/ess/v20201111/ess_models.ts +51 -34
- package/src/services/essbasic/v20210526/essbasic_models.ts +18 -7
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +356 -72
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1375 -314
- package/src/services/lcic/v20220817/lcic_client.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +31 -0
- package/src/services/mps/v20190612/mps_models.ts +69 -25
- package/src/services/ocr/v20181119/ocr_client.ts +26 -11
- package/src/services/ocr/v20181119/ocr_models.ts +168 -14
- package/src/services/tione/v20211111/tione_client.ts +2 -1
- package/src/services/tione/v20211111/tione_models.ts +41 -3
- package/src/services/tms/v20201229/tms_client.ts +1 -1
- package/src/services/tts/v20190823/tts_models.ts +5 -0
- package/src/services/vod/v20180717/vod_models.ts +12 -17
- package/src/services/wedata/v20210820/wedata_models.ts +173 -68
- package/tencentcloud/common/abstract_client.js +32 -6
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.d.ts +6 -1
- package/tencentcloud/common/exception/tencent_cloud_sdk_exception.js +11 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -4
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +12 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +189 -72
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +226 -15
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +393 -307
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +0 -1
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +20 -4
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -8
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -4
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +128 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +20 -0
- package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +93 -41
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -34
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -7
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +109 -17
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +162 -24
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1320 -313
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -25
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +163 -14
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +40 -3
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +12 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +173 -68
- package/test/ccc.v20200210.test.js +34 -4
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +246 -16
- package/test/ocr.v20181119.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 10 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-29 01:08:41
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,18 +12,135 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增入参:OperationAuthLimit
|
|
18
18
|
|
|
19
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
19
20
|
|
|
21
|
+
* 新增入参:ManagePlatform
|
|
20
22
|
|
|
23
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
21
24
|
|
|
22
|
-
|
|
25
|
+
* 新增入参:ManagePlatform
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
31
|
+
|
|
32
|
+
### 第 58 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2024-03-29 01:08:47
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
修改数据结构:
|
|
41
|
+
|
|
42
|
+
* [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
|
|
43
|
+
|
|
44
|
+
* [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
|
|
45
|
+
|
|
46
|
+
* [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
|
|
47
|
+
|
|
48
|
+
* [ConsumptionBusinessSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionBusinessSummaryDataItem)
|
|
49
|
+
|
|
50
|
+
* 新增成员:RegionName
|
|
51
|
+
|
|
52
|
+
* <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
53
|
+
|
|
54
|
+
* [ConsumptionProjectSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionProjectSummaryDataItem)
|
|
55
|
+
|
|
56
|
+
* <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
57
|
+
|
|
58
|
+
* [ConsumptionRegionSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionRegionSummaryDataItem)
|
|
59
|
+
|
|
60
|
+
* 新增成员:CashPayAmount, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
|
|
61
|
+
|
|
62
|
+
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
63
|
+
|
|
64
|
+
* 新增成员:PayerUin, OwnerUin, OperateUin, ProductCode, ProductCodeName, RegionType, RegionTypeName, Extend1, Extend2, Extend3, Extend4, Extend5, InstanceType, InstanceTypeName, PayTime, ZoneName, ComponentConfig
|
|
65
|
+
|
|
66
|
+
* <font color="#dd0000">**修改成员**:</font>RealCost, FeeBeginTime, FeeEndTime, DayDiff, DailyTotalCost, OrderId, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
|
|
67
|
+
|
|
68
|
+
* [GatherResourceSummary](https://cloud.tencent.com/document/api/555/19183#GatherResourceSummary)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
|
|
74
|
+
|
|
75
|
+
### 第 5 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2024-03-29 01:12:12
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
修改接口:
|
|
84
|
+
|
|
85
|
+
* [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
|
|
86
|
+
|
|
87
|
+
* 新增入参:AppId, Uin, UniqVpcId, SubnetId
|
|
23
88
|
|
|
24
|
-
### 第 83 次发布
|
|
25
89
|
|
|
26
|
-
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
93
|
+
|
|
94
|
+
### 第 111 次发布
|
|
95
|
+
|
|
96
|
+
发布时间:2024-03-29 01:13:05
|
|
97
|
+
|
|
98
|
+
本次发布包含了以下内容:
|
|
99
|
+
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
103
|
+
|
|
104
|
+
* DeleteAttackLogs
|
|
105
|
+
* ExportAttackLogs
|
|
106
|
+
|
|
107
|
+
修改接口:
|
|
108
|
+
|
|
109
|
+
* [CreateSearchTemplate](https://cloud.tencent.com/document/api/296/55730)
|
|
110
|
+
|
|
111
|
+
* 新增出参:Message
|
|
112
|
+
|
|
113
|
+
* [DescribeBaselineItemInfo](https://cloud.tencent.com/document/api/296/87860)
|
|
114
|
+
|
|
115
|
+
* 新增出参:CategoryList
|
|
116
|
+
|
|
117
|
+
* [ModifyBaselineRule](https://cloud.tencent.com/document/api/296/87844)
|
|
118
|
+
|
|
119
|
+
* 新增入参:IdType, ExcludeIds, CategoryIds
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
新增数据结构:
|
|
123
|
+
|
|
124
|
+
* [BaselineItemsCategory](https://cloud.tencent.com/document/api/296/19867#BaselineItemsCategory)
|
|
125
|
+
|
|
126
|
+
修改数据结构:
|
|
127
|
+
|
|
128
|
+
* [BaselineCategory](https://cloud.tencent.com/document/api/296/19867#BaselineCategory)
|
|
129
|
+
|
|
130
|
+
* 新增成员:ItemCount
|
|
131
|
+
|
|
132
|
+
* [Item](https://cloud.tencent.com/document/api/296/19867#Item)
|
|
133
|
+
|
|
134
|
+
* 新增成员:CustomItemValues
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
140
|
+
|
|
141
|
+
### 第 82 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2024-03-29 01:14:11
|
|
27
144
|
|
|
28
145
|
本次发布包含了以下内容:
|
|
29
146
|
|
|
@@ -31,25 +148,29 @@
|
|
|
31
148
|
|
|
32
149
|
新增接口:
|
|
33
150
|
|
|
34
|
-
* [
|
|
151
|
+
* [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
|
|
35
152
|
|
|
36
153
|
|
|
37
154
|
|
|
38
155
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
39
156
|
|
|
40
|
-
### 第
|
|
157
|
+
### 第 27 次发布
|
|
41
158
|
|
|
42
|
-
发布时间:2024-03-
|
|
159
|
+
发布时间:2024-03-29 01:16:13
|
|
43
160
|
|
|
44
161
|
本次发布包含了以下内容:
|
|
45
162
|
|
|
46
163
|
改善已有的文档。
|
|
47
164
|
|
|
48
|
-
|
|
165
|
+
修改数据结构:
|
|
49
166
|
|
|
50
|
-
* [
|
|
167
|
+
* [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
|
|
51
168
|
|
|
52
|
-
*
|
|
169
|
+
* 新增成员:ChildInstanceId, ChildInstanceType
|
|
170
|
+
|
|
171
|
+
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
172
|
+
|
|
173
|
+
* 新增成员:ChildInstanceId, ChildInstanceType
|
|
53
174
|
|
|
54
175
|
|
|
55
176
|
|
|
@@ -58,11 +179,11 @@
|
|
|
58
179
|
|
|
59
180
|
|
|
60
181
|
|
|
61
|
-
##
|
|
182
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62
183
|
|
|
63
|
-
### 第
|
|
184
|
+
### 第 162 次发布
|
|
64
185
|
|
|
65
|
-
发布时间:2024-03-
|
|
186
|
+
发布时间:2024-03-29 01:17:41
|
|
66
187
|
|
|
67
188
|
本次发布包含了以下内容:
|
|
68
189
|
|
|
@@ -70,37 +191,51 @@
|
|
|
70
191
|
|
|
71
192
|
修改接口:
|
|
72
193
|
|
|
73
|
-
* [
|
|
194
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
74
195
|
|
|
75
|
-
* 新增入参:
|
|
196
|
+
* 新增入参:ProxyOperatorMobile
|
|
76
197
|
|
|
77
198
|
|
|
78
199
|
|
|
79
200
|
|
|
80
|
-
##
|
|
201
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
81
202
|
|
|
82
|
-
### 第 14 次发布
|
|
83
203
|
|
|
84
|
-
|
|
204
|
+
|
|
205
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
206
|
+
|
|
207
|
+
### 第 55 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2024-03-29 01:20:28
|
|
85
210
|
|
|
86
211
|
本次发布包含了以下内容:
|
|
87
212
|
|
|
88
213
|
改善已有的文档。
|
|
89
214
|
|
|
90
|
-
|
|
215
|
+
新增数据结构:
|
|
91
216
|
|
|
92
|
-
* [
|
|
93
|
-
* [DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)
|
|
94
|
-
* [DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)
|
|
95
|
-
* [UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)
|
|
217
|
+
* [CustomMsgContent](https://cloud.tencent.com/document/api/1639/81423#CustomMsgContent)
|
|
96
218
|
|
|
219
|
+
修改数据结构:
|
|
97
220
|
|
|
221
|
+
* [MessageItem](https://cloud.tencent.com/document/api/1639/81423#MessageItem)
|
|
98
222
|
|
|
99
|
-
|
|
223
|
+
* 新增成员:CustomMessage
|
|
224
|
+
|
|
225
|
+
* <font color="#dd0000">**修改成员**:</font>MessageType, TextMessage, ImageMessage
|
|
226
|
+
|
|
227
|
+
* [MsgBody](https://cloud.tencent.com/document/api/1639/81423#MsgBody)
|
|
228
|
+
|
|
229
|
+
* 新增成员:CustomMsgContent
|
|
100
230
|
|
|
101
|
-
### 第 81 次发布
|
|
102
231
|
|
|
103
|
-
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
235
|
+
|
|
236
|
+
### 第 55 次发布
|
|
237
|
+
|
|
238
|
+
发布时间:2024-03-29 01:28:05
|
|
104
239
|
|
|
105
240
|
本次发布包含了以下内容:
|
|
106
241
|
|
|
@@ -108,52 +243,55 @@
|
|
|
108
243
|
|
|
109
244
|
修改接口:
|
|
110
245
|
|
|
111
|
-
* [
|
|
246
|
+
* [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
|
|
112
247
|
|
|
113
|
-
*
|
|
248
|
+
* 新增入参:ImageFilters
|
|
114
249
|
|
|
115
|
-
* [BatchRerunIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82536)
|
|
116
250
|
|
|
117
|
-
|
|
251
|
+
新增数据结构:
|
|
118
252
|
|
|
119
|
-
* [
|
|
253
|
+
* [ImageFIlter](https://cloud.tencent.com/document/api/851/75051#ImageFIlter)
|
|
120
254
|
|
|
121
|
-
|
|
255
|
+
修改数据结构:
|
|
122
256
|
|
|
123
|
-
* [
|
|
257
|
+
* [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
|
|
124
258
|
|
|
125
|
-
*
|
|
259
|
+
* 新增成员:ErrCode, ErrMsg
|
|
126
260
|
|
|
127
|
-
* <font color="#dd0000">**修改入参**:</font>MessageId
|
|
128
261
|
|
|
129
|
-
* [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
|
|
130
262
|
|
|
131
|
-
* 新增入参:DevelopmentParams
|
|
132
263
|
|
|
264
|
+
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
133
265
|
|
|
134
|
-
新增数据结构:
|
|
135
266
|
|
|
136
|
-
* [QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)
|
|
137
267
|
|
|
138
|
-
|
|
268
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
139
269
|
|
|
140
|
-
|
|
270
|
+
### 第 83 次发布
|
|
141
271
|
|
|
142
|
-
|
|
272
|
+
发布时间:2024-03-29 01:32:12
|
|
143
273
|
|
|
144
|
-
|
|
274
|
+
本次发布包含了以下内容:
|
|
145
275
|
|
|
146
|
-
|
|
276
|
+
改善已有的文档。
|
|
147
277
|
|
|
148
|
-
|
|
278
|
+
修改数据结构:
|
|
149
279
|
|
|
150
|
-
|
|
280
|
+
* [ExportTaskInfo](https://cloud.tencent.com/document/api/1267/76336#ExportTaskInfo)
|
|
151
281
|
|
|
152
|
-
*
|
|
282
|
+
* 新增成员:Expire, DatasourceName, DbTableName, RuleName, RuleExecId
|
|
153
283
|
|
|
154
|
-
* [
|
|
284
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
155
285
|
|
|
156
|
-
* 新增成员:
|
|
286
|
+
* 新增成员:TriggerCondition
|
|
287
|
+
|
|
288
|
+
* [RuleExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleExecResult)
|
|
289
|
+
|
|
290
|
+
* <font color="#dd0000">**修改成员**:</font>RuleExecId, RuleGroupExecId, RuleGroupId, RuleId, RuleName, RuleType, SourceObjectDataTypeName, SourceObjectValue, ConditionExpression, ExecResultStatus, TriggerResult, CompareResult, StartTime, AlarmLevel
|
|
291
|
+
|
|
292
|
+
* [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
|
|
293
|
+
|
|
294
|
+
* 新增成员:RuleExecResultVOList
|
|
157
295
|
|
|
158
296
|
|
|
159
297
|
|
|
@@ -8585,6 +8723,29 @@
|
|
|
8585
8723
|
|
|
8586
8724
|
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
8587
8725
|
|
|
8726
|
+
### 第 10 次发布
|
|
8727
|
+
|
|
8728
|
+
发布时间:2024-03-29 01:08:41
|
|
8729
|
+
|
|
8730
|
+
本次发布包含了以下内容:
|
|
8731
|
+
|
|
8732
|
+
改善已有的文档。
|
|
8733
|
+
|
|
8734
|
+
修改接口:
|
|
8735
|
+
|
|
8736
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
8737
|
+
|
|
8738
|
+
* 新增入参:OperationAuthLimit
|
|
8739
|
+
|
|
8740
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
8741
|
+
|
|
8742
|
+
* 新增入参:ManagePlatform
|
|
8743
|
+
|
|
8744
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
8745
|
+
|
|
8746
|
+
* 新增入参:ManagePlatform
|
|
8747
|
+
|
|
8748
|
+
|
|
8588
8749
|
### 第 9 次发布
|
|
8589
8750
|
|
|
8590
8751
|
发布时间:2024-01-31 01:07:03
|
|
@@ -8888,6 +9049,45 @@
|
|
|
8888
9049
|
|
|
8889
9050
|
## 费用中心(billing) 版本:2018-07-09
|
|
8890
9051
|
|
|
9052
|
+
### 第 58 次发布
|
|
9053
|
+
|
|
9054
|
+
发布时间:2024-03-29 01:08:47
|
|
9055
|
+
|
|
9056
|
+
本次发布包含了以下内容:
|
|
9057
|
+
|
|
9058
|
+
改善已有的文档。
|
|
9059
|
+
|
|
9060
|
+
修改数据结构:
|
|
9061
|
+
|
|
9062
|
+
* [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
|
|
9063
|
+
|
|
9064
|
+
* [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
|
|
9065
|
+
|
|
9066
|
+
* [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
|
|
9067
|
+
|
|
9068
|
+
* [ConsumptionBusinessSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionBusinessSummaryDataItem)
|
|
9069
|
+
|
|
9070
|
+
* 新增成员:RegionName
|
|
9071
|
+
|
|
9072
|
+
* <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
9073
|
+
|
|
9074
|
+
* [ConsumptionProjectSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionProjectSummaryDataItem)
|
|
9075
|
+
|
|
9076
|
+
* <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
|
|
9077
|
+
|
|
9078
|
+
* [ConsumptionRegionSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionRegionSummaryDataItem)
|
|
9079
|
+
|
|
9080
|
+
* 新增成员:CashPayAmount, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
|
|
9081
|
+
|
|
9082
|
+
* [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
|
|
9083
|
+
|
|
9084
|
+
* 新增成员:PayerUin, OwnerUin, OperateUin, ProductCode, ProductCodeName, RegionType, RegionTypeName, Extend1, Extend2, Extend3, Extend4, Extend5, InstanceType, InstanceTypeName, PayTime, ZoneName, ComponentConfig
|
|
9085
|
+
|
|
9086
|
+
* <font color="#dd0000">**修改成员**:</font>RealCost, FeeBeginTime, FeeEndTime, DayDiff, DailyTotalCost, OrderId, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
|
|
9087
|
+
|
|
9088
|
+
* [GatherResourceSummary](https://cloud.tencent.com/document/api/555/19183#GatherResourceSummary)
|
|
9089
|
+
|
|
9090
|
+
|
|
8891
9091
|
### 第 57 次发布
|
|
8892
9092
|
|
|
8893
9093
|
发布时间:2024-03-08 11:57:13
|
|
@@ -14917,6 +15117,25 @@
|
|
|
14917
15117
|
|
|
14918
15118
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
14919
15119
|
|
|
15120
|
+
### 第 63 次发布
|
|
15121
|
+
|
|
15122
|
+
发布时间:2024-03-28 01:09:50
|
|
15123
|
+
|
|
15124
|
+
本次发布包含了以下内容:
|
|
15125
|
+
|
|
15126
|
+
改善已有的文档。
|
|
15127
|
+
|
|
15128
|
+
新增接口:
|
|
15129
|
+
|
|
15130
|
+
* [CreateCompanyApply](https://cloud.tencent.com/document/api/679/104629)
|
|
15131
|
+
* [DescribeCompanyList](https://cloud.tencent.com/document/api/679/104628)
|
|
15132
|
+
* [ModifyCompanyApply](https://cloud.tencent.com/document/api/679/104627)
|
|
15133
|
+
|
|
15134
|
+
新增数据结构:
|
|
15135
|
+
|
|
15136
|
+
* [CompanyApplyInfo](https://cloud.tencent.com/document/api/679/47715#CompanyApplyInfo)
|
|
15137
|
+
* [CompanyStateInfo](https://cloud.tencent.com/document/api/679/47715#CompanyStateInfo)
|
|
15138
|
+
|
|
14920
15139
|
### 第 62 次发布
|
|
14921
15140
|
|
|
14922
15141
|
发布时间:2024-03-13 01:09:37
|
|
@@ -22669,6 +22888,21 @@
|
|
|
22669
22888
|
|
|
22670
22889
|
## 云数据仓库 PostgreSQL(cdwpg) 版本:2020-12-30
|
|
22671
22890
|
|
|
22891
|
+
### 第 7 次发布
|
|
22892
|
+
|
|
22893
|
+
发布时间:2024-03-28 01:10:53
|
|
22894
|
+
|
|
22895
|
+
本次发布包含了以下内容:
|
|
22896
|
+
|
|
22897
|
+
改善已有的文档。
|
|
22898
|
+
|
|
22899
|
+
修改接口:
|
|
22900
|
+
|
|
22901
|
+
* [CreateInstanceByApi](https://cloud.tencent.com/document/api/878/98894)
|
|
22902
|
+
|
|
22903
|
+
* 新增入参:ProductVersion
|
|
22904
|
+
|
|
22905
|
+
|
|
22672
22906
|
### 第 6 次发布
|
|
22673
22907
|
|
|
22674
22908
|
发布时间:2023-10-24 01:08:56
|
|
@@ -25691,6 +25925,24 @@
|
|
|
25691
25925
|
|
|
25692
25926
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
25693
25927
|
|
|
25928
|
+
### 第 100 次发布
|
|
25929
|
+
|
|
25930
|
+
发布时间:2024-03-28 01:11:33
|
|
25931
|
+
|
|
25932
|
+
本次发布包含了以下内容:
|
|
25933
|
+
|
|
25934
|
+
改善已有的文档。
|
|
25935
|
+
|
|
25936
|
+
新增接口:
|
|
25937
|
+
|
|
25938
|
+
* [CreatePrometheus](https://cloud.tencent.com/document/api/597/104631)
|
|
25939
|
+
* [DescribePrometheus](https://cloud.tencent.com/document/api/597/104630)
|
|
25940
|
+
|
|
25941
|
+
新增数据结构:
|
|
25942
|
+
|
|
25943
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
25944
|
+
* [PrometheusResult](https://cloud.tencent.com/document/api/597/40861#PrometheusResult)
|
|
25945
|
+
|
|
25694
25946
|
### 第 99 次发布
|
|
25695
25947
|
|
|
25696
25948
|
发布时间:2024-03-27 01:11:34
|
|
@@ -30358,6 +30610,21 @@
|
|
|
30358
30610
|
|
|
30359
30611
|
## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
|
|
30360
30612
|
|
|
30613
|
+
### 第 5 次发布
|
|
30614
|
+
|
|
30615
|
+
发布时间:2024-03-29 01:12:12
|
|
30616
|
+
|
|
30617
|
+
本次发布包含了以下内容:
|
|
30618
|
+
|
|
30619
|
+
改善已有的文档。
|
|
30620
|
+
|
|
30621
|
+
修改接口:
|
|
30622
|
+
|
|
30623
|
+
* [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
|
|
30624
|
+
|
|
30625
|
+
* 新增入参:AppId, Uin, UniqVpcId, SubnetId
|
|
30626
|
+
|
|
30627
|
+
|
|
30361
30628
|
### 第 4 次发布
|
|
30362
30629
|
|
|
30363
30630
|
发布时间:2023-07-24 01:17:40
|
|
@@ -36752,6 +37019,29 @@
|
|
|
36752
37019
|
|
|
36753
37020
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
36754
37021
|
|
|
37022
|
+
### 第 33 次发布
|
|
37023
|
+
|
|
37024
|
+
发布时间:2024-03-28 01:12:39
|
|
37025
|
+
|
|
37026
|
+
本次发布包含了以下内容:
|
|
37027
|
+
|
|
37028
|
+
改善已有的文档。
|
|
37029
|
+
|
|
37030
|
+
修改数据结构:
|
|
37031
|
+
|
|
37032
|
+
* [AssetViewWeakPassRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewWeakPassRisk)
|
|
37033
|
+
|
|
37034
|
+
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, InstanceType, Component, Service, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, PasswordType, From, VULType, VULURL, Fix, Payload
|
|
37035
|
+
|
|
37036
|
+
* [PortViewPortRisk](https://cloud.tencent.com/document/api/664/90825#PortViewPortRisk)
|
|
37037
|
+
|
|
37038
|
+
* <font color="#dd0000">**修改成员**:</font>NoHandleCount, Level, Protocol, Component, Port, RecentTime, FirstTime, Suggestion, AffectAssetCount, Id, From, Index, AppId, Nick, Uin, Service
|
|
37039
|
+
|
|
37040
|
+
* [WebsiteRisk](https://cloud.tencent.com/document/api/664/90825#WebsiteRisk)
|
|
37041
|
+
|
|
37042
|
+
* <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, URL, URLPath, InstanceType, DetectEngine, ResultDescribe, SourceURL, SourceURLPath
|
|
37043
|
+
|
|
37044
|
+
|
|
36755
37045
|
### 第 32 次发布
|
|
36756
37046
|
|
|
36757
37047
|
发布时间:2024-03-04 01:11:59
|
|
@@ -39855,6 +40145,49 @@
|
|
|
39855
40145
|
|
|
39856
40146
|
## 主机安全(cwp) 版本:2018-02-28
|
|
39857
40147
|
|
|
40148
|
+
### 第 111 次发布
|
|
40149
|
+
|
|
40150
|
+
发布时间:2024-03-29 01:13:05
|
|
40151
|
+
|
|
40152
|
+
本次发布包含了以下内容:
|
|
40153
|
+
|
|
40154
|
+
改善已有的文档。
|
|
40155
|
+
|
|
40156
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
40157
|
+
|
|
40158
|
+
* DeleteAttackLogs
|
|
40159
|
+
* ExportAttackLogs
|
|
40160
|
+
|
|
40161
|
+
修改接口:
|
|
40162
|
+
|
|
40163
|
+
* [CreateSearchTemplate](https://cloud.tencent.com/document/api/296/55730)
|
|
40164
|
+
|
|
40165
|
+
* 新增出参:Message
|
|
40166
|
+
|
|
40167
|
+
* [DescribeBaselineItemInfo](https://cloud.tencent.com/document/api/296/87860)
|
|
40168
|
+
|
|
40169
|
+
* 新增出参:CategoryList
|
|
40170
|
+
|
|
40171
|
+
* [ModifyBaselineRule](https://cloud.tencent.com/document/api/296/87844)
|
|
40172
|
+
|
|
40173
|
+
* 新增入参:IdType, ExcludeIds, CategoryIds
|
|
40174
|
+
|
|
40175
|
+
|
|
40176
|
+
新增数据结构:
|
|
40177
|
+
|
|
40178
|
+
* [[BaselineItemsCategory](https://cloud.tencent.com/document/api/296/19867#BaselineItemsCategory)](https://cloud.tencent.com/document/api/296/19867#[BaselineItemsCategory](https://cloud.tencent.com/document/api/296/19867#BaselineItemsCategory))
|
|
40179
|
+
|
|
40180
|
+
修改数据结构:
|
|
40181
|
+
|
|
40182
|
+
* [BaselineCategory](https://cloud.tencent.com/document/api/296/19867#BaselineCategory)
|
|
40183
|
+
|
|
40184
|
+
* 新增成员:ItemCount
|
|
40185
|
+
|
|
40186
|
+
* [Item](https://cloud.tencent.com/document/api/296/19867#Item)
|
|
40187
|
+
|
|
40188
|
+
* 新增成员:CustomItemValues
|
|
40189
|
+
|
|
40190
|
+
|
|
39858
40191
|
### 第 110 次发布
|
|
39859
40192
|
|
|
39860
40193
|
发布时间:2024-03-25 01:12:24
|
|
@@ -43344,6 +43677,18 @@
|
|
|
43344
43677
|
|
|
43345
43678
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
43346
43679
|
|
|
43680
|
+
### 第 82 次发布
|
|
43681
|
+
|
|
43682
|
+
发布时间:2024-03-29 01:14:11
|
|
43683
|
+
|
|
43684
|
+
本次发布包含了以下内容:
|
|
43685
|
+
|
|
43686
|
+
改善已有的文档。
|
|
43687
|
+
|
|
43688
|
+
新增接口:
|
|
43689
|
+
|
|
43690
|
+
* [[RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)](https://cloud.tencent.com/document/api/#/#)
|
|
43691
|
+
|
|
43347
43692
|
### 第 81 次发布
|
|
43348
43693
|
|
|
43349
43694
|
发布时间:2024-03-15 01:12:26
|
|
@@ -48933,6 +49278,19 @@
|
|
|
48933
49278
|
|
|
48934
49279
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
48935
49280
|
|
|
49281
|
+
### 第 84 次发布
|
|
49282
|
+
|
|
49283
|
+
发布时间:2024-03-28 01:14:58
|
|
49284
|
+
|
|
49285
|
+
本次发布包含了以下内容:
|
|
49286
|
+
|
|
49287
|
+
改善已有的文档。
|
|
49288
|
+
|
|
49289
|
+
修改数据结构:
|
|
49290
|
+
|
|
49291
|
+
* [TableBaseInfo](https://cloud.tencent.com/document/api/1342/53778#TableBaseInfo)
|
|
49292
|
+
|
|
49293
|
+
|
|
48936
49294
|
### 第 83 次发布
|
|
48937
49295
|
|
|
48938
49296
|
发布时间:2024-03-27 01:14:55
|
|
@@ -48943,7 +49301,7 @@
|
|
|
48943
49301
|
|
|
48944
49302
|
新增接口:
|
|
48945
49303
|
|
|
48946
|
-
* [
|
|
49304
|
+
* [QueryTaskCostDetail](https://cloud.tencent.com/document/api/1342/104596)
|
|
48947
49305
|
|
|
48948
49306
|
### 第 82 次发布
|
|
48949
49307
|
|
|
@@ -52166,6 +52524,21 @@
|
|
|
52166
52524
|
|
|
52167
52525
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
52168
52526
|
|
|
52527
|
+
### 第 9 次发布
|
|
52528
|
+
|
|
52529
|
+
发布时间:2024-03-28 01:15:37
|
|
52530
|
+
|
|
52531
|
+
本次发布包含了以下内容:
|
|
52532
|
+
|
|
52533
|
+
改善已有的文档。
|
|
52534
|
+
|
|
52535
|
+
修改接口:
|
|
52536
|
+
|
|
52537
|
+
* [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
|
|
52538
|
+
|
|
52539
|
+
* 新增出参:DBUnbindNum, COSUnbindNum
|
|
52540
|
+
|
|
52541
|
+
|
|
52169
52542
|
### 第 8 次发布
|
|
52170
52543
|
|
|
52171
52544
|
发布时间:2024-03-12 01:27:10
|
|
@@ -53118,6 +53491,25 @@
|
|
|
53118
53491
|
|
|
53119
53492
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
53120
53493
|
|
|
53494
|
+
### 第 27 次发布
|
|
53495
|
+
|
|
53496
|
+
发布时间:2024-03-29 01:16:13
|
|
53497
|
+
|
|
53498
|
+
本次发布包含了以下内容:
|
|
53499
|
+
|
|
53500
|
+
改善已有的文档。
|
|
53501
|
+
|
|
53502
|
+
修改数据结构:
|
|
53503
|
+
|
|
53504
|
+
* [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
|
|
53505
|
+
|
|
53506
|
+
* 新增成员:ChildInstanceId, ChildInstanceType
|
|
53507
|
+
|
|
53508
|
+
* [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
|
|
53509
|
+
|
|
53510
|
+
* 新增成员:ChildInstanceId, ChildInstanceType
|
|
53511
|
+
|
|
53512
|
+
|
|
53121
53513
|
### 第 26 次发布
|
|
53122
53514
|
|
|
53123
53515
|
发布时间:2024-03-27 01:15:59
|
|
@@ -58111,6 +58503,50 @@
|
|
|
58111
58503
|
|
|
58112
58504
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
58113
58505
|
|
|
58506
|
+
### 第 55 次发布
|
|
58507
|
+
|
|
58508
|
+
发布时间:2024-03-28 10:47:55
|
|
58509
|
+
|
|
58510
|
+
本次发布包含了以下内容:
|
|
58511
|
+
|
|
58512
|
+
改善已有的文档。
|
|
58513
|
+
|
|
58514
|
+
修改接口:
|
|
58515
|
+
|
|
58516
|
+
* [CreateIndex](https://cloud.tencent.com/document/api/845/74384)
|
|
58517
|
+
|
|
58518
|
+
* <font color="#dd0000">**修改入参**:</font>IndexMetaJson
|
|
58519
|
+
|
|
58520
|
+
* [RestartNodes](https://cloud.tencent.com/document/api/845/48473)
|
|
58521
|
+
|
|
58522
|
+
* 新增入参:CvmDelayOnlineTime
|
|
58523
|
+
|
|
58524
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
58525
|
+
|
|
58526
|
+
* 新增入参:OutboundPublicAcls, OutboundPublicAccess, CvmDelayOnlineTime
|
|
58527
|
+
|
|
58528
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
58529
|
+
|
|
58530
|
+
* 新增入参:CvmDelayOnlineTime
|
|
58531
|
+
|
|
58532
|
+
|
|
58533
|
+
新增数据结构:
|
|
58534
|
+
|
|
58535
|
+
* [OutboundPublicAcl](https://cloud.tencent.com/document/api/845/30634#OutboundPublicAcl)
|
|
58536
|
+
|
|
58537
|
+
修改数据结构:
|
|
58538
|
+
|
|
58539
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
58540
|
+
|
|
58541
|
+
* 新增成员:OutboundPublicAcls, NetConnectScheme
|
|
58542
|
+
|
|
58543
|
+
* [NodeView](https://cloud.tencent.com/document/api/845/30634#NodeView)
|
|
58544
|
+
|
|
58545
|
+
* 新增成员:CVMStatus
|
|
58546
|
+
|
|
58547
|
+
* <font color="#dd0000">**修改成员**:</font>IsCoordinationNode
|
|
58548
|
+
|
|
58549
|
+
|
|
58114
58550
|
### 第 54 次发布
|
|
58115
58551
|
|
|
58116
58552
|
发布时间:2024-03-14 01:15:53
|
|
@@ -59313,6 +59749,21 @@
|
|
|
59313
59749
|
|
|
59314
59750
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
59315
59751
|
|
|
59752
|
+
### 第 160 次发布
|
|
59753
|
+
|
|
59754
|
+
发布时间:2024-03-27 15:13:07
|
|
59755
|
+
|
|
59756
|
+
本次发布包含了以下内容:
|
|
59757
|
+
|
|
59758
|
+
改善已有的文档。
|
|
59759
|
+
|
|
59760
|
+
修改数据结构:
|
|
59761
|
+
|
|
59762
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
|
|
59763
|
+
|
|
59764
|
+
* <font color="#dd0000">**修改成员**:</font>ForbidAddApprover, ForbidEditFlowProperties
|
|
59765
|
+
|
|
59766
|
+
|
|
59316
59767
|
### 第 159 次发布
|
|
59317
59768
|
|
|
59318
59769
|
发布时间:2024-03-26 01:16:22
|
|
@@ -62426,6 +62877,21 @@
|
|
|
62426
62877
|
|
|
62427
62878
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62428
62879
|
|
|
62880
|
+
### 第 162 次发布
|
|
62881
|
+
|
|
62882
|
+
发布时间:2024-03-29 01:17:41
|
|
62883
|
+
|
|
62884
|
+
本次发布包含了以下内容:
|
|
62885
|
+
|
|
62886
|
+
改善已有的文档。
|
|
62887
|
+
|
|
62888
|
+
修改接口:
|
|
62889
|
+
|
|
62890
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
62891
|
+
|
|
62892
|
+
* 新增入参:ProxyOperatorMobile
|
|
62893
|
+
|
|
62894
|
+
|
|
62429
62895
|
### 第 161 次发布
|
|
62430
62896
|
|
|
62431
62897
|
发布时间:2024-03-26 01:16:43
|
|
@@ -73670,6 +74136,51 @@
|
|
|
73670
74136
|
|
|
73671
74137
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
73672
74138
|
|
|
74139
|
+
### 第 58 次发布
|
|
74140
|
+
|
|
74141
|
+
发布时间:2024-03-28 01:18:46
|
|
74142
|
+
|
|
74143
|
+
本次发布包含了以下内容:
|
|
74144
|
+
|
|
74145
|
+
改善已有的文档。
|
|
74146
|
+
|
|
74147
|
+
新增接口:
|
|
74148
|
+
|
|
74149
|
+
* [BindCloudStorageUser](https://cloud.tencent.com/document/api/1081/104655)
|
|
74150
|
+
* [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
|
|
74151
|
+
* [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1081/104653)
|
|
74152
|
+
* [DescribeCloudStorage](https://cloud.tencent.com/document/api/1081/104652)
|
|
74153
|
+
* [DescribeCloudStorageDate](https://cloud.tencent.com/document/api/1081/104651)
|
|
74154
|
+
* [DescribeCloudStorageEvents](https://cloud.tencent.com/document/api/1081/104650)
|
|
74155
|
+
* [DescribeCloudStorageMultiThumbnail](https://cloud.tencent.com/document/api/1081/104649)
|
|
74156
|
+
* [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
|
|
74157
|
+
* [DescribeCloudStoragePackageConsumeDetails](https://cloud.tencent.com/document/api/1081/104647)
|
|
74158
|
+
* [DescribeCloudStoragePackageConsumeStats](https://cloud.tencent.com/document/api/1081/104646)
|
|
74159
|
+
* [DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1081/104645)
|
|
74160
|
+
* [DescribeCloudStorageThumbnail](https://cloud.tencent.com/document/api/1081/104644)
|
|
74161
|
+
* [DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1081/104643)
|
|
74162
|
+
* [DescribeCloudStorageTime](https://cloud.tencent.com/document/api/1081/104642)
|
|
74163
|
+
* [DescribeCloudStorageUsers](https://cloud.tencent.com/document/api/1081/104641)
|
|
74164
|
+
* [DescribeDevicePackages](https://cloud.tencent.com/document/api/1081/104640)
|
|
74165
|
+
* [DescribePackageConsumeTask](https://cloud.tencent.com/document/api/1081/104639)
|
|
74166
|
+
* [DescribePackageConsumeTasks](https://cloud.tencent.com/document/api/1081/104638)
|
|
74167
|
+
* [GenerateSignedVideoURL](https://cloud.tencent.com/document/api/1081/104637)
|
|
74168
|
+
* [InheritCloudStorageUser](https://cloud.tencent.com/document/api/1081/104636)
|
|
74169
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1081/104635)
|
|
74170
|
+
* [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1081/104634)
|
|
74171
|
+
* [TransferCloudStorage](https://cloud.tencent.com/document/api/1081/104633)
|
|
74172
|
+
|
|
74173
|
+
新增数据结构:
|
|
74174
|
+
|
|
74175
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1081/34988#CloudStorageEvent)
|
|
74176
|
+
* [CloudStorageTimeData](https://cloud.tencent.com/document/api/1081/34988#CloudStorageTimeData)
|
|
74177
|
+
* [CloudStorageTimeInfo](https://cloud.tencent.com/document/api/1081/34988#CloudStorageTimeInfo)
|
|
74178
|
+
* [CloudStorageUserInfo](https://cloud.tencent.com/document/api/1081/34988#CloudStorageUserInfo)
|
|
74179
|
+
* [PackageConsumeStat](https://cloud.tencent.com/document/api/1081/34988#PackageConsumeStat)
|
|
74180
|
+
* [PackageConsumeTask](https://cloud.tencent.com/document/api/1081/34988#PackageConsumeTask)
|
|
74181
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/1081/34988#PackageInfo)
|
|
74182
|
+
* [ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1081/34988#ThumbnailURLInfoList)
|
|
74183
|
+
|
|
73673
74184
|
### 第 57 次发布
|
|
73674
74185
|
|
|
73675
74186
|
发布时间:2024-03-14 01:17:47
|
|
@@ -78386,6 +78897,31 @@
|
|
|
78386
78897
|
|
|
78387
78898
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
78388
78899
|
|
|
78900
|
+
### 第 55 次发布
|
|
78901
|
+
|
|
78902
|
+
发布时间:2024-03-29 01:20:28
|
|
78903
|
+
|
|
78904
|
+
本次发布包含了以下内容:
|
|
78905
|
+
|
|
78906
|
+
改善已有的文档。
|
|
78907
|
+
|
|
78908
|
+
新增数据结构:
|
|
78909
|
+
|
|
78910
|
+
* [[CustomMsgContent](https://cloud.tencent.com/document/api/1639/81423#CustomMsgContent)](https://cloud.tencent.com/document/api/1639/81423#[CustomMsgContent](https://cloud.tencent.com/document/api/1639/81423#CustomMsgContent))
|
|
78911
|
+
|
|
78912
|
+
修改数据结构:
|
|
78913
|
+
|
|
78914
|
+
* [MessageItem](https://cloud.tencent.com/document/api/1639/81423#MessageItem)
|
|
78915
|
+
|
|
78916
|
+
* 新增成员:CustomMessage
|
|
78917
|
+
|
|
78918
|
+
* <font color="#dd0000">**修改成员**:</font>MessageType, TextMessage, ImageMessage
|
|
78919
|
+
|
|
78920
|
+
* [MsgBody](https://cloud.tencent.com/document/api/1639/81423#MsgBody)
|
|
78921
|
+
|
|
78922
|
+
* 新增成员:CustomMsgContent
|
|
78923
|
+
|
|
78924
|
+
|
|
78389
78925
|
### 第 54 次发布
|
|
78390
78926
|
|
|
78391
78927
|
发布时间:2024-03-21 01:19:23
|
|
@@ -93562,6 +94098,24 @@
|
|
|
93562
94098
|
|
|
93563
94099
|
## 文字识别(ocr) 版本:2018-11-19
|
|
93564
94100
|
|
|
94101
|
+
### 第 132 次发布
|
|
94102
|
+
|
|
94103
|
+
发布时间:2024-03-27 16:33:01
|
|
94104
|
+
|
|
94105
|
+
本次发布包含了以下内容:
|
|
94106
|
+
|
|
94107
|
+
改善已有的文档。
|
|
94108
|
+
|
|
94109
|
+
新增接口:
|
|
94110
|
+
|
|
94111
|
+
* [ReconstructDocument](https://cloud.tencent.com/document/api/866/104610)
|
|
94112
|
+
|
|
94113
|
+
新增数据结构:
|
|
94114
|
+
|
|
94115
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
94116
|
+
* [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/866/33527#DocumentRecognizeInfo)
|
|
94117
|
+
* [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/866/33527#ReconstructDocumentConfig)
|
|
94118
|
+
|
|
93565
94119
|
### 第 131 次发布
|
|
93566
94120
|
|
|
93567
94121
|
发布时间:2024-03-13 01:20:34
|
|
@@ -98837,10 +99391,10 @@
|
|
|
98837
99391
|
|
|
98838
99392
|
新增接口:
|
|
98839
99393
|
|
|
98840
|
-
* [
|
|
98841
|
-
* [
|
|
98842
|
-
* [
|
|
98843
|
-
* [
|
|
99394
|
+
* [CreateEnvironment](https://cloud.tencent.com/document/api/1484/104600)
|
|
99395
|
+
* [DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)
|
|
99396
|
+
* [DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)
|
|
99397
|
+
* [UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)
|
|
98844
99398
|
|
|
98845
99399
|
### 第 13 次发布
|
|
98846
99400
|
|
|
@@ -125073,6 +125627,47 @@
|
|
|
125073
125627
|
|
|
125074
125628
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
125075
125629
|
|
|
125630
|
+
### 第 55 次发布
|
|
125631
|
+
|
|
125632
|
+
发布时间:2024-03-29 01:28:05
|
|
125633
|
+
|
|
125634
|
+
本次发布包含了以下内容:
|
|
125635
|
+
|
|
125636
|
+
改善已有的文档。
|
|
125637
|
+
|
|
125638
|
+
修改接口:
|
|
125639
|
+
|
|
125640
|
+
* [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
|
|
125641
|
+
|
|
125642
|
+
* 新增入参:ImageFilters
|
|
125643
|
+
|
|
125644
|
+
|
|
125645
|
+
新增数据结构:
|
|
125646
|
+
|
|
125647
|
+
* [[ImageFIlter](https://cloud.tencent.com/document/api/851/75051#ImageFIlter)](https://cloud.tencent.com/document/api/851/75051#[ImageFIlter](https://cloud.tencent.com/document/api/851/75051#ImageFIlter))
|
|
125648
|
+
|
|
125649
|
+
修改数据结构:
|
|
125650
|
+
|
|
125651
|
+
* [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
|
|
125652
|
+
|
|
125653
|
+
* 新增成员:ErrCode, ErrMsg
|
|
125654
|
+
|
|
125655
|
+
|
|
125656
|
+
### 第 54 次发布
|
|
125657
|
+
|
|
125658
|
+
发布时间:2024-03-28 01:27:54
|
|
125659
|
+
|
|
125660
|
+
本次发布包含了以下内容:
|
|
125661
|
+
|
|
125662
|
+
改善已有的文档。
|
|
125663
|
+
|
|
125664
|
+
修改数据结构:
|
|
125665
|
+
|
|
125666
|
+
* [ImageInfo](https://cloud.tencent.com/document/api/851/75051#ImageInfo)
|
|
125667
|
+
|
|
125668
|
+
* 新增成员:SupportDataPipeline
|
|
125669
|
+
|
|
125670
|
+
|
|
125076
125671
|
### 第 53 次发布
|
|
125077
125672
|
|
|
125078
125673
|
发布时间:2024-03-14 01:25:59
|
|
@@ -137491,6 +138086,21 @@
|
|
|
137491
138086
|
|
|
137492
138087
|
## 语音合成(tts) 版本:2019-08-23
|
|
137493
138088
|
|
|
138089
|
+
### 第 14 次发布
|
|
138090
|
+
|
|
138091
|
+
发布时间:2024-03-28 01:30:03
|
|
138092
|
+
|
|
138093
|
+
本次发布包含了以下内容:
|
|
138094
|
+
|
|
138095
|
+
改善已有的文档。
|
|
138096
|
+
|
|
138097
|
+
修改接口:
|
|
138098
|
+
|
|
138099
|
+
* [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
|
|
138100
|
+
|
|
138101
|
+
* 新增入参:FastVoiceType
|
|
138102
|
+
|
|
138103
|
+
|
|
137494
138104
|
### 第 13 次发布
|
|
137495
138105
|
|
|
137496
138106
|
发布时间:2023-11-27 00:22:20
|
|
@@ -149541,6 +150151,50 @@
|
|
|
149541
150151
|
|
|
149542
150152
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
149543
150153
|
|
|
150154
|
+
### 第 83 次发布
|
|
150155
|
+
|
|
150156
|
+
发布时间:2024-03-29 01:32:12
|
|
150157
|
+
|
|
150158
|
+
本次发布包含了以下内容:
|
|
150159
|
+
|
|
150160
|
+
改善已有的文档。
|
|
150161
|
+
|
|
150162
|
+
修改数据结构:
|
|
150163
|
+
|
|
150164
|
+
* [ExportTaskInfo](https://cloud.tencent.com/document/api/1267/76336#ExportTaskInfo)
|
|
150165
|
+
|
|
150166
|
+
* 新增成员:Expire, DatasourceName, DbTableName, RuleName, RuleExecId
|
|
150167
|
+
|
|
150168
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
150169
|
+
|
|
150170
|
+
* 新增成员:TriggerCondition
|
|
150171
|
+
|
|
150172
|
+
* [RuleExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleExecResult)
|
|
150173
|
+
|
|
150174
|
+
* <font color="#dd0000">**修改成员**:</font>RuleExecId, RuleGroupExecId, RuleGroupId, RuleId, RuleName, RuleType, SourceObjectDataTypeName, SourceObjectValue, ConditionExpression, ExecResultStatus, TriggerResult, CompareResult, StartTime, AlarmLevel
|
|
150175
|
+
|
|
150176
|
+
* [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
|
|
150177
|
+
|
|
150178
|
+
* 新增成员:RuleExecResultVOList
|
|
150179
|
+
|
|
150180
|
+
|
|
150181
|
+
### 第 82 次发布
|
|
150182
|
+
|
|
150183
|
+
发布时间:2024-03-28 01:32:09
|
|
150184
|
+
|
|
150185
|
+
本次发布包含了以下内容:
|
|
150186
|
+
|
|
150187
|
+
改善已有的文档。
|
|
150188
|
+
|
|
150189
|
+
修改数据结构:
|
|
150190
|
+
|
|
150191
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
150192
|
+
|
|
150193
|
+
* 新增成员:SelfDepend, ExecutorGroupId, ExecutorGroupName, RunPriority, TryLimit, RetryAble, RetryWait, LastSchedulerCommitTime, Notes, Creator, UpdateUser, UpdateUserId, YarnQueue, ExecutionTTL
|
|
150194
|
+
|
|
150195
|
+
* <font color="#dd0000">**修改成员**:</font>ExecutionStartTime, ExecutionEndTime, Layer, SourceServiceId, SourceServiceType, TargetServiceId, TargetServiceType, AlarmType, CreateTime, UserId, OwnerId, TenantId
|
|
150196
|
+
|
|
150197
|
+
|
|
149544
150198
|
### 第 81 次发布
|
|
149545
150199
|
|
|
149546
150200
|
发布时间:2024-03-27 01:31:32
|
|
@@ -149576,7 +150230,7 @@
|
|
|
149576
150230
|
|
|
149577
150231
|
新增数据结构:
|
|
149578
150232
|
|
|
149579
|
-
* [
|
|
150233
|
+
* [QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)
|
|
149580
150234
|
|
|
149581
150235
|
修改数据结构:
|
|
149582
150236
|
|