tencentcloud-sdk-nodejs 4.0.839 → 4.0.840
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 +188 -0
- package/SERVICE_CHANGELOG.md +225 -146
- package/examples/hunyuan/v20230901/chat_std.js +19 -2
- package/examples/hunyuan/v20230901/chat_std.ts +20 -3
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +13 -1
- package/src/services/ccc/v20200210/ccc_models.ts +28 -0
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/csip/v20221121/csip_client.ts +18 -1
- package/src/services/csip/v20221121/csip_models.ts +710 -14
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +28 -0
- package/src/services/dlc/v20210125/dlc_models.ts +15 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +7 -7
- package/src/services/lke/v20231130/lke_client.ts +7 -4
- package/src/services/lke/v20231130/lke_models.ts +36 -1
- package/src/services/ssl/v20191205/ssl_models.ts +21 -5
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +33 -14
- package/src/services/vpc/v20170312/vpc_models.ts +7 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +6 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +7 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +26 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +703 -14
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +15 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +7 -7
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -0
- package/tencentcloud/services/lke/v20231130/lke_client.js +2 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +35 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +21 -5
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +33 -14
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -3
- package/test/ccc.v20200210.test.js +10 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,92 +1,85 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 66 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-23 01:09:39
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
|
|
16
16
|
|
|
17
|
-
* 新增入参:BinlogSyncWay
|
|
18
17
|
|
|
19
|
-
* [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
22
20
|
|
|
21
|
+
### 第 156 次发布
|
|
23
22
|
|
|
24
|
-
|
|
23
|
+
发布时间:2024-04-23 01:09:48
|
|
25
24
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
修改数据结构:
|
|
25
|
+
本次发布包含了以下内容:
|
|
29
26
|
|
|
30
|
-
|
|
27
|
+
改善已有的文档。
|
|
31
28
|
|
|
32
|
-
|
|
29
|
+
修改接口:
|
|
33
30
|
|
|
34
|
-
* [
|
|
31
|
+
* [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
|
|
35
32
|
|
|
36
|
-
*
|
|
33
|
+
* 新增入参:ProxyVersion
|
|
37
34
|
|
|
38
35
|
|
|
39
36
|
|
|
40
37
|
|
|
41
|
-
##
|
|
38
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
42
39
|
|
|
43
|
-
### 第
|
|
40
|
+
### 第 35 次发布
|
|
44
41
|
|
|
45
|
-
发布时间:2024-04-
|
|
42
|
+
发布时间:2024-04-23 01:12:12
|
|
46
43
|
|
|
47
44
|
本次发布包含了以下内容:
|
|
48
45
|
|
|
49
46
|
改善已有的文档。
|
|
50
47
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
54
|
-
|
|
55
|
-
* 新增入参:TopNavigationStatus
|
|
56
|
-
|
|
48
|
+
新增接口:
|
|
57
49
|
|
|
50
|
+
* [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
|
|
58
51
|
|
|
52
|
+
新增数据结构:
|
|
59
53
|
|
|
60
|
-
|
|
54
|
+
* [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
|
|
55
|
+
* [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
|
|
56
|
+
* [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
|
|
57
|
+
* [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
|
|
58
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
|
|
61
59
|
|
|
62
60
|
|
|
63
61
|
|
|
64
|
-
##
|
|
62
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
65
63
|
|
|
66
|
-
### 第
|
|
64
|
+
### 第 85 次发布
|
|
67
65
|
|
|
68
|
-
发布时间:2024-04-
|
|
66
|
+
发布时间:2024-04-23 01:13:35
|
|
69
67
|
|
|
70
68
|
本次发布包含了以下内容:
|
|
71
69
|
|
|
72
70
|
改善已有的文档。
|
|
73
71
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
* [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
|
|
77
|
-
|
|
78
|
-
* 新增入参:VerifyMode
|
|
79
|
-
|
|
80
|
-
* 新增出参:ResultDetail
|
|
72
|
+
新增接口:
|
|
81
73
|
|
|
74
|
+
* [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
|
|
82
75
|
|
|
83
76
|
|
|
84
77
|
|
|
85
|
-
##
|
|
78
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
86
79
|
|
|
87
|
-
### 第
|
|
80
|
+
### 第 85 次发布
|
|
88
81
|
|
|
89
|
-
发布时间:2024-04-
|
|
82
|
+
发布时间:2024-04-23 01:14:24
|
|
90
83
|
|
|
91
84
|
本次发布包含了以下内容:
|
|
92
85
|
|
|
@@ -94,18 +87,18 @@
|
|
|
94
87
|
|
|
95
88
|
修改接口:
|
|
96
89
|
|
|
97
|
-
* [
|
|
90
|
+
* [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
|
|
98
91
|
|
|
99
|
-
*
|
|
92
|
+
* 新增出参:UseTime, AffectRows, DataAmount
|
|
100
93
|
|
|
101
94
|
|
|
102
95
|
|
|
103
96
|
|
|
104
|
-
##
|
|
97
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
105
98
|
|
|
106
|
-
### 第
|
|
99
|
+
### 第 3 次发布
|
|
107
100
|
|
|
108
|
-
发布时间:2024-04-
|
|
101
|
+
发布时间:2024-04-23 01:19:53
|
|
109
102
|
|
|
110
103
|
本次发布包含了以下内容:
|
|
111
104
|
|
|
@@ -113,49 +106,32 @@
|
|
|
113
106
|
|
|
114
107
|
修改接口:
|
|
115
108
|
|
|
116
|
-
* [
|
|
117
|
-
|
|
118
|
-
* 新增入参:PureAudio
|
|
119
|
-
|
|
120
|
-
* [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
|
|
121
|
-
|
|
122
|
-
* 新增入参:PureAudio
|
|
123
|
-
|
|
124
|
-
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
|
|
125
|
-
|
|
126
|
-
* 新增入参:PureAudio
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
修改数据结构:
|
|
130
|
-
|
|
131
|
-
* [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
|
|
109
|
+
* [GetEmbedding](https://cloud.tencent.com/document/api/1759/105084)
|
|
132
110
|
|
|
133
|
-
*
|
|
111
|
+
* 新增出参:Usage
|
|
134
112
|
|
|
135
|
-
* [
|
|
136
|
-
|
|
137
|
-
* 新增成员:PureAudio
|
|
113
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
|
|
138
114
|
|
|
139
|
-
* [
|
|
115
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
|
|
140
116
|
|
|
141
|
-
*
|
|
117
|
+
* 新增出参:Usage
|
|
142
118
|
|
|
143
|
-
* [
|
|
119
|
+
* [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
|
|
144
120
|
|
|
145
|
-
*
|
|
121
|
+
* 新增出参:Usage
|
|
146
122
|
|
|
147
|
-
* [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
|
|
148
123
|
|
|
149
|
-
|
|
124
|
+
新增数据结构:
|
|
150
125
|
|
|
126
|
+
* [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
|
|
151
127
|
|
|
152
128
|
|
|
153
129
|
|
|
154
|
-
##
|
|
130
|
+
## SSL 证书(ssl) 版本:2019-12-05
|
|
155
131
|
|
|
156
|
-
### 第
|
|
132
|
+
### 第 57 次发布
|
|
157
133
|
|
|
158
|
-
发布时间:2024-04-
|
|
134
|
+
发布时间:2024-04-23 01:23:47
|
|
159
135
|
|
|
160
136
|
本次发布包含了以下内容:
|
|
161
137
|
|
|
@@ -163,70 +139,39 @@
|
|
|
163
139
|
|
|
164
140
|
修改接口:
|
|
165
141
|
|
|
166
|
-
* [
|
|
167
|
-
|
|
168
|
-
* 新增入参:VolumeIds
|
|
169
|
-
|
|
170
|
-
* [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
|
|
171
|
-
|
|
172
|
-
* 新增入参:VolumeIds
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## 集团账号管理(organization) 版本:2021-03-31
|
|
178
|
-
|
|
179
|
-
### 第 31 次发布
|
|
180
|
-
|
|
181
|
-
发布时间:2024-04-22 01:22:36
|
|
182
|
-
|
|
183
|
-
本次发布包含了以下内容:
|
|
184
|
-
|
|
185
|
-
改善已有的文档。
|
|
186
|
-
|
|
187
|
-
新增接口:
|
|
188
|
-
|
|
189
|
-
* [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
|
|
190
|
-
* [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
|
|
191
|
-
|
|
192
|
-
新增数据结构:
|
|
193
|
-
|
|
194
|
-
* [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
|
|
195
|
-
* [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
|
|
196
|
-
* [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
|
|
197
|
-
* [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
|
|
142
|
+
* [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
|
|
198
143
|
|
|
144
|
+
* 新增入参:OldCertificateId, Offset, Limit, AsyncCache
|
|
199
145
|
|
|
146
|
+
* <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
|
|
200
147
|
|
|
201
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
202
148
|
|
|
203
149
|
|
|
204
150
|
|
|
205
|
-
##
|
|
151
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
206
152
|
|
|
207
|
-
### 第
|
|
153
|
+
### 第 71 次发布
|
|
208
154
|
|
|
209
|
-
发布时间:2024-04-22
|
|
155
|
+
发布时间:2024-04-22 19:56:18
|
|
210
156
|
|
|
211
157
|
本次发布包含了以下内容:
|
|
212
158
|
|
|
213
159
|
改善已有的文档。
|
|
214
160
|
|
|
215
|
-
|
|
161
|
+
修改接口:
|
|
216
162
|
|
|
217
|
-
* [
|
|
163
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
218
164
|
|
|
219
|
-
|
|
165
|
+
* 新增出参:TaskId, RecordId
|
|
220
166
|
|
|
221
|
-
* [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
|
|
222
167
|
|
|
223
168
|
|
|
224
169
|
|
|
225
|
-
##
|
|
170
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
226
171
|
|
|
227
|
-
### 第
|
|
172
|
+
### 第 188 次发布
|
|
228
173
|
|
|
229
|
-
发布时间:2024-04-
|
|
174
|
+
发布时间:2024-04-23 01:29:22
|
|
230
175
|
|
|
231
176
|
本次发布包含了以下内容:
|
|
232
177
|
|
|
@@ -234,25 +179,9 @@
|
|
|
234
179
|
|
|
235
180
|
修改接口:
|
|
236
181
|
|
|
237
|
-
* [
|
|
238
|
-
|
|
239
|
-
* 新增出参:Inbound, OutBound, CleanSession
|
|
240
|
-
|
|
241
|
-
* [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
|
|
242
|
-
|
|
243
|
-
* 新增出参:Status
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
新增数据结构:
|
|
247
|
-
|
|
248
|
-
* [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
|
|
249
|
-
* [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
|
|
250
|
-
|
|
251
|
-
修改数据结构:
|
|
252
|
-
|
|
253
|
-
* [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
|
|
182
|
+
* [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
|
|
254
183
|
|
|
255
|
-
*
|
|
184
|
+
* 新增入参:PrivateIpAddress
|
|
256
185
|
|
|
257
186
|
|
|
258
187
|
|
|
@@ -15180,6 +15109,18 @@
|
|
|
15180
15109
|
|
|
15181
15110
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15182
15111
|
|
|
15112
|
+
### 第 66 次发布
|
|
15113
|
+
|
|
15114
|
+
发布时间:2024-04-23 01:09:39
|
|
15115
|
+
|
|
15116
|
+
本次发布包含了以下内容:
|
|
15117
|
+
|
|
15118
|
+
改善已有的文档。
|
|
15119
|
+
|
|
15120
|
+
新增接口:
|
|
15121
|
+
|
|
15122
|
+
* [[ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)](https://cloud.tencent.com/document/api/#/#)
|
|
15123
|
+
|
|
15183
15124
|
### 第 65 次发布
|
|
15184
15125
|
|
|
15185
15126
|
发布时间:2024-04-10 01:09:30
|
|
@@ -16377,6 +16318,21 @@
|
|
|
16377
16318
|
|
|
16378
16319
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16379
16320
|
|
|
16321
|
+
### 第 156 次发布
|
|
16322
|
+
|
|
16323
|
+
发布时间:2024-04-23 01:09:48
|
|
16324
|
+
|
|
16325
|
+
本次发布包含了以下内容:
|
|
16326
|
+
|
|
16327
|
+
改善已有的文档。
|
|
16328
|
+
|
|
16329
|
+
修改接口:
|
|
16330
|
+
|
|
16331
|
+
* [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
|
|
16332
|
+
|
|
16333
|
+
* 新增入参:ProxyVersion
|
|
16334
|
+
|
|
16335
|
+
|
|
16380
16336
|
### 第 155 次发布
|
|
16381
16337
|
|
|
16382
16338
|
发布时间:2024-04-12 01:09:15
|
|
@@ -37209,6 +37165,26 @@
|
|
|
37209
37165
|
|
|
37210
37166
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
37211
37167
|
|
|
37168
|
+
### 第 35 次发布
|
|
37169
|
+
|
|
37170
|
+
发布时间:2024-04-23 01:12:12
|
|
37171
|
+
|
|
37172
|
+
本次发布包含了以下内容:
|
|
37173
|
+
|
|
37174
|
+
改善已有的文档。
|
|
37175
|
+
|
|
37176
|
+
新增接口:
|
|
37177
|
+
|
|
37178
|
+
* [[DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)](https://cloud.tencent.com/document/api/#/#)
|
|
37179
|
+
|
|
37180
|
+
新增数据结构:
|
|
37181
|
+
|
|
37182
|
+
* [[AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)](https://cloud.tencent.com/document/api/664/90825#[AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo))
|
|
37183
|
+
* [[AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)](https://cloud.tencent.com/document/api/664/90825#[AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo))
|
|
37184
|
+
* [[KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)](https://cloud.tencent.com/document/api/664/90825#[KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue))
|
|
37185
|
+
* [[RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)](https://cloud.tencent.com/document/api/664/90825#[RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent))
|
|
37186
|
+
* [[RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)](https://cloud.tencent.com/document/api/664/90825#[RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo))
|
|
37187
|
+
|
|
37212
37188
|
### 第 34 次发布
|
|
37213
37189
|
|
|
37214
37190
|
发布时间:2024-04-08 01:11:35
|
|
@@ -43883,6 +43859,18 @@
|
|
|
43883
43859
|
|
|
43884
43860
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
43885
43861
|
|
|
43862
|
+
### 第 85 次发布
|
|
43863
|
+
|
|
43864
|
+
发布时间:2024-04-23 01:13:35
|
|
43865
|
+
|
|
43866
|
+
本次发布包含了以下内容:
|
|
43867
|
+
|
|
43868
|
+
改善已有的文档。
|
|
43869
|
+
|
|
43870
|
+
新增接口:
|
|
43871
|
+
|
|
43872
|
+
* [[ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)](https://cloud.tencent.com/document/api/#/#)
|
|
43873
|
+
|
|
43886
43874
|
### 第 84 次发布
|
|
43887
43875
|
|
|
43888
43876
|
发布时间:2024-04-22 01:13:46
|
|
@@ -43904,7 +43892,7 @@
|
|
|
43904
43892
|
|
|
43905
43893
|
新增数据结构:
|
|
43906
43894
|
|
|
43907
|
-
* [
|
|
43895
|
+
* [SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)
|
|
43908
43896
|
|
|
43909
43897
|
修改数据结构:
|
|
43910
43898
|
|
|
@@ -49533,6 +49521,21 @@
|
|
|
49533
49521
|
|
|
49534
49522
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
49535
49523
|
|
|
49524
|
+
### 第 85 次发布
|
|
49525
|
+
|
|
49526
|
+
发布时间:2024-04-23 01:14:24
|
|
49527
|
+
|
|
49528
|
+
本次发布包含了以下内容:
|
|
49529
|
+
|
|
49530
|
+
改善已有的文档。
|
|
49531
|
+
|
|
49532
|
+
修改接口:
|
|
49533
|
+
|
|
49534
|
+
* [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
|
|
49535
|
+
|
|
49536
|
+
* 新增出参:UseTime, AffectRows, DataAmount
|
|
49537
|
+
|
|
49538
|
+
|
|
49536
49539
|
### 第 84 次发布
|
|
49537
49540
|
|
|
49538
49541
|
发布时间:2024-03-28 01:14:58
|
|
@@ -84494,6 +84497,35 @@
|
|
|
84494
84497
|
|
|
84495
84498
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
84496
84499
|
|
|
84500
|
+
### 第 3 次发布
|
|
84501
|
+
|
|
84502
|
+
发布时间:2024-04-23 01:19:53
|
|
84503
|
+
|
|
84504
|
+
本次发布包含了以下内容:
|
|
84505
|
+
|
|
84506
|
+
改善已有的文档。
|
|
84507
|
+
|
|
84508
|
+
修改接口:
|
|
84509
|
+
|
|
84510
|
+
* [GetEmbedding](https://cloud.tencent.com/document/api/1759/105084)
|
|
84511
|
+
|
|
84512
|
+
* 新增出参:Usage
|
|
84513
|
+
|
|
84514
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
|
|
84515
|
+
|
|
84516
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
|
|
84517
|
+
|
|
84518
|
+
* 新增出参:Usage
|
|
84519
|
+
|
|
84520
|
+
* [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
|
|
84521
|
+
|
|
84522
|
+
* 新增出参:Usage
|
|
84523
|
+
|
|
84524
|
+
|
|
84525
|
+
新增数据结构:
|
|
84526
|
+
|
|
84527
|
+
* [[Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)](https://cloud.tencent.com/document/api/1759/105104#[Usage](https://cloud.tencent.com/document/api/1759/105104#Usage))
|
|
84528
|
+
|
|
84497
84529
|
### 第 2 次发布
|
|
84498
84530
|
|
|
84499
84531
|
发布时间:2024-04-16 01:15:35
|
|
@@ -98237,15 +98269,15 @@
|
|
|
98237
98269
|
|
|
98238
98270
|
新增接口:
|
|
98239
98271
|
|
|
98240
|
-
* [
|
|
98241
|
-
* [
|
|
98272
|
+
* [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
|
|
98273
|
+
* [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
|
|
98242
98274
|
|
|
98243
98275
|
新增数据结构:
|
|
98244
98276
|
|
|
98245
|
-
* [
|
|
98246
|
-
* [
|
|
98247
|
-
* [
|
|
98248
|
-
* [
|
|
98277
|
+
* [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
|
|
98278
|
+
* [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
|
|
98279
|
+
* [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
|
|
98280
|
+
* [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
|
|
98249
98281
|
|
|
98250
98282
|
### 第 30 次发布
|
|
98251
98283
|
|
|
@@ -107677,6 +107709,23 @@
|
|
|
107677
107709
|
|
|
107678
107710
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
107679
107711
|
|
|
107712
|
+
### 第 57 次发布
|
|
107713
|
+
|
|
107714
|
+
发布时间:2024-04-23 01:23:47
|
|
107715
|
+
|
|
107716
|
+
本次发布包含了以下内容:
|
|
107717
|
+
|
|
107718
|
+
改善已有的文档。
|
|
107719
|
+
|
|
107720
|
+
修改接口:
|
|
107721
|
+
|
|
107722
|
+
* [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
|
|
107723
|
+
|
|
107724
|
+
* 新增入参:OldCertificateId, Offset, Limit, AsyncCache
|
|
107725
|
+
|
|
107726
|
+
* <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
|
|
107727
|
+
|
|
107728
|
+
|
|
107680
107729
|
### 第 56 次发布
|
|
107681
107730
|
|
|
107682
107731
|
发布时间:2024-04-22 01:24:18
|
|
@@ -107687,11 +107736,11 @@
|
|
|
107687
107736
|
|
|
107688
107737
|
新增接口:
|
|
107689
107738
|
|
|
107690
|
-
* [
|
|
107739
|
+
* [DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)
|
|
107691
107740
|
|
|
107692
107741
|
新增数据结构:
|
|
107693
107742
|
|
|
107694
|
-
* [
|
|
107743
|
+
* [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
|
|
107695
107744
|
|
|
107696
107745
|
### 第 55 次发布
|
|
107697
107746
|
|
|
@@ -133147,8 +133196,8 @@
|
|
|
133147
133196
|
|
|
133148
133197
|
新增数据结构:
|
|
133149
133198
|
|
|
133150
|
-
* [
|
|
133151
|
-
* [
|
|
133199
|
+
* [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
|
|
133200
|
+
* [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
|
|
133152
133201
|
|
|
133153
133202
|
修改数据结构:
|
|
133154
133203
|
|
|
@@ -134314,6 +134363,21 @@
|
|
|
134314
134363
|
|
|
134315
134364
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
134316
134365
|
|
|
134366
|
+
### 第 71 次发布
|
|
134367
|
+
|
|
134368
|
+
发布时间:2024-04-22 19:56:18
|
|
134369
|
+
|
|
134370
|
+
本次发布包含了以下内容:
|
|
134371
|
+
|
|
134372
|
+
改善已有的文档。
|
|
134373
|
+
|
|
134374
|
+
修改接口:
|
|
134375
|
+
|
|
134376
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
134377
|
+
|
|
134378
|
+
* 新增出参:TaskId, RecordId
|
|
134379
|
+
|
|
134380
|
+
|
|
134317
134381
|
### 第 70 次发布
|
|
134318
134382
|
|
|
134319
134383
|
发布时间:2024-04-12 01:26:18
|
|
@@ -135224,7 +135288,7 @@
|
|
|
135224
135288
|
* [CreatePicture](https://cloud.tencent.com/document/api/647/54689)
|
|
135225
135289
|
* [DeletePicture](https://cloud.tencent.com/document/api/647/54688)
|
|
135226
135290
|
* [DescribePicture](https://cloud.tencent.com/document/api/647/54687)
|
|
135227
|
-
* [ModifyPicture](https://cloud.tencent.com/document/api/647/
|
|
135291
|
+
* [ModifyPicture](https://cloud.tencent.com/document/api/647/54686)
|
|
135228
135292
|
|
|
135229
135293
|
新增数据结构:
|
|
135230
135294
|
|
|
@@ -145378,6 +145442,21 @@
|
|
|
145378
145442
|
|
|
145379
145443
|
## 私有网络(vpc) 版本:2017-03-12
|
|
145380
145444
|
|
|
145445
|
+
### 第 188 次发布
|
|
145446
|
+
|
|
145447
|
+
发布时间:2024-04-23 01:29:22
|
|
145448
|
+
|
|
145449
|
+
本次发布包含了以下内容:
|
|
145450
|
+
|
|
145451
|
+
改善已有的文档。
|
|
145452
|
+
|
|
145453
|
+
修改接口:
|
|
145454
|
+
|
|
145455
|
+
* [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
|
|
145456
|
+
|
|
145457
|
+
* 新增入参:PrivateIpAddress
|
|
145458
|
+
|
|
145459
|
+
|
|
145381
145460
|
### 第 187 次发布
|
|
145382
145461
|
|
|
145383
145462
|
发布时间:2024-04-08 01:27:01
|
|
@@ -18,12 +18,13 @@ const client = new HunyuanClient({
|
|
|
18
18
|
})
|
|
19
19
|
|
|
20
20
|
// 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
|
|
21
|
-
|
|
21
|
+
// 流式调用
|
|
22
22
|
client.ChatStd({
|
|
23
23
|
Messages: [{
|
|
24
24
|
Role: 'user',
|
|
25
25
|
Content: '你好, 可以讲个笑话吗'
|
|
26
|
-
}]
|
|
26
|
+
}],
|
|
27
|
+
Stream: true, // 流式调用开关,默认为 true
|
|
27
28
|
}).then(
|
|
28
29
|
async (res) => {
|
|
29
30
|
res.on('message', (message) => {
|
|
@@ -38,3 +39,19 @@ client.ChatStd({
|
|
|
38
39
|
console.error('error', err)
|
|
39
40
|
}
|
|
40
41
|
)
|
|
42
|
+
|
|
43
|
+
// 非流式调用
|
|
44
|
+
client.ChatStd({
|
|
45
|
+
Messages: [{
|
|
46
|
+
Role: 'user',
|
|
47
|
+
Content: '你好, 可以讲个笑话吗'
|
|
48
|
+
}],
|
|
49
|
+
Stream: false
|
|
50
|
+
}).then(
|
|
51
|
+
async (res) => {
|
|
52
|
+
console.log(res)
|
|
53
|
+
},
|
|
54
|
+
(err) => {
|
|
55
|
+
console.error('error', err)
|
|
56
|
+
}
|
|
57
|
+
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as tencentcloud from "../../../../tencentcloud-sdk-nodejs"
|
|
2
2
|
import { SSEResponseModel } from "../../../tencentcloud/common/sse_response_model"
|
|
3
|
-
import {
|
|
3
|
+
import { ChatStdResponse } from "../../../tencentcloud/services/hunyuan/v20230901/hunyuan_models"
|
|
4
4
|
|
|
5
5
|
// 导入对应产品模块的client models
|
|
6
6
|
const HunyuanClient = tencentcloud.hunyuan.v20230901.Client
|
|
@@ -20,12 +20,13 @@ const client = new HunyuanClient({
|
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
// 通过client对象调用想要访问的接口,需要传入请求对象以及响应回调函数
|
|
23
|
-
|
|
23
|
+
// 流式调用
|
|
24
24
|
client.ChatStd({
|
|
25
25
|
Messages: [{
|
|
26
26
|
Role: 'user',
|
|
27
27
|
Content: '你好, 可以讲个笑话吗'
|
|
28
|
-
}]
|
|
28
|
+
}],
|
|
29
|
+
Stream: true, // 流式调用开关,默认为 true
|
|
29
30
|
}).then(
|
|
30
31
|
async (res) => {
|
|
31
32
|
res.on('message', (message) => {
|
|
@@ -40,3 +41,19 @@ client.ChatStd({
|
|
|
40
41
|
console.error('error', err)
|
|
41
42
|
}
|
|
42
43
|
)
|
|
44
|
+
|
|
45
|
+
// 非流式调用
|
|
46
|
+
client.ChatStd({
|
|
47
|
+
Messages: [{
|
|
48
|
+
Role: 'user',
|
|
49
|
+
Content: '你好, 可以讲个笑话吗'
|
|
50
|
+
}],
|
|
51
|
+
Stream: false
|
|
52
|
+
}).then(
|
|
53
|
+
async (res) => {
|
|
54
|
+
console.log(res)
|
|
55
|
+
},
|
|
56
|
+
(err) => {
|
|
57
|
+
console.error('error', err)
|
|
58
|
+
}
|
|
59
|
+
)
|