tencentcloud-sdk-nodejs 4.0.411 → 4.0.412
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 +250 -0
- package/SERVICE_CHANGELOG.md +419 -22
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aa/v20200224/aa_client.ts +1 -42
- package/src/services/aa/v20200224/aa_models.ts +0 -624
- package/src/services/batch/v20170312/batch_models.ts +2 -2
- package/src/services/cbs/v20170312/cbs_models.ts +13 -13
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -10
- package/src/services/cvm/v20170312/cvm_client.ts +24 -11
- package/src/services/cvm/v20170312/cvm_models.ts +237 -192
- package/src/services/ess/v20201111/ess_models.ts +22 -14
- package/src/services/essbasic/v20210526/essbasic_client.ts +45 -20
- package/src/services/essbasic/v20210526/essbasic_models.ts +264 -113
- package/src/services/iai/v20180301/iai_models.ts +2 -2
- package/src/services/live/v20180801/live_client.ts +4 -2
- package/src/services/live/v20180801/live_models.ts +173 -87
- package/src/services/ocr/v20181119/ocr_client.ts +28 -12
- package/src/services/tag/v20180813/tag_client.ts +16 -3
- package/src/services/tag/v20180813/tag_models.ts +113 -43
- package/src/services/trtc/v20190722/trtc_client.ts +16 -91
- package/src/services/trtc/v20190722/trtc_models.ts +5 -357
- package/src/services/wedata/v20210820/wedata_client.ts +469 -16
- package/src/services/wedata/v20210820/wedata_models.ts +3015 -114
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aa/v20200224/aa_client.d.ts +1 -9
- package/tencentcloud/services/aa/v20200224/aa_client.js +0 -12
- package/tencentcloud/services/aa/v20200224/aa_models.d.ts +0 -529
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +13 -13
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -8
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +211 -172
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +22 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +229 -100
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +148 -76
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +5 -1
- package/tencentcloud/services/tag/v20180813/tag_client.js +6 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +95 -36
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -37
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -49
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -306
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +147 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +218 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2583 -125
- package/test/aa.v20200224.test.js +0 -20
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cvm.v20170312.test.js +10 -0
- package/test/essbasic.v20210526.test.js +24 -4
- package/test/tag.v20180813.test.js +10 -0
- package/test/trtc.v20190722.test.js +2 -62
- package/test/wedata.v20210820.test.js +354 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,253 @@
|
|
|
1
|
+
# Release 4.0.412
|
|
2
|
+
|
|
3
|
+
## 活动防刷(aa) 版本:2020-02-24
|
|
4
|
+
|
|
5
|
+
### 第 7 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-08 06:02:45
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
14
|
+
|
|
15
|
+
* ManageMarketingRisk
|
|
16
|
+
* QueryActivityAntiRushAdvanced
|
|
17
|
+
|
|
18
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
19
|
+
|
|
20
|
+
* AccountInfo
|
|
21
|
+
* CrowdAntiRushInfo
|
|
22
|
+
* InputActivityAntiRushAdvanced
|
|
23
|
+
* InputDetails
|
|
24
|
+
* InputManageMarketingRisk
|
|
25
|
+
* OnlineScamInfo
|
|
26
|
+
* OtherAccountInfo
|
|
27
|
+
* OutputActivityAntiRushAdvanced
|
|
28
|
+
* OutputActivityAntiRushAdvancedValue
|
|
29
|
+
* OutputManageMarketingRisk
|
|
30
|
+
* OutputManageMarketingRiskValue
|
|
31
|
+
* QQAccountInfo
|
|
32
|
+
* SponsorInfo
|
|
33
|
+
* WeChatAccountInfo
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
38
|
+
|
|
39
|
+
### 第 49 次发布
|
|
40
|
+
|
|
41
|
+
发布时间:2022-08-08 06:10:42
|
|
42
|
+
|
|
43
|
+
本次发布包含了以下内容:
|
|
44
|
+
|
|
45
|
+
改善已有的文档。
|
|
46
|
+
|
|
47
|
+
新增接口:
|
|
48
|
+
|
|
49
|
+
* [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
54
|
+
|
|
55
|
+
### 第 92 次发布
|
|
56
|
+
|
|
57
|
+
发布时间:2022-08-08 06:14:02
|
|
58
|
+
|
|
59
|
+
本次发布包含了以下内容:
|
|
60
|
+
|
|
61
|
+
改善已有的文档。
|
|
62
|
+
|
|
63
|
+
新增接口:
|
|
64
|
+
|
|
65
|
+
* [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
|
|
66
|
+
|
|
67
|
+
新增数据结构:
|
|
68
|
+
|
|
69
|
+
* [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
74
|
+
|
|
75
|
+
### 第 25 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-08-08 10:31:46
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
82
|
+
|
|
83
|
+
新增接口:
|
|
84
|
+
|
|
85
|
+
* [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
|
|
86
|
+
* [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
## 云直播(live) 版本:2018-08-01
|
|
99
|
+
|
|
100
|
+
### 第 84 次发布
|
|
101
|
+
|
|
102
|
+
发布时间:2022-08-08 06:27:50
|
|
103
|
+
|
|
104
|
+
本次发布包含了以下内容:
|
|
105
|
+
|
|
106
|
+
改善已有的文档。
|
|
107
|
+
|
|
108
|
+
修改接口:
|
|
109
|
+
|
|
110
|
+
* [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
|
|
111
|
+
|
|
112
|
+
* 新增出参:LiveDomainCertBindings, TotalNum
|
|
113
|
+
|
|
114
|
+
* [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
|
|
115
|
+
|
|
116
|
+
* 新增出参:Errors
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
新增数据结构:
|
|
120
|
+
|
|
121
|
+
* [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
|
|
122
|
+
* [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 标签(tag) 版本:2018-08-13
|
|
127
|
+
|
|
128
|
+
### 第 11 次发布
|
|
129
|
+
|
|
130
|
+
发布时间:2022-08-08 06:36:01
|
|
131
|
+
|
|
132
|
+
本次发布包含了以下内容:
|
|
133
|
+
|
|
134
|
+
改善已有的文档。
|
|
135
|
+
|
|
136
|
+
新增接口:
|
|
137
|
+
|
|
138
|
+
* [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [Project](https://cloud.tencent.com/document/api/651/35327#Project)
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
147
|
+
|
|
148
|
+
### 第 37 次发布
|
|
149
|
+
|
|
150
|
+
发布时间:2022-08-08 06:44:27
|
|
151
|
+
|
|
152
|
+
本次发布包含了以下内容:
|
|
153
|
+
|
|
154
|
+
改善已有的文档。
|
|
155
|
+
|
|
156
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
157
|
+
|
|
158
|
+
* DescribeAbnormalEvent
|
|
159
|
+
* DescribeCallDetail
|
|
160
|
+
* DescribeDetailEvent
|
|
161
|
+
* DescribeHistoryScale
|
|
162
|
+
* DescribeRoomInformation
|
|
163
|
+
* DescribeUserInformation
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
168
|
+
|
|
169
|
+
### 第 3 次发布
|
|
170
|
+
|
|
171
|
+
发布时间:2022-08-05 15:51:29
|
|
172
|
+
|
|
173
|
+
本次发布包含了以下内容:
|
|
174
|
+
|
|
175
|
+
改善已有的文档。
|
|
176
|
+
|
|
177
|
+
新增接口:
|
|
178
|
+
|
|
179
|
+
* [BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)
|
|
180
|
+
* [BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)
|
|
181
|
+
* [BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)
|
|
182
|
+
* [CreateFolder](https://cloud.tencent.com/document/api/1267/78711)
|
|
183
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1267/78710)
|
|
184
|
+
* [CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)
|
|
185
|
+
* [DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)
|
|
186
|
+
* [DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)
|
|
187
|
+
* [DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)
|
|
188
|
+
* [DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)
|
|
189
|
+
* [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
|
|
190
|
+
* [DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)
|
|
191
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
|
|
192
|
+
* [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
|
|
193
|
+
* [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
|
|
194
|
+
* [ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)
|
|
195
|
+
* [FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)
|
|
196
|
+
* [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)
|
|
197
|
+
* [KillInstances](https://cloud.tencent.com/document/api/1267/78696)
|
|
198
|
+
* [MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)
|
|
199
|
+
* [MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)
|
|
200
|
+
* [ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)
|
|
201
|
+
* [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
|
|
202
|
+
* [ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)
|
|
203
|
+
* [ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)
|
|
204
|
+
* [ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)
|
|
205
|
+
* [ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)
|
|
206
|
+
* [RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)
|
|
207
|
+
* [RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)
|
|
208
|
+
* [RerunInstances](https://cloud.tencent.com/document/api/1267/78685)
|
|
209
|
+
* [RunTask](https://cloud.tencent.com/document/api/1267/78684)
|
|
210
|
+
* [SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)
|
|
211
|
+
* [SubmitTask](https://cloud.tencent.com/document/api/1267/78682)
|
|
212
|
+
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)
|
|
213
|
+
* [TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)
|
|
214
|
+
|
|
215
|
+
新增数据结构:
|
|
216
|
+
|
|
217
|
+
* [AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)
|
|
218
|
+
* [BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)
|
|
219
|
+
* [BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)
|
|
220
|
+
* [BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)
|
|
221
|
+
* [CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)
|
|
222
|
+
* [CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)
|
|
223
|
+
* [CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)
|
|
224
|
+
* [DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)
|
|
225
|
+
* [DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)
|
|
226
|
+
* [DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)
|
|
227
|
+
* [Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)
|
|
228
|
+
* [GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)
|
|
229
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)
|
|
230
|
+
* [InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)
|
|
231
|
+
* [IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)
|
|
232
|
+
* [IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)
|
|
233
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
234
|
+
* [IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)
|
|
235
|
+
* [OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)
|
|
236
|
+
* [ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)
|
|
237
|
+
* [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
|
|
238
|
+
* [SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)
|
|
239
|
+
* [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)
|
|
240
|
+
* [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
|
|
241
|
+
* [TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)
|
|
242
|
+
* [TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)
|
|
243
|
+
* [TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)
|
|
244
|
+
* [TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)
|
|
245
|
+
* [TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)
|
|
246
|
+
* [TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)
|
|
247
|
+
* [Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
1
251
|
# Release 4.0.411
|
|
2
252
|
|
|
3
253
|
## 物联卡(ic) 版本:2019-03-07
|