tencentcloud-sdk-nodejs 4.0.734 → 4.0.736

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