tencentcloud-sdk-nodejs 4.0.844 → 4.0.846
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 +79 -0
- package/SERVICE_CHANGELOG.md +77 -232
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +5 -42
- package/src/services/cls/v20201016/cls_client.ts +98 -35
- package/src/services/cls/v20201016/cls_models.ts +319 -136
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/teo/v20220901/teo_client.ts +104 -17
- package/src/services/teo/v20220901/teo_models.ts +257 -45
- package/src/services/tione/v20191022/tione_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +18 -61
- 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 +5 -42
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +45 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +306 -136
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +42 -5
- package/tencentcloud/services/teo/v20220901/teo_client.js +55 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +241 -43
- package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -61
- package/test/cls.v20201016.test.js +66 -16
- package/test/teo.v20220901.test.js +64 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,82 @@
|
|
|
1
|
+
# Release 4.0.846
|
|
2
|
+
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
|
+
|
|
5
|
+
### 第 90 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-05-01 01:13:17
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
16
|
+
|
|
17
|
+
* 新增入参:DashboardId, SubscribeData, Id, Name
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode)
|
|
23
|
+
* [DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData)
|
|
24
|
+
* [DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# Release 4.0.845
|
|
29
|
+
|
|
30
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
31
|
+
|
|
32
|
+
### 第 89 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2024-04-30 01:11:49
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
新增接口:
|
|
41
|
+
|
|
42
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
43
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
44
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
45
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
46
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
51
|
+
|
|
52
|
+
### 第 78 次发布
|
|
53
|
+
|
|
54
|
+
发布时间:2024-04-29 16:57:36
|
|
55
|
+
|
|
56
|
+
本次发布包含了以下内容:
|
|
57
|
+
|
|
58
|
+
改善已有的文档。
|
|
59
|
+
|
|
60
|
+
新增接口:
|
|
61
|
+
|
|
62
|
+
* [CreatePlan](https://cloud.tencent.com/document/api/1552/105771)
|
|
63
|
+
* [DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)
|
|
64
|
+
* [IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)
|
|
65
|
+
* [ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)
|
|
66
|
+
* [RenewPlan](https://cloud.tencent.com/document/api/1552/105767)
|
|
67
|
+
* [UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)
|
|
68
|
+
|
|
69
|
+
新增数据结构:
|
|
70
|
+
|
|
71
|
+
* [PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)
|
|
72
|
+
* [RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
1
80
|
# Release 4.0.844
|
|
2
81
|
|
|
3
82
|
## 日志服务(cls) 版本:2020-10-16
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,218 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
6
|
-
|
|
7
|
-
发布时间:2024-04-29 01:11:58
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateCosRecharge](https://cloud.tencent.com/document/api/614/88100)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TaskType, Metadata
|
|
18
|
-
|
|
19
|
-
* [ModifyCosRecharge](https://cloud.tencent.com/document/api/614/88098)
|
|
20
|
-
|
|
21
|
-
* 新增入参:Bucket, BucketRegion, Prefix, LogType, Compress, ExtractRuleInfo, TaskType, Metadata
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
27
|
-
|
|
28
|
-
### 第 86 次发布
|
|
29
|
-
|
|
30
|
-
发布时间:2024-04-29 01:14:26
|
|
31
|
-
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
|
-
|
|
34
|
-
改善已有的文档。
|
|
35
|
-
|
|
36
|
-
修改数据结构:
|
|
37
|
-
|
|
38
|
-
* [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
|
|
39
|
-
|
|
40
|
-
* 新增成员:EngineTypeDetail
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## 域名注册(domain) 版本:2018-08-08
|
|
46
|
-
|
|
47
|
-
### 第 36 次发布
|
|
48
|
-
|
|
49
|
-
发布时间:2024-04-29 01:14:52
|
|
50
|
-
|
|
51
|
-
本次发布包含了以下内容:
|
|
52
|
-
|
|
53
|
-
改善已有的文档。
|
|
54
|
-
|
|
55
|
-
新增接口:
|
|
56
|
-
|
|
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)
|
|
74
|
-
|
|
75
|
-
新增数据结构:
|
|
76
|
-
|
|
77
|
-
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
82
|
-
|
|
83
|
-
### 第 30 次发布
|
|
84
|
-
|
|
85
|
-
发布时间:2024-04-29 01:18:23
|
|
86
|
-
|
|
87
|
-
本次发布包含了以下内容:
|
|
88
|
-
|
|
89
|
-
改善已有的文档。
|
|
90
|
-
|
|
91
|
-
修改数据结构:
|
|
92
|
-
|
|
93
|
-
* [CloudStorageEvent](https://cloud.tencent.com/document/api/1131/76635#CloudStorageEvent)
|
|
94
|
-
|
|
95
|
-
* 新增成员:UploadStatus
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
109
|
-
|
|
110
|
-
### 第 5 次发布
|
|
111
|
-
|
|
112
|
-
发布时间:2024-04-29 00:05:46
|
|
113
|
-
|
|
114
|
-
本次发布包含了以下内容:
|
|
115
|
-
|
|
116
|
-
改善已有的文档。
|
|
117
|
-
|
|
118
|
-
新增接口:
|
|
119
|
-
|
|
120
|
-
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
121
|
-
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
122
|
-
|
|
123
|
-
修改接口:
|
|
124
|
-
|
|
125
|
-
* [DescribeApp](https://cloud.tencent.com/document/api/1759/105072)
|
|
126
|
-
|
|
127
|
-
* 新增出参:AppStatus, AppStatusDesc
|
|
128
|
-
|
|
129
|
-
* [DescribeStorageCredential](https://cloud.tencent.com/document/api/1759/105050)
|
|
130
|
-
|
|
131
|
-
* 新增入参:FileType, IsPublic
|
|
132
|
-
|
|
133
|
-
* 新增出参:UploadPath
|
|
134
|
-
|
|
135
|
-
* [GetMsgRecord](https://cloud.tencent.com/document/api/1759/105090)
|
|
136
|
-
|
|
137
|
-
* 新增入参:Scene
|
|
138
|
-
|
|
139
|
-
* 新增出参:SessionDisassociatedTimestamp
|
|
140
|
-
|
|
141
|
-
* [ResetSession](https://cloud.tencent.com/document/api/1759/105086)
|
|
142
|
-
|
|
143
|
-
* 新增入参:IsOnlyEmptyTheDialog
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
新增数据结构:
|
|
147
|
-
|
|
148
|
-
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
149
|
-
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
150
|
-
|
|
151
|
-
修改数据结构:
|
|
152
|
-
|
|
153
|
-
* [ClassifyConfig](https://cloud.tencent.com/document/api/1759/105104#ClassifyConfig)
|
|
154
|
-
|
|
155
|
-
* 新增成员:Greeting
|
|
156
|
-
|
|
157
|
-
* [KnowledgeQaOutput](https://cloud.tencent.com/document/api/1759/105104#KnowledgeQaOutput)
|
|
158
|
-
|
|
159
|
-
* 新增成员:ShowQuestionClarify, UseQuestionClarify, QuestionClarifyKeywords
|
|
160
|
-
|
|
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
|
|
177
|
-
|
|
178
|
-
本次发布包含了以下内容:
|
|
179
|
-
|
|
180
|
-
改善已有的文档。
|
|
181
|
-
|
|
182
|
-
新增接口:
|
|
183
|
-
|
|
184
|
-
* [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
|
|
185
|
-
|
|
186
|
-
新增数据结构:
|
|
187
|
-
|
|
188
|
-
* [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## 文本内容安全(tms) 版本:2020-12-29
|
|
193
|
-
|
|
194
|
-
### 第 10 次发布
|
|
195
|
-
|
|
196
|
-
发布时间:2024-04-29 01:26:41
|
|
197
|
-
|
|
198
|
-
本次发布包含了以下内容:
|
|
199
|
-
|
|
200
|
-
改善已有的文档。
|
|
201
|
-
|
|
202
|
-
新增接口:
|
|
203
|
-
|
|
204
|
-
* [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## 文本内容安全(tms) 版本:2020-07-13
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
213
|
-
|
|
214
|
-
### 第 65 次发布
|
|
5
|
+
### 第 90 次发布
|
|
215
6
|
|
|
216
|
-
发布时间:2024-
|
|
7
|
+
发布时间:2024-05-01 01:13:17
|
|
217
8
|
|
|
218
9
|
本次发布包含了以下内容:
|
|
219
10
|
|
|
@@ -221,21 +12,16 @@
|
|
|
221
12
|
|
|
222
13
|
修改接口:
|
|
223
14
|
|
|
224
|
-
* [
|
|
15
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
225
16
|
|
|
226
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:DashboardId, SubscribeData, Id, Name
|
|
227
18
|
|
|
228
19
|
|
|
229
20
|
新增数据结构:
|
|
230
21
|
|
|
231
|
-
* [
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
236
|
-
|
|
237
|
-
* 新增成员:AccurateQpsThresholds
|
|
238
|
-
|
|
22
|
+
* [DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode)
|
|
23
|
+
* [DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData)
|
|
24
|
+
* [DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable)
|
|
239
25
|
|
|
240
26
|
|
|
241
27
|
|
|
@@ -30983,6 +30769,43 @@
|
|
|
30983
30769
|
|
|
30984
30770
|
## 日志服务(cls) 版本:2020-10-16
|
|
30985
30771
|
|
|
30772
|
+
### 第 90 次发布
|
|
30773
|
+
|
|
30774
|
+
发布时间:2024-05-01 01:13:17
|
|
30775
|
+
|
|
30776
|
+
本次发布包含了以下内容:
|
|
30777
|
+
|
|
30778
|
+
改善已有的文档。
|
|
30779
|
+
|
|
30780
|
+
修改接口:
|
|
30781
|
+
|
|
30782
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
30783
|
+
|
|
30784
|
+
* 新增入参:DashboardId, SubscribeData, Id, Name
|
|
30785
|
+
|
|
30786
|
+
|
|
30787
|
+
新增数据结构:
|
|
30788
|
+
|
|
30789
|
+
* [[DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode)](https://cloud.tencent.com/document/api/614/56471#[DashboardNoticeMode](https://cloud.tencent.com/document/api/614/56471#DashboardNoticeMode))
|
|
30790
|
+
* [[DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData)](https://cloud.tencent.com/document/api/614/56471#[DashboardSubscribeData](https://cloud.tencent.com/document/api/614/56471#DashboardSubscribeData))
|
|
30791
|
+
* [[DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable)](https://cloud.tencent.com/document/api/614/56471#[DashboardTemplateVariable](https://cloud.tencent.com/document/api/614/56471#DashboardTemplateVariable))
|
|
30792
|
+
|
|
30793
|
+
### 第 89 次发布
|
|
30794
|
+
|
|
30795
|
+
发布时间:2024-04-30 01:11:49
|
|
30796
|
+
|
|
30797
|
+
本次发布包含了以下内容:
|
|
30798
|
+
|
|
30799
|
+
改善已有的文档。
|
|
30800
|
+
|
|
30801
|
+
新增接口:
|
|
30802
|
+
|
|
30803
|
+
* [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
|
|
30804
|
+
* [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
|
|
30805
|
+
* [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
|
|
30806
|
+
* [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
|
|
30807
|
+
* [SearchDashboardSubscribe](https://cloud.tencent.com/document/api/614/105777)
|
|
30808
|
+
|
|
30986
30809
|
### 第 88 次发布
|
|
30987
30810
|
|
|
30988
30811
|
发布时间:2024-04-29 01:11:58
|
|
@@ -52231,7 +52054,7 @@
|
|
|
52231
52054
|
|
|
52232
52055
|
新增接口:
|
|
52233
52056
|
|
|
52234
|
-
* [
|
|
52057
|
+
* [ModifyTemplate](https://cloud.tencent.com/document/api/242/105750)
|
|
52235
52058
|
|
|
52236
52059
|
### 第 35 次发布
|
|
52237
52060
|
|
|
@@ -60408,11 +60231,11 @@
|
|
|
60408
60231
|
|
|
60409
60232
|
新增接口:
|
|
60410
60233
|
|
|
60411
|
-
* [
|
|
60234
|
+
* [DescribeBatchOrganizationRegistrationUrls](https://cloud.tencent.com/document/api/1323/105751)
|
|
60412
60235
|
|
|
60413
60236
|
新增数据结构:
|
|
60414
60237
|
|
|
60415
|
-
* [
|
|
60238
|
+
* [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
|
|
60416
60239
|
|
|
60417
60240
|
### 第 165 次发布
|
|
60418
60241
|
|
|
@@ -84889,8 +84712,8 @@
|
|
|
84889
84712
|
|
|
84890
84713
|
新增接口:
|
|
84891
84714
|
|
|
84892
|
-
* [
|
|
84893
|
-
* [
|
|
84715
|
+
* [ParseDoc](https://cloud.tencent.com/document/api/1759/105749)
|
|
84716
|
+
* [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105748)
|
|
84894
84717
|
|
|
84895
84718
|
修改接口:
|
|
84896
84719
|
|
|
@@ -84917,8 +84740,8 @@
|
|
|
84917
84740
|
|
|
84918
84741
|
新增数据结构:
|
|
84919
84742
|
|
|
84920
|
-
* [
|
|
84921
|
-
* [
|
|
84743
|
+
* [Procedure](https://cloud.tencent.com/document/api/1759/105104#Procedure)
|
|
84744
|
+
* [TokenStat](https://cloud.tencent.com/document/api/1759/105104#TokenStat)
|
|
84922
84745
|
|
|
84923
84746
|
修改数据结构:
|
|
84924
84747
|
|
|
@@ -95787,11 +95610,11 @@
|
|
|
95787
95610
|
|
|
95788
95611
|
新增接口:
|
|
95789
95612
|
|
|
95790
|
-
* [
|
|
95613
|
+
* [RecognizeGeneralTextImageWarn](https://cloud.tencent.com/document/api/866/105752)
|
|
95791
95614
|
|
|
95792
95615
|
新增数据结构:
|
|
95793
95616
|
|
|
95794
|
-
* [
|
|
95617
|
+
* [GeneralWarnInfo](https://cloud.tencent.com/document/api/866/33527#GeneralWarnInfo)
|
|
95795
95618
|
|
|
95796
95619
|
### 第 133 次发布
|
|
95797
95620
|
|
|
@@ -123408,6 +123231,28 @@
|
|
|
123408
123231
|
|
|
123409
123232
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
123410
123233
|
|
|
123234
|
+
### 第 78 次发布
|
|
123235
|
+
|
|
123236
|
+
发布时间:2024-04-29 16:57:36
|
|
123237
|
+
|
|
123238
|
+
本次发布包含了以下内容:
|
|
123239
|
+
|
|
123240
|
+
改善已有的文档。
|
|
123241
|
+
|
|
123242
|
+
新增接口:
|
|
123243
|
+
|
|
123244
|
+
* [CreatePlan](https://cloud.tencent.com/document/api/1552/105771)
|
|
123245
|
+
* [DestroyPlan](https://cloud.tencent.com/document/api/1552/105770)
|
|
123246
|
+
* [IncreasePlanQuota](https://cloud.tencent.com/document/api/1552/105769)
|
|
123247
|
+
* [ModifyPlan](https://cloud.tencent.com/document/api/1552/105768)
|
|
123248
|
+
* [RenewPlan](https://cloud.tencent.com/document/api/1552/105767)
|
|
123249
|
+
* [UpgradePlan](https://cloud.tencent.com/document/api/1552/105766)
|
|
123250
|
+
|
|
123251
|
+
新增数据结构:
|
|
123252
|
+
|
|
123253
|
+
* [PrepaidPlanParam](https://cloud.tencent.com/document/api/1552/80721#PrepaidPlanParam)
|
|
123254
|
+
* [RenewFlag](https://cloud.tencent.com/document/api/1552/80721#RenewFlag)
|
|
123255
|
+
|
|
123411
123256
|
### 第 77 次发布
|
|
123412
123257
|
|
|
123413
123258
|
发布时间:2024-04-26 01:25:17
|
|
@@ -133412,7 +133257,7 @@
|
|
|
133412
133257
|
|
|
133413
133258
|
新增接口:
|
|
133414
133259
|
|
|
133415
|
-
* [
|
|
133260
|
+
* [AnswerQuestion](https://cloud.tencent.com/document/api/1124/105753)
|
|
133416
133261
|
|
|
133417
133262
|
### 第 9 次发布
|
|
133418
133263
|
|
|
@@ -136291,7 +136136,7 @@
|
|
|
136291
136136
|
|
|
136292
136137
|
新增数据结构:
|
|
136293
136138
|
|
|
136294
|
-
* [
|
|
136139
|
+
* [AccurateQpsThreshold](https://cloud.tencent.com/document/api/1364/54942#AccurateQpsThreshold)
|
|
136295
136140
|
|
|
136296
136141
|
修改数据结构:
|
|
136297
136142
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-04-22 01:07:18 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-05-01 01:08:11 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-26 01:11:33 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-01 01:13:17 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-30 01:18:33 |
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-30 01:23:43 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-29 01:24:57 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-29 16:57:36 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
|
|
215
215
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
216
216
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
|
|
217
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-
|
|
217
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-30 01:27:34 |
|
|
218
218
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.846"
|
|
@@ -56,14 +56,14 @@ export interface ImageToImageRequest {
|
|
|
56
56
|
* 输入图 Base64 数据。
|
|
57
57
|
算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
|
|
58
58
|
Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
59
|
-
图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 8MB。
|
|
59
|
+
图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于 8MB。
|
|
60
60
|
*/
|
|
61
61
|
InputImage?: string
|
|
62
62
|
/**
|
|
63
63
|
* 输入图 Url。
|
|
64
64
|
算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
|
|
65
65
|
Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
66
|
-
图片限制:单边分辨率小于5000,转成 Base64 字符串后小于8MB。
|
|
66
|
+
图片限制:单边分辨率小于5000且大于50,转成 Base64 字符串后小于8MB。
|
|
67
67
|
*/
|
|
68
68
|
InputUrl?: string
|
|
69
69
|
/**
|
|
@@ -105,7 +105,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
|
105
105
|
LogoParam?: LogoParam
|
|
106
106
|
/**
|
|
107
107
|
* 生成自由度。
|
|
108
|
-
Strength 值越小,生成图和原图越接近,取值范围0
|
|
108
|
+
Strength 值越小,生成图和原图越接近,取值范围(0, 1],不传使用模型内置的默认值。
|
|
109
109
|
推荐的取值范围为0.6 - 0.8。
|
|
110
110
|
*/
|
|
111
111
|
Strength?: number
|
|
@@ -546,45 +546,8 @@ export interface SubmitDrawPortraitJobRequest {
|
|
|
546
546
|
*/
|
|
547
547
|
ModelId: string
|
|
548
548
|
/**
|
|
549
|
-
*
|
|
550
|
-
|
|
551
|
-
zhengjian_shorthair_female:证件照-短发(女)
|
|
552
|
-
zhengjian_male:证件照(男)
|
|
553
|
-
grey_suit_male:灰色西装(男)
|
|
554
|
-
beige_suit_male:米色西装(男)
|
|
555
|
-
white_sweater_male:白色毛衣(男)
|
|
556
|
-
hanfu_female:汉服(女)
|
|
557
|
-
hanfu2_female:汉服2(女)
|
|
558
|
-
green_female:绿色毛衣(女)
|
|
559
|
-
white_sweater_female:白色毛衣(女)
|
|
560
|
-
sports_female:蓝色运动装(女)
|
|
561
|
-
bow_female:蝴蝶结发饰(女)
|
|
562
|
-
wreath_female:头戴花环(女)
|
|
563
|
-
black_dress1_female:小黑裙1(女)
|
|
564
|
-
black_dress2_female:小黑裙2(女)
|
|
565
|
-
black_dress3_female:小黑裙3(女)
|
|
566
|
-
wedding_female:婚纱裙(女)
|
|
567
|
-
wedding2_female:婚纱裙2(女)
|
|
568
|
-
forest_female:树林(女)
|
|
569
|
-
flower_female:花丛(女)
|
|
570
|
-
qipao_female:旗袍(女)
|
|
571
|
-
feather_female:羽毛(女)
|
|
572
|
-
lolita_female:洛丽塔(女)
|
|
573
|
-
blue_shirt_female:蓝衬衣(女)
|
|
574
|
-
green_shirt_female:绿衬衣(女)
|
|
575
|
-
purple_shirt_female:紫衬衣(女)
|
|
576
|
-
fire_female:火焰(女)
|
|
577
|
-
christmas1_female: 圣诞1(女)
|
|
578
|
-
christmas2_female: 圣诞2(女)
|
|
579
|
-
christmas3_female: 圣诞3(适用女性)
|
|
580
|
-
newyear1_female:新春1(女)
|
|
581
|
-
newyear2_female:新春2(女)
|
|
582
|
-
newyear3_female:新春3(女)
|
|
583
|
-
newyear5_female:新春5(女)
|
|
584
|
-
elderly_female:中老年(女)
|
|
585
|
-
elderly_male:中老年(男)
|
|
586
|
-
labour_female:田野劳作(女)
|
|
587
|
-
simple:简洁风格(通用),一般用于写真模型的封面示意图,每个 ModelId 的生成结果固定,多次生成将返回相同图片
|
|
549
|
+
* 写真风格模板。
|
|
550
|
+
请在[ AI 写真风格列表](https://cloud.tencent.com/document/product/1668/105740) 中选择期望的风格,传入风格编号。
|
|
588
551
|
*/
|
|
589
552
|
StyleId: string
|
|
590
553
|
/**
|