tencentcloud-sdk-nodejs 4.0.734 → 4.0.735

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 (69) hide show
  1. package/CHANGELOG.md +348 -0
  2. package/SERVICE_CHANGELOG.md +548 -621
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_models.ts +18 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +101 -59
  8. package/src/services/ccc/v20200210/ccc_models.ts +2 -2
  9. package/src/services/csip/v20221121/csip_client.ts +1 -1
  10. package/src/services/csip/v20221121/csip_models.ts +13 -13
  11. package/src/services/dasb/v20191018/dasb_client.ts +13 -1
  12. package/src/services/dasb/v20191018/dasb_models.ts +100 -72
  13. package/src/services/dlc/v20210125/dlc_client.ts +22 -9
  14. package/src/services/dlc/v20210125/dlc_models.ts +119 -29
  15. package/src/services/dsgc/v20190723/dsgc_models.ts +87 -20
  16. package/src/services/dts/v20211206/dts_models.ts +14 -14
  17. package/src/services/ess/v20201111/ess_client.ts +2 -2
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  19. package/src/services/hai/v20230812/hai_client.ts +96 -2
  20. package/src/services/hai/v20230812/hai_models.ts +587 -12
  21. package/src/services/oceanus/v20190422/oceanus_models.ts +12 -0
  22. package/src/services/ocr/v20181119/ocr_models.ts +49 -1
  23. package/src/services/tione/v20211111/tione_client.ts +16 -3
  24. package/src/services/tione/v20211111/tione_models.ts +189 -35
  25. package/src/services/trtc/v20190722/trtc_models.ts +9 -1
  26. package/src/services/vod/v20180717/vod_client.ts +91 -37
  27. package/src/services/vod/v20180717/vod_models.ts +463 -113
  28. package/src/services/vrs/v20200824/vrs_client.ts +26 -12
  29. package/src/services/vrs/v20200824/vrs_models.ts +221 -155
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +18 -18
  33. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +101 -59
  34. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -2
  35. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
  36. package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
  37. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +13 -13
  38. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
  39. package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
  40. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +98 -72
  41. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +7 -3
  42. package/tencentcloud/services/dlc/v20210125/dlc_client.js +9 -3
  43. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +116 -29
  44. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +87 -20
  45. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +14 -14
  46. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  47. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  49. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +29 -1
  50. package/tencentcloud/services/hai/v20230812/hai_client.js +42 -0
  51. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +563 -12
  52. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -0
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +49 -1
  54. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +6 -2
  55. package/tencentcloud/services/tione/v20211111/tione_client.js +7 -1
  56. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +186 -35
  57. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +9 -1
  58. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +34 -18
  59. package/tencentcloud/services/vod/v20180717/vod_client.js +44 -20
  60. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +449 -113
  61. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +5 -1
  62. package/tencentcloud/services/vrs/v20200824/vrs_client.js +6 -0
  63. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +210 -148
  64. package/test/dasb.v20191018.test.js +10 -0
  65. package/test/dlc.v20210125.test.js +12 -2
  66. package/test/hai.v20230812.test.js +70 -0
  67. package/test/tione.v20211111.test.js +10 -0
  68. package/test/vod.v20180717.test.js +46 -6
  69. package/test/vrs.v20200824.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,351 @@
