tencentcloud-sdk-nodejs 4.0.416 → 4.0.417

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 (61) hide show
  1. package/CHANGELOG.md +324 -0
  2. package/SERVICE_CHANGELOG.md +550 -16
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +13 -11
  7. package/src/services/ams/v20201229/ams_models.ts +69 -15
  8. package/src/services/billing/v20180709/billing_models.ts +49 -0
  9. package/src/services/cat/v20180409/cat_models.ts +4 -4
  10. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  11. package/src/services/irp/index.ts +2 -0
  12. package/src/services/irp/v20220805/index.ts +6 -0
  13. package/src/services/irp/v20220805/irp_client.ts +85 -0
  14. package/src/services/irp/v20220805/irp_models.ts +549 -0
  15. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  16. package/src/services/mongodb/v20190725/mongodb_client.ts +12 -0
  17. package/src/services/mongodb/v20190725/mongodb_models.ts +20 -0
  18. package/src/services/privatedns/v20201028/privatedns_models.ts +16 -1
  19. package/src/services/pts/v20210728/pts_models.ts +5 -0
  20. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  21. package/src/services/tcr/v20190924/tcr_client.ts +1 -0
  22. package/src/services/tcr/v20190924/tcr_models.ts +44 -1
  23. package/src/services/tcss/v20201101/tcss_models.ts +20 -0
  24. package/src/services/teo/v20220106/teo_client.ts +1 -0
  25. package/src/services/teo/v20220106/teo_models.ts +408 -303
  26. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  27. package/src/services/tts/v20190823/tts_client.ts +1 -0
  28. package/src/services/tts/v20190823/tts_models.ts +40 -0
  29. package/src/services/wedata/v20210820/wedata_client.ts +105 -68
  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_client.d.ts +11 -10
  33. package/tencentcloud/services/ams/v20201229/ams_client.js +11 -10
  34. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +58 -12
  35. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +40 -0
  36. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -4
  37. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  38. package/tencentcloud/services/irp/index.d.ts +4 -0
  39. package/tencentcloud/services/irp/index.js +2 -0
  40. package/tencentcloud/services/irp/v20220805/index.d.ts +6 -0
  41. package/tencentcloud/services/irp/v20220805/index.js +9 -0
  42. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +26 -0
  43. package/tencentcloud/services/irp/v20220805/irp_client.js +55 -0
  44. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +442 -0
  45. package/tencentcloud/services/irp/v20220805/irp_models.js +18 -0
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  47. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  48. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  49. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +18 -0
  50. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +13 -1
  51. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +4 -0
  52. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  53. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +37 -1
  54. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -0
  55. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +353 -259
  56. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  57. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +33 -0
  58. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +72 -35
  59. package/tencentcloud/services/wedata/v20210820/wedata_client.js +72 -35
  60. package/test/irp.v20220805.test.js +61 -0
  61. package/test/mongodb.v20190725.test.js +10 -0
@@ -1,10 +1,76 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 电子签服务(ess) 版本:2020-11-11
3
+ ## 音频内容检测(ams) 版本:2020-12-29
4
4
 
5
- ### 第 14 次发布
5
+ ### 第 7 次发布
6
6
 
7
- 发布时间:2022-08-11 22:36:30
7
+ 发布时间:2022-08-15 06:07:00
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
16
+
17
+ * 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
18
+
19
+
20
+ 新增数据结构:
21
+
22
+ * [AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)
23
+
24
+
25
+
26
+ ## 音频内容检测(ams) 版本:2020-06-08
27
+
28
+
29
+
30
+ ## 计费相关(billing) 版本:2018-07-09
31
+
32
+ ### 第 35 次发布
33
+
34
+ 发布时间:2022-08-15 06:09:23
35
+
36
+ 本次发布包含了以下内容:
37
+
38
+ 改善已有的文档。
39
+
40
+ 修改数据结构:
41
+
42
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
43
+
44
+ * 新增成员:TransferPayAmount
45
+
46
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
47
+
48
+ * 新增成员:TransferPayAmount
49
+
50
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
51
+
52
+ * 新增成员:TransferPayAmount
53
+
54
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
55
+
56
+ * 新增成员:TransferPayAmount
57
+
58
+ * [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
59
+
60
+ * 新增成员:TransferPayAmount
61
+
62
+ * [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
63
+
64
+ * 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
65
+
66
+
67
+
68
+
69
+ ## 智能推荐平台(irp) 版本:2022-08-05
70
+
71
+ ### 第 1 次发布
72
+
73
+ 发布时间:2022-08-12 14:06:35
8
74
 
9
75
  本次发布包含了以下内容:
10
76
 
@@ -12,34 +78,81 @@
12
78
 
13
79
  新增接口:
14
80
 
15
- * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
81
+ * [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
82
+ * [ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)
83
+ * [ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)
84
+ * [ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)
16
85
 
86
+ 新增数据结构:
17
87
 
88
+ * [DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)
89
+ * [DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)
90
+ * [FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)
91
+ * [FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)
92
+ * [RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)
93
+ * [UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)
18
94
 
19
- ## 文字识别(ocr) 版本:2018-11-19
20
95
 
21
- ### 第 74 次发布
22
96
 
23
- 发布时间:2022-08-12 11:13:38
97
+ ## 智能推荐平台(irp) 版本:2022-03-24
98
+
99
+
100
+
101
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
102
+
103
+ ### 第 23 次发布
104
+
105
+ 发布时间:2022-08-15 06:31:24
24
106
 
25
107
  本次发布包含了以下内容:
26
108
 
27
109
  改善已有的文档。
28
110
 
111
+ 新增接口:
112
+
113
+ * [TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)
114
+
115
+
116
+
117
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
118
+
119
+
120
+
121
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
122
+
123
+ ### 第 9 次发布
124
+
125
+ 发布时间:2022-08-15 06:34:53
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改接口:
132
+
133
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
134
+
135
+ * 新增入参:CnameSpeedupStatus
136
+
137
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
138
+
139
+ * 新增入参:CnameSpeedupStatus
140
+
141
+
29
142
  修改数据结构:
30
143
 
31
- * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
144
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
32
145
 
33
- * 新增成员:Row
146
+ * 新增成员:CnameSpeedupStatus
34
147
 
35
148
 
36
149
 
37
150
 
38
- ## 弹性微服务(tem) 版本:2021-07-01
151
+ ## 性能测试服务(pts) 版本:2021-07-28
39
152
 
40
- ### 第 28 次发布
153
+ ### 第 2 次发布
41
154
 
42
- 发布时间:2022-08-12 11:47:08
155
+ 发布时间:2022-08-15 06:35:03
43
156
 
44
157
  本次发布包含了以下内容:
45
158
 
@@ -47,14 +160,165 @@
47
160
 
48
161
  修改接口:
49
162
 
50
- * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
163
+ * [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
51
164
 
52
- * 新增入参:EnableMetrics
165
+ * 新增入参:IgnoreDataset
53
166
 
54
167
 
55
168
 
56
169
 
57
- ## 弹性微服务(tem) 版本:2020-12-21
170
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
171
+
172
+ ### 第 7 次发布
173
+
174
+ 发布时间:2022-08-15 06:39:26
175
+
176
+ 本次发布包含了以下内容:
177
+
178
+ 改善已有的文档。
179
+
180
+ 修改数据结构:
181
+
182
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
183
+
184
+ * 新增成员:AccessTypes
185
+
186
+
187
+
188
+
189
+ ## 容器镜像服务(tcr) 版本:2019-09-24
190
+
191
+ ### 第 42 次发布
192
+
193
+ 发布时间:2022-08-15 06:39:36
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 修改接口:
200
+
201
+ * [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
202
+
203
+ * 新增入参:Digest
204
+
205
+ * [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
206
+
207
+ * 新增入参:KmsSignPolicy
208
+
209
+
210
+ 新增数据结构:
211
+
212
+ * [KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)
213
+
214
+ 修改数据结构:
215
+
216
+ * [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
217
+
218
+ * 新增成员:Kind, KmsSignature
219
+
220
+ * [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
221
+
222
+ * 新增成员:Metadata
223
+
224
+
225
+
226
+
227
+ ## 容器安全服务(tcss) 版本:2020-11-01
228
+
229
+ ### 第 24 次发布
230
+
231
+ 发布时间:2022-08-15 06:40:11
232
+
233
+ 本次发布包含了以下内容:
234
+
235
+ 改善已有的文档。
236
+
237
+ 修改接口:
238
+
239
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
240
+
241
+ * 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
242
+
243
+
244
+
245
+
246
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
247
+
248
+ ### 第 18 次发布
249
+
250
+ 发布时间:2022-08-15 06:42:02
251
+
252
+ 本次发布包含了以下内容:
253
+
254
+ 改善已有的文档。
255
+
256
+ 修改接口:
257
+
258
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
259
+
260
+ * 新增入参:Ipv6
261
+
262
+ * [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
263
+
264
+ * 新增入参:ProxyId
265
+
266
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
267
+
268
+ * 新增出参:Ipv6
269
+
270
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
271
+
272
+ * 新增出参:Ipv6
273
+
274
+ * [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
275
+
276
+ * 新增入参:Ipv6
277
+
278
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
279
+
280
+ * 新增入参:Ipv6
281
+
282
+
283
+ 新增数据结构:
284
+
285
+ * [Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)
286
+
287
+ 修改数据结构:
288
+
289
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
290
+
291
+ * 新增成员:Ipv6
292
+
293
+ * [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
294
+
295
+ * 新增成员:Origins, BackupOrigins, CosPrivateAccess
296
+
297
+
298
+
299
+
300
+ ## 语音合成(tts) 版本:2019-08-23
301
+
302
+ ### 第 7 次发布
303
+
304
+ 发布时间:2022-08-15 06:46:14
305
+
306
+ 本次发布包含了以下内容:
307
+
308
+ 改善已有的文档。
309
+
310
+ 修改接口:
311
+
312
+ * [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
313
+
314
+ * 新增入参:EnableSubtitle
315
+
316
+ * 新增出参:Subtitles
317
+
318
+
319
+ 新增数据结构:
320
+
321
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
58
322
 
59
323
 
60
324
 
@@ -1364,6 +1628,25 @@
1364
1628
 
1365
1629
  ## 音频内容检测(ams) 版本:2020-12-29
1366
1630
 
1631
+ ### 第 7 次发布
1632
+
1633
+ 发布时间:2022-08-15 06:07:00
1634
+
1635
+ 本次发布包含了以下内容:
1636
+
1637
+ 改善已有的文档。
1638
+
1639
+ 修改接口:
1640
+
1641
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
1642
+
1643
+ * 新增出参:SubLabel, LanguageResults, SpeakerResults, RecognitionResults
1644
+
1645
+
1646
+ 新增数据结构:
1647
+
1648
+ * [[AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult)](https://cloud.tencent.com/document/api/1219/53259#[AudioResultDetailSpeakerResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailSpeakerResult))
1649
+
1367
1650
  ### 第 6 次发布
1368
1651
 
1369
1652
  发布时间:2022-06-17 06:02:19
@@ -6311,6 +6594,41 @@
6311
6594
 
6312
6595
  ## 计费相关(billing) 版本:2018-07-09
6313
6596
 
6597
+ ### 第 35 次发布
6598
+
6599
+ 发布时间:2022-08-15 06:09:23
6600
+
6601
+ 本次发布包含了以下内容:
6602
+
6603
+ 改善已有的文档。
6604
+
6605
+ 修改数据结构:
6606
+
6607
+ * [BusinessSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryOverviewItem)
6608
+
6609
+ * 新增成员:TransferPayAmount
6610
+
6611
+ * [BusinessSummaryTotal](https://cloud.tencent.com/document/api/555/19183#BusinessSummaryTotal)
6612
+
6613
+ * 新增成员:TransferPayAmount
6614
+
6615
+ * [PayModeSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#PayModeSummaryOverviewItem)
6616
+
6617
+ * 新增成员:TransferPayAmount
6618
+
6619
+ * [ProjectSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#ProjectSummaryOverviewItem)
6620
+
6621
+ * 新增成员:TransferPayAmount
6622
+
6623
+ * [RegionSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#RegionSummaryOverviewItem)
6624
+
6625
+ * 新增成员:TransferPayAmount
6626
+
6627
+ * [TagSummaryOverviewItem](https://cloud.tencent.com/document/api/555/19183#TagSummaryOverviewItem)
6628
+
6629
+ * 新增成员:CashPayAmount, IncentivePayAmount, VoucherPayAmount, TransferPayAmount
6630
+
6631
+
6314
6632
  ### 第 34 次发布
6315
6633
 
6316
6634
  发布时间:2022-06-08 06:04:08
@@ -36693,7 +37011,7 @@
36693
37011
 
36694
37012
  新增接口:
36695
37013
 
36696
- * [[CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)](https://cloud.tencent.com/document/api/#/#)
37014
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
36697
37015
 
36698
37016
  ### 第 13 次发布
36699
37017
 
@@ -46460,6 +46778,34 @@
46460
46778
 
46461
46779
 
46462
46780
 
46781
+ ## 智能推荐平台(irp) 版本:2022-08-05
46782
+
46783
+ ### 第 1 次发布
46784
+
46785
+ 发布时间:2022-08-12 14:06:35
46786
+
46787
+ 本次发布包含了以下内容:
46788
+
46789
+ 改善已有的文档。
46790
+
46791
+ 新增接口:
46792
+
46793
+ * [[FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)](https://cloud.tencent.com/document/api/#/#)
46794
+ * [[ReportFeedBehavior](https://cloud.tencent.com/document/api/1541/78994)](https://cloud.tencent.com/document/api/#/#)
46795
+ * [[ReportFeedItem](https://cloud.tencent.com/document/api/1541/78993)](https://cloud.tencent.com/document/api/#/#)
46796
+ * [[ReportFeedUser](https://cloud.tencent.com/document/api/1541/78992)](https://cloud.tencent.com/document/api/#/#)
46797
+
46798
+ 新增数据结构:
46799
+
46800
+ * [[DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo)](https://cloud.tencent.com/document/api/1541/78996#[DislikeInfo](https://cloud.tencent.com/document/api/1541/78996#DislikeInfo))
46801
+ * [[DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem)](https://cloud.tencent.com/document/api/1541/78996#[DocItem](https://cloud.tencent.com/document/api/1541/78996#DocItem))
46802
+ * [[FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo)](https://cloud.tencent.com/document/api/1541/78996#[FeedBehaviorInfo](https://cloud.tencent.com/document/api/1541/78996#FeedBehaviorInfo))
46803
+ * [[FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo)](https://cloud.tencent.com/document/api/1541/78996#[FeedUserInfo](https://cloud.tencent.com/document/api/1541/78996#FeedUserInfo))
46804
+ * [[RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData)](https://cloud.tencent.com/document/api/1541/78996#[RecItemData](https://cloud.tencent.com/document/api/1541/78996#RecItemData))
46805
+ * [[UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo)](https://cloud.tencent.com/document/api/1541/78996#[UserIdInfo](https://cloud.tencent.com/document/api/1541/78996#UserIdInfo))
46806
+
46807
+
46808
+
46463
46809
 
46464
46810
  ## 视频智能标签(ivld) 版本:2021-09-03
46465
46811
 
@@ -50862,6 +51208,18 @@
50862
51208
 
50863
51209
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
50864
51210
 
51211
+ ### 第 23 次发布
51212
+
51213
+ 发布时间:2022-08-15 06:31:24
51214
+
51215
+ 本次发布包含了以下内容:
51216
+
51217
+ 改善已有的文档。
51218
+
51219
+ 新增接口:
51220
+
51221
+ * [[TerminateDBInstances](https://cloud.tencent.com/document/api/240/79047)](https://cloud.tencent.com/document/api/#/#)
51222
+
50865
51223
  ### 第 22 次发布
50866
51224
 
50867
51225
  发布时间:2022-08-11 06:40:51
@@ -57947,6 +58305,32 @@
57947
58305
 
57948
58306
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
57949
58307
 
58308
+ ### 第 9 次发布
58309
+
58310
+ 发布时间:2022-08-15 06:34:53
58311
+
58312
+ 本次发布包含了以下内容:
58313
+
58314
+ 改善已有的文档。
58315
+
58316
+ 修改接口:
58317
+
58318
+ * [CreatePrivateZone](https://cloud.tencent.com/document/api/1338/55946)
58319
+
58320
+ * 新增入参:CnameSpeedupStatus
58321
+
58322
+ * [ModifyPrivateZone](https://cloud.tencent.com/document/api/1338/55935)
58323
+
58324
+ * 新增入参:CnameSpeedupStatus
58325
+
58326
+
58327
+ 修改数据结构:
58328
+
58329
+ * [PrivateZone](https://cloud.tencent.com/document/api/1338/55947#PrivateZone)
58330
+
58331
+ * 新增成员:CnameSpeedupStatus
58332
+
58333
+
57950
58334
  ### 第 8 次发布
57951
58335
 
57952
58336
  发布时间:2022-08-01 11:48:13
@@ -58119,6 +58503,21 @@
58119
58503
 
58120
58504
  ## 性能测试服务(pts) 版本:2021-07-28
58121
58505
 
58506
+ ### 第 2 次发布
58507
+
58508
+ 发布时间:2022-08-15 06:35:03
58509
+
58510
+ 本次发布包含了以下内容:
58511
+
58512
+ 改善已有的文档。
58513
+
58514
+ 修改接口:
58515
+
58516
+ * [DescribeScenarioWithJobs](https://cloud.tencent.com/document/api/1484/78066)
58517
+
58518
+ * 新增入参:IgnoreDataset
58519
+
58520
+
58122
58521
  ### 第 1 次发布
58123
58522
 
58124
58523
  发布时间:2022-07-29 11:04:42
@@ -67039,6 +67438,21 @@
67039
67438
 
67040
67439
  ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
67041
67440
 
67441
+ ### 第 7 次发布
67442
+
67443
+ 发布时间:2022-08-15 06:39:26
67444
+
67445
+ 本次发布包含了以下内容:
67446
+
67447
+ 改善已有的文档。
67448
+
67449
+ 修改数据结构:
67450
+
67451
+ * [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
67452
+
67453
+ * 新增成员:AccessTypes
67454
+
67455
+
67042
67456
  ### 第 6 次发布
67043
67457
 
67044
67458
  发布时间:2022-08-02 06:31:39
@@ -67759,6 +68173,40 @@
67759
68173
 
67760
68174
  ## 容器镜像服务(tcr) 版本:2019-09-24
67761
68175
 
68176
+ ### 第 42 次发布
68177
+
68178
+ 发布时间:2022-08-15 06:39:36
68179
+
68180
+ 本次发布包含了以下内容:
68181
+
68182
+ 改善已有的文档。
68183
+
68184
+ 修改接口:
68185
+
68186
+ * [DescribeImages](https://cloud.tencent.com/document/api/1141/42723)
68187
+
68188
+ * 新增入参:Digest
68189
+
68190
+ * [DescribeNamespaces](https://cloud.tencent.com/document/api/1141/42765)
68191
+
68192
+ * 新增入参:KmsSignPolicy
68193
+
68194
+
68195
+ 新增数据结构:
68196
+
68197
+ * [[KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString)](https://cloud.tencent.com/document/api/1141/41603#[KeyValueString](https://cloud.tencent.com/document/api/1141/41603#KeyValueString))
68198
+
68199
+ 修改数据结构:
68200
+
68201
+ * [TcrImageInfo](https://cloud.tencent.com/document/api/1141/41603#TcrImageInfo)
68202
+
68203
+ * 新增成员:Kind, KmsSignature
68204
+
68205
+ * [TcrNamespaceInfo](https://cloud.tencent.com/document/api/1141/41603#TcrNamespaceInfo)
68206
+
68207
+ * 新增成员:Metadata
68208
+
68209
+
67762
68210
  ### 第 41 次发布
67763
68211
 
67764
68212
  发布时间:2022-07-07 06:16:05
@@ -68554,6 +69002,21 @@
68554
69002
 
68555
69003
  ## 容器安全服务(tcss) 版本:2020-11-01
68556
69004
 
69005
+ ### 第 24 次发布
69006
+
69007
+ 发布时间:2022-08-15 06:40:11
69008
+
69009
+ 本次发布包含了以下内容:
69010
+
69011
+ 改善已有的文档。
69012
+
69013
+ 修改接口:
69014
+
69015
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
69016
+
69017
+ * 新增出参:CheckedClusterCount, AutoCheckClusterCount, ManualCheckClusterCount, FailedClusterCount
69018
+
69019
+
68557
69020
  ### 第 23 次发布
68558
69021
 
68559
69022
  发布时间:2022-08-11 06:51:30
@@ -71249,6 +71712,56 @@
71249
71712
 
71250
71713
  ## 边缘安全加速平台(teo) 版本:2022-01-06
71251
71714
 
71715
+ ### 第 18 次发布
71716
+
71717
+ 发布时间:2022-08-15 06:42:02
71718
+
71719
+ 本次发布包含了以下内容:
71720
+
71721
+ 改善已有的文档。
71722
+
71723
+ 修改接口:
71724
+
71725
+ * [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/74833)
71726
+
71727
+ * 新增入参:Ipv6
71728
+
71729
+ * [DescribeApplicationProxy](https://cloud.tencent.com/document/api/1552/74828)
71730
+
71731
+ * 新增入参:ProxyId
71732
+
71733
+ * [DescribeApplicationProxyDetail](https://cloud.tencent.com/document/api/1552/74827)
71734
+
71735
+ * 新增出参:Ipv6
71736
+
71737
+ * [DescribeZoneSetting](https://cloud.tencent.com/document/api/1552/74820)
71738
+
71739
+ * 新增出参:Ipv6
71740
+
71741
+ * [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/74826)
71742
+
71743
+ * 新增入参:Ipv6
71744
+
71745
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/74819)
71746
+
71747
+ * 新增入参:Ipv6
71748
+
71749
+
71750
+ 新增数据结构:
71751
+
71752
+ * [[Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access)](https://cloud.tencent.com/document/api/1552/73155#[Ipv6Access](https://cloud.tencent.com/document/api/1552/73155#Ipv6Access))
71753
+
71754
+ 修改数据结构:
71755
+
71756
+ * [ApplicationProxy](https://cloud.tencent.com/document/api/1552/73155#ApplicationProxy)
71757
+
71758
+ * 新增成员:Ipv6
71759
+
71760
+ * [Origin](https://cloud.tencent.com/document/api/1552/73155#Origin)
71761
+
71762
+ * 新增成员:Origins, BackupOrigins, CosPrivateAccess
71763
+
71764
+
71252
71765
  ### 第 17 次发布
71253
71766
 
71254
71767
  发布时间:2022-08-11 06:53:53
@@ -80032,6 +80545,27 @@
80032
80545
 
80033
80546
  ## 语音合成(tts) 版本:2019-08-23
80034
80547
 
80548
+ ### 第 7 次发布
80549
+
80550
+ 发布时间:2022-08-15 06:46:14
80551
+
80552
+ 本次发布包含了以下内容:
80553
+
80554
+ 改善已有的文档。
80555
+
80556
+ 修改接口:
80557
+
80558
+ * [TextToVoice](https://cloud.tencent.com/document/api/1073/37995)
80559
+
80560
+ * 新增入参:EnableSubtitle
80561
+
80562
+ * 新增出参:Subtitles
80563
+
80564
+
80565
+ 新增数据结构:
80566
+
80567
+ * [[Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)](https://cloud.tencent.com/document/api/1073/57374#[Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle))
80568
+
80035
80569
  ### 第 6 次发布
80036
80570
 
80037
80571
  发布时间:2022-01-18 08:17:37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.416",
3
+ "version": "4.0.417",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {