tencentcloud-sdk-nodejs 4.0.822 → 4.0.824

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 (54) hide show
  1. package/CHANGELOG.md +319 -0
  2. package/SERVICE_CHANGELOG.md +308 -358
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -2
  7. package/src/services/bi/v20220105/bi_models.ts +12 -0
  8. package/src/services/billing/v20180709/billing_models.ts +189 -72
  9. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +20 -4
  10. package/src/services/cwp/v20180228/cwp_client.ts +9 -4
  11. package/src/services/cwp/v20180228/cwp_models.ts +57 -4
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +130 -0
  14. package/src/services/dts/v20211206/dts_models.ts +20 -0
  15. package/src/services/ess/v20201111/ess_models.ts +38 -27
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -1
  17. package/src/services/faceid/v20180301/faceid_models.ts +2 -2
  18. package/src/services/lcic/v20220817/lcic_client.ts +1 -0
  19. package/src/services/lcic/v20220817/lcic_models.ts +31 -0
  20. package/src/services/mps/v20190612/mps_models.ts +69 -25
  21. package/src/services/ms/v20180408/ms_models.ts +16 -14
  22. package/src/services/tione/v20211111/tione_client.ts +2 -1
  23. package/src/services/tione/v20211111/tione_models.ts +34 -1
  24. package/src/services/tms/v20201229/tms_client.ts +1 -1
  25. package/src/services/trtc/v20190722/trtc_models.ts +0 -1
  26. package/src/services/vod/v20180717/vod_models.ts +7 -2
  27. package/src/services/wedata/v20210820/wedata_models.ts +85 -46
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  31. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +12 -0
  32. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +189 -72
  33. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +20 -4
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
  36. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -4
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +128 -0
  40. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +20 -0
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -27
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
  43. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
  44. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -0
  45. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -25
  46. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +16 -14
  47. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  48. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +33 -1
  49. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
  50. package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
  51. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -1
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
  53. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +85 -46
  54. package/test/cynosdb.v20190107.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,322 @@