1
+ # Release 4.0.735
2
+
3
+ ## API 网关(apigateway) 版本:2018-08-08
4
+
5
+ ### 第 47 次发布
6
+
7
+ 发布时间:2023-11-16 01:06:33
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateAPIDoc](https://cloud.tencent.com/document/api/628/54951)
16
+
17
+ * 新增入参:Tags
18
+
19
+ * [CreateApiKey](https://cloud.tencent.com/document/api/628/45213)
20
+
21
+ * 新增入参:Tags
22
+
23
+ * [CreateUsagePlan](https://cloud.tencent.com/document/api/628/45224)
24
+
25
+ * 新增入参:Tags
26
+
27
+
28
+ 修改数据结构:
29
+
30
+ * [APIDoc](https://cloud.tencent.com/document/api/628/45244#APIDoc)
31
+
32
+ * 新增成员:Tags
33
+
34
+ * [APIDocInfo](https://cloud.tencent.com/document/api/628/45244#APIDocInfo)
35
+
36
+ * 新增成员:Tags
37
+
38
+ * [ApiKey](https://cloud.tencent.com/document/api/628/45244#ApiKey)
39
+
40
+ * 新增成员:Tags
41
+
42
+ * [ApiUsagePlan](https://cloud.tencent.com/document/api/628/45244#ApiUsagePlan)
43
+
44
+ * 新增成员:Tags
45
+
46
+ * [UsagePlanInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanInfo)
47
+
48
+ * 新增成员:Tags
49
+
50
+ * [UsagePlanStatusInfo](https://cloud.tencent.com/document/api/628/45244#UsagePlanStatusInfo)
51
+
52
+ * 新增成员:Tags
53
+
54
+
55
+
56
+
57
+ ## 云安全一体化平台(csip) 版本:2022-11-21
58
+
59
+ ### 第 23 次发布
60
+
61
+ 发布时间:2023-11-16 01:12:23
62
+
63
+ 本次发布包含了以下内容:
64
+
65
+ 改善已有的文档。
66
+
67
+ 修改数据结构:
68
+
69
+ * [AssetViewVULRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRisk)
70
+
71
+ * <font color="#dd0000">**修改成员**:</font>AffectAsset, Level, InstanceType, Component, Service, RecentTime, FirstTime, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, VULType, Port, Describe, AppName, References, AppVersion, VULURL, VULName, CVE, Fix, POCId, From, CWPVersion, IsSupportRepair, IsSupportDetect, InstanceUUID, Payload, EMGCVulType
72
+
73
+
74
+
75
+
76
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
77
+
78
+ ### 第 20 次发布
79
+
80
+ 发布时间:2023-11-16 01:14:38
81
+
82
+ 本次发布包含了以下内容:
83
+
84
+ 改善已有的文档。
85
+
86
+ 新增接口:
87
+
88
+ * [ModifyUserGroup](https://cloud.tencent.com/document/api/1025/101605)
89
+
90
+
91
+
92
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
93
+
94
+ ### 第 75 次发布
95
+
96
+ 发布时间:2023-11-16 01:15:33
97
+
98
+ 本次发布包含了以下内容:
99
+
100
+ 改善已有的文档。
101
+
102
+ 新增接口:
103
+
104
+ * [DescribeUpdatableDataEngines](https://cloud.tencent.com/document/api/1342/101606)
105
+
106
+ 修改接口:
107
+
108
+ * [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
109
+
110
+ * 新增入参:EngineNetworkId, EngineGeneration
111
+
112
+ * [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
113
+
114
+ * 新增入参:EngineGeneration, EngineTypeDetail
115
+
116
+
117
+ 新增数据结构:
118
+
119
+ * [DataEngineBasicInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineBasicInfo)
120
+
121
+
122
+
123
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
124
+
125
+ ### 第 5 次发布
126
+
127
+ 发布时间:2023-11-16 01:16:33
128
+
129
+ 本次发布包含了以下内容:
130
+
131
+ 改善已有的文档。
132
+
133
+ 修改接口:
134
+
135
+ * [DescribeDSPAESDataAssetDetail](https://cloud.tencent.com/document/api/1087/97143)
136
+
137
+ * 新增入参:CreditScore
138
+
139
+ * [DescribeDSPARDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/97204)
140
+
141
+ * 新增入参:CreditScore
142
+
143
+ * [ModifyDSPAESTaskResult](https://cloud.tencent.com/document/api/1087/97191)
144
+
145
+ * 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
146
+
147
+ * [ModifyDSPATaskResult](https://cloud.tencent.com/document/api/1087/97190)
148
+
149
+ * 新增入参:SrcRuleId, SrcCategoryId, SrcLevelId, IdentifyType
150
+
151
+
152
+ 修改数据结构:
153
+
154
+ * [DspaRDBDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#DspaRDBDataAssetDetail)
155
+
156
+ * 新增成员:IdentifyType, CheckStatus, IsSensitiveData
157
+
158
+ * [ESDataAssetDetail](https://cloud.tencent.com/document/api/1087/96844#ESDataAssetDetail)
159
+
160
+ * 新增成员:IdentifyType, CheckStatus
161
+
162
+
163
+
164
+
165
+ ## 高性能应用服务(hai) 版本:2023-08-12
166
+
167
+ ### 第 3 次发布
168
+
169
+ 发布时间:2023-11-16 01:20:06
170
+
171
+ 本次发布包含了以下内容:
172
+
173
+ 改善已有的文档。
174
+
175
+ 新增接口:
176
+
177
+ * [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
178
+ * [DescribeInstanceNetworkStatus](https://cloud.tencent.com/document/api/1721/101613)
179
+ * [DescribeInstances](https://cloud.tencent.com/document/api/1721/101612)
180
+ * [DescribeRegions](https://cloud.tencent.com/document/api/1721/101615)
181
+ * [DescribeScenes](https://cloud.tencent.com/document/api/1721/101608)
182
+ * [DescribeServiceLoginSettings](https://cloud.tencent.com/document/api/1721/101611)
183
+ * [InquirePriceRunInstances](https://cloud.tencent.com/document/api/1721/101610)
184
+
185
+ 新增数据结构:
186
+
187
+ * [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
188
+ * [Filter](https://cloud.tencent.com/document/api/1721/101518#Filter)
189
+ * [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
190
+ * [ItemPrice](https://cloud.tencent.com/document/api/1721/101518#ItemPrice)
191
+ * [LoginService](https://cloud.tencent.com/document/api/1721/101518#LoginService)
192
+ * [LoginSetting](https://cloud.tencent.com/document/api/1721/101518#LoginSetting)
193
+ * [NetworkStatus](https://cloud.tencent.com/document/api/1721/101518#NetworkStatus)
194
+ * [Price](https://cloud.tencent.com/document/api/1721/101518#Price)
195
+ * [RegionInfo](https://cloud.tencent.com/document/api/1721/101518#RegionInfo)
196
+ * [SceneInfo](https://cloud.tencent.com/document/api/1721/101518#SceneInfo)
197
+
198
+
199
+
200
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
201
+
202
+ ### 第 45 次发布
203
+
204
+ 发布时间:2023-11-16 01:25:38
205
+
206
+ 本次发布包含了以下内容:
207
+
208
+ 改善已有的文档。
209
+
210
+ 修改接口:
211
+
212
+ * [DescribeTreeResources](https://cloud.tencent.com/document/api/849/79568)
213
+
214
+ * 新增入参:Filters, Offset, Limit
215
+
216
+
217
+
218
+
219
+ ## 文字识别(ocr) 版本:2018-11-19
220
+
221
+ ### 第 120 次发布
222
+
223
+ 发布时间:2023-11-16 01:25:49
224
+
225
+ 本次发布包含了以下内容:
226
+
227
+ 改善已有的文档。
228
+
229
+ 修改数据结构:
230
+
231
+ * [MotorVehicleSaleInvoice](https://cloud.tencent.com/document/api/866/33527#MotorVehicleSaleInvoice)
232
+
233
+ * 新增成员:TaxPayNum, TaxCode
234
+
235
+ * <font color="#dd0000">**修改成员**:</font>Title, Code, Number, Date, PretaxAmount, Total, TotalCn, Seller, SellerTaxID, SellerTel, SellerAddress, SellerBank, SellerBankAccount, Buyer, BuyerTaxID, BuyerID, TaxAuthorities, TaxAuthoritiesCode, VIN, VehicleModel, VehicleEngineCode, CertificateNumber, InspectionNumber, MachineID, VehicleType, Kind, Province, City, Tax, TaxRate, CompanySealMark, Tonnage, Remark, FormType, FormName, Issuer, TaxNum, MaxPeopleNum, Origin, MachineCode, MachineNumber, QRCodeMark
236
+
237
+ * [UsedCarPurchaseInvoice](https://cloud.tencent.com/document/api/866/33527#UsedCarPurchaseInvoice)
238
+
239
+ * 新增成员:AuctionOrgName, AuctionOrgAddress, AuctionOrgTaxID, AuctionOrgBankAccount, AuctionOrgPhone, Issuer, TaxCode, MachineSerialNumber, MachineCode, MachineNumber
240
+
241
+ * <font color="#dd0000">**修改成员**:</font>Title, QRCodeMark, Code, Number, Date, Total, TotalCn, Seller, SellerTel, SellerTaxID, SellerAddress, Buyer, BuyerID, BuyerAddress, BuyerTel, CompanyName, CompanyTaxID, CompanyBankAccount, CompanyTel, CompanyAddress, TransferAdministrationName, LicensePlate, RegistrationNumber, VIN, VehicleModel, Kind, Province, City, VehicleType, Remark, FormType, FormName, CompanySealMark
242
+
243
+
244
+
245
+
246
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
247
+
248
+ ### 第 42 次发布
249
+
250
+ 发布时间:2023-11-16 01:32:39
251
+
252
+ 本次发布包含了以下内容:
253
+
254
+ 改善已有的文档。
255
+
256
+ 新增接口:
257
+
258
+ * [DescribeEvents](https://cloud.tencent.com/document/api/851/101617)
259
+
260
+ 修改接口:
261
+
262
+ * [DescribeLogs](https://cloud.tencent.com/document/api/851/75076)
263
+
264
+ * 新增入参:ServiceId
265
+
266
+
267
+ 新增数据结构:
268
+
269
+ * [Event](https://cloud.tencent.com/document/api/851/75051#Event)
270
+
271
+
272
+
273
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
274
+
275
+
276
+
277
+ ## 实时音视频(trtc) 版本:2019-07-22
278
+
279
+ ### 第 60 次发布
280
+
281
+ 发布时间:2023-11-16 01:34:14
282
+
283
+ 本次发布包含了以下内容:
284
+
285
+ 改善已有的文档。
286
+
287
+ 修改数据结构:
288
+
289
+ * [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
290
+
291
+ * 新增成员:DynamicPosType
292
+
293
+ * [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
294
+
295
+ * 新增成员:DynamicPosType
296
+
297
+
298
+
299
+
300
+ ## 云点播(vod) 版本:2018-07-17
301
+
302
+ ### 第 170 次发布
303
+
304
+ 发布时间:2023-11-16 01:35:27
305
+
306
+ 本次发布包含了以下内容:
307
+
308
+ 改善已有的文档。
309
+
310
+ 新增接口:
311
+
312
+ * [CreateJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101622)
313
+ * [DeleteJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101621)
314
+ * [DescribeJustInTimeTranscodeTemplates](https://cloud.tencent.com/document/api/266/101620)
315
+ * [ModifyJustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/101619)
316
+
317
+ 新增数据结构:
318
+
319
+ * [JustInTimeTranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#JustInTimeTranscodeTemplate)
320
+ * [VideoConfigureInfo](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfo)
321
+ * [VideoConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoConfigureInfoForUpdate)
322
+ * [WatermarkConfigureData](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureData)
323
+ * [WatermarkConfigureInfo](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfo)
324
+ * [WatermarkConfigureInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#WatermarkConfigureInfoForUpdate)
325
+
326
+
327
+
328
+ ## 声音复刻(vrs) 版本:2020-08-24
329
+
330
+ ### 第 4 次发布
331
+
332
+ 发布时间:2023-11-16 01:37:19
333
+
334
+ 本次发布包含了以下内容:
335
+
336
+ 改善已有的文档。
337
+
338
+ 新增接口:
339
+
340
+ * [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
341
+
342
+ 新增数据结构:
343
+
344
+ * [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
345
+ * [VoiceTypeListData](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeListData)
346
+
347
+
348
+
1
349
  # Release 4.0.734
2
350
 
3
351
  ## 云防火墙(cfw) 版本:2019-09-04