tencentcloud-sdk-nodejs 4.0.862 → 4.0.864
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 +230 -0
- package/SERVICE_CHANGELOG.md +263 -159
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +30 -1
- package/src/services/domain/v20180808/domain_client.ts +219 -47
- package/src/services/domain/v20180808/domain_models.ts +942 -248
- package/src/services/dts/v20211206/dts_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +25 -17
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -21
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +32 -26
- package/src/services/live/v20180801/live_models.ts +9 -0
- package/src/services/mna/v20210119/mna_client.ts +33 -9
- package/src/services/mna/v20210119/mna_models.ts +165 -75
- package/src/services/ocr/v20181119/ocr_models.ts +24 -0
- package/src/services/rum/v20210622/rum_models.ts +6 -6
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +10 -5
- package/src/services/teo/v20220901/teo_models.ts +1 -0
- package/src/services/tmt/v20180321/tmt_models.ts +0 -1
- package/src/services/trocket/v20230308/trocket_client.ts +1 -1
- package/src/services/trocket/v20230308/trocket_models.ts +1 -23
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +1 -1
- package/src/services/wedata/v20210820/wedata_models.ts +59 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +29 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +67 -11
- package/tencentcloud/services/domain/v20180808/domain_client.js +99 -15
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +915 -253
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +25 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -21
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +32 -26
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +11 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +15 -3
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +160 -74
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +10 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -23
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +59 -6
- package/test/domain.v20180808.test.js +150 -10
- package/test/mna.v20210119.test.js +22 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 11 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-05-27 01:18:10
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
16
|
-
|
|
17
|
-
* 新增入参:IsQuery
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
3
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 26 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-29 01:29:52
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,116 +12,57 @@
|
|
|
31
12
|
|
|
32
13
|
修改接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增入参:DeviceType
|
|
37
|
-
|
|
38
|
-
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
39
|
-
|
|
40
|
-
* 新增入参:DeviceType
|
|
41
|
-
|
|
42
|
-
* [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
|
|
43
|
-
|
|
44
|
-
* 新增入参:DeviceType
|
|
15
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
|
|
45
16
|
|
|
46
|
-
*
|
|
17
|
+
* 新增入参:Limit, Offset
|
|
47
18
|
|
|
48
|
-
*
|
|
19
|
+
* 新增出参:TotalCount
|
|
49
20
|
|
|
50
|
-
* [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
|
|
51
21
|
|
|
52
|
-
|
|
22
|
+
新增数据结构:
|
|
53
23
|
|
|
24
|
+
* [Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)
|
|
54
25
|
|
|
55
26
|
修改数据结构:
|
|
56
27
|
|
|
57
|
-
* [
|
|
58
|
-
|
|
59
|
-
* 新增成员:InstanceTasks, InstanceDeviceType
|
|
60
|
-
|
|
61
|
-
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
62
|
-
|
|
63
|
-
* 新增成员:DeviceType
|
|
64
|
-
|
|
65
|
-
* [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
|
|
66
|
-
|
|
67
|
-
* 新增成员:DeviceType
|
|
68
|
-
|
|
69
|
-
* [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
|
|
70
|
-
|
|
71
|
-
* 新增成员:OldDeviceType, DeviceType
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
77
|
-
|
|
78
|
-
### 第 25 次发布
|
|
79
|
-
|
|
80
|
-
发布时间:2024-05-27 01:29:56
|
|
81
|
-
|
|
82
|
-
本次发布包含了以下内容:
|
|
83
|
-
|
|
84
|
-
改善已有的文档。
|
|
85
|
-
|
|
86
|
-
新增接口:
|
|
87
|
-
|
|
88
|
-
* [CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)
|
|
89
|
-
* [DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)
|
|
90
|
-
* [DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)
|
|
91
|
-
* [DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)
|
|
92
|
-
* [ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)
|
|
93
|
-
* [RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)
|
|
28
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
94
29
|
|
|
95
|
-
|
|
30
|
+
* 新增成员:ClbSet
|
|
96
31
|
|
|
97
|
-
* [ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)
|
|
98
|
-
* [ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)
|
|
99
|
-
* [RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)
|
|
100
32
|
|
|
101
33
|
|
|
102
34
|
|
|
103
|
-
##
|
|
35
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
104
36
|
|
|
105
|
-
### 第
|
|
37
|
+
### 第 129 次发布
|
|
106
38
|
|
|
107
|
-
发布时间:2024-05-
|
|
39
|
+
发布时间:2024-05-29 01:52:02
|
|
108
40
|
|
|
109
41
|
本次发布包含了以下内容:
|
|
110
42
|
|
|
111
43
|
改善已有的文档。
|
|
112
44
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
* [DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
120
|
-
|
|
45
|
+
修改接口:
|
|
121
46
|
|
|
47
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
122
48
|
|
|
123
|
-
|
|
49
|
+
* 新增入参:TranscodeTemplateName
|
|
124
50
|
|
|
125
|
-
### 第 90 次发布
|
|
126
51
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
本次发布包含了以下内容:
|
|
52
|
+
修改数据结构:
|
|
130
53
|
|
|
131
|
-
|
|
54
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
132
55
|
|
|
133
|
-
|
|
56
|
+
* 新增成员:TranscodeTemplateName
|
|
134
57
|
|
|
135
|
-
* [ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)
|
|
136
58
|
|
|
137
59
|
|
|
138
60
|
|
|
139
|
-
##
|
|
61
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
140
62
|
|
|
141
|
-
### 第
|
|
63
|
+
### 第 112 次发布
|
|
142
64
|
|
|
143
|
-
发布时间:2024-05-
|
|
65
|
+
发布时间:2024-05-29 02:13:49
|
|
144
66
|
|
|
145
67
|
本次发布包含了以下内容:
|
|
146
68
|
|
|
@@ -148,18 +70,18 @@
|
|
|
148
70
|
|
|
149
71
|
修改数据结构:
|
|
150
72
|
|
|
151
|
-
* [
|
|
73
|
+
* [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
|
|
152
74
|
|
|
153
|
-
* 新增成员:
|
|
75
|
+
* 新增成员:AccessPointsType
|
|
154
76
|
|
|
155
77
|
|
|
156
78
|
|
|
157
79
|
|
|
158
|
-
##
|
|
80
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
159
81
|
|
|
160
|
-
### 第
|
|
82
|
+
### 第 90 次发布
|
|
161
83
|
|
|
162
|
-
发布时间:2024-05-
|
|
84
|
+
发布时间:2024-05-29 02:30:31
|
|
163
85
|
|
|
164
86
|
本次发布包含了以下内容:
|
|
165
87
|
|
|
@@ -167,61 +89,49 @@
|
|
|
167
89
|
|
|
168
90
|
修改接口:
|
|
169
91
|
|
|
170
|
-
* [
|
|
171
|
-
|
|
172
|
-
* 新增入参:IdCardType
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
92
|
+
* [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
|
|
178
93
|
|
|
179
|
-
|
|
94
|
+
* 新增入参:KillInstance
|
|
180
95
|
|
|
181
|
-
|
|
96
|
+
* [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
|
|
182
97
|
|
|
183
|
-
|
|
98
|
+
* 新增入参:KillInstance
|
|
184
99
|
|
|
185
|
-
|
|
100
|
+
* [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
|
|
186
101
|
|
|
187
|
-
|
|
102
|
+
* 新增入参:SchemaName
|
|
188
103
|
|
|
189
|
-
* [
|
|
190
|
-
* [AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)
|
|
191
|
-
* [CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)
|
|
192
|
-
* [GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)
|
|
193
|
-
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
194
|
-
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
104
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
195
105
|
|
|
196
|
-
|
|
106
|
+
* 新增入参:InitStrategy, RequestResourceTypes
|
|
197
107
|
|
|
198
|
-
* [
|
|
199
|
-
* [TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)
|
|
200
|
-
* [TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)
|
|
201
|
-
* [TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)
|
|
108
|
+
* [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
|
|
202
109
|
|
|
110
|
+
* 新增入参:KillInstance
|
|
203
111
|
|
|
112
|
+
* [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
|
|
204
113
|
|
|
205
|
-
|
|
114
|
+
* 新增入参:KillInstance
|
|
206
115
|
|
|
207
|
-
### 第 62 次发布
|
|
208
116
|
|
|
209
|
-
|
|
117
|
+
修改数据结构:
|
|
210
118
|
|
|
211
|
-
|
|
119
|
+
* [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
|
|
212
120
|
|
|
213
|
-
|
|
121
|
+
* 新增成员:Category
|
|
214
122
|
|
|
215
|
-
|
|
123
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
216
124
|
|
|
217
|
-
*
|
|
125
|
+
* 新增成员:DeletedFatherList, CirculateInstanceList
|
|
218
126
|
|
|
219
|
-
|
|
127
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
220
128
|
|
|
129
|
+
* 新增成员:CirculateTaskList
|
|
221
130
|
|
|
131
|
+
* [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
|
|
222
132
|
|
|
133
|
+
* 新增成员:LinkStyle
|
|
223
134
|
|
|
224
|
-
## TI-ONE 训练平台(tione) 版本:2019-10-22
|
|
225
135
|
|
|
226
136
|
|
|
227
137
|
|
|
@@ -26283,6 +26193,21 @@
|
|
|
26283
26193
|
|
|
26284
26194
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
26285
26195
|
|
|
26196
|
+
### 第 104 次发布
|
|
26197
|
+
|
|
26198
|
+
发布时间:2024-05-28 01:20:25
|
|
26199
|
+
|
|
26200
|
+
本次发布包含了以下内容:
|
|
26201
|
+
|
|
26202
|
+
改善已有的文档。
|
|
26203
|
+
|
|
26204
|
+
修改数据结构:
|
|
26205
|
+
|
|
26206
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
26207
|
+
|
|
26208
|
+
* 新增成员:VpcId, SubnetId
|
|
26209
|
+
|
|
26210
|
+
|
|
26286
26211
|
### 第 103 次发布
|
|
26287
26212
|
|
|
26288
26213
|
发布时间:2024-05-23 01:20:10
|
|
@@ -46443,6 +46368,34 @@
|
|
|
46443
46368
|
|
|
46444
46369
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46445
46370
|
|
|
46371
|
+
### 第 26 次发布
|
|
46372
|
+
|
|
46373
|
+
发布时间:2024-05-29 01:29:52
|
|
46374
|
+
|
|
46375
|
+
本次发布包含了以下内容:
|
|
46376
|
+
|
|
46377
|
+
改善已有的文档。
|
|
46378
|
+
|
|
46379
|
+
修改接口:
|
|
46380
|
+
|
|
46381
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
|
|
46382
|
+
|
|
46383
|
+
* 新增入参:Limit, Offset
|
|
46384
|
+
|
|
46385
|
+
* 新增出参:TotalCount
|
|
46386
|
+
|
|
46387
|
+
|
|
46388
|
+
新增数据结构:
|
|
46389
|
+
|
|
46390
|
+
* [[Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)](https://cloud.tencent.com/document/api/1025/74416#[Clb](https://cloud.tencent.com/document/api/1025/74416#Clb))
|
|
46391
|
+
|
|
46392
|
+
修改数据结构:
|
|
46393
|
+
|
|
46394
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
46395
|
+
|
|
46396
|
+
* 新增成员:ClbSet
|
|
46397
|
+
|
|
46398
|
+
|
|
46446
46399
|
### 第 25 次发布
|
|
46447
46400
|
|
|
46448
46401
|
发布时间:2024-05-27 01:29:56
|
|
@@ -46453,18 +46406,18 @@
|
|
|
46453
46406
|
|
|
46454
46407
|
新增接口:
|
|
46455
46408
|
|
|
46456
|
-
* [
|
|
46457
|
-
* [
|
|
46458
|
-
* [
|
|
46459
|
-
* [
|
|
46460
|
-
* [
|
|
46461
|
-
* [
|
|
46409
|
+
* [CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)
|
|
46410
|
+
* [DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)
|
|
46411
|
+
* [DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)
|
|
46412
|
+
* [DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)
|
|
46413
|
+
* [ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)
|
|
46414
|
+
* [RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)
|
|
46462
46415
|
|
|
46463
46416
|
新增数据结构:
|
|
46464
46417
|
|
|
46465
|
-
* [
|
|
46466
|
-
* [
|
|
46467
|
-
* [
|
|
46418
|
+
* [ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)
|
|
46419
|
+
* [ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)
|
|
46420
|
+
* [RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)
|
|
46468
46421
|
|
|
46469
46422
|
### 第 24 次发布
|
|
46470
46423
|
|
|
@@ -47985,7 +47938,7 @@
|
|
|
47985
47938
|
|
|
47986
47939
|
新增接口:
|
|
47987
47940
|
|
|
47988
|
-
* [
|
|
47941
|
+
* [DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)
|
|
47989
47942
|
|
|
47990
47943
|
### 第 28 次发布
|
|
47991
47944
|
|
|
@@ -50381,7 +50334,7 @@
|
|
|
50381
50334
|
|
|
50382
50335
|
新增接口:
|
|
50383
50336
|
|
|
50384
|
-
* [
|
|
50337
|
+
* [ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)
|
|
50385
50338
|
|
|
50386
50339
|
### 第 89 次发布
|
|
50387
50340
|
|
|
@@ -52932,6 +52885,38 @@
|
|
|
52932
52885
|
|
|
52933
52886
|
## 域名注册(domain) 版本:2018-08-08
|
|
52934
52887
|
|
|
52888
|
+
### 第 37 次发布
|
|
52889
|
+
|
|
52890
|
+
发布时间:2024-05-28 01:34:04
|
|
52891
|
+
|
|
52892
|
+
本次发布包含了以下内容:
|
|
52893
|
+
|
|
52894
|
+
改善已有的文档。
|
|
52895
|
+
|
|
52896
|
+
新增接口:
|
|
52897
|
+
|
|
52898
|
+
* [BidDetailPage](https://cloud.tencent.com/document/api/242/106605)
|
|
52899
|
+
* [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
|
|
52900
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
52901
|
+
* [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
|
|
52902
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
52903
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
52904
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
52905
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
52906
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
52907
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
52908
|
+
* [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
|
|
52909
|
+
* [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
|
|
52910
|
+
* [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
|
|
52911
|
+
* [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
|
|
52912
|
+
|
|
52913
|
+
新增数据结构:
|
|
52914
|
+
|
|
52915
|
+
* [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
|
|
52916
|
+
* [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
|
|
52917
|
+
* [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
|
|
52918
|
+
* [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
|
|
52919
|
+
|
|
52935
52920
|
### 第 36 次发布
|
|
52936
52921
|
|
|
52937
52922
|
发布时间:2024-04-29 01:14:52
|
|
@@ -76126,19 +76111,19 @@
|
|
|
76126
76111
|
|
|
76127
76112
|
新增接口:
|
|
76128
76113
|
|
|
76129
|
-
* [
|
|
76130
|
-
* [
|
|
76131
|
-
* [
|
|
76132
|
-
* [
|
|
76133
|
-
* [
|
|
76134
|
-
* [
|
|
76114
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
76115
|
+
* [AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)
|
|
76116
|
+
* [CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)
|
|
76117
|
+
* [GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)
|
|
76118
|
+
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
76119
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
76135
76120
|
|
|
76136
76121
|
新增数据结构:
|
|
76137
76122
|
|
|
76138
|
-
* [
|
|
76139
|
-
* [
|
|
76140
|
-
* [
|
|
76141
|
-
* [
|
|
76123
|
+
* [AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)
|
|
76124
|
+
* [TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)
|
|
76125
|
+
* [TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)
|
|
76126
|
+
* [TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)
|
|
76142
76127
|
|
|
76143
76128
|
### 第 63 次发布
|
|
76144
76129
|
|
|
@@ -83449,6 +83434,28 @@
|
|
|
83449
83434
|
|
|
83450
83435
|
## 云直播CSS(live) 版本:2018-08-01
|
|
83451
83436
|
|
|
83437
|
+
### 第 129 次发布
|
|
83438
|
+
|
|
83439
|
+
发布时间:2024-05-29 01:52:02
|
|
83440
|
+
|
|
83441
|
+
本次发布包含了以下内容:
|
|
83442
|
+
|
|
83443
|
+
改善已有的文档。
|
|
83444
|
+
|
|
83445
|
+
修改接口:
|
|
83446
|
+
|
|
83447
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
83448
|
+
|
|
83449
|
+
* 新增入参:TranscodeTemplateName
|
|
83450
|
+
|
|
83451
|
+
|
|
83452
|
+
修改数据结构:
|
|
83453
|
+
|
|
83454
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
83455
|
+
|
|
83456
|
+
* 新增成员:TranscodeTemplateName
|
|
83457
|
+
|
|
83458
|
+
|
|
83452
83459
|
### 第 128 次发布
|
|
83453
83460
|
|
|
83454
83461
|
发布时间:2024-05-13 01:22:02
|
|
@@ -87954,6 +87961,19 @@
|
|
|
87954
87961
|
|
|
87955
87962
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
87956
87963
|
|
|
87964
|
+
### 第 19 次发布
|
|
87965
|
+
|
|
87966
|
+
发布时间:2024-05-28 01:54:57
|
|
87967
|
+
|
|
87968
|
+
本次发布包含了以下内容:
|
|
87969
|
+
|
|
87970
|
+
改善已有的文档。
|
|
87971
|
+
|
|
87972
|
+
新增接口:
|
|
87973
|
+
|
|
87974
|
+
* [GetFlowAlarmInfo](https://cloud.tencent.com/document/api/1385/106608)
|
|
87975
|
+
* [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
|
|
87976
|
+
|
|
87957
87977
|
### 第 18 次发布
|
|
87958
87978
|
|
|
87959
87979
|
发布时间:2024-04-12 01:19:07
|
|
@@ -97058,6 +97078,21 @@
|
|
|
97058
97078
|
|
|
97059
97079
|
## 文字识别(ocr) 版本:2018-11-19
|
|
97060
97080
|
|
|
97081
|
+
### 第 137 次发布
|
|
97082
|
+
|
|
97083
|
+
发布时间:2024-05-28 01:59:27
|
|
97084
|
+
|
|
97085
|
+
本次发布包含了以下内容:
|
|
97086
|
+
|
|
97087
|
+
改善已有的文档。
|
|
97088
|
+
|
|
97089
|
+
修改接口:
|
|
97090
|
+
|
|
97091
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
97092
|
+
|
|
97093
|
+
* 新增出参:NationalEmblem, QRCode, Seal, Title, SerialNumber, RegistrationAuthority
|
|
97094
|
+
|
|
97095
|
+
|
|
97061
97096
|
### 第 136 次发布
|
|
97062
97097
|
|
|
97063
97098
|
发布时间:2024-05-21 01:58:59
|
|
@@ -120204,6 +120239,21 @@
|
|
|
120204
120239
|
|
|
120205
120240
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
120206
120241
|
|
|
120242
|
+
### 第 112 次发布
|
|
120243
|
+
|
|
120244
|
+
发布时间:2024-05-29 02:13:49
|
|
120245
|
+
|
|
120246
|
+
本次发布包含了以下内容:
|
|
120247
|
+
|
|
120248
|
+
改善已有的文档。
|
|
120249
|
+
|
|
120250
|
+
修改数据结构:
|
|
120251
|
+
|
|
120252
|
+
* [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
|
|
120253
|
+
|
|
120254
|
+
* 新增成员:AccessPointsType
|
|
120255
|
+
|
|
120256
|
+
|
|
120207
120257
|
### 第 111 次发布
|
|
120208
120258
|
|
|
120209
120259
|
发布时间:2024-05-17 02:19:56
|
|
@@ -154529,6 +154579,60 @@
|
|
|
154529
154579
|
|
|
154530
154580
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
154531
154581
|
|
|
154582
|
+
### 第 90 次发布
|
|
154583
|
+
|
|
154584
|
+
发布时间:2024-05-29 02:30:31
|
|
154585
|
+
|
|
154586
|
+
本次发布包含了以下内容:
|
|
154587
|
+
|
|
154588
|
+
改善已有的文档。
|
|
154589
|
+
|
|
154590
|
+
修改接口:
|
|
154591
|
+
|
|
154592
|
+
* [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
|
|
154593
|
+
|
|
154594
|
+
* 新增入参:KillInstance
|
|
154595
|
+
|
|
154596
|
+
* [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
|
|
154597
|
+
|
|
154598
|
+
* 新增入参:KillInstance
|
|
154599
|
+
|
|
154600
|
+
* [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
|
|
154601
|
+
|
|
154602
|
+
* 新增入参:SchemaName
|
|
154603
|
+
|
|
154604
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
154605
|
+
|
|
154606
|
+
* 新增入参:InitStrategy, RequestResourceTypes
|
|
154607
|
+
|
|
154608
|
+
* [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
|
|
154609
|
+
|
|
154610
|
+
* 新增入参:KillInstance
|
|
154611
|
+
|
|
154612
|
+
* [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
|
|
154613
|
+
|
|
154614
|
+
* 新增入参:KillInstance
|
|
154615
|
+
|
|
154616
|
+
|
|
154617
|
+
修改数据结构:
|
|
154618
|
+
|
|
154619
|
+
* [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
|
|
154620
|
+
|
|
154621
|
+
* 新增成员:Category
|
|
154622
|
+
|
|
154623
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
154624
|
+
|
|
154625
|
+
* 新增成员:DeletedFatherList, CirculateInstanceList
|
|
154626
|
+
|
|
154627
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
154628
|
+
|
|
154629
|
+
* 新增成员:CirculateTaskList
|
|
154630
|
+
|
|
154631
|
+
* [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
|
|
154632
|
+
|
|
154633
|
+
* 新增成员:LinkStyle
|
|
154634
|
+
|
|
154635
|
+
|
|
154532
154636
|
### 第 89 次发布
|
|
154533
154637
|
|
|
154534
154638
|
发布时间:2024-05-07 01:30:27
|