tencentcloud-sdk-nodejs 4.0.827 → 4.0.829
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 +152 -0
- package/SERVICE_CHANGELOG.md +131 -224
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/domain/v20180808/domain_client.ts +12 -0
- package/src/services/domain/v20180808/domain_models.ts +19 -0
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +11 -1
- package/src/services/ioa/v20220601/ioa_models.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +4 -0
- package/src/services/mrs/v20200910/mrs_client.ts +4 -2
- package/src/services/ocr/v20181119/ocr_models.ts +5 -0
- package/src/services/omics/v20221128/omics_models.ts +14 -4
- package/src/services/trocket/v20230308/trocket_models.ts +4 -0
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +103 -13
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +403 -75
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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 +17 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -1
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +2 -0
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +2 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +14 -4
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +31 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +45 -3
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +383 -75
- package/test/domain.v20180808.test.js +10 -0
- package/test/weilingwith.v20230427.test.js +72 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,155 @@
|
|
|
1
|
+
# Release 4.0.829
|
|
2
|
+
|
|
3
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
4
|
+
|
|
5
|
+
### 第 12 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-04 01:25:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
|
|
16
|
+
|
|
17
|
+
* 新增入参:MsgTTL
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Release 4.0.828
|
|
23
|
+
|
|
24
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
25
|
+
|
|
26
|
+
### 第 33 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-04-03 11:17:24
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
新增接口:
|
|
35
|
+
|
|
36
|
+
* [DescribeTldList](https://cloud.tencent.com/document/api/242/104832)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
41
|
+
|
|
42
|
+
### 第 163 次发布
|
|
43
|
+
|
|
44
|
+
发布时间:2024-04-03 11:19:08
|
|
45
|
+
|
|
46
|
+
本次发布包含了以下内容:
|
|
47
|
+
|
|
48
|
+
改善已有的文档。
|
|
49
|
+
|
|
50
|
+
修改数据结构:
|
|
51
|
+
|
|
52
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
53
|
+
|
|
54
|
+
* 新增成员:PowerOfAttorneys
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
64
|
+
|
|
65
|
+
### 第 123 次发布
|
|
66
|
+
|
|
67
|
+
发布时间:2024-04-03 11:22:46
|
|
68
|
+
|
|
69
|
+
本次发布包含了以下内容:
|
|
70
|
+
|
|
71
|
+
改善已有的文档。
|
|
72
|
+
|
|
73
|
+
修改接口:
|
|
74
|
+
|
|
75
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
76
|
+
|
|
77
|
+
* 新增入参:CosStore
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
83
|
+
|
|
84
|
+
### 第 133 次发布
|
|
85
|
+
|
|
86
|
+
发布时间:2024-04-03 11:24:26
|
|
87
|
+
|
|
88
|
+
本次发布包含了以下内容:
|
|
89
|
+
|
|
90
|
+
改善已有的文档。
|
|
91
|
+
|
|
92
|
+
修改数据结构:
|
|
93
|
+
|
|
94
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
95
|
+
|
|
96
|
+
* 新增成员:InsetImageName
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
102
|
+
|
|
103
|
+
### 第 14 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2024-04-03 11:24:43
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
修改接口:
|
|
112
|
+
|
|
113
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
114
|
+
|
|
115
|
+
* 新增入参:InputCosUri, AccessMode
|
|
116
|
+
|
|
117
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
123
|
+
|
|
124
|
+
### 第 8 次发布
|
|
125
|
+
|
|
126
|
+
发布时间:2024-04-03 11:34:07
|
|
127
|
+
|
|
128
|
+
本次发布包含了以下内容:
|
|
129
|
+
|
|
130
|
+
改善已有的文档。
|
|
131
|
+
|
|
132
|
+
新增接口:
|
|
133
|
+
|
|
134
|
+
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
135
|
+
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
136
|
+
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
137
|
+
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
138
|
+
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
139
|
+
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
140
|
+
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
141
|
+
|
|
142
|
+
新增数据结构:
|
|
143
|
+
|
|
144
|
+
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
145
|
+
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
146
|
+
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
147
|
+
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
148
|
+
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
149
|
+
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
1
153
|
# Release 4.0.827
|
|
2
154
|
|
|
3
155
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,208 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 20 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-04-02 01:09:49
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1299/84353)
|
|
16
|
-
|
|
17
|
-
* 新增入参:TagItems
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23
|
-
|
|
24
|
-
### 第 9 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2024-04-02 01:09:54
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
35
|
-
|
|
36
|
-
* 新增入参:EnableMultiZones, UserMultiZoneInfos
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
新增数据结构:
|
|
40
|
-
|
|
41
|
-
* [NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)
|
|
42
|
-
|
|
43
|
-
修改数据结构:
|
|
44
|
-
|
|
45
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
46
|
-
|
|
47
|
-
* 新增成员:EnableMultiZones, UserNetworkInfos
|
|
48
|
-
|
|
49
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
50
|
-
|
|
51
|
-
* 新增成员:NodeName, ComponentName, NodeRole, LastRestartTime, Zone
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
## 云直播CSS(live) 版本:2018-08-01
|
|
57
|
-
|
|
58
|
-
### 第 122 次发布
|
|
59
|
-
|
|
60
|
-
发布时间:2024-04-02 01:18:22
|
|
61
|
-
|
|
62
|
-
本次发布包含了以下内容:
|
|
63
|
-
|
|
64
|
-
改善已有的文档。
|
|
65
|
-
|
|
66
|
-
修改数据结构:
|
|
67
|
-
|
|
68
|
-
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
69
|
-
|
|
70
|
-
* 新增成员:CosStore
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
76
|
-
|
|
77
|
-
### 第 80 次发布
|
|
78
|
-
|
|
79
|
-
发布时间:2024-04-02 01:19:24
|
|
80
|
-
|
|
81
|
-
本次发布包含了以下内容:
|
|
82
|
-
|
|
83
|
-
改善已有的文档。
|
|
84
|
-
|
|
85
|
-
新增数据结构:
|
|
86
|
-
|
|
87
|
-
* [AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)
|
|
88
|
-
* [AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)
|
|
89
|
-
* [AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)
|
|
90
|
-
|
|
91
|
-
修改数据结构:
|
|
92
|
-
|
|
93
|
-
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
94
|
-
|
|
95
|
-
* 新增成员:HeadTailTask
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## 云数据库Redis(redis) 版本:2018-04-12
|
|
101
|
-
|
|
102
|
-
### 第 73 次发布
|
|
103
|
-
|
|
104
|
-
发布时间:2024-04-02 01:20:49
|
|
105
|
-
|
|
106
|
-
本次发布包含了以下内容:
|
|
107
|
-
|
|
108
|
-
改善已有的文档。
|
|
109
|
-
|
|
110
|
-
新增接口:
|
|
111
|
-
|
|
112
|
-
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
113
|
-
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
114
|
-
|
|
115
|
-
新增数据结构:
|
|
116
|
-
|
|
117
|
-
* [RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
122
|
-
|
|
123
|
-
### 第 106 次发布
|
|
124
|
-
|
|
125
|
-
发布时间:2024-04-02 01:23:41
|
|
126
|
-
|
|
127
|
-
本次发布包含了以下内容:
|
|
128
|
-
|
|
129
|
-
改善已有的文档。
|
|
130
|
-
|
|
131
|
-
修改接口:
|
|
132
|
-
|
|
133
|
-
* [CreateRocketMQVipInstance](https://cloud.tencent.com/document/api/1179/95721)
|
|
134
|
-
|
|
135
|
-
* 新增入参:SupportsMigrateToCloud, EnablePublic, Bandwidth, IpRules, Tags
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
141
|
-
|
|
142
|
-
### 第 63 次发布
|
|
143
|
-
|
|
144
|
-
发布时间:2024-04-02 01:25:46
|
|
145
|
-
|
|
146
|
-
本次发布包含了以下内容:
|
|
147
|
-
|
|
148
|
-
改善已有的文档。
|
|
149
|
-
|
|
150
|
-
修改接口:
|
|
151
|
-
|
|
152
|
-
* [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
|
|
153
|
-
|
|
154
|
-
* 新增入参:RuleType
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
新增数据结构:
|
|
158
|
-
|
|
159
|
-
* [KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)
|
|
160
|
-
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
161
|
-
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
162
|
-
|
|
163
|
-
修改数据结构:
|
|
164
|
-
|
|
165
|
-
* [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
|
|
166
|
-
|
|
167
|
-
* 新增成员:RuleType, MatchType, GroupId, GroupName, LaneId, LaneName, MatchMode, LaneTag
|
|
168
|
-
|
|
169
|
-
* [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
|
|
170
|
-
|
|
171
|
-
* 新增成员:BasicLimitQpsThresholds, LimitRules
|
|
172
|
-
|
|
173
|
-
* <font color="#dd0000">**修改成员**:</font>Enabled, QpsThresholds, LimitBy, ResponseType, HideClientHeaders, IsDelay
|
|
174
|
-
|
|
175
|
-
* [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
|
|
176
|
-
|
|
177
|
-
* 新增成员:Tags
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
## 语音合成(tts) 版本:2019-08-23
|
|
183
|
-
|
|
184
|
-
### 第 15 次发布
|
|
185
|
-
|
|
186
|
-
发布时间:2024-04-02 01:26:37
|
|
187
|
-
|
|
188
|
-
本次发布包含了以下内容:
|
|
189
|
-
|
|
190
|
-
改善已有的文档。
|
|
191
|
-
|
|
192
|
-
修改接口:
|
|
193
|
-
|
|
194
|
-
* [CreateTtsTask](https://cloud.tencent.com/document/api/1073/57373)
|
|
195
|
-
|
|
196
|
-
* <font color="#dd0000">**修改入参**:</font>ModelType
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
## 声音复刻(vrs) 版本:2020-08-24
|
|
3
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
202
4
|
|
|
203
|
-
### 第
|
|
5
|
+
### 第 12 次发布
|
|
204
6
|
|
|
205
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-04 01:25:24
|
|
206
8
|
|
|
207
9
|
本次发布包含了以下内容:
|
|
208
10
|
|
|
@@ -210,20 +12,9 @@
|
|
|
210
12
|
|
|
211
13
|
修改接口:
|
|
212
14
|
|
|
213
|
-
* [
|
|
214
|
-
|
|
215
|
-
* <font color="#dd0000">**修改入参**:</font>SampleRate, Codec
|
|
216
|
-
|
|
217
|
-
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
218
|
-
|
|
219
|
-
* <font color="#dd0000">**修改入参**:</font>Codec
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
修改数据结构:
|
|
223
|
-
|
|
224
|
-
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
15
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
|
|
225
16
|
|
|
226
|
-
*
|
|
17
|
+
* 新增入参:MsgTTL
|
|
227
18
|
|
|
228
19
|
|
|
229
20
|
|
|
@@ -22699,7 +22490,7 @@
|
|
|
22699
22490
|
|
|
22700
22491
|
新增数据结构:
|
|
22701
22492
|
|
|
22702
|
-
* [
|
|
22493
|
+
* [NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)
|
|
22703
22494
|
|
|
22704
22495
|
修改数据结构:
|
|
22705
22496
|
|
|
@@ -51715,6 +51506,18 @@
|
|
|
51715
51506
|
|
|
51716
51507
|
## 域名注册(domain) 版本:2018-08-08
|
|
51717
51508
|
|
|
51509
|
+
### 第 33 次发布
|
|
51510
|
+
|
|
51511
|
+
发布时间:2024-04-03 11:17:24
|
|
51512
|
+
|
|
51513
|
+
本次发布包含了以下内容:
|
|
51514
|
+
|
|
51515
|
+
改善已有的文档。
|
|
51516
|
+
|
|
51517
|
+
新增接口:
|
|
51518
|
+
|
|
51519
|
+
* [DescribeTldList](https://cloud.tencent.com/document/api/242/104832)
|
|
51520
|
+
|
|
51718
51521
|
### 第 32 次发布
|
|
51719
51522
|
|
|
51720
51523
|
发布时间:2024-03-13 01:14:31
|
|
@@ -62854,6 +62657,21 @@
|
|
|
62854
62657
|
|
|
62855
62658
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62856
62659
|
|
|
62660
|
+
### 第 163 次发布
|
|
62661
|
+
|
|
62662
|
+
发布时间:2024-04-03 11:19:08
|
|
62663
|
+
|
|
62664
|
+
本次发布包含了以下内容:
|
|
62665
|
+
|
|
62666
|
+
改善已有的文档。
|
|
62667
|
+
|
|
62668
|
+
修改数据结构:
|
|
62669
|
+
|
|
62670
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
62671
|
+
|
|
62672
|
+
* 新增成员:PowerOfAttorneys
|
|
62673
|
+
|
|
62674
|
+
|
|
62857
62675
|
### 第 162 次发布
|
|
62858
62676
|
|
|
62859
62677
|
发布时间:2024-03-29 01:17:41
|
|
@@ -81188,6 +81006,21 @@
|
|
|
81188
81006
|
|
|
81189
81007
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81190
81008
|
|
|
81009
|
+
### 第 123 次发布
|
|
81010
|
+
|
|
81011
|
+
发布时间:2024-04-03 11:22:46
|
|
81012
|
+
|
|
81013
|
+
本次发布包含了以下内容:
|
|
81014
|
+
|
|
81015
|
+
改善已有的文档。
|
|
81016
|
+
|
|
81017
|
+
修改接口:
|
|
81018
|
+
|
|
81019
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
81020
|
+
|
|
81021
|
+
* 新增入参:CosStore
|
|
81022
|
+
|
|
81023
|
+
|
|
81191
81024
|
### 第 122 次发布
|
|
81192
81025
|
|
|
81193
81026
|
发布时间:2024-04-02 01:18:22
|
|
@@ -88665,9 +88498,9 @@
|
|
|
88665
88498
|
|
|
88666
88499
|
新增数据结构:
|
|
88667
88500
|
|
|
88668
|
-
* [
|
|
88669
|
-
* [
|
|
88670
|
-
* [
|
|
88501
|
+
* [AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)
|
|
88502
|
+
* [AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)
|
|
88503
|
+
* [AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)
|
|
88671
88504
|
|
|
88672
88505
|
修改数据结构:
|
|
88673
88506
|
|
|
@@ -94111,6 +93944,21 @@
|
|
|
94111
93944
|
|
|
94112
93945
|
## 文字识别(ocr) 版本:2018-11-19
|
|
94113
93946
|
|
|
93947
|
+
### 第 133 次发布
|
|
93948
|
+
|
|
93949
|
+
发布时间:2024-04-03 11:24:26
|
|
93950
|
+
|
|
93951
|
+
本次发布包含了以下内容:
|
|
93952
|
+
|
|
93953
|
+
改善已有的文档。
|
|
93954
|
+
|
|
93955
|
+
修改数据结构:
|
|
93956
|
+
|
|
93957
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
93958
|
+
|
|
93959
|
+
* 新增成员:InsetImageName
|
|
93960
|
+
|
|
93961
|
+
|
|
94114
93962
|
### 第 132 次发布
|
|
94115
93963
|
|
|
94116
93964
|
发布时间:2024-03-27 16:33:01
|
|
@@ -96663,6 +96511,23 @@
|
|
|
96663
96511
|
|
|
96664
96512
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
96665
96513
|
|
|
96514
|
+
### 第 14 次发布
|
|
96515
|
+
|
|
96516
|
+
发布时间:2024-04-03 11:24:43
|
|
96517
|
+
|
|
96518
|
+
本次发布包含了以下内容:
|
|
96519
|
+
|
|
96520
|
+
改善已有的文档。
|
|
96521
|
+
|
|
96522
|
+
修改接口:
|
|
96523
|
+
|
|
96524
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
96525
|
+
|
|
96526
|
+
* 新增入参:InputCosUri, AccessMode
|
|
96527
|
+
|
|
96528
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
96529
|
+
|
|
96530
|
+
|
|
96666
96531
|
### 第 13 次发布
|
|
96667
96532
|
|
|
96668
96533
|
发布时间:2024-03-04 01:21:08
|
|
@@ -99944,12 +99809,12 @@
|
|
|
99944
99809
|
|
|
99945
99810
|
新增接口:
|
|
99946
99811
|
|
|
99947
|
-
* [
|
|
99948
|
-
* [
|
|
99812
|
+
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
99813
|
+
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
99949
99814
|
|
|
99950
99815
|
新增数据结构:
|
|
99951
99816
|
|
|
99952
|
-
* [
|
|
99817
|
+
* [RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)
|
|
99953
99818
|
|
|
99954
99819
|
### 第 72 次发布
|
|
99955
99820
|
|
|
@@ -131721,6 +131586,21 @@
|
|
|
131721
131586
|
|
|
131722
131587
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
131723
131588
|
|
|
131589
|
+
### 第 12 次发布
|
|
131590
|
+
|
|
131591
|
+
发布时间:2024-04-04 01:25:24
|
|
131592
|
+
|
|
131593
|
+
本次发布包含了以下内容:
|
|
131594
|
+
|
|
131595
|
+
改善已有的文档。
|
|
131596
|
+
|
|
131597
|
+
修改接口:
|
|
131598
|
+
|
|
131599
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
|
|
131600
|
+
|
|
131601
|
+
* 新增入参:MsgTTL
|
|
131602
|
+
|
|
131603
|
+
|
|
131724
131604
|
### 第 11 次发布
|
|
131725
131605
|
|
|
131726
131606
|
发布时间:2024-03-07 01:26:39
|
|
@@ -134120,9 +134000,9 @@
|
|
|
134120
134000
|
|
|
134121
134001
|
新增数据结构:
|
|
134122
134002
|
|
|
134123
|
-
* [
|
|
134124
|
-
* [
|
|
134125
|
-
* [
|
|
134003
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)
|
|
134004
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
134005
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
134126
134006
|
|
|
134127
134007
|
修改数据结构:
|
|
134128
134008
|
|
|
@@ -153527,6 +153407,33 @@
|
|
|
153527
153407
|
|
|
153528
153408
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
153529
153409
|
|
|
153410
|
+
### 第 8 次发布
|
|
153411
|
+
|
|
153412
|
+
发布时间:2024-04-03 11:34:07
|
|
153413
|
+
|
|
153414
|
+
本次发布包含了以下内容:
|
|
153415
|
+
|
|
153416
|
+
改善已有的文档。
|
|
153417
|
+
|
|
153418
|
+
新增接口:
|
|
153419
|
+
|
|
153420
|
+
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
153421
|
+
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
153422
|
+
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
153423
|
+
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
153424
|
+
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
153425
|
+
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
153426
|
+
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
153427
|
+
|
|
153428
|
+
新增数据结构:
|
|
153429
|
+
|
|
153430
|
+
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
153431
|
+
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
153432
|
+
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
153433
|
+
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
153434
|
+
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
153435
|
+
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
153436
|
+
|
|
153530
153437
|
### 第 7 次发布
|
|
153531
153438
|
|
|
153532
153439
|
发布时间:2024-01-31 01:28:56
|