tencentcloud-sdk-nodejs 4.0.893 → 4.0.895

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 (95) hide show
  1. package/CHANGELOG.md +332 -0
  2. package/SERVICE_CHANGELOG.md +354 -74
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +34 -20
  7. package/src/services/aiart/v20221229/aiart_models.ts +85 -25
  8. package/src/services/asr/v20190614/asr_models.ts +4 -4
  9. package/src/services/clb/v20180317/clb_client.ts +13 -16
  10. package/src/services/cwp/v20180228/cwp_models.ts +37 -16
  11. package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
  12. package/src/services/ess/v20201111/ess_client.ts +16 -1
  13. package/src/services/ess/v20201111/ess_models.ts +65 -32
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +37 -22
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +32 -11
  16. package/src/services/gaap/v20180529/gaap_client.ts +12 -0
  17. package/src/services/gaap/v20180529/gaap_models.ts +15 -0
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -25
  19. package/src/services/lke/v20231130/lke_client.ts +13 -0
  20. package/src/services/lke/v20231130/lke_models.ts +86 -1
  21. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  22. package/src/services/mariadb/v20170312/mariadb_models.ts +44 -0
  23. package/src/services/mna/v20210119/mna_client.ts +162 -53
  24. package/src/services/mna/v20210119/mna_models.ts +1200 -841
  25. package/src/services/mongodb/v20190725/mongodb_models.ts +58 -51
  26. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  27. package/src/services/mps/v20190612/mps_models.ts +15 -5
  28. package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
  29. package/src/services/organization/v20210331/organization_client.ts +1 -1
  30. package/src/services/rum/v20210622/rum_models.ts +4 -0
  31. package/src/services/tdmq/v20200217/tdmq_client.ts +0 -1
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +9 -9
  33. package/src/services/thpc/v20230321/thpc_models.ts +5 -1
  34. package/src/services/tke/v20180525/tke_models.ts +3 -3
  35. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  36. package/src/services/trtc/v20190722/trtc_models.ts +8 -4
  37. package/src/services/tsf/v20180326/tsf_client.ts +25 -1
  38. package/src/services/tsf/v20180326/tsf_models.ts +78 -6
  39. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +18 -12
  43. package/tencentcloud/services/aiart/v20221229/aiart_client.js +21 -13
  44. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +84 -26
  45. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  46. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -16
  47. package/tencentcloud/services/clb/v20180317/clb_client.js +13 -16
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -16
  49. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -1
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +9 -0
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +63 -32
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -19
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -19
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +30 -11
  56. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
  57. package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
  58. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -0
  59. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +25 -25
  60. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
  61. package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
  62. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +83 -1
  63. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  64. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  65. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +42 -0
  66. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +39 -3
  67. package/tencentcloud/services/mna/v20210119/mna_client.js +57 -3
  68. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +1172 -832
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +58 -51
  70. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  71. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +15 -5
  72. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +10 -0
  73. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  74. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  75. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
  76. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +0 -1
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -9
  79. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +5 -1
  80. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -3
  81. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  82. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -4
  84. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +9 -1
  85. package/tencentcloud/services/tsf/v20180326/tsf_client.js +12 -0
  86. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +74 -6
  87. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  88. package/test/aiart.v20221229.test.js +14 -4
  89. package/test/ess.v20201111.test.js +10 -0
  90. package/test/essbasic.v20210526.test.js +12 -2
  91. package/test/gaap.v20180529.test.js +10 -0
  92. package/test/lke.v20231130.test.js +10 -0
  93. package/test/mariadb.v20170312.test.js +10 -0
  94. package/test/mna.v20210119.test.js +92 -2
  95. package/test/tsf.v20180326.test.js +20 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
3
+ ## 主机安全(cwp) 版本:2018-02-28
4
4
 
5
- ### 第 9 次发布
5
+ ### 第 117 次发布
6
6
 
7
- 发布时间:2024-07-10 01:17:00
7
+ 发布时间:2024-07-12 01:12:13
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,33 +12,38 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [ExpandCapacity](https://cloud.tencent.com/document/api/1424/95787)
15
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
16
16
 
17
- * 新增入参:ModifyType
17
+ * 新增出参:ProtectMode, ProtectFileScope
18
18
 
19
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
19
20
 
20
- 新增数据结构:
21
+ * 新增入参:DoClean, ProtectMode, ProtectFileScope
21
22
 
22
- * [ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute)
23
23
 
24
- 修改数据结构:
25
24
 
26
- * [FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute)
27
25
 
28
- * 新增成员:ChargeAttribute
26
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
29
27
 
30
- * [MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket)
28
+ ### 第 179 次发布
31
29
 
32
- * 新增成员:Endpoint
30
+ 发布时间:2024-07-12 01:16:02
33
31
 
32
+ 本次发布包含了以下内容:
34
33
 
34
+ 改善已有的文档。
35
35
 
36
+ 新增接口:
36
37
 
37
- ## 媒体智能标签(ivld) 版本:2021-09-03
38
+ * [CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1323/108596)
38
39
 
39
- ### 第 9 次发布
40
40
 
41
- 发布时间:2024-07-09 14:27:21
41
+
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
43
+
44
+ ### 第 174 次发布
45
+
46
+ 发布时间:2024-07-12 01:16:22
42
47
 
43
48
  本次发布包含了以下内容:
44
49
 
@@ -46,67 +51,74 @@
46
51
 
47
52
  新增接口:
48
53
 
49
- * [CreateVideoSummaryTask](https://cloud.tencent.com/document/api/1509/108448)
50
- * [DescribeUsageAmount](https://cloud.tencent.com/document/api/1509/108447)
51
- * [DescribeVideoSummaryDetail](https://cloud.tencent.com/document/api/1509/108446)
54
+ * [CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1420/108597)
52
55
 
53
- 新增数据结构:
54
56
 
55
- * [AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult)
56
- * [ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo)
57
- * [TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode)
58
- * [TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore)
59
- * [VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode)
60
57
 
58
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
61
59
 
62
60
 
63
- ## 前端性能监控(rum) 版本:2021-06-22
64
61
 
65
- ### 34 次发布
62
+ ## 全球应用加速(gaap) 版本:2018-05-29
66
63
 
67
- 发布时间:2024-07-10 01:22:53
64
+ ### 第 47 次发布
65
+
66
+ 发布时间:2024-07-12 01:16:49
68
67
 
69
68
  本次发布包含了以下内容:
70
69
 
71
70
  改善已有的文档。
72
71
 
73
- 修改接口:
72
+ 新增接口:
74
73
 
75
- * [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
74
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
76
75
 
77
- * 新增入参:Site
78
76
 
79
77
 
78
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
80
79
 
80
+ ### 第 63 次发布
81
81
 
82
- ## 实时音视频(trtc) 版本:2019-07-22
82
+ 发布时间:2024-07-12 01:20:13
83
83
 
84
- ### 第 81 次发布
84
+ 本次发布包含了以下内容:
85
85
 
86
- 发布时间:2024-07-10 01:27:37
86
+ 改善已有的文档。
87
+
88
+ 新增接口:
89
+
90
+ * [UpgradeHourDBInstance](https://cloud.tencent.com/document/api/237/108599)
91
+
92
+
93
+
94
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
95
+
96
+ ### 第 57 次发布
97
+
98
+ 发布时间:2024-07-12 01:21:39
87
99
 
88
100
  本次发布包含了以下内容:
89
101
 
90
102
  改善已有的文档。
91
103
 
92
- 新增接口:
104
+ 修改数据结构:
93
105
 
94
- * [DescribeAIConversation](https://cloud.tencent.com/document/api/647/108515)
95
- * [StartAIConversation](https://cloud.tencent.com/document/api/647/108514)
96
- * [StopAIConversation](https://cloud.tencent.com/document/api/647/108513)
106
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
97
107
 
98
- 新增数据结构:
108
+ * 新增成员:FlinkVersion
99
109
 
100
- * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
101
- * [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
110
+ * [SlotSharingGroup](https://cloud.tencent.com/document/api/849/52010#SlotSharingGroup)
102
111
 
112
+ * 新增成员:Configuration
103
113
 
104
114
 
105
- ## 微服务引擎(tse) 版本:2020-12-07
106
115
 
107
- ### 第 73 次发布
108
116
 
109
- 发布时间:2024-07-10 01:27:48
117
+ ## 前端性能监控(rum) 版本:2021-06-22
118
+
119
+ ### 第 35 次发布
120
+
121
+ 发布时间:2024-07-12 01:22:59
110
122
 
111
123
  本次发布包含了以下内容:
112
124
 
@@ -114,43 +126,55 @@
114
126
 
115
127
  修改接口:
116
128
 
117
- * [CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)
129
+ * [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
130
+
131
+ * 新增入参:FileName
118
132
 
119
- * 新增入参:PromId
120
133
 
121
134
 
135
+
136
+ ## 高性能计算平台(thpc) 版本:2023-03-21
137
+
138
+ ### 第 15 次发布
139
+
140
+ 发布时间:2024-07-12 01:26:38
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
122
146
  修改数据结构:
123
147
 
124
- * [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
148
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
125
149
 
126
- * 新增成员:Description
150
+ * 新增成员:KeyIds
127
151
 
128
152
 
129
153
 
130
154
 
131
- ## 私有网络(vpc) 版本:2017-03-12
155
+ ## 高性能计算平台(thpc) 版本:2022-04-01
132
156
 
133
- ### 第 193 次发布
134
157
 
135
- 发布时间:2024-07-10 01:29:16
136
158
 
137
- 本次发布包含了以下内容:
159
+ ## 高性能计算平台(thpc) 版本:2021-11-09
138
160
 
139
- 改善已有的文档。
140
161
 
141
- 新增接口:
142
162
 
143
- * [ModifyVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/108516)
163
+ ## 实时音视频(trtc) 版本:2019-07-22
144
164
 
145
- 新增数据结构:
165
+ ### 第 82 次发布
146
166
 
147
- * [PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics)
167
+ 发布时间:2024-07-12 01:27:45
168
+
169
+ 本次发布包含了以下内容:
170
+
171
+ 改善已有的文档。
148
172
 
149
173
  修改数据结构:
150
174
 
151
- * [SecurityGroupPolicySet](https://cloud.tencent.com/document/api/215/15824#SecurityGroupPolicySet)
175
+ * [TrtcUsage](https://cloud.tencent.com/document/api/647/44055#TrtcUsage)
152
176
 
153
- * 新增成员:PolicyStatistics
177
+ * 新增成员:TimeStampKey
154
178
 
155
179
 
156
180
 
@@ -799,6 +823,18 @@
799
823
 
800
824
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
801
825
 
826
+ ### 第 8 次发布
827
+
828
+ 发布时间:2024-07-11 01:07:23
829
+
830
+ 本次发布包含了以下内容:
831
+
832
+ 改善已有的文档。
833
+
834
+ 新增接口:
835
+
836
+ * [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
837
+
802
838
  ### 第 7 次发布
803
839
 
804
840
  发布时间:2024-07-03 11:28:36
@@ -41509,6 +41545,25 @@
41509
41545
 
41510
41546
  ## 主机安全(cwp) 版本:2018-02-28
41511
41547
 
41548
+ ### 第 117 次发布
41549
+
41550
+ 发布时间:2024-07-12 01:12:13
41551
+
41552
+ 本次发布包含了以下内容:
41553
+
41554
+ 改善已有的文档。
41555
+
41556
+ 修改接口:
41557
+
41558
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
41559
+
41560
+ * 新增出参:ProtectMode, ProtectFileScope
41561
+
41562
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
41563
+
41564
+ * 新增入参:DoClean, ProtectMode, ProtectFileScope
41565
+
41566
+
41512
41567
  ### 第 116 次发布
41513
41568
 
41514
41569
  发布时间:2024-07-05 01:06:53
@@ -53304,6 +53359,21 @@
53304
53359
 
53305
53360
  ## DNSPod(dnspod) 版本:2021-03-23
53306
53361
 
53362
+ ### 第 32 次发布
53363
+
53364
+ 发布时间:2024-07-11 01:14:33
53365
+
53366
+ 本次发布包含了以下内容:
53367
+
53368
+ 改善已有的文档。
53369
+
53370
+ 修改接口:
53371
+
53372
+ * [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
53373
+
53374
+ * 新增入参:GroupId
53375
+
53376
+
53307
53377
  ### 第 31 次发布
53308
53378
 
53309
53379
  发布时间:2024-05-30 01:33:24
@@ -62631,6 +62701,18 @@
62631
62701
 
62632
62702
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
62633
62703
 
62704
+ ### 第 179 次发布
62705
+
62706
+ 发布时间:2024-07-12 01:16:02
62707
+
62708
+ 本次发布包含了以下内容:
62709
+
62710
+ 改善已有的文档。
62711
+
62712
+ 新增接口:
62713
+
62714
+ * [[CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1323/108596)](https://cloud.tencent.com/document/api/#/#)
62715
+
62634
62716
  ### 第 178 次发布
62635
62717
 
62636
62718
  发布时间:2024-07-09 01:14:53
@@ -66043,6 +66125,18 @@
66043
66125
 
66044
66126
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
66045
66127
 
66128
+ ### 第 174 次发布
66129
+
66130
+ 发布时间:2024-07-12 01:16:22
66131
+
66132
+ 本次发布包含了以下内容:
66133
+
66134
+ 改善已有的文档。
66135
+
66136
+ 新增接口:
66137
+
66138
+ * [[CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1420/108597)](https://cloud.tencent.com/document/api/#/#)
66139
+
66046
66140
  ### 第 173 次发布
66047
66141
 
66048
66142
  发布时间:2024-07-09 01:15:08
@@ -71042,6 +71136,18 @@
71042
71136
 
71043
71137
  ## 全球应用加速(gaap) 版本:2018-05-29
71044
71138
 
71139
+ ### 第 47 次发布
71140
+
71141
+ 发布时间:2024-07-12 01:16:49
71142
+
71143
+ 本次发布包含了以下内容:
71144
+
71145
+ 改善已有的文档。
71146
+
71147
+ 新增接口:
71148
+
71149
+ * [[DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)](https://cloud.tencent.com/document/api/#/#)
71150
+
71045
71151
  ### 第 46 次发布
71046
71152
 
71047
71153
  发布时间:2024-07-03 01:16:42
@@ -72983,7 +73089,7 @@
72983
73089
 
72984
73090
  新增数据结构:
72985
73091
 
72986
- * [[ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute)](https://cloud.tencent.com/document/api/1424/95076#[ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute))
73092
+ * [ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute)
72987
73093
 
72988
73094
  修改数据结构:
72989
73095
 
@@ -82235,17 +82341,17 @@
82235
82341
 
82236
82342
  新增接口:
82237
82343
 
82238
- * [[CreateVideoSummaryTask](https://cloud.tencent.com/document/api/1509/108448)](https://cloud.tencent.com/document/api/#/#)
82239
- * [[DescribeUsageAmount](https://cloud.tencent.com/document/api/1509/108447)](https://cloud.tencent.com/document/api/#/#)
82240
- * [[DescribeVideoSummaryDetail](https://cloud.tencent.com/document/api/1509/108446)](https://cloud.tencent.com/document/api/#/#)
82344
+ * [CreateVideoSummaryTask](https://cloud.tencent.com/document/api/1509/108448)
82345
+ * [DescribeUsageAmount](https://cloud.tencent.com/document/api/1509/108447)
82346
+ * [DescribeVideoSummaryDetail](https://cloud.tencent.com/document/api/1509/108446)
82241
82347
 
82242
82348
  新增数据结构:
82243
82349
 
82244
- * [[AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult)](https://cloud.tencent.com/document/api/1509/65063#[AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult))
82245
- * [[ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo)](https://cloud.tencent.com/document/api/1509/65063#[ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo))
82246
- * [[TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode)](https://cloud.tencent.com/document/api/1509/65063#[TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode))
82247
- * [[TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore)](https://cloud.tencent.com/document/api/1509/65063#[TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore))
82248
- * [[VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode)](https://cloud.tencent.com/document/api/1509/65063#[VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode))
82350
+ * [AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult)
82351
+ * [ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo)
82352
+ * [TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode)
82353
+ * [TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore)
82354
+ * [VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode)
82249
82355
 
82250
82356
  ### 第 8 次发布
82251
82357
 
@@ -88061,6 +88167,22 @@
88061
88167
 
88062
88168
  ## 大模型知识引擎(lke) 版本:2023-11-30
88063
88169
 
88170
+ ### 第 11 次发布
88171
+
88172
+ 发布时间:2024-07-11 01:19:53
88173
+
88174
+ 本次发布包含了以下内容:
88175
+
88176
+ 改善已有的文档。
88177
+
88178
+ 新增接口:
88179
+
88180
+ * [DescribeSegments](https://cloud.tencent.com/document/api/1759/108533)
88181
+
88182
+ 新增数据结构:
88183
+
88184
+ * [DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment)
88185
+
88064
88186
  ### 第 10 次发布
88065
88187
 
88066
88188
  发布时间:2024-07-08 10:47:57
@@ -88503,6 +88625,18 @@
88503
88625
 
88504
88626
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
88505
88627
 
88628
+ ### 第 63 次发布
88629
+
88630
+ 发布时间:2024-07-12 01:20:13
88631
+
88632
+ 本次发布包含了以下内容:
88633
+
88634
+ 改善已有的文档。
88635
+
88636
+ 新增接口:
88637
+
88638
+ * [[UpgradeHourDBInstance](https://cloud.tencent.com/document/api/237/108599)](https://cloud.tencent.com/document/api/#/#)
88639
+
88506
88640
  ### 第 62 次发布
88507
88641
 
88508
88642
  发布时间:2024-07-03 01:20:08
@@ -90099,6 +90233,56 @@
90099
90233
 
90100
90234
  ## 多网聚合加速(mna) 版本:2021-01-19
90101
90235
 
90236
+ ### 第 20 次发布
90237
+
90238
+ 发布时间:2024-07-11 01:20:22
90239
+
90240
+ 本次发布包含了以下内容:
90241
+
90242
+ 改善已有的文档。
90243
+
90244
+ 新增接口:
90245
+
90246
+ * [AddGroup](https://cloud.tencent.com/document/api/1385/108542)
90247
+ * [DeleteGroup](https://cloud.tencent.com/document/api/1385/108541)
90248
+ * [GetFlowStatisticByRegion](https://cloud.tencent.com/document/api/1385/108540)
90249
+ * [GetGroupDetail](https://cloud.tencent.com/document/api/1385/108539)
90250
+ * [GetGroupList](https://cloud.tencent.com/document/api/1385/108538)
90251
+ * [GroupAddDevice](https://cloud.tencent.com/document/api/1385/108537)
90252
+ * [GroupDeleteDevice](https://cloud.tencent.com/document/api/1385/108536)
90253
+ * [SetNotifyUrl](https://cloud.tencent.com/document/api/1385/108535)
90254
+ * [UpdateGroup](https://cloud.tencent.com/document/api/1385/108534)
90255
+
90256
+ 修改接口:
90257
+
90258
+ * [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
90259
+
90260
+ * 新增入参:FlowTrunc
90261
+
90262
+ * [UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)
90263
+
90264
+ * 新增入参:FlowTrunc
90265
+
90266
+
90267
+ 新增数据结构:
90268
+
90269
+ * [GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo)
90270
+
90271
+ 修改数据结构:
90272
+
90273
+ * [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
90274
+
90275
+ * 新增成员:FlowTrunc, DeviceId
90276
+
90277
+ * [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
90278
+
90279
+ * 新增成员:FlowTrunc
90280
+
90281
+ * [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
90282
+
90283
+ * 新增成员:FlowTrunc
90284
+
90285
+
90102
90286
  ### 第 19 次发布
90103
90287
 
90104
90288
  发布时间:2024-05-28 01:54:57
@@ -93753,6 +93937,25 @@
93753
93937
 
93754
93938
  ## 媒体处理(mps) 版本:2019-06-12
93755
93939
 
93940
+ ### 第 90 次发布
93941
+
93942
+ 发布时间:2024-07-11 01:21:03
93943
+
93944
+ 本次发布包含了以下内容:
93945
+
93946
+ 改善已有的文档。
93947
+
93948
+ 修改数据结构:
93949
+
93950
+ * [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
93951
+
93952
+ * 新增成员:Url
93953
+
93954
+ * [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
93955
+
93956
+ * 新增成员:NotifyKey
93957
+
93958
+
93756
93959
  ### 第 89 次发布
93757
93960
 
93758
93961
  发布时间:2024-07-09 01:19:04
@@ -98549,6 +98752,25 @@
98549
98752
 
98550
98753
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
98551
98754
 
98755
+ ### 第 57 次发布
98756
+
98757
+ 发布时间:2024-07-12 01:21:39
98758
+
98759
+ 本次发布包含了以下内容:
98760
+
98761
+ 改善已有的文档。
98762
+
98763
+ 修改数据结构:
98764
+
98765
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
98766
+
98767
+ * 新增成员:FlinkVersion
98768
+
98769
+ * [SlotSharingGroup](https://cloud.tencent.com/document/api/849/52010#SlotSharingGroup)
98770
+
98771
+ * 新增成员:Configuration
98772
+
98773
+
98552
98774
  ### 第 56 次发布
98553
98775
 
98554
98776
  发布时间:2024-06-05 02:02:33
@@ -107518,6 +107740,21 @@
107518
107740
 
107519
107741
  ## 前端性能监控(rum) 版本:2021-06-22
107520
107742
 
107743
+ ### 第 35 次发布
107744
+
107745
+ 发布时间:2024-07-12 01:22:59
107746
+
107747
+ 本次发布包含了以下内容:
107748
+
107749
+ 改善已有的文档。
107750
+
107751
+ 修改接口:
107752
+
107753
+ * [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
107754
+
107755
+ * 新增入参:FileName
107756
+
107757
+
107521
107758
  ### 第 34 次发布
107522
107759
 
107523
107760
  发布时间:2024-07-10 01:22:53
@@ -130995,6 +131232,21 @@
130995
131232
 
130996
131233
  ## 高性能计算平台(thpc) 版本:2023-03-21
130997
131234
 
131235
+ ### 第 15 次发布
131236
+
131237
+ 发布时间:2024-07-12 01:26:38
131238
+
131239
+ 本次发布包含了以下内容:
131240
+
131241
+ 改善已有的文档。
131242
+
131243
+ 修改数据结构:
131244
+
131245
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
131246
+
131247
+ * 新增成员:KeyIds
131248
+
131249
+
130998
131250
  ### 第 14 次发布
130999
131251
 
131000
131252
  发布时间:2024-06-27 01:21:12
@@ -140551,6 +140803,21 @@
140551
140803
 
140552
140804
  ## 实时音视频(trtc) 版本:2019-07-22
140553
140805
 
140806
+ ### 第 82 次发布
140807
+
140808
+ 发布时间:2024-07-12 01:27:45
140809
+
140810
+ 本次发布包含了以下内容:
140811
+
140812
+ 改善已有的文档。
140813
+
140814
+ 修改数据结构:
140815
+
140816
+ * [TrtcUsage](https://cloud.tencent.com/document/api/647/44055#TrtcUsage)
140817
+
140818
+ * 新增成员:TimeStampKey
140819
+
140820
+
140554
140821
  ### 第 81 次发布
140555
140822
 
140556
140823
  发布时间:2024-07-10 01:27:37
@@ -140561,14 +140828,14 @@
140561
140828
 
140562
140829
  新增接口:
140563
140830
 
140564
- * [[DescribeAIConversation](https://cloud.tencent.com/document/api/647/108515)](https://cloud.tencent.com/document/api/#/#)
140565
- * [[StartAIConversation](https://cloud.tencent.com/document/api/647/108514)](https://cloud.tencent.com/document/api/#/#)
140566
- * [[StopAIConversation](https://cloud.tencent.com/document/api/647/108513)](https://cloud.tencent.com/document/api/#/#)
140831
+ * [DescribeAIConversation](https://cloud.tencent.com/document/api/647/108515)
140832
+ * [StartAIConversation](https://cloud.tencent.com/document/api/647/108514)
140833
+ * [StopAIConversation](https://cloud.tencent.com/document/api/647/108513)
140567
140834
 
140568
140835
  新增数据结构:
140569
140836
 
140570
- * [[AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)](https://cloud.tencent.com/document/api/647/44055#[AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig))
140571
- * [[STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)](https://cloud.tencent.com/document/api/647/44055#[STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig))
140837
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
140838
+ * [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
140572
140839
 
140573
140840
  ### 第 80 次发布
140574
140841
 
@@ -143577,6 +143844,19 @@
143577
143844
 
143578
143845
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
143579
143846
 
143847
+ ### 第 111 次发布
143848
+
143849
+ 发布时间:2024-07-11 01:28:05
143850
+
143851
+ 本次发布包含了以下内容:
143852
+
143853
+ 改善已有的文档。
143854
+
143855
+ 新增接口:
143856
+
143857
+ * [CreateProgram](https://cloud.tencent.com/document/api/649/108544)
143858
+ * [ModifyProgram](https://cloud.tencent.com/document/api/649/108543)
143859
+
143580
143860
  ### 第 110 次发布
143581
143861
 
143582
143862
  发布时间:2024-06-21 02:26:46
@@ -152255,11 +152535,11 @@
152255
152535
 
152256
152536
  新增接口:
152257
152537
 
152258
- * [[ModifyVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/108516)](https://cloud.tencent.com/document/api/#/#)
152538
+ * [ModifyVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/108516)
152259
152539
 
152260
152540
  新增数据结构:
152261
152541
 
152262
- * [[PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics)](https://cloud.tencent.com/document/api/215/15824#[PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics))
152542
+ * [PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics)
152263
152543
 
152264
152544
  修改数据结构:
152265
152545
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.893",
3
+ "version": "4.0.895",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {