tencentcloud-sdk-nodejs 4.0.846 → 4.0.848

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 (119) hide show
  1. package/CHANGELOG.md +409 -0
  2. package/SERVICE_CHANGELOG.md +490 -11
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/cdb/v20170320/cdb_client.ts +38 -2
  9. package/src/services/cdb/v20170320/cdb_models.ts +128 -40
  10. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  11. package/src/services/clb/v20180317/clb_models.ts +8 -0
  12. package/src/services/cls/v20201016/cls_models.ts +251 -54
  13. package/src/services/csip/v20221121/csip_models.ts +68 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  15. package/src/services/cwp/v20180228/cwp_client.ts +1 -15
  16. package/src/services/cwp/v20180228/cwp_models.ts +20 -104
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dbbrain/index.ts +2 -2
  19. package/src/services/dts/index.ts +2 -2
  20. package/src/services/eis/index.ts +2 -2
  21. package/src/services/ess/v20201111/ess_models.ts +4 -0
  22. package/src/services/essbasic/index.ts +2 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
  24. package/src/services/facefusion/index.ts +2 -2
  25. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  26. package/src/services/iotcloud/index.ts +2 -2
  27. package/src/services/iotvideo/index.ts +2 -2
  28. package/src/services/mgobe/index.ts +2 -2
  29. package/src/services/monitor/v20180724/monitor_models.ts +36 -36
  30. package/src/services/ocr/v20181119/ocr_client.ts +2 -4
  31. package/src/services/organization/index.ts +2 -2
  32. package/src/services/rum/v20210622/rum_models.ts +19 -19
  33. package/src/services/sms/index.ts +2 -2
  34. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  35. package/src/services/tbp/index.ts +2 -2
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +56 -1
  37. package/src/services/teo/index.ts +2 -2
  38. package/src/services/teo/v20220901/teo_client.ts +17 -2
  39. package/src/services/teo/v20220901/teo_models.ts +31 -1
  40. package/src/services/tke/index.ts +2 -2
  41. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  42. package/src/services/trtc/v20190722/trtc_models.ts +15 -5
  43. package/src/services/tsf/v20180326/tsf_models.ts +54 -37
  44. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  45. package/src/services/vpc/v20170312/vpc_models.ts +18 -13
  46. package/src/services/wedata/v20210820/wedata_client.ts +12 -8
  47. package/src/services/wedata/v20210820/wedata_models.ts +341 -104
  48. package/src/services/yunsou/index.ts +2 -2
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/bma/index.d.ts +4 -4
  52. package/tencentcloud/services/bma/index.js +2 -2
  53. package/tencentcloud/services/btoe/index.d.ts +4 -4
  54. package/tencentcloud/services/btoe/index.js +2 -2
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +13 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -0
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +122 -40
  58. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  59. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  60. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +251 -54
  62. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +68 -0
  63. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  64. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  65. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -102
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  68. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  69. package/tencentcloud/services/dbbrain/index.js +2 -2
  70. package/tencentcloud/services/dts/index.d.ts +4 -4
  71. package/tencentcloud/services/dts/index.js +2 -2
  72. package/tencentcloud/services/eis/index.d.ts +4 -4
  73. package/tencentcloud/services/eis/index.js +2 -2
  74. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  75. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  76. package/tencentcloud/services/essbasic/index.js +2 -2
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
  78. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  79. package/tencentcloud/services/facefusion/index.js +2 -2
  80. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  81. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  82. package/tencentcloud/services/iotcloud/index.js +2 -2
  83. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  84. package/tencentcloud/services/iotvideo/index.js +2 -2
  85. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  86. package/tencentcloud/services/mgobe/index.js +2 -2
  87. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
  88. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
  89. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
  90. package/tencentcloud/services/organization/index.d.ts +4 -4
  91. package/tencentcloud/services/organization/index.js +2 -2
  92. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +19 -19
  93. package/tencentcloud/services/sms/index.d.ts +4 -4
  94. package/tencentcloud/services/sms/index.js +2 -2
  95. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  96. package/tencentcloud/services/tbp/index.d.ts +4 -4
  97. package/tencentcloud/services/tbp/index.js +2 -2
  98. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +56 -1
  99. package/tencentcloud/services/teo/index.d.ts +4 -4
  100. package/tencentcloud/services/teo/index.js +2 -2
  101. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
  102. package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
  103. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -1
  104. package/tencentcloud/services/tke/index.d.ts +4 -4
  105. package/tencentcloud/services/tke/index.js +2 -2
  106. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  107. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  108. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +15 -5
  109. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +54 -37
  110. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  112. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +18 -13
  113. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  114. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +335 -102
  115. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  116. package/tencentcloud/services/yunsou/index.js +2 -2
  117. package/test/cdb.v20170320.test.js +30 -0
  118. package/test/cwp.v20180228.test.js +0 -10
  119. package/test/teo.v20220901.test.js +10 -0
