tencentcloud-sdk-nodejs 4.0.362 → 4.0.365

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 (94) hide show
  1. package/CHANGELOG.md +443 -0
  2. package/SERVICE_CHANGELOG.md +431 -339
  3. package/package.json +1 -1
  4. package/products.md +20 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_models.ts +7 -1
  7. package/src/services/apm/v20210622/apm_models.ts +6 -1
  8. package/src/services/asr/v20190614/asr_models.ts +0 -1
  9. package/src/services/cat/v20180409/cat_models.ts +1 -1
  10. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  11. package/src/services/ccc/v20200210/ccc_models.ts +48 -7
  12. package/src/services/ciam/v20220331/ciam_client.ts +49 -5
  13. package/src/services/ciam/v20220331/ciam_models.ts +454 -46
  14. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +1 -1
  15. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +22 -6
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +40 -0
  17. package/src/services/cwp/v20180228/cwp_models.ts +13 -1
  18. package/src/services/dlc/v20210125/dlc_models.ts +1 -1
  19. package/src/services/dnspod/v20210323/dnspod_client.ts +29 -0
  20. package/src/services/dnspod/v20210323/dnspod_models.ts +231 -0
  21. package/src/services/es/v20180416/es_models.ts +6 -0
  22. package/src/services/index.ts +1 -0
  23. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  24. package/src/services/ocr/v20181119/ocr_models.ts +8 -1
  25. package/src/services/ssl/v20191205/ssl_models.ts +6 -0
  26. package/src/services/tbaas/v20180416/tbaas_client.ts +111 -63
  27. package/src/services/tbaas/v20180416/tbaas_models.ts +1199 -1014
  28. package/src/services/tcbr/index.ts +5 -0
  29. package/src/services/tcbr/v20220217/index.ts +6 -0
  30. package/src/services/tcbr/v20220217/tcbr_client.ts +130 -0
  31. package/src/services/tcbr/v20220217/tcbr_models.ts +876 -0
  32. package/src/services/tem/v20210701/tem_client.ts +20 -7
  33. package/src/services/tem/v20210701/tem_models.ts +125 -11
  34. package/src/services/teo/v20220106/teo_client.ts +25 -1
  35. package/src/services/teo/v20220106/teo_models.ts +143 -14
  36. package/src/services/vm/v20201229/vm_models.ts +7 -1
  37. package/src/services/vod/v20180717/vod_client.ts +27 -0
  38. package/src/services/vod/v20180717/vod_models.ts +232 -158
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +6 -1
  42. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +5 -1
  43. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +0 -1
  44. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  45. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  46. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  47. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +42 -7
  48. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +13 -1
  49. package/tencentcloud/services/ciam/v20220331/ciam_client.js +18 -0
  50. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +388 -39
  51. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +1 -1
  52. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +18 -4
  53. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +35 -0
  54. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
  56. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -1
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -0
  58. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +194 -0
  59. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  60. package/tencentcloud/services/index.d.ts +1 -0
  61. package/tencentcloud/services/index.js +2 -0
  62. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  63. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  64. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -1
  65. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
  66. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +17 -1
  67. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -0
  68. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1160 -1003
  69. package/tencentcloud/services/tcbr/index.d.ts +6 -0
  70. package/tencentcloud/services/tcbr/index.js +7 -0
  71. package/tencentcloud/services/tcbr/v20220217/index.d.ts +6 -0
  72. package/tencentcloud/services/tcbr/v20220217/index.js +9 -0
  73. package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +38 -0
  74. package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +73 -0
  75. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +723 -0
  76. package/tencentcloud/services/tcbr/v20220217/tcbr_models.js +18 -0
  77. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +7 -3
  78. package/tencentcloud/services/tem/v20210701/tem_client.js +9 -3
  79. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +106 -10
  80. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +9 -1
  81. package/tencentcloud/services/teo/v20220106/teo_client.js +12 -0
  82. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +120 -12
  83. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +6 -1
  84. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
  85. package/tencentcloud/services/vod/v20180717/vod_client.js +15 -0
  86. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +200 -136
  87. package/test/ccc.v20200210.test.js +10 -0
  88. package/test/ciam.v20220331.test.js +30 -0
  89. package/test/dnspod.v20210323.test.js +20 -0
  90. package/test/tbaas.v20180416.test.js +40 -0
  91. package/test/tcbr.v20220217.test.js +91 -0
  92. package/test/tem.v20210701.test.js +12 -2
  93. package/test/teo.v20220106.test.js +20 -0
  94. package/test/vod.v20180717.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,446 @@
