tencentcloud-sdk-nodejs 4.0.791 → 4.0.793

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 (62) hide show
  1. package/CHANGELOG.md +368 -0
  2. package/SERVICE_CHANGELOG.md +429 -207
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +14 -1
  7. package/src/services/asr/v20190614/asr_models.ts +66 -14
  8. package/src/services/bma/v20221115/bma_models.ts +5 -0
  9. package/src/services/cdn/v20180606/cdn_models.ts +6 -6
  10. package/src/services/csip/v20221121/csip_client.ts +5 -2
  11. package/src/services/csip/v20221121/csip_models.ts +192 -20
  12. package/src/services/cwp/v20180228/cwp_models.ts +65 -5
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -2
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +4 -4
  15. package/src/services/emr/v20190103/emr_client.ts +1 -1
  16. package/src/services/emr/v20190103/emr_models.ts +14 -11
  17. package/src/services/ess/v20201111/ess_client.ts +36 -1
  18. package/src/services/ess/v20201111/ess_models.ts +12 -0
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +37 -3
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +23 -2
  21. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +53 -34
  22. package/src/services/iss/v20230517/iss_models.ts +7 -3
  23. package/src/services/ssl/v20191205/ssl_models.ts +4 -0
  24. package/src/services/tcb/v20180608/tcb_models.ts +9 -9
  25. package/src/services/tcss/v20201101/tcss_models.ts +25 -5
  26. package/src/services/tione/v20211111/tione_client.ts +3 -1
  27. package/src/services/tione/v20211111/tione_models.ts +138 -51
  28. package/src/services/tse/v20201207/tse_client.ts +163 -63
  29. package/src/services/tse/v20201207/tse_models.ts +557 -178
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
  33. package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
  34. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +63 -14
  35. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -6
  37. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
  38. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +189 -20
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +65 -5
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +4 -4
  43. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  44. package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +14 -11
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +36 -1
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +36 -1
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
  49. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +37 -3
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +37 -3
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -2
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +53 -34
  53. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +7 -3
  54. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
  55. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -9
  56. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -5
  57. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +136 -51
  58. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +47 -15
  59. package/tencentcloud/services/tse/v20201207/tse_client.js +69 -21
  60. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +537 -178
  61. package/test/asr.v20190614.test.js +10 -0
  62. package/test/tse.v20201207.test.js +94 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,371 @@
1
+ # Release 4.0.793
2
+
3
+ ## 语音识别(asr) 版本:2019-06-14
4
+
5
+ ### 第 32 次发布
6
+
7
+ 发布时间:2024-02-02 01:05:31
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [VoicePrintCompare](https://cloud.tencent.com/document/api/1093/103720)
16
+
17
+ 新增数据结构:
18
+
19
+ * [VoicePrintCompareData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCompareData)
20
+
21
+
22
+
23
+ ## 品牌经营管家(bma) 版本:2022-11-15
24
+
25
+ ### 第 11 次发布
26
+
27
+ 发布时间:2024-02-02 01:06:13
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 修改数据结构:
34
+
35
+ * [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
36
+
37
+ * 新增成员:OfflineTime
38
+
39
+
40
+
41
+
42
+ ## 品牌经营管家(bma) 版本:2021-06-24
43
+
44
+
45
+
46
+ ## 云安全一体化平台(csip) 版本:2022-11-21
47
+
48
+ ### 第 31 次发布
49
+
50
+ 发布时间:2024-02-02 01:09:24
51
+
52
+ 本次发布包含了以下内容:
53
+
54
+ 改善已有的文档。
55
+
56
+ 修改接口:
57
+
58
+ * [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
59
+
60
+ * 新增入参:MemberId
61
+
62
+ * 新增出参:AssetMapInstanceTypeList
63
+
64
+ * [DescribeVULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/100951)
65
+
66
+ * 新增入参:MemberId
67
+
68
+ * 新增出参:VulTagList
69
+
70
+
71
+ 新增数据结构:
72
+
73
+ * [AssetInstanceTypeMap](https://cloud.tencent.com/document/api/664/90825#AssetInstanceTypeMap)
74
+ * [Element](https://cloud.tencent.com/document/api/664/90825#Element)
75
+ * [ServiceSupport](https://cloud.tencent.com/document/api/664/90825#ServiceSupport)
76
+
77
+ 修改数据结构:
78
+
79
+ * [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
80
+
81
+ * 新增成员:CVMAgentStatus, CVMStatus, DefenseModel, TatStatus, CpuTrend, MemoryTrend, AgentStatus, CloseDefenseCount, InstanceState, SecurityGroupIds, AgentMemRss, AgentCpuPer
82
+
83
+ * [RiskCenterStatusKey](https://cloud.tencent.com/document/api/664/90825#RiskCenterStatusKey)
84
+
85
+ * <font color="#dd0000">**修改成员**:</font>AppId
86
+
87
+ * [VULRiskAdvanceCFGList](https://cloud.tencent.com/document/api/664/90825#VULRiskAdvanceCFGList)
88
+
89
+ * 新增成员:Payload, References, CVSS, AttackHeat, ServiceSupport, RecentScanTime
90
+
91
+
92
+
93
+
94
+ ## 主机安全(cwp) 版本:2018-02-28
95
+
96
+ ### 第 108 次发布
97
+
98
+ 发布时间:2024-02-02 01:09:36
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [DescribeNetAttackSetting](https://cloud.tencent.com/document/api/296/99476)
107
+
108
+ * 新增出参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
109
+
110
+ * [DescribeVulDefenceSetting](https://cloud.tencent.com/document/api/296/99659)
111
+
112
+ * 新增出参:InstanceIds, AutoInclude, ExcludeInstanceIds
113
+
114
+ * [ModifyNetAttackSetting](https://cloud.tencent.com/document/api/296/99456)
115
+
116
+ * 新增入参:Scope, InstanceIds, ExcludeInstanceIds, AutoInclude
117
+
118
+ * [ModifyVulDefenceSetting](https://cloud.tencent.com/document/api/296/99545)
119
+
120
+ * 新增入参:ExcludeInstanceIds, AutoInclude, InstanceIds
121
+
122
+
123
+
124
+
125
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
126
+
127
+ ### 第 152 次发布
128
+
129
+ 发布时间:2024-02-02 01:13:44
130
+
131
+ 本次发布包含了以下内容:
132
+
133
+ 改善已有的文档。
134
+
135
+ 修改数据结构:
136
+
137
+ * [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
138
+
139
+ * 新增成员:BusinessLicense
140
+
141
+
142
+
143
+
144
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
145
+
146
+
147
+
148
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
149
+
150
+ ### 第 55 次发布
151
+
152
+ 发布时间:2024-02-02 01:15:04
153
+
154
+ 本次发布包含了以下内容:
155
+
156
+ 改善已有的文档。
157
+
158
+ 修改接口:
159
+
160
+ * [UploadFirmware](https://cloud.tencent.com/document/api/1081/53872)
161
+
162
+ * 新增入参:FirmwareUserDefined
163
+
164
+
165
+ 修改数据结构:
166
+
167
+ * [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
168
+
169
+ * 新增成员:Description, Status
170
+
171
+ * [ProductEntry](https://cloud.tencent.com/document/api/1081/34988#ProductEntry)
172
+
173
+ * 新增成员:DeviceCount
174
+
175
+
176
+
177
+
178
+ ## 智能视图计算平台(iss) 版本:2023-05-17
179
+
180
+ ### 第 11 次发布
181
+
182
+ 发布时间:2024-02-02 01:16:04
183
+
184
+ 本次发布包含了以下内容:
185
+
186
+ 改善已有的文档。
187
+
188
+ 修改接口:
189
+
190
+ * [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
191
+
192
+ * 新增入参:SNCode
193
+
194
+
195
+
196
+
197
+ ## SSL 证书(ssl) 版本:2019-12-05
198
+
199
+ ### 第 54 次发布
200
+
201
+ 发布时间:2024-02-02 01:20:24
202
+
203
+ 本次发布包含了以下内容:
204
+
205
+ 改善已有的文档。
206
+
207
+ 修改接口:
208
+
209
+ * [ApplyCertificate](https://cloud.tencent.com/document/api/400/41678)
210
+
211
+ * 新增入参:DnsNames
212
+
213
+
214
+
215
+
216
+ ## 容器安全服务(tcss) 版本:2020-11-01
217
+
218
+ ### 第 60 次发布
219
+
220
+ 发布时间:2024-02-02 01:21:42
221
+
222
+ 本次发布包含了以下内容:
223
+
224
+ 改善已有的文档。
225
+
226
+ 修改接口:
227
+
228
+ * [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
229
+
230
+ * 新增出参:TrialAuthorizedCnt, UsedTrialAuthorizedCnt, PurchasedAuthorizedCnt, UsedPurchasedAuthorizedCnt, CanApplyFreeImageAuthorize
231
+
232
+
233
+
234
+
235
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
236
+
237
+ ### 第 51 次发布
238
+
239
+ 发布时间:2024-02-02 01:23:26
240
+
241
+ 本次发布包含了以下内容:
242
+
243
+ 改善已有的文档。
244
+
245
+ 新增数据结构:
246
+
247
+ * [DefaultInnerCallInfo](https://cloud.tencent.com/document/api/851/75051#DefaultInnerCallInfo)
248
+ * [PrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#PrivateLinkInfo)
249
+
250
+ 修改数据结构:
251
+
252
+ * [InferCodeInfo](https://cloud.tencent.com/document/api/851/75051#InferCodeInfo)
253
+
254
+ * <font color="#dd0000">**修改成员**:</font>CosPathInfo
255
+
256
+ * [IngressPrivateLinkInfo](https://cloud.tencent.com/document/api/851/75051#IngressPrivateLinkInfo)
257
+
258
+ * 新增成员:State
259
+
260
+ * [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
261
+
262
+ * 新增成员:PrivateLinkInfos, DefaultInnerCallInfos
263
+
264
+ * [Service](https://cloud.tencent.com/document/api/851/75051#Service)
265
+
266
+ * 新增成员:ResourceGroupSWType
267
+
268
+ * [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
269
+
270
+ * 新增成员:AuthorizationEnable
271
+
272
+ * [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
273
+
274
+ * 新增成员:ReplicasCount, AvailableReplicasCount
275
+
276
+ * [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
277
+
278
+ * <font color="#dd0000">**修改成员**:</font>PodList
279
+
280
+
281
+
282
+
283
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
284
+
285
+
286
+
287
+ ## 微服务引擎(tse) 版本:2020-12-07
288
+
289
+ ### 第 57 次发布
290
+
291
+ 发布时间:2024-02-02 01:24:40
292
+
293
+ 本次发布包含了以下内容:
294
+
295
+ 改善已有的文档。
296
+
297
+ 新增接口:
298
+
299
+ * [BindAutoScalerResourceStrategyToGroups](https://cloud.tencent.com/document/api/1364/103728)
300
+ * [CreateAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103727)
301
+ * [DeleteAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103726)
302
+ * [DescribeAutoScalerResourceStrategies](https://cloud.tencent.com/document/api/1364/103725)
303
+ * [DescribeAutoScalerResourceStrategyBindingGroups](https://cloud.tencent.com/document/api/1364/103724)
304
+ * [DescribePublicNetwork](https://cloud.tencent.com/document/api/1364/103723)
305
+ * [ModifyAutoScalerResourceStrategy](https://cloud.tencent.com/document/api/1364/103722)
306
+ * [UnbindAutoScalerResourceStrategyFromGroups](https://cloud.tencent.com/document/api/1364/103721)
307
+
308
+ 新增数据结构:
309
+
310
+ * [CloudNativeAPIGatewayStrategyBindingGroupInfo](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyBindingGroupInfo)
311
+ * [DescribePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicNetworkResult)
312
+ * [ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyBindingGroupInfoResult)
313
+ * [ListCloudNativeAPIGatewayStrategyResult](https://cloud.tencent.com/document/api/1364/54942#ListCloudNativeAPIGatewayStrategyResult)
314
+
315
+
316
+
317
+ # Release 4.0.792
318
+
319
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
320
+
321
+ ### 第 149 次发布
322
+
323
+ 发布时间:2024-01-31 11:46:30
324
+
325
+ 本次发布包含了以下内容:
326
+
327
+ 改善已有的文档。
328
+
329
+ 修改接口:
330
+
331
+ * [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
332
+
333
+ * 新增入参:ReportType
334
+
335
+ * [DescribeFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/83441)
336
+
337
+ * 新增入参:ReportType
338
+
339
+
340
+
341
+
342
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
343
+
344
+ ### 第 151 次发布
345
+
346
+ 发布时间:2024-01-31 11:46:10
347
+
348
+ 本次发布包含了以下内容:
349
+
350
+ 改善已有的文档。
351
+
352
+ 修改接口:
353
+
354
+ * [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
355
+
356
+ * 新增入参:ReportType
357
+
358
+ * [DescribeChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/83442)
359
+
360
+ * 新增入参:ReportType
361
+
362
+
363
+
364
+
365
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
366
+
367
+
368
+
1
369
  # Release 4.0.791
2
370
 
3
371
  ## API 网关(apigateway) 版本:2018-08-08