tencentcloud-sdk-nodejs 4.0.894 → 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 (53) hide show
  1. package/CHANGELOG.md +181 -0
  2. package/SERVICE_CHANGELOG.md +233 -72
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cwp/v20180228/cwp_models.ts +37 -16
  7. package/src/services/ess/v20201111/ess_client.ts +16 -1
  8. package/src/services/ess/v20201111/ess_models.ts +65 -32
  9. package/src/services/essbasic/v20210526/essbasic_client.ts +37 -22
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +32 -11
  11. package/src/services/gaap/v20180529/gaap_client.ts +12 -0
  12. package/src/services/gaap/v20180529/gaap_models.ts +15 -0
  13. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  14. package/src/services/mariadb/v20170312/mariadb_models.ts +44 -0
  15. package/src/services/mongodb/v20190725/mongodb_models.ts +58 -51
  16. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  17. package/src/services/oceanus/v20190422/oceanus_models.ts +10 -0
  18. package/src/services/organization/v20210331/organization_client.ts +1 -1
  19. package/src/services/rum/v20210622/rum_models.ts +4 -0
  20. package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
  21. package/src/services/thpc/v20230321/thpc_models.ts +5 -1
  22. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  23. package/src/services/trtc/v20190722/trtc_models.ts +8 -4
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -16
  27. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -1
  28. package/tencentcloud/services/ess/v20201111/ess_client.js +9 -0
  29. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +63 -32
  30. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -19
  31. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -19
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +30 -11
  33. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
  34. package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
  35. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -0
  36. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  37. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  38. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +42 -0
  39. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +58 -51
  40. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  41. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +10 -0
  42. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  43. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  44. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
  45. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
  46. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +5 -1
  47. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  48. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  49. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -4
  50. package/test/ess.v20201111.test.js +10 -0
  51. package/test/essbasic.v20210526.test.js +12 -2
  52. package/test/gaap.v20180529.test.js +10 -0
  53. package/test/mariadb.v20170312.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,184 @@
1
+ # Release 4.0.895
2
+
3
+ ## 主机安全(cwp) 版本:2018-02-28
4
+
5
+ ### 第 117 次发布
6
+
7
+ 发布时间:2024-07-12 01:12:13
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
16
+
17
+ * 新增出参:ProtectMode, ProtectFileScope
18
+
19
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
20
+
21
+ * 新增入参:DoClean, ProtectMode, ProtectFileScope
22
+
23
+
24
+
25
+
26
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
27
+
28
+ ### 第 179 次发布
29
+
30
+ 发布时间:2024-07-12 01:16:02
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 新增接口:
37
+
38
+ * [CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1323/108596)
39
+
40
+
41
+
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
43
+
44
+ ### 第 174 次发布
45
+
46
+ 发布时间:2024-07-12 01:16:22
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 新增接口:
53
+
54
+ * [CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1420/108597)
55
+
56
+
57
+
58
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
59
+
60
+
61
+
62
+ ## 全球应用加速(gaap) 版本:2018-05-29
63
+
64
+ ### 第 47 次发布
65
+
66
+ 发布时间:2024-07-12 01:16:49
67
+
68
+ 本次发布包含了以下内容:
69
+
70
+ 改善已有的文档。
71
+
72
+ 新增接口:
73
+
74
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
75
+
76
+
77
+
78
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
79
+
80
+ ### 第 63 次发布
81
+
82
+ 发布时间:2024-07-12 01:20:13
83
+
84
+ 本次发布包含了以下内容:
85
+
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
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改数据结构:
105
+
106
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
107
+
108
+ * 新增成员:FlinkVersion
109
+
110
+ * [SlotSharingGroup](https://cloud.tencent.com/document/api/849/52010#SlotSharingGroup)
111
+
112
+ * 新增成员:Configuration
113
+
114
+
115
+
116
+
117
+ ## 前端性能监控(rum) 版本:2021-06-22
118
+
119
+ ### 第 35 次发布
120
+
121
+ 发布时间:2024-07-12 01:22:59
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改接口:
128
+
129
+ * [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
130
+
131
+ * 新增入参:FileName
132
+
133
+
134
+
135
+
136
+ ## 高性能计算平台(thpc) 版本:2023-03-21
137
+
138
+ ### 第 15 次发布
139
+
140
+ 发布时间:2024-07-12 01:26:38
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
146
+ 修改数据结构:
147
+
148
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
149
+
150
+ * 新增成员:KeyIds
151
+
152
+
153
+
154
+
155
+ ## 高性能计算平台(thpc) 版本:2022-04-01
156
+
157
+
158
+
159
+ ## 高性能计算平台(thpc) 版本:2021-11-09
160
+
161
+
162
+
163
+ ## 实时音视频(trtc) 版本:2019-07-22
164
+
165
+ ### 第 82 次发布
166
+
167
+ 发布时间:2024-07-12 01:27:45
168
+
169
+ 本次发布包含了以下内容:
170
+
171
+ 改善已有的文档。
172
+
173
+ 修改数据结构:
174
+
175
+ * [TrtcUsage](https://cloud.tencent.com/document/api/647/44055#TrtcUsage)
176
+
177
+ * 新增成员:TimeStampKey
178
+
179
+
180
+
181
+
1
182
  # Release 4.0.894
2
183
 
3
184
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
@@ -1,45 +1,49 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 大模型图像创作引擎(aiart) 版本:2022-12-29
3
+ ## 主机安全(cwp) 版本:2018-02-28
4
4
 
5
- ### 第 8 次发布
5
+ ### 第 117 次发布
6
6
 
7
- 发布时间:2024-07-11 01:07:23
7
+ 发布时间:2024-07-12 01:12:13
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改接口:
14
14
 
15
- * [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
15
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
16
16
 
17
+ * 新增出参:ProtectMode, ProtectFileScope
17
18
 
19
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
18
20
 
19
- ## DNSPod(dnspod) 版本:2021-03-23
21
+ * 新增入参:DoClean, ProtectMode, ProtectFileScope
20
22
 
21
- ### 第 32 次发布
22
23
 
23
- 发布时间:2024-07-11 01:14:33
24
24
 
25
- 本次发布包含了以下内容:
26
25
 
27
- 改善已有的文档。
26
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
28
27
 
29
- 修改接口:
28
+ ### 第 179 次发布
30
29
 
31
- * [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
30
+ 发布时间:2024-07-12 01:16:02
32
31
 
33
- * 新增入参:GroupId
32
+ 本次发布包含了以下内容:
34
33
 
34
+ 改善已有的文档。
35
35
 
36
+ 新增接口:
36
37
 
38
+ * [CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1323/108596)
37
39
 
38
- ## 大模型知识引擎(lke) 版本:2023-11-30
39
40
 
40
- ### 第 11 次发布
41
41
 
42
- 发布时间:2024-07-11 01:19:53
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
43
+
44
+ ### 第 174 次发布
45
+
46
+ 发布时间:2024-07-12 01:16:22
43
47
 
44
48
  本次发布包含了以下内容:
45
49
 
@@ -47,19 +51,19 @@
47
51
 
48
52
  新增接口:
49
53
 
50
- * [DescribeSegments](https://cloud.tencent.com/document/api/1759/108533)
54
+ * [CreateEmployeeQualificationSealQrCode](https://cloud.tencent.com/document/api/1420/108597)
51
55
 
52
- 新增数据结构:
53
56
 
54
- * [DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment)
55
57
 
58
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
56
59
 
57
60
 
58
- ## 多网聚合加速(mna) 版本:2021-01-19
59
61
 
60
- ### 20 次发布
62
+ ## 全球应用加速(gaap) 版本:2018-05-29
61
63
 
62
- 发布时间:2024-07-11 01:20:22
64
+ ### 第 47 次发布
65
+
66
+ 发布时间:2024-07-12 01:16:49
63
67
 
64
68
  本次发布包含了以下内容:
65
69
 
@@ -67,53 +71,73 @@
67
71
 
68
72
  新增接口:
69
73
 
70
- * [AddGroup](https://cloud.tencent.com/document/api/1385/108542)
71
- * [DeleteGroup](https://cloud.tencent.com/document/api/1385/108541)
72
- * [GetFlowStatisticByRegion](https://cloud.tencent.com/document/api/1385/108540)
73
- * [GetGroupDetail](https://cloud.tencent.com/document/api/1385/108539)
74
- * [GetGroupList](https://cloud.tencent.com/document/api/1385/108538)
75
- * [GroupAddDevice](https://cloud.tencent.com/document/api/1385/108537)
76
- * [GroupDeleteDevice](https://cloud.tencent.com/document/api/1385/108536)
77
- * [SetNotifyUrl](https://cloud.tencent.com/document/api/1385/108535)
78
- * [UpdateGroup](https://cloud.tencent.com/document/api/1385/108534)
74
+ * [DescribeTaskStatus](https://cloud.tencent.com/document/api/608/108598)
79
75
 
80
- 修改接口:
81
76
 
82
- * [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
83
77
 
84
- * 新增入参:FlowTrunc
78
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
85
79
 
86
- * [UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)
80
+ ### 第 63 次发布
87
81
 
88
- * 新增入参:FlowTrunc
82
+ 发布时间:2024-07-12 01:20:13
89
83
 
84
+ 本次发布包含了以下内容:
85
+
86
+ 改善已有的文档。
87
+
88
+ 新增接口:
89
+
90
+ * [UpgradeHourDBInstance](https://cloud.tencent.com/document/api/237/108599)
90
91
 
91
- 新增数据结构:
92
92
 
93
- * [GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo)
93
+
94
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
95
+
96
+ ### 第 57 次发布
97
+
98
+ 发布时间:2024-07-12 01:21:39
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
94
103
 
95
104
  修改数据结构:
96
105
 
97
- * [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
106
+ * [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
98
107
 
99
- * 新增成员:FlowTrunc, DeviceId
108
+ * 新增成员:FlinkVersion
100
109
 
101
- * [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
110
+ * [SlotSharingGroup](https://cloud.tencent.com/document/api/849/52010#SlotSharingGroup)
102
111
 
103
- * 新增成员:FlowTrunc
112
+ * 新增成员:Configuration
104
113
 
105
- * [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
106
114
 
107
- * 新增成员:FlowTrunc
108
115
 
109
116
 
117
+ ## 前端性能监控(rum) 版本:2021-06-22
110
118
 
119
+ ### 第 35 次发布
111
120
 
112
- ## 媒体处理(mps) 版本:2019-06-12
121
+ 发布时间:2024-07-12 01:22:59
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改接口:
128
+
129
+ * [DescribeReleaseFiles](https://cloud.tencent.com/document/api/1464/69215)
130
+
131
+ * 新增入参:FileName
113
132
 
114
- ### 第 90 次发布
115
133
 
116
- 发布时间:2024-07-11 01:21:03
134
+
135
+
136
+ ## 高性能计算平台(thpc) 版本:2023-03-21
137
+
138
+ ### 第 15 次发布
139
+
140
+ 发布时间:2024-07-12 01:26:38
117
141
 
118
142
  本次发布包含了以下内容:
119
143
 
@@ -121,31 +145,37 @@
121
145
 
122
146
  修改数据结构:
123
147
 
124
- * [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
148
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
125
149
 
126
- * 新增成员:Url
150
+ * 新增成员:KeyIds
127
151
 
128
- * [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
129
152
 
130
- * 新增成员:NotifyKey
131
153
 
132
154
 
155
+ ## 高性能计算平台(thpc) 版本:2022-04-01
133
156
 
134
157
 
135
- ## 微服务平台 TSF(tsf) 版本:2018-03-26
136
158
 
137
- ### 111 次发布
159
+ ## 高性能计算平台(thpc) 版本:2021-11-09
138
160
 
139
- 发布时间:2024-07-11 01:28:05
161
+
162
+
163
+ ## 实时音视频(trtc) 版本:2019-07-22
164
+
165
+ ### 第 82 次发布
166
+
167
+ 发布时间:2024-07-12 01:27:45
140
168
 
141
169
  本次发布包含了以下内容:
142
170
 
143
171
  改善已有的文档。
144
172
 
145
- 新增接口:
173
+ 修改数据结构:
174
+
175
+ * [TrtcUsage](https://cloud.tencent.com/document/api/647/44055#TrtcUsage)
176
+
177
+ * 新增成员:TimeStampKey
146
178
 
147
- * [CreateProgram](https://cloud.tencent.com/document/api/649/108544)
148
- * [ModifyProgram](https://cloud.tencent.com/document/api/649/108543)
149
179
 
150
180
 
151
181
 
@@ -803,7 +833,7 @@
803
833
 
804
834
  新增接口:
805
835
 
806
- * [[ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)](https://cloud.tencent.com/document/api/#/#)
836
+ * [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
807
837
 
808
838
  ### 第 7 次发布
809
839
 
@@ -41515,6 +41545,25 @@
41515
41545
 
41516
41546
  ## 主机安全(cwp) 版本:2018-02-28
41517
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
+
41518
41567
  ### 第 116 次发布
41519
41568
 
41520
41569
  发布时间:2024-07-05 01:06:53
@@ -62652,6 +62701,18 @@
62652
62701
 
62653
62702
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
62654
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
+
62655
62716
  ### 第 178 次发布
62656
62717
 
62657
62718
  发布时间:2024-07-09 01:14:53
@@ -66064,6 +66125,18 @@
66064
66125
 
66065
66126
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
66066
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
+
66067
66140
  ### 第 173 次发布
66068
66141
 
66069
66142
  发布时间:2024-07-09 01:15:08
@@ -71063,6 +71136,18 @@
71063
71136
 
71064
71137
  ## 全球应用加速(gaap) 版本:2018-05-29
71065
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
+
71066
71151
  ### 第 46 次发布
71067
71152
 
71068
71153
  发布时间:2024-07-03 01:16:42
@@ -88092,11 +88177,11 @@
88092
88177
 
88093
88178
  新增接口:
88094
88179
 
88095
- * [[DescribeSegments](https://cloud.tencent.com/document/api/1759/108533)](https://cloud.tencent.com/document/api/#/#)
88180
+ * [DescribeSegments](https://cloud.tencent.com/document/api/1759/108533)
88096
88181
 
88097
88182
  新增数据结构:
88098
88183
 
88099
- * [[DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment)](https://cloud.tencent.com/document/api/1759/105104#[DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment))
88184
+ * [DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment)
88100
88185
 
88101
88186
  ### 第 10 次发布
88102
88187
 
@@ -88540,6 +88625,18 @@
88540
88625
 
88541
88626
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
88542
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
+
88543
88640
  ### 第 62 次发布
88544
88641
 
88545
88642
  发布时间:2024-07-03 01:20:08
@@ -90146,15 +90243,15 @@
90146
90243
 
90147
90244
  新增接口:
90148
90245
 
90149
- * [[AddGroup](https://cloud.tencent.com/document/api/1385/108542)](https://cloud.tencent.com/document/api/#/#)
90150
- * [[DeleteGroup](https://cloud.tencent.com/document/api/1385/108541)](https://cloud.tencent.com/document/api/#/#)
90151
- * [[GetFlowStatisticByRegion](https://cloud.tencent.com/document/api/1385/108540)](https://cloud.tencent.com/document/api/#/#)
90152
- * [[GetGroupDetail](https://cloud.tencent.com/document/api/1385/108539)](https://cloud.tencent.com/document/api/#/#)
90153
- * [[GetGroupList](https://cloud.tencent.com/document/api/1385/108538)](https://cloud.tencent.com/document/api/#/#)
90154
- * [[GroupAddDevice](https://cloud.tencent.com/document/api/1385/108537)](https://cloud.tencent.com/document/api/#/#)
90155
- * [[GroupDeleteDevice](https://cloud.tencent.com/document/api/1385/108536)](https://cloud.tencent.com/document/api/#/#)
90156
- * [[SetNotifyUrl](https://cloud.tencent.com/document/api/1385/108535)](https://cloud.tencent.com/document/api/#/#)
90157
- * [[UpdateGroup](https://cloud.tencent.com/document/api/1385/108534)](https://cloud.tencent.com/document/api/#/#)
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)
90158
90255
 
90159
90256
  修改接口:
90160
90257
 
@@ -90169,7 +90266,7 @@
90169
90266
 
90170
90267
  新增数据结构:
90171
90268
 
90172
- * [[GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo)](https://cloud.tencent.com/document/api/1385/55846#[GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo))
90269
+ * [GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo)
90173
90270
 
90174
90271
  修改数据结构:
90175
90272
 
@@ -98655,6 +98752,25 @@
98655
98752
 
98656
98753
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
98657
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
+
98658
98774
  ### 第 56 次发布
98659
98775
 
98660
98776
  发布时间:2024-06-05 02:02:33
@@ -107624,6 +107740,21 @@
107624
107740
 
107625
107741
  ## 前端性能监控(rum) 版本:2021-06-22
107626
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
+
107627
107758
  ### 第 34 次发布
107628
107759
 
107629
107760
  发布时间:2024-07-10 01:22:53
@@ -131101,6 +131232,21 @@
131101
131232
 
131102
131233
  ## 高性能计算平台(thpc) 版本:2023-03-21
131103
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
+
131104
131250
  ### 第 14 次发布
131105
131251
 
131106
131252
  发布时间:2024-06-27 01:21:12
@@ -140657,6 +140803,21 @@
140657
140803
 
140658
140804
  ## 实时音视频(trtc) 版本:2019-07-22
140659
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
+
140660
140821
  ### 第 81 次发布
140661
140822
 
140662
140823
  发布时间:2024-07-10 01:27:37
@@ -143693,8 +143854,8 @@
143693
143854
 
143694
143855
  新增接口:
143695
143856
 
143696
- * [[CreateProgram](https://cloud.tencent.com/document/api/649/108544)](https://cloud.tencent.com/document/api/#/#)
143697
- * [[ModifyProgram](https://cloud.tencent.com/document/api/649/108543)](https://cloud.tencent.com/document/api/#/#)
143857
+ * [CreateProgram](https://cloud.tencent.com/document/api/649/108544)
143858
+ * [ModifyProgram](https://cloud.tencent.com/document/api/649/108543)
143698
143859
 
143699
143860
  ### 第 110 次发布
143700
143861
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.894",
3
+ "version": "4.0.895",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {