tencentcloud-sdk-nodejs 4.0.774 → 4.0.776

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.
Files changed (48) hide show
  1. package/CHANGELOG.md +282 -0
  2. package/SERVICE_CHANGELOG.md +316 -61
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_client.ts +15 -1
  7. package/src/services/billing/v20180709/billing_models.ts +186 -9
  8. package/src/services/cfs/v20190719/cfs_models.ts +4 -0
  9. package/src/services/cfw/v20190904/cfw_client.ts +1 -0
  10. package/src/services/cfw/v20190904/cfw_models.ts +40 -0
  11. package/src/services/ess/v20201111/ess_models.ts +6 -0
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +54 -5
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +151 -178
  14. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  15. package/src/services/mps/v20190612/mps_models.ts +28 -1
  16. package/src/services/mrs/v20200910/mrs_models.ts +24 -23
  17. package/src/services/tat/v20201028/tat_models.ts +2 -0
  18. package/src/services/teo/v20220901/teo_models.ts +18 -18
  19. package/src/services/tione/v20211111/tione_models.ts +124 -68
  20. package/src/services/trtc/v20190722/trtc_client.ts +4 -2
  21. package/src/services/trtc/v20190722/trtc_models.ts +17 -5
  22. package/src/services/vod/v20180717/vod_client.ts +101 -13
  23. package/src/services/vod/v20180717/vod_models.ts +433 -132
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  27. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  28. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +182 -9
  29. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -0
  30. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +39 -0
  31. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -0
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +54 -5
  33. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +54 -5
  34. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +151 -178
  35. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  36. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +28 -1
  37. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +24 -23
  38. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +2 -0
  39. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -18
  40. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +124 -68
  41. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -0
  42. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -0
  43. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +17 -5
  44. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +31 -3
  45. package/tencentcloud/services/vod/v20180717/vod_client.js +45 -3
  46. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +415 -132
  47. package/test/billing.v20180709.test.js +10 -0
  48. package/test/vod.v20180717.test.js +72 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,285 @@
1
+ # Release 4.0.776
2
+
3
+ ## 费用中心(billing) 版本:2018-07-09
4
+
5
+ ### 第 54 次发布
6
+
7
+ 发布时间:2024-01-09 01:07:19
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeDosageDetailList](https://cloud.tencent.com/document/api/555/102914)
16
+
17
+ 新增数据结构:
18
+
19
+ * [DescribeDosageDetail](https://cloud.tencent.com/document/api/555/19183#DescribeDosageDetail)
20
+ * [JsonObject](https://cloud.tencent.com/document/api/555/19183#JsonObject)
21
+
22
+
23
+
24
+ ## 文件存储(cfs) 版本:2019-07-19
25
+
26
+ ### 第 28 次发布
27
+
28
+ 发布时间:2024-01-09 01:09:35
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改接口:
35
+
36
+ * [DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)
37
+
38
+ * 新增入参:CreationToken
39
+
40
+
41
+
42
+
43
+ ## 云防火墙(cfw) 版本:2019-09-04
44
+
45
+ ### 第 53 次发布
46
+
47
+ 发布时间:2024-01-09 01:09:43
48
+
49
+ 本次发布包含了以下内容:
50
+
51
+ 改善已有的文档。
52
+
53
+ 修改接口:
54
+
55
+ * [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
56
+
57
+ * 新增出参:Data
58
+
59
+
60
+ 新增数据结构:
61
+
62
+ * [IdsWhiteInfo](https://cloud.tencent.com/document/api/1132/49071#IdsWhiteInfo)
63
+
64
+
65
+
66
+ ## 媒体处理(mps) 版本:2019-06-12
67
+
68
+ ### 第 78 次发布
69
+
70
+ 发布时间:2024-01-09 01:20:43
71
+
72
+ 本次发布包含了以下内容:
73
+
74
+ 改善已有的文档。
75
+
76
+ 修改数据结构:
77
+
78
+ * [AiRecognitionTaskAsrFullTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskAsrFullTextResult)
79
+
80
+ * 新增成员:Progress
81
+
82
+ * [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
83
+
84
+ * 新增成员:Progress
85
+
86
+ * [ComposeAudioStream](https://cloud.tencent.com/document/api/862/37615#ComposeAudioStream)
87
+
88
+ * 新增成员:Bitrate
89
+
90
+ * [ComposeVideoStream](https://cloud.tencent.com/document/api/862/37615#ComposeVideoStream)
91
+
92
+ * 新增成员:Bitrate
93
+
94
+
95
+
96
+
97
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
98
+
99
+ ### 第 49 次发布
100
+
101
+ 发布时间:2024-01-09 01:26:40
102
+
103
+ 本次发布包含了以下内容:
104
+
105
+ 改善已有的文档。
106
+
107
+ 修改接口:
108
+
109
+ * [CreateNotebook](https://cloud.tencent.com/document/api/851/95658)
110
+
111
+ * 新增入参:VolumeSourceGooseFS
112
+
113
+
114
+ 修改数据结构:
115
+
116
+ * [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
117
+
118
+ * 新增成员:Type, Path
119
+
120
+ * [NotebookDetail](https://cloud.tencent.com/document/api/851/75051#NotebookDetail)
121
+
122
+ * 新增成员:SSHConfig, VolumeSourceGooseFS
123
+
124
+ * <font color="#dd0000">**修改成员**:</font>ImageInfo, ImageType
125
+
126
+ * [NotebookImageRecord](https://cloud.tencent.com/document/api/851/75051#NotebookImageRecord)
127
+
128
+ * <font color="#dd0000">**修改成员**:</font>RecordId, ImageUrl, Status, CreateTime, Message, InstanceId, Kernels
129
+
130
+ * [NotebookSetItem](https://cloud.tencent.com/document/api/851/75051#NotebookSetItem)
131
+
132
+ * 新增成员:VolumeSourceGooseFS
133
+
134
+ * [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
135
+
136
+ * 新增成员:EnableInstanceReqLimit, InstanceReqLimit
137
+
138
+ * [TrainingDataPoint](https://cloud.tencent.com/document/api/851/75051#TrainingDataPoint)
139
+
140
+ * 新增成员:Timestamp, Value
141
+
142
+
143
+
144
+
145
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
146
+
147
+
148
+
149
+ ## 实时音视频(trtc) 版本:2019-07-22
150
+
151
+ ### 第 64 次发布
152
+
153
+ 发布时间:2024-01-09 01:27:58
154
+
155
+ 本次发布包含了以下内容:
156
+
157
+ 改善已有的文档。
158
+
159
+ 修改数据结构:
160
+
161
+ * [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
162
+
163
+ * 新增成员:TransparentUrl
164
+
165
+
166
+
167
+
168
+ ## 云点播(vod) 版本:2018-07-17
169
+
170
+ ### 第 177 次发布
171
+
172
+ 发布时间:2024-01-09 01:28:56
173
+
174
+ 本次发布包含了以下内容:
175
+
176
+ 改善已有的文档。
177
+
178
+ 新增接口:
179
+
180
+ * [CreateCLSLogset](https://cloud.tencent.com/document/api/266/102922)
181
+ * [CreateCLSTopic](https://cloud.tencent.com/document/api/266/102921)
182
+ * [DeleteCLSTopic](https://cloud.tencent.com/document/api/266/102920)
183
+ * [DescribeCLSLogsets](https://cloud.tencent.com/document/api/266/102919)
184
+ * [DescribeCLSPushTargets](https://cloud.tencent.com/document/api/266/102918)
185
+ * [DescribeCLSTopics](https://cloud.tencent.com/document/api/266/102917)
186
+ * [SetCLSPushTarget](https://cloud.tencent.com/document/api/266/102916)
187
+
188
+ 新增数据结构:
189
+
190
+ * [AreaCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#AreaCLSTargetInfo)
191
+ * [CLSLogsetInfo](https://cloud.tencent.com/document/api/266/31773#CLSLogsetInfo)
192
+ * [CLSTopicInfo](https://cloud.tencent.com/document/api/266/31773#CLSTopicInfo)
193
+ * [DomainCLSTargetInfo](https://cloud.tencent.com/document/api/266/31773#DomainCLSTargetInfo)
194
+
195
+
196
+
197
+ # Release 4.0.775
198
+
199
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
200
+
201
+ ### 第 147 次发布
202
+
203
+ 发布时间:2024-01-08 00:10:12
204
+
205
+ 本次发布包含了以下内容:
206
+
207
+ 改善已有的文档。
208
+
209
+ 修改接口:
210
+
211
+ * [CreateChannelOrganizationInfoChangeUrl](https://cloud.tencent.com/document/api/1420/99179)
212
+
213
+ * 新增入参:Endpoint
214
+
215
+
216
+
217
+
218
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
219
+
220
+
221
+
222
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
223
+
224
+ ### 第 23 次发布
225
+
226
+ 发布时间:2024-01-08 00:14:42
227
+
228
+ 本次发布包含了以下内容:
229
+
230
+ 改善已有的文档。
231
+
232
+ 修改数据结构:
233
+
234
+ * [PatientInfo](https://cloud.tencent.com/document/api/1314/56230#PatientInfo)
235
+
236
+
237
+
238
+
239
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
240
+
241
+ ### 第 69 次发布
242
+
243
+ 发布时间:2024-01-08 00:19:23
244
+
245
+ 本次发布包含了以下内容:
246
+
247
+ 改善已有的文档。
248
+
249
+ 修改数据结构:
250
+
251
+ * [RateLimitTemplateDetail](https://cloud.tencent.com/document/api/1552/80721#RateLimitTemplateDetail)
252
+
253
+ * <font color="#dd0000">**修改成员**:</font>ID, Action, PunishTime, Threshold, Period
254
+
255
+
256
+
257
+
258
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
259
+
260
+
261
+
262
+ ## 实时音视频(trtc) 版本:2019-07-22
263
+
264
+ ### 第 63 次发布
265
+
266
+ 发布时间:2024-01-08 00:21:01
267
+
268
+ 本次发布包含了以下内容:
269
+
270
+ 改善已有的文档。
271
+
272
+ 修改接口:
273
+
274
+ * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
275
+
276
+ * 新增入参:StreamUrl
277
+
278
+ * <font color="#dd0000">**修改入参**:</font>SourceUrl
279
+
280
+
281
+
282
+
1
283
  # Release 4.0.774
2
284
 
3
285
  ## 云防火墙(cfw) 版本:2019-09-04