tencentcloud-sdk-nodejs 4.0.872 → 4.0.874

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 (86) hide show
  1. package/CHANGELOG.md +269 -0
  2. package/SERVICE_CHANGELOG.md +288 -70
  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_client.ts +8 -7
  7. package/src/services/asr/v20190614/asr_models.ts +10 -4
  8. package/src/services/billing/v20180709/billing_models.ts +2 -2
  9. package/src/services/cam/v20190116/cam_client.ts +45 -32
  10. package/src/services/cam/v20190116/cam_models.ts +124 -54
  11. package/src/services/cat/v20180409/cat_models.ts +5 -0
  12. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  13. package/src/services/cds/v20180420/cds_client.ts +4 -2
  14. package/src/services/cls/v20201016/cls_models.ts +13 -0
  15. package/src/services/domain/v20180808/domain_client.ts +2 -3
  16. package/src/services/domain/v20180808/domain_models.ts +8 -8
  17. package/src/services/dsgc/v20190723/dsgc_models.ts +5 -1
  18. package/src/services/dts/v20180330/dts_client.ts +4 -2
  19. package/src/services/emr/v20190103/emr_client.ts +20 -4
  20. package/src/services/emr/v20190103/emr_models.ts +274 -78
  21. package/src/services/ess/v20201111/ess_client.ts +3 -4
  22. package/src/services/ess/v20201111/ess_models.ts +19 -4
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -8
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +22 -4
  25. package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -56
  26. package/src/services/hunyuan/v20230901/hunyuan_models.ts +44 -224
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -2
  28. package/src/services/mongodb/v20190725/mongodb_client.ts +52 -3
  29. package/src/services/mongodb/v20190725/mongodb_models.ts +203 -32
  30. package/src/services/monitor/v20180724/monitor_client.ts +6 -4
  31. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  32. package/src/services/tmt/v20180321/tmt_models.ts +4 -4
  33. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  34. package/src/services/tse/v20201207/tse_models.ts +2 -2
  35. package/src/services/waf/v20180125/waf_client.ts +24 -0
  36. package/src/services/waf/v20180125/waf_models.ts +51 -0
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +8 -7
  40. package/tencentcloud/services/asr/v20190614/asr_client.js +8 -7
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -4
  42. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  43. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -11
  44. package/tencentcloud/services/cam/v20190116/cam_client.js +21 -15
  45. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +120 -53
  46. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
  47. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  48. package/tencentcloud/services/cds/v20180420/cds_client.d.ts +3 -1
  49. package/tencentcloud/services/cds/v20180420/cds_client.js +3 -1
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -0
  51. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
  52. package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
  53. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -8
  54. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -1
  55. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +3 -1
  56. package/tencentcloud/services/dts/v20180330/dts_client.js +3 -1
  57. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  58. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  59. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +268 -78
  60. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -4
  61. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -4
  62. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -4
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -8
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -8
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -4
  66. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +10 -30
  67. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +11 -35
  68. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +44 -220
  69. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -2
  70. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +17 -1
  71. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +24 -0
  72. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +194 -32
  73. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -3
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.js +5 -3
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  76. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +4 -4
  77. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  78. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
  79. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
  80. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
  81. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +47 -0
  82. package/test/cam.v20190116.test.js +26 -16
  83. package/test/emr.v20190103.test.js +10 -0
  84. package/test/hunyuan.v20230901.test.js +4 -24
  85. package/test/mongodb.v20190725.test.js +40 -0
  86. package/test/waf.v20180125.test.js +20 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 域名注册(domain) 版本:2018-08-08
3
+ ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 39 次发布
5
+ ### 第 95 次发布
6
6
 
7
- 发布时间:2024-06-10 01:40:58
7
+ 发布时间:2024-06-13 01:22:31
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,127 +12,139 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
15
+ * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
16
16
 
17
- * 新增入参:BusinessID
17
+ * 新增入参:PartitionCount
18
18
 
