tencentcloud-sdk-nodejs 4.0.921 → 4.0.922
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 +345 -104
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +17 -4
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +144 -67
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
- package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
- package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +12 -0
- package/src/services/organization/v20210331/organization_client.ts +2 -2
- package/src/services/organization/v20210331/organization_models.ts +17 -17
- package/src/services/redis/v20180412/redis_models.ts +42 -40
- package/src/services/trtc/v20190722/trtc_client.ts +14 -35
- package/src/services/trtc/v20190722/trtc_models.ts +40 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +29 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +77 -23
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +5 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +6 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +141 -67
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
- package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +7 -36
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +8 -35
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +38 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -23
- package/test/cdwdoris.v20211228.test.js +10 -0
- package/test/trtc.v20190722.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,233 @@
|
|
|
1
|
+
# Release 4.0.922
|
|
2
|
+
|
|
3
|
+
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
4
|
+
|
|
5
|
+
### 第 19 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-08-21 01:14:40
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)
|
|
20
|
+
|
|
21
|
+
修改数据结构:
|
|
22
|
+
|
|
23
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
24
|
+
|
|
25
|
+
* 新增成员:EnableDlc, AccountType
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
|
31
|
+
|
|
32
|
+
### 第 70 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2024-08-21 01:29:32
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
修改接口:
|
|
41
|
+
|
|
42
|
+
* [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
|
|
43
|
+
|
|
44
|
+
* 新增入参:SwitchStartTime, SwitchEndTime, SwitchAutoRetry
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
50
|
+
|
|
51
|
+
### 第 18 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2024-08-21 01:32:52
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [CreateDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97253)
|
|
62
|
+
|
|
63
|
+
* 新增入参:Status
|
|
64
|
+
|
|
65
|
+
* [ModifyDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97193)
|
|
66
|
+
|
|
67
|
+
* 新增入参:Status
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
新增数据结构:
|
|
71
|
+
|
|
72
|
+
* [RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)
|
|
73
|
+
|
|
74
|
+
修改数据结构:
|
|
75
|
+
|
|
76
|
+
* [CategoryRule](https://cloud.tencent.com/document/api/1087/96844#CategoryRule)
|
|
77
|
+
|
|
78
|
+
* 新增成员:RuleEffectItems, RuleStatus
|
|
79
|
+
|
|
80
|
+
* [DspaDiscoveryRuleDetail](https://cloud.tencent.com/document/api/1087/96844#DspaDiscoveryRuleDetail)
|
|
81
|
+
|
|
82
|
+
* 新增成员:Status
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
88
|
+
|
|
89
|
+
### 第 78 次发布
|
|
90
|
+
|
|
91
|
+
发布时间:2024-08-21 01:40:11
|
|
92
|
+
|
|
93
|
+
本次发布包含了以下内容:
|
|
94
|
+
|
|
95
|
+
改善已有的文档。
|
|
96
|
+
|
|
97
|
+
修改接口:
|
|
98
|
+
|
|
99
|
+
* [CheckIdCardInformation](https://cloud.tencent.com/document/api/1007/47276)
|
|
100
|
+
|
|
101
|
+
* 新增入参:IsEncryptResponse, Encryption
|
|
102
|
+
|
|
103
|
+
* 新增出参:EncryptedBody
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
109
|
+
|
|
110
|
+
### 第 89 次发布
|
|
111
|
+
|
|
112
|
+
发布时间:2024-08-21 02:23:20
|
|
113
|
+
|
|
114
|
+
本次发布包含了以下内容:
|
|
115
|
+
|
|
116
|
+
改善已有的文档。
|
|
117
|
+
|
|
118
|
+
新增接口:
|
|
119
|
+
|
|
120
|
+
* [UpdateAIConversation](https://cloud.tencent.com/document/api/647/110097)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
125
|
+
|
|
126
|
+
### 第 75 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2024-08-21 02:23:57
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
修改接口:
|
|
135
|
+
|
|
136
|
+
* [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
|
|
137
|
+
|
|
138
|
+
* 新增入参:Location
|
|
139
|
+
|
|
140
|
+
* 新增出参:Location
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
新增数据结构:
|
|
144
|
+
|
|
145
|
+
* [Location](https://cloud.tencent.com/document/api/1364/54942#Location)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
150
|
+
|
|
151
|
+
### 第 5 次发布
|
|
152
|
+
|
|
153
|
+
发布时间:2024-08-21 02:27:00
|
|
154
|
+
|
|
155
|
+
本次发布包含了以下内容:
|
|
156
|
+
|
|
157
|
+
改善已有的文档。
|
|
158
|
+
|
|
159
|
+
修改接口:
|
|
160
|
+
|
|
161
|
+
* [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
|
|
162
|
+
|
|
163
|
+
* 新增入参:EnableBodyJoins
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
169
|
+
|
|
170
|
+
### 第 202 次发布
|
|
171
|
+
|
|
172
|
+
发布时间:2024-08-21 02:29:48
|
|
173
|
+
|
|
174
|
+
本次发布包含了以下内容:
|
|
175
|
+
|
|
176
|
+
改善已有的文档。
|
|
177
|
+
|
|
178
|
+
修改数据结构:
|
|
179
|
+
|
|
180
|
+
* [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
|
|
181
|
+
|
|
182
|
+
* 新增成员:TagSet
|
|
183
|
+
|
|
184
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
185
|
+
|
|
186
|
+
* [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
|
|
187
|
+
|
|
188
|
+
* 新增成员:TagSet
|
|
189
|
+
|
|
190
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
191
|
+
|
|
192
|
+
* [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
|
|
193
|
+
|
|
194
|
+
* 新增成员:TagSet
|
|
195
|
+
|
|
196
|
+
* [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
|
|
197
|
+
|
|
198
|
+
* 新增成员:TagSet
|
|
199
|
+
|
|
200
|
+
* [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
|
|
201
|
+
|
|
202
|
+
* 新增成员:TagSet
|
|
203
|
+
|
|
204
|
+
* [LocalGateway](https://cloud.tencent.com/document/api/215/15824#LocalGateway)
|
|
205
|
+
|
|
206
|
+
* 新增成员:TagSet, LocalGatewayId
|
|
207
|
+
|
|
208
|
+
* [NetDetect](https://cloud.tencent.com/document/api/215/15824#NetDetect)
|
|
209
|
+
|
|
210
|
+
* 新增成员:TagSet
|
|
211
|
+
|
|
212
|
+
* [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
|
|
213
|
+
|
|
214
|
+
* 新增成员:TagSet
|
|
215
|
+
|
|
216
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
217
|
+
|
|
218
|
+
* [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
|
|
219
|
+
|
|
220
|
+
* 新增成员:TagSet
|
|
221
|
+
|
|
222
|
+
* <font color="#dd0000">**修改成员**:</font>CreatedTime
|
|
223
|
+
|
|
224
|
+
* [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
|
|
225
|
+
|
|
226
|
+
* 新增成员:TagSet
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
1
231
|
# Release 4.0.921
|
|
2
232
|
|
|
3
233
|
## 云联络中心(ccc) 版本:2020-02-10
|