tencentcloud-sdk-nodejs-vod 4.0.362 → 4.0.363
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 +194 -0
- package/SERVICE_CHANGELOG.md +305 -237
- package/package.json +1 -1
- package/products.md +9 -8
- package/src/services/vod/v20180717/vod_client.ts +27 -0
- package/src/services/vod/v20180717/vod_models.ts +232 -158
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +15 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +204 -140
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,197 @@
|
|
|
1
|
+
# Release 4.0.363
|
|
2
|
+
|
|
3
|
+
## 音频内容检测(ams) 版本:2020-12-29
|
|
4
|
+
|
|
5
|
+
### 第 6 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-06-17 06:02:19
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
16
|
+
|
|
17
|
+
* 新增出参:Label
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 音频内容检测(ams) 版本:2020-06-08
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
27
|
+
|
|
28
|
+
### 第 4 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2022-06-16 19:58:34
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [Salt](https://cloud.tencent.com/document/api/1441/75643#Salt)
|
|
39
|
+
* [SaltLocation](https://cloud.tencent.com/document/api/1441/75643#SaltLocation)
|
|
40
|
+
|
|
41
|
+
修改数据结构:
|
|
42
|
+
|
|
43
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
44
|
+
|
|
45
|
+
* 新增成员:UserName, PhoneNumber, Email, ResidentIdentityCard, Nickname, Address, UserGroup, QqOpenId, QqUnionId, WechatOpenId, WechatUnionId, AlipayUserId, Description, Birthdate, Name, Locale, Gender, IdentityVerificationMethod, IdentityVerified, Job, Nationality, Zone, Password, CustomizationAttributes, Salt, PasswordEncryptTypeEnum
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### 第 3 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2022-06-16 19:08:56
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
新增接口:
|
|
57
|
+
|
|
58
|
+
* [CreateApiImportUserJob](https://cloud.tencent.com/document/api/1441/75705)
|
|
59
|
+
* [CreateFileExportUserJob](https://cloud.tencent.com/document/api/1441/75704)
|
|
60
|
+
* [ListJobs](https://cloud.tencent.com/document/api/1441/75703)
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [ErrorDetails](https://cloud.tencent.com/document/api/1441/75643#ErrorDetails)
|
|
65
|
+
* [ExportPropertyMap](https://cloud.tencent.com/document/api/1441/75643#ExportPropertyMap)
|
|
66
|
+
* [FailedUsers](https://cloud.tencent.com/document/api/1441/75643#FailedUsers)
|
|
67
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
68
|
+
* [Job](https://cloud.tencent.com/document/api/1441/75643#Job)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
73
|
+
|
|
74
|
+
### 第 70 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2022-06-17 06:11:40
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改接口:
|
|
83
|
+
|
|
84
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
85
|
+
|
|
86
|
+
* 新增出参:Vaccination
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
92
|
+
|
|
93
|
+
### 第 1 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-06-16 14:56:04
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
新增接口:
|
|
102
|
+
|
|
103
|
+
* [CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)
|
|
104
|
+
* [CreateCloudRunServer](https://cloud.tencent.com/document/api/1243/75712)
|
|
105
|
+
* [DescribeCloudRunEnvs](https://cloud.tencent.com/document/api/1243/75706)
|
|
106
|
+
* [DescribeCloudRunServerDetail](https://cloud.tencent.com/document/api/1243/75711)
|
|
107
|
+
* [DescribeCloudRunServers](https://cloud.tencent.com/document/api/1243/75710)
|
|
108
|
+
* [DescribeEnvBaseInfo](https://cloud.tencent.com/document/api/1243/75701)
|
|
109
|
+
* [UpdateCloudRunServer](https://cloud.tencent.com/document/api/1243/75709)
|
|
110
|
+
|
|
111
|
+
新增数据结构:
|
|
112
|
+
|
|
113
|
+
* [BuildPacksInfo](https://cloud.tencent.com/document/api/1243/75713#BuildPacksInfo)
|
|
114
|
+
* [ClsInfo](https://cloud.tencent.com/document/api/1243/75713#ClsInfo)
|
|
115
|
+
* [DatabasesInfo](https://cloud.tencent.com/document/api/1243/75713#DatabasesInfo)
|
|
116
|
+
* [DeployParam](https://cloud.tencent.com/document/api/1243/75713#DeployParam)
|
|
117
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
118
|
+
* [EnvInfo](https://cloud.tencent.com/document/api/1243/75713#EnvInfo)
|
|
119
|
+
* [FunctionInfo](https://cloud.tencent.com/document/api/1243/75713#FunctionInfo)
|
|
120
|
+
* [HpaPolicy](https://cloud.tencent.com/document/api/1243/75713#HpaPolicy)
|
|
121
|
+
* [LogServiceInfo](https://cloud.tencent.com/document/api/1243/75713#LogServiceInfo)
|
|
122
|
+
* [RepositoryInfo](https://cloud.tencent.com/document/api/1243/75713#RepositoryInfo)
|
|
123
|
+
* [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
|
|
124
|
+
* [ServerBaseInfo](https://cloud.tencent.com/document/api/1243/75713#ServerBaseInfo)
|
|
125
|
+
* [StaticStorageInfo](https://cloud.tencent.com/document/api/1243/75713#StaticStorageInfo)
|
|
126
|
+
* [StorageInfo](https://cloud.tencent.com/document/api/1243/75713#StorageInfo)
|
|
127
|
+
* [Tag](https://cloud.tencent.com/document/api/1243/75713#Tag)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
132
|
+
|
|
133
|
+
### 第 9 次发布
|
|
134
|
+
|
|
135
|
+
发布时间:2022-06-17 06:14:37
|
|
136
|
+
|
|
137
|
+
本次发布包含了以下内容:
|
|
138
|
+
|
|
139
|
+
改善已有的文档。
|
|
140
|
+
|
|
141
|
+
新增接口:
|
|
142
|
+
|
|
143
|
+
* [DescribeTimingL7CacheData](https://cloud.tencent.com/document/api/1552/75726)
|
|
144
|
+
* [DescribeTopL7CacheData](https://cloud.tencent.com/document/api/1552/75725)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
149
|
+
|
|
150
|
+
### 第 5 次发布
|
|
151
|
+
|
|
152
|
+
发布时间:2022-06-17 06:16:09
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
修改接口:
|
|
159
|
+
|
|
160
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
161
|
+
|
|
162
|
+
* 新增出参:Label
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## 云点播(vod) 版本:2018-07-17
|
|
172
|
+
|
|
173
|
+
### 第 105 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2022-06-17 06:16:12
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [RefreshUrlCache](https://cloud.tencent.com/document/api/266/75729)
|
|
184
|
+
* [RestoreMedia](https://cloud.tencent.com/document/api/266/75728)
|
|
185
|
+
|
|
186
|
+
修改接口:
|
|
187
|
+
|
|
188
|
+
* [DescribeStorageData](https://cloud.tencent.com/document/api/266/41463)
|
|
189
|
+
|
|
190
|
+
* 新增出参:ArchiveStorage, DeepArchiveStorage
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
1
195
|
# Release 4.0.362
|
|
2
196
|
|
|
3
197
|
## DDoS 防护(antiddos) 版本:2020-03-09
|