1
+ # Release 4.0.365
2
+
3
+ ## TBaaS(tbaas) 版本:2018-04-16
4
+
5
+ ### 第 12 次发布
6
+
7
+ 发布时间:2022-06-20 15:31:45
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [InvokeChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75766)
16
+ * [QueryChainMakerDemoBlockTransaction](https://cloud.tencent.com/document/api/663/75765)
17
+ * [QueryChainMakerDemoContract](https://cloud.tencent.com/document/api/663/75764)
18
+ * [QueryChainMakerDemoTransaction](https://cloud.tencent.com/document/api/663/75763)
19
+
20
+
21
+
22
+ # Release 4.0.364
23
+
24
+ ## 应用性能观测(apm) 版本:2021-06-22
25
+
26
+ ### 第 10 次发布
27
+
28
+ 发布时间:2022-06-20 06:02:33
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改接口:
35
+
36
+ * [DescribeApmAgent](https://cloud.tencent.com/document/api/1463/64926)
37
+
38
+ * 新增入参:ReportMethod
39
+
40
+
41
+
42
+
43
+ ## 云呼叫中心(ccc) 版本:2020-02-10
44
+
45
+ ### 第 26 次发布
46
+
47
+ 发布时间:2022-06-20 06:03:42
48
+
49
+ 本次发布包含了以下内容:
50
+
51
+ 改善已有的文档。
52
+
53
+ 新增接口:
54
+
55
+ * [CreateCCCSkillGroup](https://cloud.tencent.com/document/api/679/75751)
56
+
57
+
58
+
59
+ ## 账号风控平台(ciam) 版本:2022-03-31
60
+
61
+ ### 第 5 次发布
62
+
63
+ 发布时间:2022-06-17 10:12:20
64
+
65
+ 本次发布包含了以下内容:
66
+
67
+ 改善已有的文档。
68
+
69
+ 新增数据结构:
70
+
71
+ * [SaltLocationRule](https://cloud.tencent.com/document/api/1441/75643#SaltLocationRule)
72
+
73
+ 修改数据结构:
74
+
75
+ * [SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)
76
+
77
+ * 新增成员:SaltLocationTypeEnum, SaltLocationRule
78
+
79
+
80
+
81
+
82
+ ## 云加密机(cloudhsm) 版本:2019-11-12
83
+
84
+ ### 第 5 次发布
85
+
86
+ 发布时间:2022-06-20 06:05:03
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 修改接口:
93
+
94
+ * [DescribeSupportedHsm](https://cloud.tencent.com/document/api/639/56372)
95
+
96
+ * 新增入参:HsmType
97
+
98
+ * [DescribeVsms](https://cloud.tencent.com/document/api/639/41443)
99
+
100
+ * 新增入参:HsmType
101
+
102
+ * [InquiryPriceBuyVsm](https://cloud.tencent.com/document/api/639/41442)
103
+
104
+ * 新增入参:HsmType
105
+
106
+
107
+
108
+
109
+ ## 企业收付平台(cpdp) 版本:2019-08-20
110
+
111
+ ### 第 68 次发布
112
+
113
+ 发布时间:2022-06-20 06:05:27
114
+
115
+ 本次发布包含了以下内容:
116
+
117
+ 改善已有的文档。
118
+
119
+ 修改接口:
120
+
121
+ * [ApplyOpenBankOrderDetailReceipt](https://cloud.tencent.com/document/api/1122/73065)
122
+
123
+ * 新增入参:Environment
124
+
125
+ * [CreateOpenBankExternalSubMerchantAccountBook](https://cloud.tencent.com/document/api/1122/73064)
126
+
127
+ * 新增入参:Environment
128
+
129
+ * [CreateOpenBankRechargeOrder](https://cloud.tencent.com/document/api/1122/73063)
130
+
131
+ * 新增入参:Environment
132
+
133
+ * [QueryOpenBankExternalSubAccountBookBalance](https://cloud.tencent.com/document/api/1122/73062)
134
+
135
+ * 新增入参:Environment
136
+
137
+ * [QueryOpenBankOrderDetailReceiptInfo](https://cloud.tencent.com/document/api/1122/73061)
138
+
139
+ * 新增入参:Environment
140
+
141
+
142
+
143
+
144
+ ## 主机安全(cwp) 版本:2018-02-28
145
+
146
+ ### 第 44 次发布
147
+
148
+ 发布时间:2022-06-20 06:06:12
149
+
150
+ 本次发布包含了以下内容:
151
+
152
+ 改善已有的文档。
153
+
154
+ 修改数据结构:
155
+
156
+ * [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
157
+
158
+ * 新增成员:FirstDiscoveryTime, InstanceState
159
+
160
+
161
+
162
+
163
+ ## DNSPod(dnspod) 版本:2021-03-23
164
+
165
+ ### 第 5 次发布
166
+
167
+ 发布时间:2022-06-20 06:07:25
168
+
169
+ 本次发布包含了以下内容:
170
+
171
+ 改善已有的文档。
172
+
173
+ 新增接口:
174
+
175
+ * [DescribeDomainAnalytics](https://cloud.tencent.com/document/api/1427/75753)
176
+ * [DescribeSubdomainAnalytics](https://cloud.tencent.com/document/api/1427/75752)
177
+
178
+ 新增数据结构:
179
+
180
+ * [DomainAliasAnalyticsItem](https://cloud.tencent.com/document/api/1427/56185#DomainAliasAnalyticsItem)
181
+ * [DomainAnalyticsDetail](https://cloud.tencent.com/document/api/1427/56185#DomainAnalyticsDetail)
182
+ * [DomainAnalyticsInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAnalyticsInfo)
183
+ * [SubdomainAliasAnalyticsItem](https://cloud.tencent.com/document/api/1427/56185#SubdomainAliasAnalyticsItem)
184
+ * [SubdomainAnalyticsInfo](https://cloud.tencent.com/document/api/1427/56185#SubdomainAnalyticsInfo)
185
+
186
+
187
+
188
+ ## Elasticsearch Service(es) 版本:2018-04-16
189
+
190
+ ### 第 28 次发布
191
+
192
+ 发布时间:2022-06-20 06:08:20
193
+
194
+ 本次发布包含了以下内容:
195
+
196
+ 改善已有的文档。
197
+
198
+ 修改数据结构:
199
+
200
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
201
+
202
+ * 新增成员:EsConfigSets
203
+
204
+
205
+
206
+
207
+ ## 证书(ssl) 版本:2019-12-05
208
+
209
+ ### 第 15 次发布
210
+
211
+ 发布时间:2022-06-20 06:13:03
212
+
213
+ 本次发布包含了以下内容:
214
+
215
+ 改善已有的文档。
216
+
217
+ 修改数据结构:
218
+
219
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
220
+
221
+ * 新增成员:IsIgnore
222
+
223
+
224
+
225
+
226
+ ## 弹性微服务(tem) 版本:2021-07-01
227
+
228
+ ### 第 18 次发布
229
+
230
+ 发布时间:2022-06-20 06:14:36
231
+
232
+ 本次发布包含了以下内容:
233
+
234
+ 改善已有的文档。
235
+
236
+ 新增接口:
237
+
238
+ * [DescribeApplicationsStatus](https://cloud.tencent.com/document/api/1371/75754)
239
+
240
+ 新增数据结构:
241
+
242
+ * [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
243
+
244
+
245
+
246
+ ## 弹性微服务(tem) 版本:2020-12-21
247
+
248
+
249
+
250
+ # Release 4.0.363
251
+
252
+ ## 音频内容检测(ams) 版本:2020-12-29
253
+
254
+ ### 第 6 次发布
255
+
256
+ 发布时间:2022-06-17 06:02:19
257
+
258
+ 本次发布包含了以下内容:
259
+
260
+ 改善已有的文档。
261
+
262
+ 修改接口:
263
+
264
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
265
+
266
+ * 新增出参:Label
267
+
268
+
269
+
270
+
271
+ ## 音频内容检测(ams) 版本:2020-06-08
272
+
273
+
274
+
275
+ ## 账号风控平台(ciam) 版本:2022-03-31
276
+
277
+ ### 第 4 次发布
278
+
279
+ 发布时间:2022-06-16 19:58:34
280
+
281
+ 本次发布包含了以下内容:
282
+
283
+ 改善已有的文档。
284
+
285
+ 新增数据结构:
286
+
287
+ * [Salt](https://cloud.tencent.com/document/api/1441/75643#Salt)
288
+ * [SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)
289
+
290
+ 修改数据结构:
291
+
292
+ * [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
293
+
294
+ * 新增成员:UserName, PhoneNumber, Email, ResidentIdentityCard, Nickname, Address, UserGroup, QqOpenId, QqUnionId, WechatOpenId, WechatUnionId, AlipayUserId, Description, Birthdate, Name, Locale, Gender, IdentityVerificationMethod, IdentityVerified, Job, Nationality, Zone, Password, CustomizationAttributes, Salt, PasswordEncryptTypeEnum
295
+
296
+
297
+ ### 第 3 次发布
298
+
299
+ 发布时间:2022-06-16 19:08:56
300
+
301
+ 本次发布包含了以下内容:
302
+
303
+ 改善已有的文档。
304
+
305
+ 新增接口:
306
+
307
+ * [CreateApiImportUserJob](https://cloud.tencent.com/document/api/1441/75705)
308
+ * [CreateFileExportUserJob](https://cloud.tencent.com/document/api/1441/75704)
309
+ * [ListJobs](https://cloud.tencent.com/document/api/1441/75703)
310
+
311
+ 新增数据结构:
312
+
313
+ * [ErrorDetails](https://cloud.tencent.com/document/api/1441/75643#ErrorDetails)
314
+ * [ExportPropertyMap](https://cloud.tencent.com/document/api/1441/75643#ExportPropertyMap)
315
+ * [FailedUsers](https://cloud.tencent.com/document/api/1441/75643#FailedUsers)
316
+ * [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
317
+ * [Job](https://cloud.tencent.com/document/api/1441/75643#Job)
318
+
319
+
320
+
321
+ ## 文字识别(ocr) 版本:2018-11-19
322
+
323
+ ### 第 70 次发布
324
+
325
+ 发布时间:2022-06-17 06:11:40
326
+
327
+ 本次发布包含了以下内容:
328
+
329
+ 改善已有的文档。
330
+
331
+ 修改接口:
332
+
333
+ * [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
334
+
335
+ * 新增出参:Vaccination
336
+
337
+
338
+
339
+
340
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
341
+
342
+ ### 第 1 次发布
343
+
344
+ 发布时间:2022-06-16 14:56:04
345
+
346
+ 本次发布包含了以下内容:
347
+
348
+ 改善已有的文档。
349
+
350
+ 新增接口:
351
+
352
+ * [CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)
353
+ * [CreateCloudRunServer](https://cloud.tencent.com/document/api/1243/75712)
354
+ * [DescribeCloudRunEnvs](https://cloud.tencent.com/document/api/1243/75706)
355
+ * [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
356
+ * [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
357
+ * [DescribeEnvBaseInfo](https://cloud.tencent.com/document/api/1243/75701)
358
+ * [UpdateCloudRunServer](https://cloud.tencent.com/document/api/1243/75709)
359
+
360
+ 新增数据结构:
361
+
362
+ * [BuildPacksInfo](https://cloud.tencent.com/document/api/1243/75713#BuildPacksInfo)
363
+ * [ClsInfo](https://cloud.tencent.com/document/api/1243/75713#ClsInfo)
364
+ * [DatabasesInfo](https://cloud.tencent.com/document/api/1243/75713#DatabasesInfo)
365
+ * [DeployParam](https://cloud.tencent.com/document/api/1243/75713#DeployParam)
366
+ * [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
367
+ * [EnvInfo](https://cloud.tencent.com/document/api/1243/75713#EnvInfo)
368
+ * [FunctionInfo](https://cloud.tencent.com/document/api/1243/75713#FunctionInfo)
369
+ * [HpaPolicy](https://cloud.tencent.com/document/api/1243/75713#HpaPolicy)
370
+ * [LogServiceInfo](https://cloud.tencent.com/document/api/1243/75713#LogServiceInfo)
371
+ * [RepositoryInfo](https://cloud.tencent.com/document/api/1243/75713#RepositoryInfo)
372
+ * [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
373
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
374
+ * [StaticStorageInfo](https://cloud.tencent.com/document/api/1243/75713#StaticStorageInfo)
375
+ * [StorageInfo](https://cloud.tencent.com/document/api/1243/75713#StorageInfo)
376
+ * [Tag](https://cloud.tencent.com/document/api/1243/75713#Tag)
377
+
378
+
379
+
380
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
381
+
382
+ ### 第 9 次发布
383
+
384
+ 发布时间:2022-06-17 06:14:37
385
+
386
+ 本次发布包含了以下内容:
387
+
388
+ 改善已有的文档。
389
+
390
+ 新增接口:
391
+
392
+ * [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
393
+ * [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
394
+
395
+
396
+
397
+ ## 视频内容安全(vm) 版本:2020-12-29
398
+
399
+ ### 第 5 次发布
400
+
401
+ 发布时间:2022-06-17 06:16:09
402
+
403
+ 本次发布包含了以下内容:
404
+
405
+ 改善已有的文档。
406
+
407
+ 修改接口:
408
+
409
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
410
+
411
+ * 新增出参:Label
412
+
413
+
414
+
415
+
416
+ ## 视频内容安全(vm) 版本:2020-07-09
417
+
418
+
419
+
420
+ ## 云点播(vod) 版本:2018-07-17
421
+
422
+ ### 第 105 次发布
423
+
424
+ 发布时间:2022-06-17 06:16:12
425
+
426
+ 本次发布包含了以下内容:
427
+
428
+ 改善已有的文档。
429
+
430
+ 新增接口:
431
+
432
+ * [RefreshUrlCache](https://cloud.tencent.com/document/api/266/75729)
433
+ * [RestoreMedia](https://cloud.tencent.com/document/api/266/75728)
434
+
435
+ 修改接口:
436
+
437
+ * [DescribeStorageData](https://cloud.tencent.com/document/api/266/41463)
438
+
439
+ * 新增出参:ArchiveStorage, DeepArchiveStorage
440
+
441
+
442
+
443
+
1
444
  # Release 4.0.362
2
445
 
3
446
  ## DDoS 防护(antiddos) 版本:2020-03-09