19
- * [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
20
19
 
21
- * 新增入参:BusinessID
22
20
 
23
- * 新增出参:Domain, AppointNum, AppointStartTime, AppointEndTime, RegTime, ExpireTime, DeleteTime, AppointPrice, AppointBondPrice
24
21
 
25
- * [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
22
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
26
23
 
27
- * 新增入参:PageNumber, Domain
24
+ ### 14 次发布
28
25
 
29
- * 新增出参:Total, AppointList
26
+ 发布时间:2024-06-13 01:38:46
30
27
 
31
- * [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
28
+ 本次发布包含了以下内容:
32
29
 
33
- * 新增入参:BusinessID
30
+ 改善已有的文档。
34
31
 
35
- * 新增出参:Domain, BiddingNum, BiddingStartTime, BiddingEndTime, RegTime, ExpireTime, DeleteTime, CurrentPrice, CurrentNickname, BiddingBondPrice, Status, BiddingFlag, BiddingBondRefund, BiddingPrice
32
+ 修改接口:
36
33
 
37
- * [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
34
+ * [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
38
35
 
39
- * 新增入参:PageNumber, Domain
36
+ * 新增入参:CasbId
40
37
 
41
- * 新增出参:Total, BiddingList
42
38
 
43
- * [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
44
39
 
45
- * 新增入参:BusinessID
46
40
 
47
- * 新增出参:Domain, SuccessfulTime, SuccessfulPrice, RegTime, ExpireTime, DeleteTime, PayEndTime, BiddingBondPrice
41
+ ## 数据传输服务(dts) 版本:2021-12-06
48
42
 
49
- * [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
50
43
 
51
- * 新增入参:PageNumber, Domain
52
44
 
53
- * 新增出参:Total, SuccessfulList
45
+ ## 数据传输服务(dts) 版本:2018-03-30
46
+
47
+ ### 第 21 次发布
54
48
 
49
+ 发布时间:2024-06-13 01:40:12
55
50
 
56
- 新增数据结构:
51
+ 本次发布包含了以下内容:
57
52
 
58
- * [BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult)
59
- * [BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)
60
- * [BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)
53
+ 改善已有的文档。
54
+
55
+ <font color="#dd0000">**预下线接口**:</font>
56
+
57
+ * DescribeRegionConf
61
58
 
62
59
 
63
60
 
64
61
  ## 弹性 MapReduce(emr) 版本:2019-01-03
65
62
 
66
- ### 第 65 次发布
63
+ ### 第 66 次发布
67
64
 
68
- 发布时间:2024-06-10 01:46:51
65
+ 发布时间:2024-06-12 17:52:35
69
66
 
70
67
  本次发布包含了以下内容:
71
68
 
72
69
  改善已有的文档。
73
70
 
74
- 修改接口:
71
+ 新增接口:
75
72
 
76
- * [ScaleOutCluster](https://cloud.tencent.com/document/api/589/83952)
73
+ * [DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)
77
74
 
78
- * 新增出参:TraceId
75
+ 新增数据结构:
79
76
 
80
- * [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
77
+ * [FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)
78
+ * [FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)
79
+ * [FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)
80
+ * [StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)
81
81
 
82
- * 新增出参:TraceId
82
+ 修改数据结构:
83
83
 
84
+ * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
84
85
 
86
+ * 新增成员:Remark
85
87
 
86
88
 
87
- ## 云数据库Redis(redis) 版本:2018-04-12
88
89
 
89
- ### 第 76 次发布
90
90
 
91
- 发布时间:2024-06-10 02:18:13
91
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
92
+
93
+ ### 第 8 次发布
94
+
95
+ 发布时间:2024-06-12 11:48:37
92
96
 
93
97
  本次发布包含了以下内容:
94
98
 
95
99
  改善已有的文档。
96
100
 
97
- 新增接口:
101
+ <font color="#dd0000">**删除接口**:</font>
98
102
 
99
- * [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
103
+ * ChatPro
104
+ * ChatStd
100
105
 
101
106
 
102
107
 
103
- ## 边缘安全加速平台(teo) 版本:2022-09-01
108
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
104
109
 
105
- ### 第 82 次发布
110
+ ### 第 67 次发布
106
111
 
107
- 发布时间:2024-06-07 12:08:08
112
+ 发布时间:2024-06-13 01:52:49
108
113
 
109
114
  本次发布包含了以下内容:
110
115
 
111
116
  改善已有的文档。
112
117
 
113
- 新增接口:
118
+ 修改接口:
114
119
 
115
- * [CreateCustomizeErrorPage](https://cloud.tencent.com/document/api/1552/107118)
116
- * [DeleteCustomErrorPage](https://cloud.tencent.com/document/api/1552/107117)
117
- * [DescribeCustomErrorPages](https://cloud.tencent.com/document/api/1552/107116)
118
- * [ModifyCustomErrorPage](https://cloud.tencent.com/document/api/1552/107115)
120
+ * [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
119
121
 
120
- 新增数据结构:
122
+ * 新增入参:MiniProgramAppId
121
123
 
122
- * [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
123
- * [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
124
124
 
125
125
 
126
126
 
127
- ## 边缘安全加速平台(teo) 版本:2022-01-06
127
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
128
128
 
129
+ ### 第 115 次发布
129
130
 
131
+ 发布时间:2024-06-13 02:05:31
130
132
 
131
- ## 微服务引擎(tse) 版本:2020-12-07
133
+ 本次发布包含了以下内容:
132
134
 
133
- ### 第 69 次发布
135
+ 改善已有的文档。
134
136
 
135
- 发布时间:2024-06-10 02:42:22
137
+ <font color="#dd0000">**预下线接口**:</font>
138
+
139
+ * DescribePrometheusRecordRuleYaml
140
+
141
+
142
+
143
+ ## Web 应用防火墙(waf) 版本:2018-01-25
144
+
145
+ ### 第 87 次发布
146
+
147
+ 发布时间:2024-06-13 02:48:34
136
148
 
137
149
  本次发布包含了以下内容:
138
150
 
@@ -140,7 +152,8 @@
140
152
 
141
153
  新增接口:
142
154
 
143
- * [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
155
+ * [DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)
156
+ * [ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)
144
157
 
145
158
 
146
159
 
@@ -12227,6 +12240,22 @@
12227
12240
 
12228
12241
  ## 访问管理(cam) 版本:2019-01-16
12229
12242
 
12243
+ ### 第 58 次发布
12244
+
12245
+ 发布时间:2024-06-11 11:13:54
12246
+
12247
+ 本次发布包含了以下内容:
12248
+
12249
+ 改善已有的文档。
12250
+
12251
+ 新增接口:
12252
+
12253
+ * [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
12254
+
12255
+ 新增数据结构:
12256
+
12257
+ * [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
12258
+
12230
12259
  ### 第 57 次发布
12231
12260
 
12232
12261
  发布时间:2024-03-12 19:49:56
@@ -13706,6 +13735,21 @@
13706
13735
 
13707
13736
  ## 云拨测(cat) 版本:2018-04-09
13708
13737
 
13738
+ ### 第 17 次发布
13739
+
13740
+ 发布时间:2024-06-12 01:16:37
13741
+
13742
+ 本次发布包含了以下内容:
13743
+
13744
+ 改善已有的文档。
13745
+
13746
+ 修改数据结构:
13747
+
13748
+ * [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
13749
+
13750
+ * 新增成员:SubSyncFlag
13751
+
13752
+
13709
13753
  ### 第 16 次发布
13710
13754
 
13711
13755
  发布时间:2023-12-26 01:07:57
@@ -22574,6 +22618,18 @@
22574
22618
 
22575
22619
  ## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
22576
22620
 
22621
+ ### 第 3 次发布
22622
+
22623
+ 发布时间:2024-06-12 01:21:04
22624
+
22625
+ 本次发布包含了以下内容:
22626
+
22627
+ 改善已有的文档。
22628
+
22629
+ <font color="#dd0000">**预下线接口**:</font>
22630
+
22631
+ * DescribeDasbImageIds
22632
+
22577
22633
  ### 第 2 次发布
22578
22634
 
22579
22635
  发布时间:2020-03-16 08:05:41
@@ -31208,6 +31264,43 @@
31208
31264
 
31209
31265
  ## 日志服务(cls) 版本:2020-10-16
31210
31266
 
31267
+ ### 第 95 次发布
31268
+
31269
+ 发布时间:2024-06-13 01:22:31
31270
+
31271
+ 本次发布包含了以下内容:
31272
+
31273
+ 改善已有的文档。
31274
+
31275
+ 修改接口:
31276
+
31277
+ * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
31278
+
31279
+ * 新增入参:PartitionCount
31280
+
31281
+
31282
+ ### 第 94 次发布
31283
+
31284
+ 发布时间:2024-06-12 01:26:26
31285
+
31286
+ 本次发布包含了以下内容:
31287
+
31288
+ 改善已有的文档。
31289
+
31290
+ 修改接口:
31291
+
31292
+ * [CreateExport](https://cloud.tencent.com/document/api/614/56451)
31293
+
31294
+ * 新增入参:DerivedFields
31295
+
31296
+
31297
+ 修改数据结构:
31298
+
31299
+ * [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
31300
+
31301
+ * 新增成员:DerivedFields
31302
+
31303
+
31211
31304
  ### 第 93 次发布
31212
31305
 
31213
31306
  发布时间:2024-05-30 01:22:05
@@ -53180,9 +53273,9 @@
53180
53273
 
53181
53274
  新增数据结构:
53182
53275
 
53183
- * [[BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult)](https://cloud.tencent.com/document/api/242/38895#[BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult))
53184
- * [[BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)](https://cloud.tencent.com/document/api/242/38895#[BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult))
53185
- * [[BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)](https://cloud.tencent.com/document/api/242/38895#[BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult))
53276
+ * [BiddingAppointResult](https://cloud.tencent.com/document/api/242/38895#BiddingAppointResult)
53277
+ * [BiddingResult](https://cloud.tencent.com/document/api/242/38895#BiddingResult)
53278
+ * [BiddingSuccessfulResult](https://cloud.tencent.com/document/api/242/38895#BiddingSuccessfulResult)
53186
53279
 
53187
53280
  ### 第 38 次发布
53188
53281
 
@@ -54080,6 +54173,21 @@
54080
54173
 
54081
54174
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
54082
54175
 
54176
+ ### 第 14 次发布
54177
+
54178
+ 发布时间:2024-06-13 01:38:46
54179
+
54180
+ 本次发布包含了以下内容:
54181
+
54182
+ 改善已有的文档。
54183
+
54184
+ 修改接口:
54185
+
54186
+ * [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
54187
+
54188
+ * 新增入参:CasbId
54189
+
54190
+
54083
54191
  ### 第 13 次发布
54084
54192
 
54085
54193
  发布时间:2024-05-27 01:34:38
@@ -54739,6 +54847,18 @@
54739
54847
 
54740
54848
  ## 数据传输服务(dts) 版本:2018-03-30
54741
54849
 
54850
+ ### 第 21 次发布
54851
+
54852
+ 发布时间:2024-06-13 01:40:12
54853
+
54854
+ 本次发布包含了以下内容:
54855
+
54856
+ 改善已有的文档。
54857
+
54858
+ <font color="#dd0000">**预下线接口**:</font>
54859
+
54860
+ * DescribeRegionConf
54861
+
54742
54862
  ### 第 20 次发布
54743
54863
 
54744
54864
  发布时间:2024-06-07 01:43:53
@@ -58777,6 +58897,32 @@
58777
58897
 
58778
58898
  ## 弹性 MapReduce(emr) 版本:2019-01-03
58779
58899
 
58900
+ ### 第 66 次发布
58901
+
58902
+ 发布时间:2024-06-12 17:52:35
58903
+
58904
+ 本次发布包含了以下内容:
58905
+
58906
+ 改善已有的文档。
58907
+
58908
+ 新增接口:
58909
+
58910
+ * [[DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)](https://cloud.tencent.com/document/api/#/#)
58911
+
58912
+ 新增数据结构:
58913
+
58914
+ * [[FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)](https://cloud.tencent.com/document/api/589/33981#[FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail))
58915
+ * [[FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)](https://cloud.tencent.com/document/api/589/33981#[FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam))
58916
+ * [[FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)](https://cloud.tencent.com/document/api/589/33981#[FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc))
58917
+ * [[StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)](https://cloud.tencent.com/document/api/589/33981#[StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail))
58918
+
58919
+ 修改数据结构:
58920
+
58921
+ * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
58922
+
58923
+ * 新增成员:Remark
58924
+
58925
+
58780
58926
  ### 第 65 次发布
58781
58927
 
58782
58928
  发布时间:2024-06-10 01:46:51
@@ -73309,6 +73455,19 @@
73309
73455
 
73310
73456
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
73311
73457
 
73458
+ ### 第 8 次发布
73459
+
73460
+ 发布时间:2024-06-12 11:48:37
73461
+
73462
+ 本次发布包含了以下内容:
73463
+
73464
+ 改善已有的文档。
73465
+
73466
+ <font color="#dd0000">**删除接口**:</font>
73467
+
73468
+ * ChatPro
73469
+ * ChatStd
73470
+
73312
73471
  ### 第 7 次发布
73313
73472
 
73314
73473
  发布时间:2024-05-20 01:43:12
@@ -73374,11 +73533,11 @@
73374
73533
 
73375
73534
  修改接口:
73376
73535
 
73377
- * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
73536
+ * [ChatPro](https://cloud.tencent.com/document/api/#/#)
73378
73537
 
73379
73538
  * 新增入参:Stream, StreamModeration
73380
73539
 
73381
- * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
73540
+ * [ChatStd](https://cloud.tencent.com/document/api/#/#)
73382
73541
 
73383
73542
  * 新增入参:Stream, StreamModeration
73384
73543
 
@@ -73417,8 +73576,8 @@
73417
73576
 
73418
73577
  新增接口:
73419
73578
 
73420
- * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
73421
- * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
73579
+ * [ChatPro](https://cloud.tencent.com/document/api/#/#)
73580
+ * [ChatStd](https://cloud.tencent.com/document/api/#/#)
73422
73581
  * [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
73423
73582
 
73424
73583
  新增数据结构:
@@ -76514,6 +76673,21 @@
76514
76673
 
76515
76674
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
76516
76675
 
76676
+ ### 第 67 次发布
76677
+
76678
+ 发布时间:2024-06-13 01:52:49
76679
+
76680
+ 本次发布包含了以下内容:
76681
+
76682
+ 改善已有的文档。
76683
+
76684
+ 修改接口:
76685
+
76686
+ * [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
76687
+
76688
+ * 新增入参:MiniProgramAppId
76689
+
76690
+
76517
76691
  ### 第 66 次发布
76518
76692
 
76519
76693
  发布时间:2024-06-06 01:57:24
@@ -88922,6 +89096,25 @@
88922
89096
 
88923
89097
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
88924
89098
 
89099
+ ### 第 39 次发布
89100
+
89101
+ 发布时间:2024-06-12 02:08:47
89102
+
89103
+ 本次发布包含了以下内容:
89104
+
89105
+ 改善已有的文档。
89106
+
89107
+ 新增接口:
89108
+
89109
+ * [DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)
89110
+ * [DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)
89111
+ * [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
89112
+ * [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
89113
+
89114
+ 新增数据结构:
89115
+
89116
+ * [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
89117
+
88925
89118
  ### 第 38 次发布
88926
89119
 
88927
89120
  发布时间:2024-04-09 01:18:23
@@ -89571,6 +89764,18 @@
89571
89764
 
89572
89765
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
89573
89766
 
89767
+ ### 第 115 次发布
89768
+
89769
+ 发布时间:2024-06-13 02:05:31
89770
+
89771
+ 本次发布包含了以下内容:
89772
+
89773
+ 改善已有的文档。
89774
+
89775
+ <font color="#dd0000">**预下线接口**:</font>
89776
+
89777
+ * DescribePrometheusRecordRuleYaml
89778
+
89574
89779
  ### 第 114 次发布
89575
89780
 
89576
89781
  发布时间:2024-05-30 01:55:28
@@ -103678,7 +103883,7 @@
103678
103883
 
103679
103884
  新增接口:
103680
103885
 
103681
- * [[DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)](https://cloud.tencent.com/document/api/#/#)
103886
+ * [DescribeBackupDetail](https://cloud.tencent.com/document/api/239/107146)
103682
103887
 
103683
103888
  ### 第 75 次发布
103684
103889
 
@@ -125589,15 +125794,15 @@
125589
125794
 
125590
125795
  新增接口:
125591
125796
 
125592
- * [[CreateCustomizeErrorPage](https://cloud.tencent.com/document/api/1552/107118)](https://cloud.tencent.com/document/api/#/#)
125593
- * [[DeleteCustomErrorPage](https://cloud.tencent.com/document/api/1552/107117)](https://cloud.tencent.com/document/api/#/#)
125594
- * [[DescribeCustomErrorPages](https://cloud.tencent.com/document/api/1552/107116)](https://cloud.tencent.com/document/api/#/#)
125595
- * [[ModifyCustomErrorPage](https://cloud.tencent.com/document/api/1552/107115)](https://cloud.tencent.com/document/api/#/#)
125797
+ * [CreateCustomizeErrorPage](https://cloud.tencent.com/document/api/1552/107118)
125798
+ * [DeleteCustomErrorPage](https://cloud.tencent.com/document/api/1552/107117)
125799
+ * [DescribeCustomErrorPages](https://cloud.tencent.com/document/api/1552/107116)
125800
+ * [ModifyCustomErrorPage](https://cloud.tencent.com/document/api/1552/107115)
125596
125801
 
125597
125802
  新增数据结构:
125598
125803
 
125599
- * [[CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)](https://cloud.tencent.com/document/api/1552/80721#[CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage))
125600
- * [[ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)](https://cloud.tencent.com/document/api/1552/80721#[ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference))
125804
+ * [CustomErrorPage](https://cloud.tencent.com/document/api/1552/80721#CustomErrorPage)
125805
+ * [ErrorPageReference](https://cloud.tencent.com/document/api/1552/80721#ErrorPageReference)
125601
125806
 
125602
125807
  ### 第 81 次发布
125603
125808
 
@@ -138989,7 +139194,7 @@
138989
139194
 
138990
139195
  新增接口:
138991
139196
 
138992
- * [[DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)](https://cloud.tencent.com/document/api/#/#)
139197
+ * [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
138993
139198
 
138994
139199
  ### 第 68 次发布
138995
139200
 
@@ -153293,6 +153498,19 @@
153293
153498
 
153294
153499
  ## Web 应用防火墙(waf) 版本:2018-01-25
153295
153500
 
153501
+ ### 第 87 次发布
153502
+
153503
+ 发布时间:2024-06-13 02:48:34
153504
+
153505
+ 本次发布包含了以下内容:
153506
+
153507
+ 改善已有的文档。
153508
+
153509
+ 新增接口:
153510
+
153511
+ * [[DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)](https://cloud.tencent.com/document/api/#/#)
153512
+ * [[ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)](https://cloud.tencent.com/document/api/#/#)
153513
+
153296
153514
  ### 第 86 次发布
153297
153515
 
153298
153516
  发布时间:2024-06-06 02:53:14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.872",
3
+ "version": "4.0.874",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {