tencentcloud-sdk-nodejs 4.0.827 → 4.0.828
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 +131 -0
- package/SERVICE_CHANGELOG.md +157 -155
- package/package.json +1 -1
- package/products.md +10 -10
- 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/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/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,134 @@
|
|
|
1
|
+
# Release 4.0.828
|
|
2
|
+
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 33 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-04-03 11:17:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeTldList](https://cloud.tencent.com/document/api/242/104832)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
20
|
+
|
|
21
|
+
### 第 163 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2024-04-03 11:19:08
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改数据结构:
|
|
30
|
+
|
|
31
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
32
|
+
|
|
33
|
+
* 新增成员:PowerOfAttorneys
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
43
|
+
|
|
44
|
+
### 第 123 次发布
|
|
45
|
+
|
|
46
|
+
发布时间:2024-04-03 11:22:46
|
|
47
|
+
|
|
48
|
+
本次发布包含了以下内容:
|
|
49
|
+
|
|
50
|
+
改善已有的文档。
|
|
51
|
+
|
|
52
|
+
修改接口:
|
|
53
|
+
|
|
54
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
55
|
+
|
|
56
|
+
* 新增入参:CosStore
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
62
|
+
|
|
63
|
+
### 第 133 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-04-03 11:24:26
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改数据结构:
|
|
72
|
+
|
|
73
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
74
|
+
|
|
75
|
+
* 新增成员:InsetImageName
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
81
|
+
|
|
82
|
+
### 第 14 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2024-04-03 11:24:43
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
修改接口:
|
|
91
|
+
|
|
92
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
93
|
+
|
|
94
|
+
* 新增入参:InputCosUri, AccessMode
|
|
95
|
+
|
|
96
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
102
|
+
|
|
103
|
+
### 第 8 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2024-04-03 11:34:07
|
|
106
|
+
|
|
107
|
+
本次发布包含了以下内容:
|
|
108
|
+
|
|
109
|
+
改善已有的文档。
|
|
110
|
+
|
|
111
|
+
新增接口:
|
|
112
|
+
|
|
113
|
+
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
114
|
+
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
115
|
+
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
116
|
+
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
117
|
+
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
118
|
+
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
119
|
+
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
120
|
+
|
|
121
|
+
新增数据结构:
|
|
122
|
+
|
|
123
|
+
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
124
|
+
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
125
|
+
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
126
|
+
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
127
|
+
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
128
|
+
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
1
132
|
# Release 4.0.827
|
|
2
133
|
|
|
3
134
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,128 +1,49 @@
|
|
|
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
|
|
3
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
57
4
|
|
|
58
|
-
### 第
|
|
5
|
+
### 第 33 次发布
|
|
59
6
|
|
|
60
|
-
发布时间:2024-04-
|
|
7
|
+
发布时间:2024-04-03 11:17:24
|
|
61
8
|
|
|
62
9
|
本次发布包含了以下内容:
|
|
63
10
|
|
|
64
11
|
改善已有的文档。
|
|
65
12
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
* [RecordTemplateInfo](https://cloud.tencent.com/document/api/267/20474#RecordTemplateInfo)
|
|
69
|
-
|
|
70
|
-
* 新增成员:CosStore
|
|
13
|
+
新增接口:
|
|
71
14
|
|
|
15
|
+
* [DescribeTldList](https://cloud.tencent.com/document/api/242/104832)
|
|
72
16
|
|
|
73
17
|
|
|
74
18
|
|
|
75
|
-
##
|
|
19
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
76
20
|
|
|
77
|
-
### 第
|
|
21
|
+
### 第 163 次发布
|
|
78
22
|
|
|
79
|
-
发布时间:2024-04-
|
|
23
|
+
发布时间:2024-04-03 11:19:08
|
|
80
24
|
|
|
81
25
|
本次发布包含了以下内容:
|
|
82
26
|
|
|
83
27
|
改善已有的文档。
|
|
84
28
|
|
|
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
29
|
修改数据结构:
|
|
92
30
|
|
|
93
|
-
* [
|
|
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
|
-
本次发布包含了以下内容:
|
|
31
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
107
32
|
|
|
108
|
-
|
|
33
|
+
* 新增成员:PowerOfAttorneys
|
|
109
34
|
|
|
110
|
-
新增接口:
|
|
111
35
|
|
|
112
|
-
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
113
|
-
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
114
36
|
|
|
115
|
-
新增数据结构:
|
|
116
37
|
|
|
117
|
-
|
|
38
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
118
39
|
|
|
119
40
|
|
|
120
41
|
|
|
121
|
-
##
|
|
42
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
122
43
|
|
|
123
|
-
### 第
|
|
44
|
+
### 第 123 次发布
|
|
124
45
|
|
|
125
|
-
发布时间:2024-04-
|
|
46
|
+
发布时间:2024-04-03 11:22:46
|
|
126
47
|
|
|
127
48
|
本次发布包含了以下内容:
|
|
128
49
|
|
|
@@ -130,60 +51,37 @@
|
|
|
130
51
|
|
|
131
52
|
修改接口:
|
|
132
53
|
|
|
133
|
-
* [
|
|
54
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
134
55
|
|
|
135
|
-
* 新增入参:
|
|
56
|
+
* 新增入参:CosStore
|
|
136
57
|
|
|
137
58
|
|
|
138
59
|
|
|
139
60
|
|
|
140
|
-
##
|
|
61
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
141
62
|
|
|
142
|
-
### 第
|
|
63
|
+
### 第 133 次发布
|
|
143
64
|
|
|
144
|
-
发布时间:2024-04-
|
|
65
|
+
发布时间:2024-04-03 11:24:26
|
|
145
66
|
|
|
146
67
|
本次发布包含了以下内容:
|
|
147
68
|
|
|
148
69
|
改善已有的文档。
|
|
149
70
|
|
|
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
71
|
修改数据结构:
|
|
164
72
|
|
|
165
|
-
* [
|
|
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)
|
|
73
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
176
74
|
|
|
177
|
-
* 新增成员:
|
|
75
|
+
* 新增成员:InsetImageName
|
|
178
76
|
|
|
179
77
|
|
|
180
78
|
|
|
181
79
|
|
|
182
|
-
##
|
|
80
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
183
81
|
|
|
184
|
-
### 第
|
|
82
|
+
### 第 14 次发布
|
|
185
83
|
|
|
186
|
-
发布时间:2024-04-
|
|
84
|
+
发布时间:2024-04-03 11:24:43
|
|
187
85
|
|
|
188
86
|
本次发布包含了以下内容:
|
|
189
87
|
|
|
@@ -191,40 +89,43 @@
|
|
|
191
89
|
|
|
192
90
|
修改接口:
|
|
193
91
|
|
|
194
|
-
* [
|
|
92
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
195
93
|
|
|
196
|
-
*
|
|
94
|
+
* 新增入参:InputCosUri, AccessMode
|
|
197
95
|
|
|
96
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
198
97
|
|
|
199
98
|
|
|
200
99
|
|
|
201
|
-
## 声音复刻(vrs) 版本:2020-08-24
|
|
202
100
|
|
|
203
|
-
|
|
101
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
204
102
|
|
|
205
|
-
|
|
103
|
+
### 第 8 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2024-04-03 11:34:07
|
|
206
106
|
|
|
207
107
|
本次发布包含了以下内容:
|
|
208
108
|
|
|
209
109
|
改善已有的文档。
|
|
210
110
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
* [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
|
|
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
|
-
修改数据结构:
|
|
111
|
+
新增接口:
|
|
223
112
|
|
|
224
|
-
* [
|
|
113
|
+
* [BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)
|
|
114
|
+
* [DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)
|
|
115
|
+
* [DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)
|
|
116
|
+
* [ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)
|
|
117
|
+
* [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)
|
|
118
|
+
* [ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)
|
|
119
|
+
* [SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)
|
|
225
120
|
|
|
226
|
-
|
|
121
|
+
新增数据结构:
|
|
227
122
|
|
|
123
|
+
* [DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)
|
|
124
|
+
* [DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)
|
|
125
|
+
* [ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)
|
|
126
|
+
* [ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)
|
|
127
|
+
* [ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)
|
|
128
|
+
* [SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)
|
|
228
129
|
|
|
229
130
|
|
|
230
131
|
|
|
@@ -22699,7 +22600,7 @@
|
|
|
22699
22600
|
|
|
22700
22601
|
新增数据结构:
|
|
22701
22602
|
|
|
22702
|
-
* [
|
|
22603
|
+
* [NetworkInfo](https://cloud.tencent.com/document/api/1387/102385#NetworkInfo)
|
|
22703
22604
|
|
|
22704
22605
|
修改数据结构:
|
|
22705
22606
|
|
|
@@ -51715,6 +51616,18 @@
|
|
|
51715
51616
|
|
|
51716
51617
|
## 域名注册(domain) 版本:2018-08-08
|
|
51717
51618
|
|
|
51619
|
+
### 第 33 次发布
|
|
51620
|
+
|
|
51621
|
+
发布时间:2024-04-03 11:17:24
|
|
51622
|
+
|
|
51623
|
+
本次发布包含了以下内容:
|
|
51624
|
+
|
|
51625
|
+
改善已有的文档。
|
|
51626
|
+
|
|
51627
|
+
新增接口:
|
|
51628
|
+
|
|
51629
|
+
* [[DescribeTldList](https://cloud.tencent.com/document/api/242/104832)](https://cloud.tencent.com/document/api/#/#)
|
|
51630
|
+
|
|
51718
51631
|
### 第 32 次发布
|
|
51719
51632
|
|
|
51720
51633
|
发布时间:2024-03-13 01:14:31
|
|
@@ -62854,6 +62767,21 @@
|
|
|
62854
62767
|
|
|
62855
62768
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
62856
62769
|
|
|
62770
|
+
### 第 163 次发布
|
|
62771
|
+
|
|
62772
|
+
发布时间:2024-04-03 11:19:08
|
|
62773
|
+
|
|
62774
|
+
本次发布包含了以下内容:
|
|
62775
|
+
|
|
62776
|
+
改善已有的文档。
|
|
62777
|
+
|
|
62778
|
+
修改数据结构:
|
|
62779
|
+
|
|
62780
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
62781
|
+
|
|
62782
|
+
* 新增成员:PowerOfAttorneys
|
|
62783
|
+
|
|
62784
|
+
|
|
62857
62785
|
### 第 162 次发布
|
|
62858
62786
|
|
|
62859
62787
|
发布时间:2024-03-29 01:17:41
|
|
@@ -81188,6 +81116,21 @@
|
|
|
81188
81116
|
|
|
81189
81117
|
## 云直播CSS(live) 版本:2018-08-01
|
|
81190
81118
|
|
|
81119
|
+
### 第 123 次发布
|
|
81120
|
+
|
|
81121
|
+
发布时间:2024-04-03 11:22:46
|
|
81122
|
+
|
|
81123
|
+
本次发布包含了以下内容:
|
|
81124
|
+
|
|
81125
|
+
改善已有的文档。
|
|
81126
|
+
|
|
81127
|
+
修改接口:
|
|
81128
|
+
|
|
81129
|
+
* [CreateLiveRecordTemplate](https://cloud.tencent.com/document/api/267/32614)
|
|
81130
|
+
|
|
81131
|
+
* 新增入参:CosStore
|
|
81132
|
+
|
|
81133
|
+
|
|
81191
81134
|
### 第 122 次发布
|
|
81192
81135
|
|
|
81193
81136
|
发布时间:2024-04-02 01:18:22
|
|
@@ -88665,9 +88608,9 @@
|
|
|
88665
88608
|
|
|
88666
88609
|
新增数据结构:
|
|
88667
88610
|
|
|
88668
|
-
* [
|
|
88669
|
-
* [
|
|
88670
|
-
* [
|
|
88611
|
+
* [AiAnalysisTaskHeadTailInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailInput)
|
|
88612
|
+
* [AiAnalysisTaskHeadTailOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailOutput)
|
|
88613
|
+
* [AiAnalysisTaskHeadTailResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHeadTailResult)
|
|
88671
88614
|
|
|
88672
88615
|
修改数据结构:
|
|
88673
88616
|
|
|
@@ -94111,6 +94054,21 @@
|
|
|
94111
94054
|
|
|
94112
94055
|
## 文字识别(ocr) 版本:2018-11-19
|
|
94113
94056
|
|
|
94057
|
+
### 第 133 次发布
|
|
94058
|
+
|
|
94059
|
+
发布时间:2024-04-03 11:24:26
|
|
94060
|
+
|
|
94061
|
+
本次发布包含了以下内容:
|
|
94062
|
+
|
|
94063
|
+
改善已有的文档。
|
|
94064
|
+
|
|
94065
|
+
修改数据结构:
|
|
94066
|
+
|
|
94067
|
+
* [DocumentElement](https://cloud.tencent.com/document/api/866/33527#DocumentElement)
|
|
94068
|
+
|
|
94069
|
+
* 新增成员:InsetImageName
|
|
94070
|
+
|
|
94071
|
+
|
|
94114
94072
|
### 第 132 次发布
|
|
94115
94073
|
|
|
94116
94074
|
发布时间:2024-03-27 16:33:01
|
|
@@ -96663,6 +96621,23 @@
|
|
|
96663
96621
|
|
|
96664
96622
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
96665
96623
|
|
|
96624
|
+
### 第 14 次发布
|
|
96625
|
+
|
|
96626
|
+
发布时间:2024-04-03 11:24:43
|
|
96627
|
+
|
|
96628
|
+
本次发布包含了以下内容:
|
|
96629
|
+
|
|
96630
|
+
改善已有的文档。
|
|
96631
|
+
|
|
96632
|
+
修改接口:
|
|
96633
|
+
|
|
96634
|
+
* [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
|
|
96635
|
+
|
|
96636
|
+
* 新增入参:InputCosUri, AccessMode
|
|
96637
|
+
|
|
96638
|
+
* <font color="#dd0000">**修改入参**:</font>InputBase64
|
|
96639
|
+
|
|
96640
|
+
|
|
96666
96641
|
### 第 13 次发布
|
|
96667
96642
|
|
|
96668
96643
|
发布时间:2024-03-04 01:21:08
|
|
@@ -99944,12 +99919,12 @@
|
|
|
99944
99919
|
|
|
99945
99920
|
新增接口:
|
|
99946
99921
|
|
|
99947
|
-
* [
|
|
99948
|
-
* [
|
|
99922
|
+
* [DescribeInstanceEvents](https://cloud.tencent.com/document/api/239/104779)
|
|
99923
|
+
* [ModifyInstanceEvent](https://cloud.tencent.com/document/api/239/104778)
|
|
99949
99924
|
|
|
99950
99925
|
新增数据结构:
|
|
99951
99926
|
|
|
99952
|
-
* [
|
|
99927
|
+
* [RedisInstanceEvent](https://cloud.tencent.com/document/api/239/20022#RedisInstanceEvent)
|
|
99953
99928
|
|
|
99954
99929
|
### 第 72 次发布
|
|
99955
99930
|
|
|
@@ -134120,9 +134095,9 @@
|
|
|
134120
134095
|
|
|
134121
134096
|
新增数据结构:
|
|
134122
134097
|
|
|
134123
|
-
* [
|
|
134124
|
-
* [
|
|
134125
|
-
* [
|
|
134098
|
+
* [KeyValue](https://cloud.tencent.com/document/api/1364/54942#KeyValue)
|
|
134099
|
+
* [LimitRule](https://cloud.tencent.com/document/api/1364/54942#LimitRule)
|
|
134100
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
134126
134101
|
|
|
134127
134102
|
修改数据结构:
|
|
134128
134103
|
|
|
@@ -153527,6 +153502,33 @@
|
|
|
153527
153502
|
|
|
153528
153503
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
153529
153504
|
|
|
153505
|
+
### 第 8 次发布
|
|
153506
|
+
|
|
153507
|
+
发布时间:2024-04-03 11:34:07
|
|
153508
|
+
|
|
153509
|
+
本次发布包含了以下内容:
|
|
153510
|
+
|
|
153511
|
+
改善已有的文档。
|
|
153512
|
+
|
|
153513
|
+
新增接口:
|
|
153514
|
+
|
|
153515
|
+
* [[BatchDeleteDevice](https://cloud.tencent.com/document/api/1693/104841)](https://cloud.tencent.com/document/api/#/#)
|
|
153516
|
+
* [[DeleteDeviceGroup](https://cloud.tencent.com/document/api/1693/104840)](https://cloud.tencent.com/document/api/#/#)
|
|
153517
|
+
* [[DescribeDeviceGroupList](https://cloud.tencent.com/document/api/1693/104839)](https://cloud.tencent.com/document/api/#/#)
|
|
153518
|
+
* [[ModifyDeviceField](https://cloud.tencent.com/document/api/1693/104838)](https://cloud.tencent.com/document/api/#/#)
|
|
153519
|
+
* [[ModifyDeviceGroup](https://cloud.tencent.com/document/api/1693/104837)](https://cloud.tencent.com/document/api/#/#)
|
|
153520
|
+
* [[ModifyDeviceTag](https://cloud.tencent.com/document/api/1693/104836)](https://cloud.tencent.com/document/api/#/#)
|
|
153521
|
+
* [[SaveDeviceGroup](https://cloud.tencent.com/document/api/1693/104835)](https://cloud.tencent.com/document/api/#/#)
|
|
153522
|
+
|
|
153523
|
+
新增数据结构:
|
|
153524
|
+
|
|
153525
|
+
* [[DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes)](https://cloud.tencent.com/document/api/1693/97961#[DescribeDeviceGroupListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeDeviceGroupListRes))
|
|
153526
|
+
* [[DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo)](https://cloud.tencent.com/document/api/1693/97961#[DescribeGroupInfo](https://cloud.tencent.com/document/api/1693/97961#DescribeGroupInfo))
|
|
153527
|
+
* [[ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo)](https://cloud.tencent.com/document/api/1693/97961#[ModifyDeviceFieldInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceFieldInfo))
|
|
153528
|
+
* [[ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo)](https://cloud.tencent.com/document/api/1693/97961#[ModifyDeviceGroupInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceGroupInfo))
|
|
153529
|
+
* [[ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo)](https://cloud.tencent.com/document/api/1693/97961#[ModifyDeviceTagInfo](https://cloud.tencent.com/document/api/1693/97961#ModifyDeviceTagInfo))
|
|
153530
|
+
* [[SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes)](https://cloud.tencent.com/document/api/1693/97961#[SaveDeviceGroupRes](https://cloud.tencent.com/document/api/1693/97961#SaveDeviceGroupRes))
|
|
153531
|
+
|
|
153530
153532
|
### 第 7 次发布
|
|
153531
153533
|
|
|
153532
153534
|
发布时间:2024-01-31 01:28:56
|