@@ -2,9 +2,91 @@
2
2
 
3
3
  ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 90 次发布
5
+ ### 第 91 次发布
6
6
 
7
- 发布时间:2024-05-01 01:13:17
7
+ 发布时间:2024-05-08 01:12:18
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
16
+
17
+ * [ScheduledSqlTaskInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlTaskInfo)
18
+
19
+ * 新增成员:HasServicesLog
20
+
21
+
22
+
23
+
24
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
25
+
26
+ ### 第 167 次发布
27
+
28
+ 发布时间:2024-05-08 01:17:34
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改数据结构:
35
+
36
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
37
+
38
+ * 新增成员:ApproverSignSealId
39
+
40
+
41
+
42
+
43
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
44
+
45
+ ### 第 167 次发布
46
+
47
+ 发布时间:2024-05-08 01:17:50
48
+
49
+ 本次发布包含了以下内容:
50
+
51
+ 改善已有的文档。
52
+
53
+ 修改数据结构:
54
+
55
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
56
+
57
+ * 新增成员:ReleasedApproverRecipientId, ApproverSignSealId
58
+
59
+
60
+
61
+
62
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
63
+
64
+
65
+
66
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
67
+
68
+ ### 第 5 次发布
69
+
70
+ 发布时间:2024-05-08 01:18:38
71
+
72
+ 本次发布包含了以下内容:
73
+
74
+ 改善已有的文档。
75
+
76
+ 修改数据结构:
77
+
78
+ * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
79
+
80
+ * <font color="#dd0000">**修改成员**:</font>Content
81
+
82
+
83
+
84
+
85
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
86
+
87
+ ### 第 112 次发布
88
+
89
+ 发布时间:2024-05-08 01:22:13
8
90
 
9
91
  本次发布包含了以下内容:
10
92
 
@@ -12,16 +94,80 @@
12
94
 
13
95
  修改接口:
14
96
 
15
- * [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
97
+ * [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
16
98
 
17
- * 新增入参:DashboardId, SubscribeData, Id, Name
99
+ * <font color="#dd0000">**修改入参**:</font>InstanceName
18
100
 
19
101
 
20
- 新增数据结构:
21
102
 
22
- * [DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode)
23
- * [DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData)
24
- * [DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable)
103
+
104
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
105
+
106
+ ### 第 108 次发布
107
+
108
+ 发布时间:2024-05-08 01:27:51
109
+
110
+ 本次发布包含了以下内容:
111
+
112
+ 改善已有的文档。
113
+
114
+ 修改数据结构:
115
+
116
+ * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
117
+
118
+ * 新增成员:MessageConsumeRate, ClusterVersion
119
+
120
+ * [RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo)
121
+
122
+ * 新增成员:Durable, AutoDelete, InstanceId, VirtualHost, Node, Policy, Arguments, Exclusive
123
+
124
+ * [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
125
+
126
+ * 新增成员:MirrorQueuePolicyFlag
127
+
128
+
129
+
130
+
131
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
132
+
133
+ ### 第 79 次发布
134
+
135
+ 发布时间:2024-05-07 17:48:36
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 新增接口:
142
+
143
+ * [DescribeSecurityIPGroup](https://cloud.tencent.com/document/api/1552/105866)
144
+
145
+
146
+
147
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
148
+
149
+
150
+
151
+ ## 实时音视频(trtc) 版本:2019-07-22
152
+
153
+ ### 第 72 次发布
154
+
155
+ 发布时间:2024-05-07 11:13:32
156
+
157
+ 本次发布包含了以下内容:
158
+
159
+ 改善已有的文档。
160
+
161
+ 修改数据结构:
162
+
163
+ * [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
164
+
165
+ * 新增成员:FillType
166
+
167
+ * [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
168
+
169
+ * 新增成员:MaxMediaFileDuration
170
+
25
171
 
26
172
 
27
173
 
@@ -16224,6 +16370,20 @@
16224
16370
 
16225
16371
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
16226
16372
 
16373
+ ### 第 157 次发布
16374
+
16375
+ 发布时间:2024-05-07 01:10:17
16376
+
16377
+ 本次发布包含了以下内容:
16378
+
16379
+ 改善已有的文档。
16380
+
16381
+ 新增接口:
16382
+
16383
+ * [CloseSSL](https://cloud.tencent.com/document/api/236/105850)
16384
+ * [DescribeSSLStatus](https://cloud.tencent.com/document/api/236/105849)
16385
+ * [OpenSSL](https://cloud.tencent.com/document/api/236/105848)
16386
+
16227
16387
  ### 第 156 次发布
16228
16388
 
16229
16389
  发布时间:2024-04-23 01:09:48
@@ -28094,6 +28254,25 @@
28094
28254
 
28095
28255
  ## 负载均衡(clb) 版本:2018-03-17
28096
28256
 
28257
+ ### 第 104 次发布
28258
+
28259
+ 发布时间:2024-05-07 01:12:00
28260
+
28261
+ 本次发布包含了以下内容:
28262
+
28263
+ 改善已有的文档。
28264
+
28265
+ 修改接口:
28266
+
28267
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
28268
+
28269
+ * 新增入参:SnatEnable
28270
+
28271
+ * [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
28272
+
28273
+ * 新增入参:SnatEnable
28274
+
28275
+
28097
28276
  ### 第 103 次发布
28098
28277
 
28099
28278
  发布时间:2024-03-06 01:10:51
@@ -30769,6 +30948,23 @@
30769
30948
 
30770
30949
  ## 日志服务(cls) 版本:2020-10-16
30771
30950
 
30951
+ ### 第 91 次发布
30952
+
30953
+ 发布时间:2024-05-08 01:12:18
30954
+
30955
+ 本次发布包含了以下内容:
30956
+
30957
+ 改善已有的文档。
30958
+
30959
+ 修改数据结构:
30960
+
30961
+ * [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
30962
+
30963
+ * [ScheduledSqlTaskInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlTaskInfo)
30964
+
30965
+ * 新增成员:HasServicesLog
30966
+
30967
+
30772
30968
  ### 第 90 次发布
30773
30969
 
30774
30970
  发布时间:2024-05-01 01:13:17
@@ -30786,9 +30982,9 @@
30786
30982
 
30787
30983
  新增数据结构:
30788
30984
 
30789
- * [[DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode)](https://cloud.tencent.com/document/api/614/56471#[DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode))
30790
- * [[DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData)](https://cloud.tencent.com/document/api/614/56471#[DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData))
30791
- * [[DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable)](https://cloud.tencent.com/document/api/614/56471#[DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable))
30985
+ * [DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode)
30986
+ * [DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData)
30987
+ * [DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable)
30792
30988
 
30793
30989
  ### 第 89 次发布
30794
30990
 
@@ -37159,6 +37355,85 @@
37159
37355
 
37160
37356
  ## 云安全一体化平台(csip) 版本:2022-11-21
37161
37357
 
37358
+ ### 第 36 次发布
37359
+
37360
+ 发布时间:2024-05-07 01:12:54
37361
+
37362
+ 本次发布包含了以下内容:
37363
+
37364
+ 改善已有的文档。
37365
+
37366
+ 修改接口:
37367
+
37368
+ * [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
37369
+
37370
+ * 新增入参:MemberId
37371
+
37372
+ * [DeleteRiskScanTask](https://cloud.tencent.com/document/api/664/98745)
37373
+
37374
+ * 新增入参:MemberId
37375
+
37376
+ * [DescribeRiskCenterAssetViewCFGRiskList](https://cloud.tencent.com/document/api/664/98822)
37377
+
37378
+ * 新增入参:MemberId
37379
+
37380
+ * [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
37381
+
37382
+ * 新增入参:MemberId
37383
+
37384
+ * [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
37385
+
37386
+ * 新增入参:MemberId
37387
+
37388
+ * [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
37389
+
37390
+ * 新增入参:MemberId
37391
+
37392
+ * [DescribeRiskCenterPortViewPortRiskList](https://cloud.tencent.com/document/api/664/100198)
37393
+
37394
+ * 新增入参:MemberId
37395
+
37396
+ * [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
37397
+
37398
+ * 新增入参:MemberId
37399
+
37400
+ * [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
37401
+
37402
+ * 新增入参:MemberId
37403
+
37404
+ * [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
37405
+
37406
+ * 新增入参:MemberId
37407
+
37408
+ * [DescribeScanReportList](https://cloud.tencent.com/document/api/664/90815)
37409
+
37410
+ * 新增入参:MemberId
37411
+
37412
+ * [DescribeScanTaskList](https://cloud.tencent.com/document/api/664/97683)
37413
+
37414
+ * 新增入参:MemberId
37415
+
37416
+ * [DescribeTaskLogList](https://cloud.tencent.com/document/api/664/97682)
37417
+
37418
+ * 新增入参:MemberId
37419
+
37420
+ * [DescribeTaskLogURL](https://cloud.tencent.com/document/api/664/97681)
37421
+
37422
+ * 新增入参:MemberId
37423
+
37424
+ * [ModifyRiskCenterRiskStatus](https://cloud.tencent.com/document/api/664/100196)
37425
+
37426
+ * 新增入参:MemberId
37427
+
37428
+ * [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
37429
+
37430
+ * 新增入参:MemberId
37431
+
37432
+ * [StopRiskCenterTask](https://cloud.tencent.com/document/api/664/98744)
37433
+
37434
+ * 新增入参:MemberId
37435
+
37436
+
37162
37437
  ### 第 35 次发布
37163
37438
 
37164
37439
  发布时间:2024-04-23 01:12:12
@@ -37982,6 +38257,21 @@
37982
38257
 
37983
38258
  ## 云服务器(cvm) 版本:2017-03-12
37984
38259
 
38260
+ ### 第 126 次发布
38261
+
38262
+ 发布时间:2024-05-07 01:13:09
38263
+
38264
+ 本次发布包含了以下内容:
38265
+
38266
+ 改善已有的文档。
38267
+
38268
+ 修改数据结构:
38269
+
38270
+ * [InstanceStatus](https://cloud.tencent.com/document/api/213/15753#InstanceStatus)
38271
+
38272
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, InstanceState
38273
+
38274
+
37985
38275
  ### 第 125 次发布
37986
38276
 
37987
38277
  发布时间:2024-03-08 01:12:05
@@ -40321,6 +40611,18 @@
40321
40611
 
40322
40612
  ## 主机安全(cwp) 版本:2018-02-28
40323
40613
 
40614
+ ### 第 112 次发布
40615
+
40616
+ 发布时间:2024-05-07 01:13:25
40617
+
40618
+ 本次发布包含了以下内容:
40619
+
40620
+ 改善已有的文档。
40621
+
40622
+ <font color="#dd0000">**删除接口**:</font>
40623
+
40624
+ * DescribeAttackLogInfo
40625
+
40324
40626
  ### 第 111 次发布
40325
40627
 
40326
40628
  发布时间:2024-03-29 01:13:05
@@ -60221,6 +60523,21 @@
60221
60523
 
60222
60524
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
60223
60525
 
60526
+ ### 第 167 次发布
60527
+
60528
+ 发布时间:2024-05-08 01:17:34
60529
+
60530
+ 本次发布包含了以下内容:
60531
+
60532
+ 改善已有的文档。
60533
+
60534
+ 修改数据结构:
60535
+
60536
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
60537
+
60538
+ * 新增成员:ApproverSignSealId
60539
+
60540
+
60224
60541
  ### 第 166 次发布
60225
60542
 
60226
60543
  发布时间:2024-04-29 01:16:26
@@ -63468,6 +63785,21 @@
63468
63785
 
63469
63786
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
63470
63787
 
63788
+ ### 第 167 次发布
63789
+
63790
+ 发布时间:2024-05-08 01:17:50
63791
+
63792
+ 本次发布包含了以下内容:
63793
+
63794
+ 改善已有的文档。
63795
+
63796
+ 修改数据结构:
63797
+
63798
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
63799
+
63800
+ * 新增成员:ReleasedApproverRecipientId, ApproverSignSealId
63801
+
63802
+
63471
63803
  ### 第 166 次发布
63472
63804
 
63473
63805
  发布时间:2024-04-25 01:16:48
@@ -71784,6 +72116,21 @@
71784
72116
 
71785
72117
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
71786
72118
 
72119
+ ### 第 5 次发布
72120
+
72121
+ 发布时间:2024-05-08 01:18:38
72122
+
72123
+ 本次发布包含了以下内容:
72124
+
72125
+ 改善已有的文档。
72126
+
72127
+ 修改数据结构:
72128
+
72129
+ * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
72130
+
72131
+ * <font color="#dd0000">**修改成员**:</font>Content
72132
+
72133
+
71787
72134
  ### 第 4 次发布
71788
72135
 
71789
72136
  发布时间:2024-04-25 21:22:22
@@ -87752,6 +88099,21 @@
87752
88099
 
87753
88100
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
87754
88101
 
88102
+ ### 第 112 次发布
88103
+
88104
+ 发布时间:2024-05-08 01:22:13
88105
+
88106
+ 本次发布包含了以下内容:
88107
+
88108
+ 改善已有的文档。
88109
+
88110
+ 修改接口:
88111
+
88112
+ * [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
88113
+
88114
+ * <font color="#dd0000">**修改入参**:</font>InstanceName
88115
+
88116
+
87755
88117
  ### 第 111 次发布
87756
88118
 
87757
88119
  发布时间:2024-04-19 01:22:14
@@ -118623,6 +118985,29 @@
118623
118985
 
118624
118986
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
118625
118987
 
118988
+ ### 第 108 次发布
118989
+
118990
+ 发布时间:2024-05-08 01:27:51
118991
+
118992
+ 本次发布包含了以下内容:
118993
+
118994
+ 改善已有的文档。
118995
+
118996
+ 修改数据结构:
118997
+
118998
+ * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
118999
+
119000
+ * 新增成员:MessageConsumeRate, ClusterVersion
119001
+
119002
+ * [RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo)
119003
+
119004
+ * 新增成员:Durable, AutoDelete, InstanceId, VirtualHost, Node, Policy, Arguments, Exclusive
119005
+
119006
+ * [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
119007
+
119008
+ * 新增成员:MirrorQueuePolicyFlag
119009
+
119010
+
118626
119011
  ### 第 107 次发布
118627
119012
 
118628
119013
  发布时间:2024-04-24 01:21:13
@@ -123231,6 +123616,18 @@
123231
123616
 
123232
123617
  ## 边缘安全加速平台(teo) 版本:2022-09-01
123233
123618
 
123619
+ ### 第 79 次发布
123620
+
123621
+ 发布时间:2024-05-07 17:48:36
123622
+
123623
+ 本次发布包含了以下内容:
123624
+
123625
+ 改善已有的文档。
123626
+
123627
+ 新增接口:
123628
+
123629
+ * [[DescribeSecurityIPGroup](https://cloud.tencent.com/document/api/1552/105866)](https://cloud.tencent.com/document/api/#/#)
123630
+
123234
123631
  ### 第 78 次发布
123235
123632
 
123236
123633
  发布时间:2024-04-29 16:57:36
@@ -134801,6 +135198,25 @@
134801
135198
 
134802
135199
  ## 实时音视频(trtc) 版本:2019-07-22
134803
135200
 
135201
+ ### 第 72 次发布
135202
+
135203
+ 发布时间:2024-05-07 11:13:32
135204
+
135205
+ 本次发布包含了以下内容:
135206
+
135207
+ 改善已有的文档。
135208
+
135209
+ 修改数据结构:
135210
+
135211
+ * [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
135212
+
135213
+ * 新增成员:FillType
135214
+
135215
+ * [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
135216
+
135217
+ * 新增成员:MaxMediaFileDuration
135218
+
135219
+
134804
135220
  ### 第 71 次发布
134805
135221
 
134806
135222
  发布时间:2024-04-22 19:56:18
@@ -137507,6 +137923,32 @@
137507
137923
 
137508
137924
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
137509
137925
 
137926
+ ### 第 105 次发布
137927
+
137928
+ 发布时间:2024-05-07 01:28:28
137929
+
137930
+ 本次发布包含了以下内容:
137931
+
137932
+ 改善已有的文档。
137933
+
137934
+ 修改接口:
137935
+
137936
+ * [CreateCluster](https://cloud.tencent.com/document/api/649/36049)
137937
+
137938
+ * 新增入参:EnableLogCollection
137939
+
137940
+ * [ModifyCluster](https://cloud.tencent.com/document/api/649/85853)
137941
+
137942
+ * 新增入参:EnableLogCollection, RepairLog
137943
+
137944
+
137945
+ 修改数据结构:
137946
+
137947
+ * [ClusterV2](https://cloud.tencent.com/document/api/649/36099#ClusterV2)
137948
+
137949
+ * 新增成员:EnableLogCollection
137950
+
137951
+
137510
137952
  ### 第 104 次发布
137511
137953
 
137512
137954
  发布时间:2024-01-15 01:25:03
@@ -145906,6 +146348,21 @@
145906
146348
 
145907
146349
  ## 私有网络(vpc) 版本:2017-03-12
145908
146350
 
146351
+ ### 第 189 次发布
146352
+
146353
+ 发布时间:2024-05-07 01:29:27
146354
+
146355
+ 本次发布包含了以下内容:
146356
+
146357
+ 改善已有的文档。
146358
+
146359
+ 修改数据结构:
146360
+
146361
+ * [SslVpnSever](https://cloud.tencent.com/document/api/215/15824#SslVpnSever)
146362
+
146363
+ * 新增成员:SpName
146364
+
146365
+
145909
146366
  ### 第 188 次发布
145910
146367
 
145911
146368
  发布时间:2024-04-23 01:29:22
@@ -152377,6 +152834,28 @@
152377
152834
 
152378
152835
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
152379
152836
 
152837
+ ### 第 89 次发布
152838
+
152839
+ 发布时间:2024-05-07 01:30:27
152840
+
152841
+ 本次发布包含了以下内容:
152842
+
152843
+ 改善已有的文档。
152844
+
152845
+ 修改接口:
152846
+
152847
+ * [DescribeProject](https://cloud.tencent.com/document/api/1267/76377)
152848
+
152849
+ * 新增出参:Data
152850
+
152851
+
152852
+ 新增数据结构:
152853
+
152854
+ * [BaseClusterInfo](https://cloud.tencent.com/document/api/1267/76336#BaseClusterInfo)
152855
+ * [BaseTenant](https://cloud.tencent.com/document/api/1267/76336#BaseTenant)
152856
+ * [BaseUser](https://cloud.tencent.com/document/api/1267/76336#BaseUser)
152857
+ * [Project](https://cloud.tencent.com/document/api/1267/76336#Project)
152858
+
152380
152859
  ### 第 88 次发布
152381
152860
 
152382
152861
  发布时间:2024-04-18 15:07:41
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.846",
3
+ "version": "4.0.848",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {