tencentcloud-sdk-nodejs 4.0.861 → 4.0.863

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 (79) hide show
  1. package/CHANGELOG.md +320 -0
  2. package/SERVICE_CHANGELOG.md +307 -114
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/cat/v20180409/cat_models.ts +1 -1
  8. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -18
  11. package/src/services/dasb/v20191018/dasb_client.ts +100 -25
  12. package/src/services/dasb/v20191018/dasb_models.ts +605 -128
  13. package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
  14. package/src/services/dbbrain/v20210527/dbbrain_models.ts +32 -0
  15. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  16. package/src/services/dlc/v20210125/dlc_models.ts +28 -0
  17. package/src/services/domain/v20180808/domain_client.ts +219 -47
  18. package/src/services/domain/v20180808/domain_models.ts +942 -248
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +5 -0
  20. package/src/services/dts/v20211206/dts_models.ts +2 -2
  21. package/src/services/ess/v20201111/ess_models.ts +11 -1
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  24. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +116 -40
  25. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +452 -149
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +22 -16
  27. package/src/services/mna/v20210119/mna_client.ts +33 -9
  28. package/src/services/mna/v20210119/mna_models.ts +165 -75
  29. package/src/services/ocr/v20181119/ocr_models.ts +24 -0
  30. package/src/services/rum/v20210622/rum_models.ts +6 -6
  31. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  32. package/src/services/teo/v20220901/teo_models.ts +1 -0
  33. package/src/services/tione/v20211111/tione_models.ts +5 -0
  34. package/src/services/tmt/v20180321/tmt_models.ts +0 -1
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  38. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -18
  42. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +31 -7
  43. package/tencentcloud/services/dasb/v20191018/dasb_client.js +45 -9
  44. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +565 -103
  45. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  47. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +30 -0
  48. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  49. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  50. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
  51. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +67 -11
  52. package/tencentcloud/services/domain/v20180808/domain_client.js +99 -15
  53. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +915 -253
  54. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -0
  55. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -1
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  60. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -11
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -15
  62. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +436 -149
  63. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -16
  64. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +11 -3
  65. package/tencentcloud/services/mna/v20210119/mna_client.js +15 -3
  66. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +160 -74
  67. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -0
  68. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
  69. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  70. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -0
  72. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
  73. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +0 -1
  74. package/test/dasb.v20191018.test.js +66 -6
  75. package/test/dbbrain.v20210527.test.js +10 -0
  76. package/test/dlc.v20210125.test.js +10 -0
  77. package/test/domain.v20180808.test.js +150 -10
  78. package/test/iotexplorer.v20190423.test.js +76 -16
  79. package/test/mna.v20210119.test.js +22 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,323 @@
1
+ # Release 4.0.863
2
+
3
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
4
+
5
+ ### 第 104 次发布
6
+
7
+ 发布时间:2024-05-28 01:20:25
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
16
+
17
+ * 新增成员:VpcId, SubnetId
18
+
19
+
20
+
21
+
22
+ ## 域名注册(domain) 版本:2018-08-08
23
+
24
+ ### 第 37 次发布
25
+
26
+ 发布时间:2024-05-28 01:34:04
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [BidDetailPage](https://cloud.tencent.com/document/api/242/106605)
35
+ * [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
36
+ * [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
37
+ * [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
38
+ * [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
39
+ * [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
40
+ * [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
41
+ * [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
42
+ * [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
43
+ * [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
44
+ * [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
45
+ * [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
46
+ * [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
47
+ * [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
48
+
49
+ 新增数据结构:
50
+
51
+ * [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
52
+ * [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
53
+ * [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
54
+ * [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
55
+
56
+
57
+
58
+ ## 多网聚合加速(mna) 版本:2021-01-19
59
+
60
+ ### 第 19 次发布
61
+
62
+ 发布时间:2024-05-28 01:54:57
63
+
64
+ 本次发布包含了以下内容:
65
+
66
+ 改善已有的文档。
67
+
68
+ 新增接口:
69
+
70
+ * [GetFlowAlarmInfo](https://cloud.tencent.com/document/api/1385/106608)
71
+ * [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
72
+
73
+
74
+
75
+ ## 文字识别(ocr) 版本:2018-11-19
76
+
77
+ ### 第 137 次发布
78
+
79
+ 发布时间:2024-05-28 01:59:27
80
+
81
+ 本次发布包含了以下内容:
82
+
83
+ 改善已有的文档。
84
+
85
+ 修改接口:
86
+
87
+ * [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
88
+
89
+ * 新增出参:NationalEmblem, QRCode, Seal, Title, SerialNumber, RegistrationAuthority
90
+
91
+
92
+
93
+
94
+ # Release 4.0.862
95
+
96
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
97
+
98
+ ### 第 11 次发布
99
+
100
+ 发布时间:2024-05-27 01:18:10
101
+
102
+ 本次发布包含了以下内容:
103
+
104
+ 改善已有的文档。
105
+
106
+ 修改接口:
107
+
108
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
109
+
110
+ * 新增入参:IsQuery
111
+
112
+
113
+
114
+
115
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
116
+
117
+ ### 第 90 次发布
118
+
119
+ 发布时间:2024-05-27 01:28:43
120
+
121
+ 本次发布包含了以下内容:
122
+
123
+ 改善已有的文档。
124
+
125
+ 修改接口:
126
+
127
+ * [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
128
+
129
+ * 新增入参:DeviceType
130
+
131
+ * [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
132
+
133
+ * 新增入参:DeviceType
134
+
135
+ * [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
136
+
137
+ * 新增入参:DeviceType
138
+
139
+ * [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
140
+
141
+ * 新增入参:PayMode
142
+
143
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
144
+
145
+ * 新增入参:DeviceType
146
+
147
+
148
+ 修改数据结构:
149
+
150
+ * [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
151
+
152
+ * 新增成员:InstanceTasks, InstanceDeviceType
153
+
154
+ * [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
155
+
156
+ * 新增成员:DeviceType
157
+
158
+ * [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
159
+
160
+ * 新增成员:DeviceType
161
+
162
+ * [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
163
+
164
+ * 新增成员:OldDeviceType, DeviceType
165
+
166
+
167
+
168
+
169
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
170
+
171
+ ### 第 25 次发布
172
+
173
+ 发布时间:2024-05-27 01:29:56
174
+
175
+ 本次发布包含了以下内容:
176
+
177
+ 改善已有的文档。
178
+
179
+ 新增接口:
180
+
181
+ * [CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)
182
+ * [DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)
183
+ * [DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)
184
+ * [DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)
185
+ * [ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)
186
+ * [RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)
187
+
188
+ 新增数据结构:
189
+
190
+ * [ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)
191
+ * [ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)
192
+ * [RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)
193
+
194
+
195
+
196
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
197
+
198
+ ### 第 29 次发布
199
+
200
+ 发布时间:2024-05-27 01:30:50
201
+
202
+ 本次发布包含了以下内容:
203
+
204
+ 改善已有的文档。
205
+
206
+ 新增接口:
207
+
208
+ * [DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)
209
+
210
+
211
+
212
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
213
+
214
+
215
+
216
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
217
+
218
+ ### 第 90 次发布
219
+
220
+ 发布时间:2024-05-27 01:32:23
221
+
222
+ 本次发布包含了以下内容:
223
+
224
+ 改善已有的文档。
225
+
226
+ 新增接口:
227
+
228
+ * [ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)
229
+
230
+
231
+
232
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
233
+
234
+ ### 第 13 次发布
235
+
236
+ 发布时间:2024-05-27 01:34:38
237
+
238
+ 本次发布包含了以下内容:
239
+
240
+ 改善已有的文档。
241
+
242
+ 修改数据结构:
243
+
244
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
245
+
246
+ * 新增成员:Channel
247
+
248
+
249
+
250
+
251
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
252
+
253
+ ### 第 173 次发布
254
+
255
+ 发布时间:2024-05-27 01:39:33
256
+
257
+ 本次发布包含了以下内容:
258
+
259
+ 改善已有的文档。
260
+
261
+ 修改接口:
262
+
263
+ * [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
264
+
265
+ * 新增入参:IdCardType
266
+
267
+
268
+
269
+
270
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
271
+
272
+ ### 第 64 次发布
273
+
274
+ 发布时间:2024-05-27 01:45:34
275
+
276
+ 本次发布包含了以下内容:
277
+
278
+ 改善已有的文档。
279
+
280
+ 新增接口:
281
+
282
+ * [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
283
+ * [AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)
284
+ * [CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)
285
+ * [GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)
286
+ * [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
287
+ * [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
288
+
289
+ 新增数据结构:
290
+
291
+ * [AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)
292
+ * [TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)
293
+ * [TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)
294
+ * [TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)
295
+
296
+
297
+
298
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
299
+
300
+ ### 第 62 次发布
301
+
302
+ 发布时间:2024-05-27 02:17:11
303
+
304
+ 本次发布包含了以下内容:
305
+
306
+ 改善已有的文档。
307
+
308
+ 修改数据结构:
309
+
310
+ * [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
311
+
312
+ * 新增成员:NameSpace
313
+
314
+
315
+
316
+
317
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
318
+
319
+
320
+
1
321
  # Release 4.0.861
2
322
 
3
323
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27