tencentcloud-sdk-nodejs 4.0.913 → 4.0.915
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.
- package/CHANGELOG.md +277 -0
- package/SERVICE_CHANGELOG.md +288 -104
- package/examples/hunyuan/v20230901/{chat_std.js → chat_completions.js} +5 -3
- package/examples/hunyuan/v20230901/{chat_std.ts → chat_completions.ts} +5 -3
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +10 -0
- package/src/services/cls/v20201016/cls_client.ts +61 -11
- package/src/services/cls/v20201016/cls_models.ts +328 -149
- package/src/services/cwp/v20180228/cwp_client.ts +17 -3
- package/src/services/cwp/v20180228/cwp_models.ts +89 -25
- package/src/services/emr/v20190103/emr_client.ts +55 -13
- package/src/services/emr/v20190103/emr_models.ts +614 -160
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -4
- package/src/services/ioa/v20220601/ioa_models.ts +6 -5
- package/src/services/organization/v20210331/organization_client.ts +51 -13
- package/src/services/organization/v20210331/organization_models.ts +204 -39
- package/src/services/pts/v20210728/pts_models.ts +9 -9
- package/src/services/smh/v20210712/smh_client.ts +68 -7
- package/src/services/smh/v20210712/smh_models.ts +425 -32
- package/src/services/tcss/v20201101/tcss_models.ts +99 -52
- package/src/services/trocket/v20230308/trocket_client.ts +16 -4
- package/src/services/trocket/v20230308/trocket_models.ts +94 -58
- package/src/services/trtc/v20190722/trtc_client.ts +0 -3
- package/src/services/trtc/v20190722/trtc_models.ts +3 -28
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +313 -144
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +8 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +87 -25
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +15 -3
- package/tencentcloud/services/emr/v20190103/emr_client.js +21 -3
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +607 -165
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -4
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +6 -5
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -5
- package/tencentcloud/services/organization/v20210331/organization_client.js +24 -6
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +196 -39
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +9 -9
- package/tencentcloud/services/smh/v20210712/smh_client.d.ts +23 -3
- package/tencentcloud/services/smh/v20210712/smh_client.js +33 -3
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +414 -32
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +99 -52
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +91 -57
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +0 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -28
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/cwp.v20180228.test.js +10 -0
- package/test/emr.v20190103.test.js +32 -2
- package/test/organization.v20210331.test.js +34 -4
- package/test/smh.v20210712.test.js +52 -2
- package/test/trocket.v20230308.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,40 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 72 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-08-08 01:09:56
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
|
|
16
|
-
|
|
17
|
-
* 新增入参:ClearInstanceTags
|
|
18
|
-
|
|
19
|
-
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
20
|
-
|
|
21
|
-
* 新增入参:InstanceTags
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
修改数据结构:
|
|
25
|
-
|
|
26
|
-
* [HostNameSettings](https://cloud.tencent.com/document/api/377/20453#HostNameSettings)
|
|
27
|
-
|
|
28
|
-
* 新增成员:HostNameSuffix
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
34
4
|
|
|
35
|
-
### 第
|
|
5
|
+
### 第 11 次发布
|
|
36
6
|
|
|
37
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-12 01:08:02
|
|
38
8
|
|
|
39
9
|
本次发布包含了以下内容:
|
|
40
10
|
|
|
@@ -42,18 +12,18 @@
|
|
|
42
12
|
|
|
43
13
|
修改接口:
|
|
44
14
|
|
|
45
|
-
* [
|
|
15
|
+
* [ReplaceBackground](https://cloud.tencent.com/document/api/1668/107957)
|
|
46
16
|
|
|
47
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:Product
|
|
48
18
|
|
|
49
19
|
|
|
50
20
|
|
|
51
21
|
|
|
52
|
-
##
|
|
22
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
53
23
|
|
|
54
|
-
### 第
|
|
24
|
+
### 第 103 次发布
|
|
55
25
|
|
|
56
|
-
发布时间:2024-08-
|
|
26
|
+
发布时间:2024-08-12 01:23:51
|
|
57
27
|
|
|
58
28
|
本次发布包含了以下内容:
|
|
59
29
|
|
|
@@ -61,139 +31,116 @@
|
|
|
61
31
|
|
|
62
32
|
修改接口:
|
|
63
33
|
|
|
64
|
-
* [
|
|
65
|
-
|
|
66
|
-
* 新增入参:SubProductCode
|
|
67
|
-
|
|
68
|
-
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
69
|
-
|
|
70
|
-
* 新增入参:CdcId
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
修改数据结构:
|
|
74
|
-
|
|
75
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
34
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
76
35
|
|
|
77
|
-
*
|
|
36
|
+
* 新增入参:Offset
|
|
78
37
|
|
|
79
38
|
|
|
80
39
|
|
|
81
40
|
|
|
82
|
-
##
|
|
41
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
83
42
|
|
|
84
|
-
### 第
|
|
43
|
+
### 第 119 次发布
|
|
85
44
|
|
|
86
|
-
发布时间:2024-08-
|
|
45
|
+
发布时间:2024-08-12 01:27:11
|
|
87
46
|
|
|
88
47
|
本次发布包含了以下内容:
|
|
89
48
|
|
|
90
49
|
改善已有的文档。
|
|
91
50
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
95
|
-
|
|
96
|
-
* 新增出参:FailureList, SuccessList
|
|
97
|
-
|
|
51
|
+
新增接口:
|
|
98
52
|
|
|
99
|
-
|
|
53
|
+
* [ModifyReverseShellRulesAggregation](https://cloud.tencent.com/document/api/296/109832)
|
|
100
54
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
* 新增成员:ExpireTime
|
|
55
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
104
56
|
|
|
57
|
+
* CreateCloudProtectServiceOrderRecord
|
|
105
58
|
|
|
106
59
|
|
|
107
60
|
|
|
108
|
-
##
|
|
61
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
109
62
|
|
|
110
|
-
### 第
|
|
63
|
+
### 第 71 次发布
|
|
111
64
|
|
|
112
|
-
发布时间:2024-08-
|
|
65
|
+
发布时间:2024-08-12 01:41:17
|
|
113
66
|
|
|
114
67
|
本次发布包含了以下内容:
|
|
115
68
|
|
|
116
69
|
改善已有的文档。
|
|
117
70
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
* [CompanyInfo](https://cloud.tencent.com/document/api/400/41679#CompanyInfo)
|
|
121
|
-
|
|
122
|
-
* 新增成员:Tags
|
|
123
|
-
|
|
124
|
-
* <font color="#dd0000">**修改成员**:</font>IdType, IdNumber
|
|
71
|
+
新增接口:
|
|
125
72
|
|
|
126
|
-
* [
|
|
73
|
+
* [DescribeServiceNodeInfos](https://cloud.tencent.com/document/api/589/109835)
|
|
74
|
+
* [DescribeYarnScheduleHistory](https://cloud.tencent.com/document/api/589/109834)
|
|
75
|
+
* [ModifyYarnDeploy](https://cloud.tencent.com/document/api/589/109833)
|
|
127
76
|
|
|
128
|
-
|
|
77
|
+
新增数据结构:
|
|
129
78
|
|
|
79
|
+
* [HealthStatus](https://cloud.tencent.com/document/api/589/33981#HealthStatus)
|
|
80
|
+
* [RestartPolicy](https://cloud.tencent.com/document/api/589/33981#RestartPolicy)
|
|
81
|
+
* [SchedulerTaskDetail](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskDetail)
|
|
82
|
+
* [SchedulerTaskInfo](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskInfo)
|
|
83
|
+
* [ServiceNodeDetailInfo](https://cloud.tencent.com/document/api/589/33981#ServiceNodeDetailInfo)
|
|
84
|
+
* [ServiceProcessFunctionInfo](https://cloud.tencent.com/document/api/589/33981#ServiceProcessFunctionInfo)
|
|
130
85
|
|
|
131
86
|
|
|
132
87
|
|
|
133
|
-
##
|
|
88
|
+
## 智能媒资托管(smh) 版本:2021-07-12
|
|
134
89
|
|
|
135
|
-
### 第
|
|
90
|
+
### 第 6 次发布
|
|
136
91
|
|
|
137
|
-
发布时间:2024-08-
|
|
92
|
+
发布时间:2024-08-12 02:09:46
|
|
138
93
|
|
|
139
94
|
本次发布包含了以下内容:
|
|
140
95
|
|
|
141
96
|
改善已有的文档。
|
|
142
97
|
|
|
143
|
-
|
|
98
|
+
新增接口:
|
|
144
99
|
|
|
145
|
-
* [
|
|
100
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1339/109840)
|
|
101
|
+
* [CreateUserLifecycle](https://cloud.tencent.com/document/api/1339/109839)
|
|
102
|
+
* [DeleteUser](https://cloud.tencent.com/document/api/1339/109838)
|
|
103
|
+
* [DescribeUserLifecycle](https://cloud.tencent.com/document/api/1339/109837)
|
|
104
|
+
* [ModifyUser](https://cloud.tencent.com/document/api/1339/109836)
|
|
146
105
|
|
|
147
|
-
|
|
106
|
+
新增数据结构:
|
|
148
107
|
|
|
108
|
+
* [UserFilter](https://cloud.tencent.com/document/api/1339/69090#UserFilter)
|
|
149
109
|
|
|
150
110
|
|
|
151
111
|
|
|
152
112
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
153
113
|
|
|
154
|
-
### 第
|
|
114
|
+
### 第 86 次发布
|
|
155
115
|
|
|
156
|
-
发布时间:2024-08-
|
|
116
|
+
发布时间:2024-08-12 02:26:47
|
|
157
117
|
|
|
158
118
|
本次发布包含了以下内容:
|
|
159
119
|
|
|
160
120
|
改善已有的文档。
|
|
161
121
|
|
|
162
|
-
修改接口:
|
|
163
|
-
|
|
164
|
-
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
165
|
-
|
|
166
|
-
* 新增入参:AutoPush, RepeatNum, MaxDuration
|
|
167
|
-
|
|
168
|
-
|
|
169
122
|
修改数据结构:
|
|
170
123
|
|
|
171
|
-
* [
|
|
172
|
-
|
|
173
|
-
* 新增成员:WelcomeMessage
|
|
174
|
-
|
|
175
|
-
* [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
|
|
176
|
-
|
|
177
|
-
* 新增成员:StopAfterPlay
|
|
124
|
+
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
178
125
|
|
|
179
126
|
|
|
180
127
|
|
|
181
128
|
|
|
182
|
-
##
|
|
129
|
+
## 云点播(vod) 版本:2018-07-17
|
|
183
130
|
|
|
184
|
-
### 第
|
|
131
|
+
### 第 183 次发布
|
|
185
132
|
|
|
186
|
-
发布时间:2024-08-
|
|
133
|
+
发布时间:2024-08-12 02:30:46
|
|
187
134
|
|
|
188
135
|
本次发布包含了以下内容:
|
|
189
136
|
|
|
190
137
|
改善已有的文档。
|
|
191
138
|
|
|
192
|
-
|
|
139
|
+
修改数据结构:
|
|
193
140
|
|
|
194
|
-
* [
|
|
141
|
+
* [EditMediaTEHDConfig](https://cloud.tencent.com/document/api/266/31773#EditMediaTEHDConfig)
|
|
195
142
|
|
|
196
|
-
*
|
|
143
|
+
* 新增成员:MaxVideoBitrate
|
|
197
144
|
|
|
198
145
|
|
|
199
146
|
|
|
@@ -842,6 +789,36 @@
|
|
|
842
789
|
|
|
843
790
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
844
791
|
|
|
792
|
+
### 第 11 次发布
|
|
793
|
+
|
|
794
|
+
发布时间:2024-08-12 01:08:02
|
|
795
|
+
|
|
796
|
+
本次发布包含了以下内容:
|
|
797
|
+
|
|
798
|
+
改善已有的文档。
|
|
799
|
+
|
|
800
|
+
修改接口:
|
|
801
|
+
|
|
802
|
+
* [ReplaceBackground](https://cloud.tencent.com/document/api/1668/107957)
|
|
803
|
+
|
|
804
|
+
* 新增入参:Product
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
### 第 10 次发布
|
|
808
|
+
|
|
809
|
+
发布时间:2024-08-09 01:03:15
|
|
810
|
+
|
|
811
|
+
本次发布包含了以下内容:
|
|
812
|
+
|
|
813
|
+
改善已有的文档。
|
|
814
|
+
|
|
815
|
+
修改接口:
|
|
816
|
+
|
|
817
|
+
* [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
|
|
818
|
+
|
|
819
|
+
* 新增入参:LogoParam
|
|
820
|
+
|
|
821
|
+
|
|
845
822
|
### 第 9 次发布
|
|
846
823
|
|
|
847
824
|
发布时间:2024-08-01 01:08:13
|
|
@@ -32226,6 +32203,41 @@
|
|
|
32226
32203
|
|
|
32227
32204
|
## 日志服务(cls) 版本:2020-10-16
|
|
32228
32205
|
|
|
32206
|
+
### 第 103 次发布
|
|
32207
|
+
|
|
32208
|
+
发布时间:2024-08-12 01:23:51
|
|
32209
|
+
|
|
32210
|
+
本次发布包含了以下内容:
|
|
32211
|
+
|
|
32212
|
+
改善已有的文档。
|
|
32213
|
+
|
|
32214
|
+
修改接口:
|
|
32215
|
+
|
|
32216
|
+
* [SearchLog](https://cloud.tencent.com/document/api/614/56447)
|
|
32217
|
+
|
|
32218
|
+
* 新增入参:Offset
|
|
32219
|
+
|
|
32220
|
+
|
|
32221
|
+
### 第 102 次发布
|
|
32222
|
+
|
|
32223
|
+
发布时间:2024-08-09 01:19:04
|
|
32224
|
+
|
|
32225
|
+
本次发布包含了以下内容:
|
|
32226
|
+
|
|
32227
|
+
改善已有的文档。
|
|
32228
|
+
|
|
32229
|
+
新增接口:
|
|
32230
|
+
|
|
32231
|
+
* [CreateConsoleSharing](https://cloud.tencent.com/document/api/614/109800)
|
|
32232
|
+
* [DeleteConsoleSharing](https://cloud.tencent.com/document/api/614/109799)
|
|
32233
|
+
* [DescribeConsoleSharingList](https://cloud.tencent.com/document/api/614/109798)
|
|
32234
|
+
* [ModifyConsoleSharing](https://cloud.tencent.com/document/api/614/109797)
|
|
32235
|
+
|
|
32236
|
+
新增数据结构:
|
|
32237
|
+
|
|
32238
|
+
* [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
|
|
32239
|
+
* [ConsoleSharingParam](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingParam)
|
|
32240
|
+
|
|
32229
32241
|
### 第 101 次发布
|
|
32230
32242
|
|
|
32231
32243
|
发布时间:2024-07-30 01:22:32
|
|
@@ -42268,6 +42280,22 @@
|
|
|
42268
42280
|
|
|
42269
42281
|
## 主机安全(cwp) 版本:2018-02-28
|
|
42270
42282
|
|
|
42283
|
+
### 第 119 次发布
|
|
42284
|
+
|
|
42285
|
+
发布时间:2024-08-12 01:27:11
|
|
42286
|
+
|
|
42287
|
+
本次发布包含了以下内容:
|
|
42288
|
+
|
|
42289
|
+
改善已有的文档。
|
|
42290
|
+
|
|
42291
|
+
新增接口:
|
|
42292
|
+
|
|
42293
|
+
* [[ModifyReverseShellRulesAggregation](https://cloud.tencent.com/document/api/296/109832)](https://cloud.tencent.com/document/api/#/#)
|
|
42294
|
+
|
|
42295
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
42296
|
+
|
|
42297
|
+
* CreateCloudProtectServiceOrderRecord
|
|
42298
|
+
|
|
42271
42299
|
### 第 118 次发布
|
|
42272
42300
|
|
|
42273
42301
|
发布时间:2024-07-30 01:25:44
|
|
@@ -60673,6 +60701,29 @@
|
|
|
60673
60701
|
|
|
60674
60702
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
60675
60703
|
|
|
60704
|
+
### 第 71 次发布
|
|
60705
|
+
|
|
60706
|
+
发布时间:2024-08-12 01:41:17
|
|
60707
|
+
|
|
60708
|
+
本次发布包含了以下内容:
|
|
60709
|
+
|
|
60710
|
+
改善已有的文档。
|
|
60711
|
+
|
|
60712
|
+
新增接口:
|
|
60713
|
+
|
|
60714
|
+
* [[DescribeServiceNodeInfos](https://cloud.tencent.com/document/api/589/109835)](https://cloud.tencent.com/document/api/#/#)
|
|
60715
|
+
* [[DescribeYarnScheduleHistory](https://cloud.tencent.com/document/api/589/109834)](https://cloud.tencent.com/document/api/#/#)
|
|
60716
|
+
* [[ModifyYarnDeploy](https://cloud.tencent.com/document/api/589/109833)](https://cloud.tencent.com/document/api/#/#)
|
|
60717
|
+
|
|
60718
|
+
新增数据结构:
|
|
60719
|
+
|
|
60720
|
+
* [[HealthStatus](https://cloud.tencent.com/document/api/589/33981#HealthStatus)](https://cloud.tencent.com/document/api/589/33981#[HealthStatus](https://cloud.tencent.com/document/api/589/33981#HealthStatus))
|
|
60721
|
+
* [[RestartPolicy](https://cloud.tencent.com/document/api/589/33981#RestartPolicy)](https://cloud.tencent.com/document/api/589/33981#[RestartPolicy](https://cloud.tencent.com/document/api/589/33981#RestartPolicy))
|
|
60722
|
+
* [[SchedulerTaskDetail](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskDetail)](https://cloud.tencent.com/document/api/589/33981#[SchedulerTaskDetail](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskDetail))
|
|
60723
|
+
* [[SchedulerTaskInfo](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskInfo)](https://cloud.tencent.com/document/api/589/33981#[SchedulerTaskInfo](https://cloud.tencent.com/document/api/589/33981#SchedulerTaskInfo))
|
|
60724
|
+
* [[ServiceNodeDetailInfo](https://cloud.tencent.com/document/api/589/33981#ServiceNodeDetailInfo)](https://cloud.tencent.com/document/api/589/33981#[ServiceNodeDetailInfo](https://cloud.tencent.com/document/api/589/33981#ServiceNodeDetailInfo))
|
|
60725
|
+
* [[ServiceProcessFunctionInfo](https://cloud.tencent.com/document/api/589/33981#ServiceProcessFunctionInfo)](https://cloud.tencent.com/document/api/589/33981#[ServiceProcessFunctionInfo](https://cloud.tencent.com/document/api/589/33981#ServiceProcessFunctionInfo))
|
|
60726
|
+
|
|
60676
60727
|
### 第 70 次发布
|
|
60677
60728
|
|
|
60678
60729
|
发布时间:2024-08-01 01:40:41
|
|
@@ -104730,6 +104781,25 @@
|
|
|
104730
104781
|
|
|
104731
104782
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
104732
104783
|
|
|
104784
|
+
### 第 35 次发布
|
|
104785
|
+
|
|
104786
|
+
发布时间:2024-08-09 02:00:03
|
|
104787
|
+
|
|
104788
|
+
本次发布包含了以下内容:
|
|
104789
|
+
|
|
104790
|
+
改善已有的文档。
|
|
104791
|
+
|
|
104792
|
+
新增接口:
|
|
104793
|
+
|
|
104794
|
+
* [CreateOrgServiceAssign](https://cloud.tencent.com/document/api/850/109802)
|
|
104795
|
+
* [DeleteOrgServiceAssign](https://cloud.tencent.com/document/api/850/109801)
|
|
104796
|
+
* [ListOrgServiceAssignMember](https://cloud.tencent.com/document/api/850/109803)
|
|
104797
|
+
|
|
104798
|
+
新增数据结构:
|
|
104799
|
+
|
|
104800
|
+
* [NodeMainInfo](https://cloud.tencent.com/document/api/850/67060#NodeMainInfo)
|
|
104801
|
+
* [OrganizationServiceAssignMember](https://cloud.tencent.com/document/api/850/67060#OrganizationServiceAssignMember)
|
|
104802
|
+
|
|
104733
104803
|
### 第 34 次发布
|
|
104734
104804
|
|
|
104735
104805
|
发布时间:2024-08-01 02:03:22
|
|
@@ -111859,6 +111929,26 @@
|
|
|
111859
111929
|
|
|
111860
111930
|
## 智能媒资托管(smh) 版本:2021-07-12
|
|
111861
111931
|
|
|
111932
|
+
### 第 6 次发布
|
|
111933
|
+
|
|
111934
|
+
发布时间:2024-08-12 02:09:46
|
|
111935
|
+
|
|
111936
|
+
本次发布包含了以下内容:
|
|
111937
|
+
|
|
111938
|
+
改善已有的文档。
|
|
111939
|
+
|
|
111940
|
+
新增接口:
|
|
111941
|
+
|
|
111942
|
+
* [[CreateUser](https://cloud.tencent.com/document/api/1339/109840)](https://cloud.tencent.com/document/api/#/#)
|
|
111943
|
+
* [[CreateUserLifecycle](https://cloud.tencent.com/document/api/1339/109839)](https://cloud.tencent.com/document/api/#/#)
|
|
111944
|
+
* [[DeleteUser](https://cloud.tencent.com/document/api/1339/109838)](https://cloud.tencent.com/document/api/#/#)
|
|
111945
|
+
* [[DescribeUserLifecycle](https://cloud.tencent.com/document/api/1339/109837)](https://cloud.tencent.com/document/api/#/#)
|
|
111946
|
+
* [[ModifyUser](https://cloud.tencent.com/document/api/1339/109836)](https://cloud.tencent.com/document/api/#/#)
|
|
111947
|
+
|
|
111948
|
+
新增数据结构:
|
|
111949
|
+
|
|
111950
|
+
* [[UserFilter](https://cloud.tencent.com/document/api/1339/69090#UserFilter)](https://cloud.tencent.com/document/api/1339/69090#[UserFilter](https://cloud.tencent.com/document/api/1339/69090#UserFilter))
|
|
111951
|
+
|
|
111862
111952
|
### 第 5 次发布
|
|
111863
111953
|
|
|
111864
111954
|
发布时间:2023-06-21 01:31:57
|
|
@@ -122996,6 +123086,60 @@
|
|
|
122996
123086
|
|
|
122997
123087
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
122998
123088
|
|
|
123089
|
+
### 第 64 次发布
|
|
123090
|
+
|
|
123091
|
+
发布时间:2024-08-09 02:10:59
|
|
123092
|
+
|
|
123093
|
+
本次发布包含了以下内容:
|
|
123094
|
+
|
|
123095
|
+
改善已有的文档。
|
|
123096
|
+
|
|
123097
|
+
修改接口:
|
|
123098
|
+
|
|
123099
|
+
* [AddComplianceAssetPolicySetToWhitelist](https://cloud.tencent.com/document/api/1285/81795)
|
|
123100
|
+
|
|
123101
|
+
* 新增入参:AssetType
|
|
123102
|
+
|
|
123103
|
+
* [DeleteComplianceAssetPolicySetFromWhitelist](https://cloud.tencent.com/document/api/1285/81793)
|
|
123104
|
+
|
|
123105
|
+
* 新增入参:AssetType
|
|
123106
|
+
|
|
123107
|
+
* [DescribeComplianceAssetDetailInfo](https://cloud.tencent.com/document/api/1285/65609)
|
|
123108
|
+
|
|
123109
|
+
* 新增入参:AssetType
|
|
123110
|
+
|
|
123111
|
+
* [DescribeComplianceAssetPolicyItemList](https://cloud.tencent.com/document/api/1285/65607)
|
|
123112
|
+
|
|
123113
|
+
* 新增入参:AssetType
|
|
123114
|
+
|
|
123115
|
+
* [ScanComplianceAssets](https://cloud.tencent.com/document/api/1285/65596)
|
|
123116
|
+
|
|
123117
|
+
* 新增入参:AssetType
|
|
123118
|
+
|
|
123119
|
+
* [ScanComplianceAssetsByPolicyItem](https://cloud.tencent.com/document/api/1285/65595)
|
|
123120
|
+
|
|
123121
|
+
* 新增入参:AssetType
|
|
123122
|
+
|
|
123123
|
+
* [ScanComplianceScanFailedAssets](https://cloud.tencent.com/document/api/1285/65593)
|
|
123124
|
+
|
|
123125
|
+
* 新增入参:AssetType
|
|
123126
|
+
|
|
123127
|
+
|
|
123128
|
+
修改数据结构:
|
|
123129
|
+
|
|
123130
|
+
* [ComplianceAssetSummary](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetSummary)
|
|
123131
|
+
|
|
123132
|
+
* 新增成员:TotalPolicyItemCount, DetectHostCount, LeftTime
|
|
123133
|
+
|
|
123134
|
+
* <font color="#dd0000">**修改成员**:</font>OpenPolicyItemCount, IgnoredPolicyItemCount
|
|
123135
|
+
|
|
123136
|
+
* [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
|
|
123137
|
+
|
|
123138
|
+
* 新增成员:IsEnable
|
|
123139
|
+
|
|
123140
|
+
* <font color="#dd0000">**修改成员**:</font>Description, AuditProcedure
|
|
123141
|
+
|
|
123142
|
+
|
|
122999
123143
|
### 第 63 次发布
|
|
123000
123144
|
|
|
123001
123145
|
发布时间:2024-06-26 01:23:56
|
|
@@ -141490,6 +141634,18 @@
|
|
|
141490
141634
|
|
|
141491
141635
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
141492
141636
|
|
|
141637
|
+
### 第 18 次发布
|
|
141638
|
+
|
|
141639
|
+
发布时间:2024-08-08 17:17:39
|
|
141640
|
+
|
|
141641
|
+
本次发布包含了以下内容:
|
|
141642
|
+
|
|
141643
|
+
改善已有的文档。
|
|
141644
|
+
|
|
141645
|
+
新增接口:
|
|
141646
|
+
|
|
141647
|
+
* [DescribeConsumerLag](https://cloud.tencent.com/document/api/1493/109793)
|
|
141648
|
+
|
|
141493
141649
|
### 第 17 次发布
|
|
141494
141650
|
|
|
141495
141651
|
发布时间:2024-07-05 01:19:38
|
|
@@ -142844,6 +143000,19 @@
|
|
|
142844
143000
|
|
|
142845
143001
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
142846
143002
|
|
|
143003
|
+
### 第 86 次发布
|
|
143004
|
+
|
|
143005
|
+
发布时间:2024-08-12 02:26:47
|
|
143006
|
+
|
|
143007
|
+
本次发布包含了以下内容:
|
|
143008
|
+
|
|
143009
|
+
改善已有的文档。
|
|
143010
|
+
|
|
143011
|
+
修改数据结构:
|
|
143012
|
+
|
|
143013
|
+
* [RecognizeConfig](https://cloud.tencent.com/document/api/647/44055#RecognizeConfig)
|
|
143014
|
+
|
|
143015
|
+
|
|
142847
143016
|
### 第 85 次发布
|
|
142848
143017
|
|
|
142849
143018
|
发布时间:2024-08-08 02:24:11
|
|
@@ -149770,6 +149939,21 @@
|
|
|
149770
149939
|
|
|
149771
149940
|
## 云点播(vod) 版本:2018-07-17
|
|
149772
149941
|
|
|
149942
|
+
### 第 183 次发布
|
|
149943
|
+
|
|
149944
|
+
发布时间:2024-08-12 02:30:46
|
|
149945
|
+
|
|
149946
|
+
本次发布包含了以下内容:
|
|
149947
|
+
|
|
149948
|
+
改善已有的文档。
|
|
149949
|
+
|
|
149950
|
+
修改数据结构:
|
|
149951
|
+
|
|
149952
|
+
* [EditMediaTEHDConfig](https://cloud.tencent.com/document/api/266/31773#EditMediaTEHDConfig)
|
|
149953
|
+
|
|
149954
|
+
* 新增成员:MaxVideoBitrate
|
|
149955
|
+
|
|
149956
|
+
|
|
149773
149957
|
### 第 182 次发布
|
|
149774
149958
|
|
|
149775
149959
|
发布时间:2024-07-05 01:20:46
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const tencentcloud = require("
|
|
1
|
+
const tencentcloud = require("../../../tencentcloud")
|
|
2
2
|
|
|
3
3
|
// 导入对应产品模块的client models
|
|
4
4
|
const HunyuanClient = tencentcloud.hunyuan.v20230901.Client
|
|
@@ -19,7 +19,8 @@ const client = new HunyuanClient({
|
|
|
19
19
|
|
|
20
20
|
// 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
|
|
21
21
|
// 流式调用
|
|
22
|
-
client.
|
|
22
|
+
client.ChatCompletions({
|
|
23
|
+
Model: 'hunyuan-pro',
|
|
23
24
|
Messages: [{
|
|
24
25
|
Role: 'user',
|
|
25
26
|
Content: '你好, 可以讲个笑话吗'
|
|
@@ -41,7 +42,8 @@ client.ChatStd({
|
|
|
41
42
|
)
|
|
42
43
|
|
|
43
44
|
// 非流式调用
|
|
44
|
-
client.
|
|
45
|
+
client.ChatCompletions({
|
|
46
|
+
Model: 'hunyuan-pro',
|
|
45
47
|
Messages: [{
|
|
46
48
|
Role: 'user',
|
|
47
49
|
Content: '你好, 可以讲个笑话吗'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as tencentcloud from "
|
|
1
|
+
import * as tencentcloud from "../../../tencentcloud"
|
|
2
2
|
import { SSEResponseModel } from "../../../tencentcloud/common/sse_response_model"
|
|
3
3
|
import { ChatStdResponse } from "../../../tencentcloud/services/hunyuan/v20230901/hunyuan_models"
|
|
4
4
|
|
|
@@ -21,7 +21,8 @@ const client = new HunyuanClient({
|
|
|
21
21
|
|
|
22
22
|
// 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
|
|
23
23
|
// 流式调用
|
|
24
|
-
client.
|
|
24
|
+
client.ChatCompletions({
|
|
25
|
+
Model: 'hunyuan-pro',
|
|
25
26
|
Messages: [{
|
|
26
27
|
Role: 'user',
|
|
27
28
|
Content: '你好, 可以讲个笑话吗'
|
|
@@ -43,7 +44,8 @@ client.ChatStd({
|
|
|
43
44
|
)
|
|
44
45
|
|
|
45
46
|
// 非流式调用
|
|
46
|
-
client.
|
|
47
|
+
client.ChatCompletions({
|
|
48
|
+
Model: 'hunyuan-pro',
|
|
47
49
|
Messages: [{
|
|
48
50
|
Role: 'user',
|
|
49
51
|
Content: '你好, 可以讲个笑话吗'
|