tencentcloud-sdk-nodejs 4.0.843 → 4.0.844
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 +241 -0
- package/SERVICE_CHANGELOG.md +332 -58
- 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 +4 -3
- package/src/services/cls/v20201016/cls_models.ts +43 -3
- package/src/services/dlc/v20210125/dlc_models.ts +8 -3
- package/src/services/domain/v20180808/domain_client.ts +13 -1
- package/src/services/domain/v20180808/domain_models.ts +36 -4
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +25 -8
- package/src/services/ess/v20201111/ess_models.ts +59 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +6 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +12 -10
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/lke/v20231130/lke_client.ts +27 -1
- package/src/services/lke/v20231130/lke_models.ts +238 -3
- package/src/services/ocr/v20181119/ocr_client.ts +22 -7
- package/src/services/ocr/v20181119/ocr_models.ts +346 -259
- package/src/services/rce/v20201103/rce_models.ts +10 -5
- package/src/services/rum/v20210622/rum_models.ts +32 -32
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -6
- package/src/services/tms/v20201229/tms_client.ts +13 -1
- package/src/services/tms/v20201229/tms_models.ts +40 -16
- package/src/services/tse/v20201207/tse_client.ts +3 -2
- package/src/services/tse/v20201207/tse_models.ts +37 -13
- 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 +4 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +43 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -3
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -4
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +14 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +12 -10
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +9 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +12 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +232 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +341 -257
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +10 -5
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +32 -32
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
- package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
- package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +38 -16
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -13
- package/test/domain.v20180808.test.js +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/lke.v20231130.test.js +20 -0
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tms.v20201229.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 88 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-29 01:11:58
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,20 +12,22 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:TaskType, Metadata
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
20
20
|
|
|
21
|
+
* 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
|
|
24
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
### 第 86 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-04-29 01:14:26
|
|
29
31
|
|
|
30
32
|
本次发布包含了以下内容:
|
|
31
33
|
|
|
@@ -33,18 +35,18 @@
|
|
|
33
35
|
|
|
34
36
|
修改数据结构:
|
|
35
37
|
|
|
36
|
-
* [
|
|
38
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
37
39
|
|
|
38
|
-
* 新增成员:
|
|
40
|
+
* 新增成员:EngineTypeDetail
|
|
39
41
|
|
|
40
42
|
|
|
41
43
|
|
|
42
44
|
|
|
43
|
-
##
|
|
45
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
44
46
|
|
|
45
|
-
### 第
|
|
47
|
+
### 第 36 次发布
|
|
46
48
|
|
|
47
|
-
发布时间:2024-04-
|
|
49
|
+
发布时间:2024-04-29 01:14:52
|
|
48
50
|
|
|
49
51
|
本次发布包含了以下内容:
|
|
50
52
|
|
|
@@ -52,38 +54,62 @@
|
|
|
52
54
|
|
|
53
55
|
新增接口:
|
|
54
56
|
|
|
55
|
-
* [
|
|
57
|
+
* [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62
|
+
|
|
63
|
+
### 第 166 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-04-29 01:16:26
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
新增接口:
|
|
72
|
+
|
|
73
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
|
|
56
74
|
|
|
57
75
|
新增数据结构:
|
|
58
76
|
|
|
59
|
-
* [
|
|
77
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
60
78
|
|
|
61
79
|
|
|
62
80
|
|
|
63
|
-
##
|
|
81
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
64
82
|
|
|
65
|
-
### 第
|
|
83
|
+
### 第 30 次发布
|
|
66
84
|
|
|
67
|
-
发布时间:2024-04-
|
|
85
|
+
发布时间:2024-04-29 01:18:23
|
|
68
86
|
|
|
69
87
|
本次发布包含了以下内容:
|
|
70
88
|
|
|
71
89
|
改善已有的文档。
|
|
72
90
|
|
|
73
|
-
|
|
91
|
+
修改数据结构:
|
|
74
92
|
|
|
75
|
-
* [
|
|
93
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
76
94
|
|
|
77
|
-
*
|
|
95
|
+
* 新增成员:UploadStatus
|
|
78
96
|
|
|
79
97
|
|
|
80
98
|
|
|
81
99
|
|
|
82
|
-
##
|
|
100
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
83
105
|
|
|
84
|
-
### 第 4 次发布
|
|
85
106
|
|
|
86
|
-
|
|
107
|
+
|
|
108
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
109
|
+
|
|
110
|
+
### 第 5 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2024-04-29 00:05:46
|
|
87
113
|
|
|
88
114
|
本次发布包含了以下内容:
|
|
89
115
|
|
|
@@ -91,68 +117,125 @@
|
|
|
91
117
|
|
|
92
118
|
新增接口:
|
|
93
119
|
|
|
94
|
-
* [
|
|
120
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
121
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
95
122
|
|
|
123
|
+
修改接口:
|
|
96
124
|
|
|
125
|
+
* [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
|
|
97
126
|
|
|
98
|
-
|
|
127
|
+
* 新增出参:AppStatus, AppStatusDesc
|
|
99
128
|
|
|
100
|
-
|
|
129
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
101
130
|
|
|
102
|
-
|
|
131
|
+
* 新增入参:FileType, IsPublic
|
|
103
132
|
|
|
104
|
-
|
|
133
|
+
* 新增出参:UploadPath
|
|
105
134
|
|
|
106
|
-
|
|
135
|
+
* [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
|
|
107
136
|
|
|
108
|
-
|
|
137
|
+
* 新增入参:Scene
|
|
109
138
|
|
|
110
|
-
*
|
|
139
|
+
* 新增出参:SessionDisassociatedTimestamp
|
|
111
140
|
|
|
112
|
-
|
|
141
|
+
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
142
|
+
|
|
143
|
+
* 新增入参:IsOnlyEmptyTheDialog
|
|
113
144
|
|
|
114
145
|
|
|
115
146
|
新增数据结构:
|
|
116
147
|
|
|
117
|
-
* [
|
|
148
|
+
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
149
|
+
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
150
|
+
|
|
151
|
+
修改数据结构:
|
|
118
152
|
|
|
153
|
+
* [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
|
|
119
154
|
|
|
155
|
+
* 新增成员:Greeting
|
|
120
156
|
|
|
121
|
-
|
|
157
|
+
* [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
|
|
122
158
|
|
|
123
|
-
|
|
159
|
+
* 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
|
|
124
160
|
|
|
125
|
-
|
|
161
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
162
|
+
|
|
163
|
+
* 新增成员:ImageUrls, TokenStat
|
|
164
|
+
|
|
165
|
+
* [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
|
|
166
|
+
|
|
167
|
+
* 新增成员:Greeting
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
173
|
+
|
|
174
|
+
### 第 134 次发布
|
|
175
|
+
|
|
176
|
+
发布时间:2024-04-29 01:21:11
|
|
126
177
|
|
|
127
178
|
本次发布包含了以下内容:
|
|
128
179
|
|
|
129
180
|
改善已有的文档。
|
|
130
181
|
|
|
131
|
-
|
|
182
|
+
新增接口:
|
|
132
183
|
|
|
133
|
-
* [
|
|
184
|
+
* [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
|
|
134
185
|
|
|
135
|
-
|
|
186
|
+
新增数据结构:
|
|
136
187
|
|
|
137
|
-
* [
|
|
188
|
+
* [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
|
|
138
189
|
|
|
139
|
-
* 新增入参:LogFormat
|
|
140
190
|
|
|
141
191
|
|
|
142
|
-
|
|
192
|
+
## 文本内容安全(tms) 版本:2020-12-29
|
|
143
193
|
|
|
144
|
-
|
|
194
|
+
### 第 10 次发布
|
|
145
195
|
|
|
146
|
-
|
|
196
|
+
发布时间:2024-04-29 01:26:41
|
|
147
197
|
|
|
148
|
-
|
|
198
|
+
本次发布包含了以下内容:
|
|
149
199
|
|
|
150
|
-
|
|
200
|
+
改善已有的文档。
|
|
151
201
|
|
|
202
|
+
新增接口:
|
|
152
203
|
|
|
204
|
+
* [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
|
|
153
205
|
|
|
154
206
|
|
|
155
|
-
|
|
207
|
+
|
|
208
|
+
## 文本内容安全(tms) 版本:2020-07-13
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
213
|
+
|
|
214
|
+
### 第 65 次发布
|
|
215
|
+
|
|
216
|
+
发布时间:2024-04-29 01:27:04
|
|
217
|
+
|
|
218
|
+
本次发布包含了以下内容:
|
|
219
|
+
|
|
220
|
+
改善已有的文档。
|
|
221
|
+
|
|
222
|
+
修改接口:
|
|
223
|
+
|
|
224
|
+
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
225
|
+
|
|
226
|
+
* 新增入参:AffinityConstraint
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
新增数据结构:
|
|
230
|
+
|
|
231
|
+
* [AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)
|
|
232
|
+
|
|
233
|
+
修改数据结构:
|
|
234
|
+
|
|
235
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
236
|
+
|
|
237
|
+
* 新增成员:AccurateQpsThresholds
|
|
238
|
+
|
|
156
239
|
|
|
157
240
|
|
|
158
241
|
|
|
@@ -30900,6 +30983,25 @@
|
|
|
30900
30983
|
|
|
30901
30984
|
## 日志服务(cls) 版本:2020-10-16
|
|
30902
30985
|
|
|
30986
|
+
### 第 88 次发布
|
|
30987
|
+
|
|
30988
|
+
发布时间:2024-04-29 01:11:58
|
|
30989
|
+
|
|
30990
|
+
本次发布包含了以下内容:
|
|
30991
|
+
|
|
30992
|
+
改善已有的文档。
|
|
30993
|
+
|
|
30994
|
+
修改接口:
|
|
30995
|
+
|
|
30996
|
+
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
30997
|
+
|
|
30998
|
+
* 新增入参:TaskType, Metadata
|
|
30999
|
+
|
|
31000
|
+
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
31001
|
+
|
|
31002
|
+
* 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
|
|
31003
|
+
|
|
31004
|
+
|
|
30903
31005
|
### 第 87 次发布
|
|
30904
31006
|
|
|
30905
31007
|
发布时间:2024-04-26 01:11:35
|
|
@@ -43938,11 +44040,11 @@
|
|
|
43938
44040
|
|
|
43939
44041
|
新增接口:
|
|
43940
44042
|
|
|
43941
|
-
* [
|
|
44043
|
+
* [DescribeChangedParamsAfterUpgrade](https://cloud.tencent.com/document/api/1003/105702)
|
|
43942
44044
|
|
|
43943
44045
|
新增数据结构:
|
|
43944
44046
|
|
|
43945
|
-
* [
|
|
44047
|
+
* [ParamItemInfo](https://cloud.tencent.com/document/api/1003/48097#ParamItemInfo)
|
|
43946
44048
|
|
|
43947
44049
|
### 第 85 次发布
|
|
43948
44050
|
|
|
@@ -49629,6 +49731,21 @@
|
|
|
49629
49731
|
|
|
49630
49732
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
49631
49733
|
|
|
49734
|
+
### 第 86 次发布
|
|
49735
|
+
|
|
49736
|
+
发布时间:2024-04-29 01:14:26
|
|
49737
|
+
|
|
49738
|
+
本次发布包含了以下内容:
|
|
49739
|
+
|
|
49740
|
+
改善已有的文档。
|
|
49741
|
+
|
|
49742
|
+
修改数据结构:
|
|
49743
|
+
|
|
49744
|
+
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
49745
|
+
|
|
49746
|
+
* 新增成员:EngineTypeDetail
|
|
49747
|
+
|
|
49748
|
+
|
|
49632
49749
|
### 第 85 次发布
|
|
49633
49750
|
|
|
49634
49751
|
发布时间:2024-04-23 01:14:24
|
|
@@ -52104,6 +52221,18 @@
|
|
|
52104
52221
|
|
|
52105
52222
|
## 域名注册(domain) 版本:2018-08-08
|
|
52106
52223
|
|
|
52224
|
+
### 第 36 次发布
|
|
52225
|
+
|
|
52226
|
+
发布时间:2024-04-29 01:14:52
|
|
52227
|
+
|
|
52228
|
+
本次发布包含了以下内容:
|
|
52229
|
+
|
|
52230
|
+
改善已有的文档。
|
|
52231
|
+
|
|
52232
|
+
新增接口:
|
|
52233
|
+
|
|
52234
|
+
* [[ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)](https://cloud.tencent.com/document/api/#/#)
|
|
52235
|
+
|
|
52107
52236
|
### 第 35 次发布
|
|
52108
52237
|
|
|
52109
52238
|
发布时间:2024-04-18 01:18:45
|
|
@@ -60269,6 +60398,22 @@
|
|
|
60269
60398
|
|
|
60270
60399
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60271
60400
|
|
|
60401
|
+
### 第 166 次发布
|
|
60402
|
+
|
|
60403
|
+
发布时间:2024-04-29 01:16:26
|
|
60404
|
+
|
|
60405
|
+
本次发布包含了以下内容:
|
|
60406
|
+
|
|
60407
|
+
改善已有的文档。
|
|
60408
|
+
|
|
60409
|
+
新增接口:
|
|
60410
|
+
|
|
60411
|
+
* [[DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)](https://cloud.tencent.com/document/api/#/#)
|
|
60412
|
+
|
|
60413
|
+
新增数据结构:
|
|
60414
|
+
|
|
60415
|
+
* [[OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)](https://cloud.tencent.com/document/api/1323/70369#[OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl))
|
|
60416
|
+
|
|
60272
60417
|
### 第 165 次发布
|
|
60273
60418
|
|
|
60274
60419
|
发布时间:2024-04-25 01:16:34
|
|
@@ -71826,7 +71971,7 @@
|
|
|
71826
71971
|
|
|
71827
71972
|
新增接口:
|
|
71828
71973
|
|
|
71829
|
-
* [
|
|
71974
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
71830
71975
|
|
|
71831
71976
|
### 第 3 次发布
|
|
71832
71977
|
|
|
@@ -77066,6 +77211,21 @@
|
|
|
77066
77211
|
|
|
77067
77212
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
77068
77213
|
|
|
77214
|
+
### 第 30 次发布
|
|
77215
|
+
|
|
77216
|
+
发布时间:2024-04-29 01:18:23
|
|
77217
|
+
|
|
77218
|
+
本次发布包含了以下内容:
|
|
77219
|
+
|
|
77220
|
+
改善已有的文档。
|
|
77221
|
+
|
|
77222
|
+
修改数据结构:
|
|
77223
|
+
|
|
77224
|
+
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
77225
|
+
|
|
77226
|
+
* 新增成员:UploadStatus
|
|
77227
|
+
|
|
77228
|
+
|
|
77069
77229
|
### 第 29 次发布
|
|
77070
77230
|
|
|
77071
77231
|
发布时间:2024-03-06 01:17:55
|
|
@@ -84719,6 +84879,66 @@
|
|
|
84719
84879
|
|
|
84720
84880
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
84721
84881
|
|
|
84882
|
+
### 第 5 次发布
|
|
84883
|
+
|
|
84884
|
+
发布时间:2024-04-29 00:05:46
|
|
84885
|
+
|
|
84886
|
+
本次发布包含了以下内容:
|
|
84887
|
+
|
|
84888
|
+
改善已有的文档。
|
|
84889
|
+
|
|
84890
|
+
新增接口:
|
|
84891
|
+
|
|
84892
|
+
* [[ParseDoc](https://cloud.tencent.com/document/api/1759/105749)](https://cloud.tencent.com/document/api/#/#)
|
|
84893
|
+
* [[QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)](https://cloud.tencent.com/document/api/#/#)
|
|
84894
|
+
|
|
84895
|
+
修改接口:
|
|
84896
|
+
|
|
84897
|
+
* [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
|
|
84898
|
+
|
|
84899
|
+
* 新增出参:AppStatus, AppStatusDesc
|
|
84900
|
+
|
|
84901
|
+
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
84902
|
+
|
|
84903
|
+
* 新增入参:FileType, IsPublic
|
|
84904
|
+
|
|
84905
|
+
* 新增出参:UploadPath
|
|
84906
|
+
|
|
84907
|
+
* [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
|
|
84908
|
+
|
|
84909
|
+
* 新增入参:Scene
|
|
84910
|
+
|
|
84911
|
+
* 新增出参:SessionDisassociatedTimestamp
|
|
84912
|
+
|
|
84913
|
+
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
84914
|
+
|
|
84915
|
+
* 新增入参:IsOnlyEmptyTheDialog
|
|
84916
|
+
|
|
84917
|
+
|
|
84918
|
+
新增数据结构:
|
|
84919
|
+
|
|
84920
|
+
* [[Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)](https://cloud.tencent.com/document/api/1759/105104#[Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure))
|
|
84921
|
+
* [[TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)](https://cloud.tencent.com/document/api/1759/105104#[TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat))
|
|
84922
|
+
|
|
84923
|
+
修改数据结构:
|
|
84924
|
+
|
|
84925
|
+
* [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
|
|
84926
|
+
|
|
84927
|
+
* 新增成员:Greeting
|
|
84928
|
+
|
|
84929
|
+
* [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
|
|
84930
|
+
|
|
84931
|
+
* 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
|
|
84932
|
+
|
|
84933
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
84934
|
+
|
|
84935
|
+
* 新增成员:ImageUrls, TokenStat
|
|
84936
|
+
|
|
84937
|
+
* [SummaryConfig](https://cloud.tencent.com/document/api/1759/105104#SummaryConfig)
|
|
84938
|
+
|
|
84939
|
+
* 新增成员:Greeting
|
|
84940
|
+
|
|
84941
|
+
|
|
84722
84942
|
### 第 4 次发布
|
|
84723
84943
|
|
|
84724
84944
|
发布时间:2024-04-25 01:19:55
|
|
@@ -84746,9 +84966,9 @@
|
|
|
84746
84966
|
|
|
84747
84967
|
* 新增出参:Usage
|
|
84748
84968
|
|
|
84749
|
-
* [ParseDoc](https://cloud.tencent.com/document/api
|
|
84969
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
84750
84970
|
|
|
84751
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api
|
|
84971
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84752
84972
|
|
|
84753
84973
|
* 新增出参:Usage
|
|
84754
84974
|
|
|
@@ -84849,8 +85069,8 @@
|
|
|
84849
85069
|
* [ModifyQAAttrRange](https://cloud.tencent.com/document/api/1759/105024)
|
|
84850
85070
|
* [ModifyQACate](https://cloud.tencent.com/document/api/1759/105023)
|
|
84851
85071
|
* [ModifyRejectedQuestion](https://cloud.tencent.com/document/api/1759/105093)
|
|
84852
|
-
* [ParseDoc](https://cloud.tencent.com/document/api
|
|
84853
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api
|
|
85072
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
85073
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84854
85074
|
* [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
|
|
84855
85075
|
* [RateMsgRecord](https://cloud.tencent.com/document/api/1759/105087)
|
|
84856
85076
|
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
@@ -90053,7 +90273,7 @@
|
|
|
90053
90273
|
|
|
90054
90274
|
新增数据结构:
|
|
90055
90275
|
|
|
90056
|
-
* [
|
|
90276
|
+
* [LiveStreamRecordResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamRecordResultInfo)
|
|
90057
90277
|
|
|
90058
90278
|
### 第 81 次发布
|
|
90059
90279
|
|
|
@@ -95557,6 +95777,22 @@
|
|
|
95557
95777
|
|
|
95558
95778
|
## 文字识别(ocr) 版本:2018-11-19
|
|
95559
95779
|
|
|
95780
|
+
### 第 134 次发布
|
|
95781
|
+
|
|
95782
|
+
发布时间:2024-04-29 01:21:11
|
|
95783
|
+
|
|
95784
|
+
本次发布包含了以下内容:
|
|
95785
|
+
|
|
95786
|
+
改善已有的文档。
|
|
95787
|
+
|
|
95788
|
+
新增接口:
|
|
95789
|
+
|
|
95790
|
+
* [[RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)](https://cloud.tencent.com/document/api/#/#)
|
|
95791
|
+
|
|
95792
|
+
新增数据结构:
|
|
95793
|
+
|
|
95794
|
+
* [[GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)](https://cloud.tencent.com/document/api/866/33527#[GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo))
|
|
95795
|
+
|
|
95560
95796
|
### 第 133 次发布
|
|
95561
95797
|
|
|
95562
95798
|
发布时间:2024-04-03 11:24:26
|
|
@@ -123193,7 +123429,7 @@
|
|
|
123193
123429
|
|
|
123194
123430
|
新增数据结构:
|
|
123195
123431
|
|
|
123196
|
-
* [
|
|
123432
|
+
* [LogFormat](https://cloud.tencent.com/document/api/1552/80721#LogFormat)
|
|
123197
123433
|
|
|
123198
123434
|
修改数据结构:
|
|
123199
123435
|
|
|
@@ -133166,6 +133402,18 @@
|
|
|
133166
133402
|
|
|
133167
133403
|
## 文本内容安全(tms) 版本:2020-12-29
|
|
133168
133404
|
|
|
133405
|
+
### 第 10 次发布
|
|
133406
|
+
|
|
133407
|
+
发布时间:2024-04-29 01:26:41
|
|
133408
|
+
|
|
133409
|
+
本次发布包含了以下内容:
|
|
133410
|
+
|
|
133411
|
+
改善已有的文档。
|
|
133412
|
+
|
|
133413
|
+
新增接口:
|
|
133414
|
+
|
|
133415
|
+
* [[AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)](https://cloud.tencent.com/document/api/#/#)
|
|
133416
|
+
|
|
133169
133417
|
### 第 9 次发布
|
|
133170
133418
|
|
|
133171
133419
|
发布时间:2023-12-29 16:06:34
|
|
@@ -136026,6 +136274,32 @@
|
|
|
136026
136274
|
|
|
136027
136275
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
136028
136276
|
|
|
136277
|
+
### 第 65 次发布
|
|
136278
|
+
|
|
136279
|
+
发布时间:2024-04-29 01:27:04
|
|
136280
|
+
|
|
136281
|
+
本次发布包含了以下内容:
|
|
136282
|
+
|
|
136283
|
+
改善已有的文档。
|
|
136284
|
+
|
|
136285
|
+
修改接口:
|
|
136286
|
+
|
|
136287
|
+
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
136288
|
+
|
|
136289
|
+
* 新增入参:AffinityConstraint
|
|
136290
|
+
|
|
136291
|
+
|
|
136292
|
+
新增数据结构:
|
|
136293
|
+
|
|
136294
|
+
* [[AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)](https://cloud.tencent.com/document/api/1364/54942#[AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold))
|
|
136295
|
+
|
|
136296
|
+
修改数据结构:
|
|
136297
|
+
|
|
136298
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
136299
|
+
|
|
136300
|
+
* 新增成员:AccurateQpsThresholds
|
|
136301
|
+
|
|
136302
|
+
|
|
136029
136303
|
### 第 64 次发布
|
|
136030
136304
|
|
|
136031
136305
|
发布时间:2024-04-17 01:25:12
|