1
+ # Release 4.0.824
2
+
3
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
4
+
5
+ ### 第 84 次发布
6
+
7
+ 发布时间:2024-04-01 01:31:06
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateOrUpdateResource](https://cloud.tencent.com/document/api/1267/81750)
16
+
17
+ * 新增入参:FileMd5
18
+
19
+
20
+
21
+
22
+ # Release 4.0.823
23
+
24
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
25
+
26
+ ### 第 10 次发布
27
+
28
+ 发布时间:2024-03-29 01:08:41
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改接口:
35
+
36
+ * [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
37
+
38
+ * 新增入参:OperationAuthLimit
39
+
40
+ * [CreateProject](https://cloud.tencent.com/document/api/590/98838)
41
+
42
+ * 新增入参:ManagePlatform
43
+
44
+ * [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
45
+
46
+ * 新增入参:ManagePlatform
47
+
48
+
49
+
50
+
51
+ ## 费用中心(billing) 版本:2018-07-09
52
+
53
+ ### 第 58 次发布
54
+
55
+ 发布时间:2024-03-29 01:08:47
56
+
57
+ 本次发布包含了以下内容:
58
+
59
+ 改善已有的文档。
60
+
61
+ 修改数据结构:
62
+
63
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
64
+
65
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
66
+
67
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
68
+
69
+ * [ConsumptionBusinessSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionBusinessSummaryDataItem)
70
+
71
+ * 新增成员:RegionName
72
+
73
+ * <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
74
+
75
+ * [ConsumptionProjectSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionProjectSummaryDataItem)
76
+
77
+ * <font color="#dd0000">**修改成员**:</font>CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
78
+
79
+ * [ConsumptionRegionSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionRegionSummaryDataItem)
80
+
81
+ * 新增成员:CashPayAmount, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
82
+
83
+ * [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
84
+
85
+ * 新增成员:PayerUin, OwnerUin, OperateUin, ProductCode, ProductCodeName, RegionType, RegionTypeName, Extend1, Extend2, Extend3, Extend4, Extend5, InstanceType, InstanceTypeName, PayTime, ZoneName, ComponentConfig
86
+
87
+ * <font color="#dd0000">**修改成员**:</font>RealCost, FeeBeginTime, FeeEndTime, DayDiff, DailyTotalCost, OrderId, VoucherPayAmount, IncentivePayAmount, TransferPayAmount
88
+
89
+ * [GatherResourceSummary](https://cloud.tencent.com/document/api/555/19183#GatherResourceSummary)
90
+
91
+
92
+
93
+
94
+ ## Cloud Studio(云端 IDE)(cloudstudio) 版本:2023-05-08
95
+
96
+ ### 第 5 次发布
97
+
98
+ 发布时间:2024-03-29 01:12:12
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [CreateWorkspace](https://cloud.tencent.com/document/api/1039/94096)
107
+
108
+ * 新增入参:AppId, Uin, UniqVpcId, SubnetId
109
+
110
+
111
+
112
+
113
+ ## 主机安全(cwp) 版本:2018-02-28
114
+
115
+ ### 第 111 次发布
116
+
117
+ 发布时间:2024-03-29 01:13:05
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ <font color="#dd0000">**预下线接口**:</font>
124
+
125
+ * DeleteAttackLogs
126
+ * ExportAttackLogs
127
+
128
+ 修改接口:
129
+
130
+ * [CreateSearchTemplate](https://cloud.tencent.com/document/api/296/55730)
131
+
132
+ * 新增出参:Message
133
+
134
+ * [DescribeBaselineItemInfo](https://cloud.tencent.com/document/api/296/87860)
135
+
136
+ * 新增出参:CategoryList
137
+
138
+ * [ModifyBaselineRule](https://cloud.tencent.com/document/api/296/87844)
139
+
140
+ * 新增入参:IdType, ExcludeIds, CategoryIds
141
+
142
+
143
+ 新增数据结构:
144
+
145
+ * [BaselineItemsCategory](https://cloud.tencent.com/document/api/296/19867#BaselineItemsCategory)
146
+
147
+ 修改数据结构:
148
+
149
+ * [BaselineCategory](https://cloud.tencent.com/document/api/296/19867#BaselineCategory)
150
+
151
+ * 新增成员:ItemCount
152
+
153
+ * [Item](https://cloud.tencent.com/document/api/296/19867#Item)
154
+
155
+ * 新增成员:CustomItemValues
156
+
157
+
158
+
159
+
160
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
161
+
162
+ ### 第 82 次发布
163
+
164
+ 发布时间:2024-03-29 01:14:11
165
+
166
+ 本次发布包含了以下内容:
167
+
168
+ 改善已有的文档。
169
+
170
+ 新增接口:
171
+
172
+ * [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
173
+
174
+
175
+
176
+ ## 数据传输服务(dts) 版本:2021-12-06
177
+
178
+ ### 第 27 次发布
179
+
180
+ 发布时间:2024-03-29 01:16:13
181
+
182
+ 本次发布包含了以下内容:
183
+
184
+ 改善已有的文档。
185
+
186
+ 修改数据结构:
187
+
188
+ * [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
189
+
190
+ * 新增成员:ChildInstanceId, ChildInstanceType
191
+
192
+ * [EndpointItem](https://cloud.tencent.com/document/api/571/82108#EndpointItem)
193
+
194
+ * 新增成员:ChildInstanceId, ChildInstanceType
195
+
196
+
197
+
198
+
199
+ ## 数据传输服务(dts) 版本:2018-03-30
200
+
201
+
202
+
203
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
204
+
205
+ ### 第 162 次发布
206
+
207
+ 发布时间:2024-03-29 01:17:41
208
+
209
+ 本次发布包含了以下内容:
210
+
211
+ 改善已有的文档。
212
+
213
+ 修改接口:
214
+
215
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
216
+
217
+ * 新增入参:ProxyOperatorMobile
218
+
219
+
220
+
221
+
222
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
223
+
224
+
225
+
226
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
227
+
228
+ ### 第 55 次发布
229
+
230
+ 发布时间:2024-03-29 01:20:28
231
+
232
+ 本次发布包含了以下内容:
233
+
234
+ 改善已有的文档。
235
+
236
+ 新增数据结构:
237
+
238
+ * [CustomMsgContent](https://cloud.tencent.com/document/api/1639/81423#CustomMsgContent)
239
+
240
+ 修改数据结构:
241
+
242
+ * [MessageItem](https://cloud.tencent.com/document/api/1639/81423#MessageItem)
243
+
244
+ * 新增成员:CustomMessage
245
+
246
+ * <font color="#dd0000">**修改成员**:</font>MessageType, TextMessage, ImageMessage
247
+
248
+ * [MsgBody](https://cloud.tencent.com/document/api/1639/81423#MsgBody)
249
+
250
+ * 新增成员:CustomMsgContent
251
+
252
+
253
+
254
+
255
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
256
+
257
+ ### 第 55 次发布
258
+
259
+ 发布时间:2024-03-29 01:28:05
260
+
261
+ 本次发布包含了以下内容:
262
+
263
+ 改善已有的文档。
264
+
265
+ 修改接口:
266
+
267
+ * [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
268
+
269
+ * 新增入参:ImageFilters
270
+
271
+
272
+ 新增数据结构:
273
+
274
+ * [ImageFIlter](https://cloud.tencent.com/document/api/851/75051#ImageFIlter)
275
+
276
+ 修改数据结构:
277
+
278
+ * [Instance](https://cloud.tencent.com/document/api/851/75051#Instance)
279
+
280
+ * 新增成员:ErrCode, ErrMsg
281
+
282
+
283
+
284
+
285
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
286
+
287
+
288
+
289
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
290
+
291
+ ### 第 83 次发布
292
+
293
+ 发布时间:2024-03-29 01:32:12
294
+
295
+ 本次发布包含了以下内容:
296
+
297
+ 改善已有的文档。
298
+
299
+ 修改数据结构:
300
+
301
+ * [ExportTaskInfo](https://cloud.tencent.com/document/api/1267/76336#ExportTaskInfo)
302
+
303
+ * 新增成员:Expire, DatasourceName, DbTableName, RuleName, RuleExecId
304
+
305
+ * [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
306
+
307
+ * 新增成员:TriggerCondition
308
+
309
+ * [RuleExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleExecResult)
310
+
311
+ * <font color="#dd0000">**修改成员**:</font>RuleExecId, RuleGroupExecId, RuleGroupId, RuleId, RuleName, RuleType, SourceObjectDataTypeName, SourceObjectValue, ConditionExpression, ExecResultStatus, TriggerResult, CompareResult, StartTime, AlarmLevel
312
+
313
+ * [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
314
+
315
+ * 新增成员:RuleExecResultVOList
316
+
317
+
318
+
319
+
1
320
  # Release 4.0.822
2
321
 
3
322
  ## 云联络中心(ccc) 版本:2020-02-10