tencentcloud-sdk-nodejs 4.0.395 → 4.0.398
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 +373 -0
- package/SERVICE_CHANGELOG.md +234 -43
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +181 -57
- package/src/services/bma/v20210624/bma_models.ts +650 -20
- package/src/services/cat/v20180409/cat_client.ts +15 -2
- package/src/services/cat/v20180409/cat_models.ts +222 -90
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/irp/v20220324/irp_models.ts +18 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tem/v20210701/tem_client.ts +17 -2
- package/src/services/tem/v20210701/tem_models.ts +536 -33
- package/src/services/tke/v20180525/tke_models.ts +27 -4
- package/src/services/trtc/v20190722/trtc_client.ts +130 -57
- package/src/services/trtc/v20190722/trtc_models.ts +1532 -900
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +61 -21
- package/tencentcloud/services/bma/v20210624/bma_client.js +90 -30
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +533 -6
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +193 -79
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/irp/v20220324/irp_models.d.ts +17 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +448 -29
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +28 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +35 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1365 -828
- package/test/bma.v20210624.test.js +120 -20
- package/test/cat.v20180409.test.js +10 -0
- package/test/tem.v20210701.test.js +10 -0
- package/test/trtc.v20190722.test.js +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,376 @@
|
|
|
1
|
+
# Release 4.0.398
|
|
2
|
+
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
|
+
|
|
5
|
+
### 第 4 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-02 06:05:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
16
|
+
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
17
|
+
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
18
|
+
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
19
|
+
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
20
|
+
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
21
|
+
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
22
|
+
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
23
|
+
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
24
|
+
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
25
|
+
|
|
26
|
+
新增数据结构:
|
|
27
|
+
|
|
28
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
29
|
+
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
30
|
+
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
31
|
+
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
36
|
+
|
|
37
|
+
### 第 11 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2022-08-02 06:06:56
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
新增接口:
|
|
46
|
+
|
|
47
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
48
|
+
|
|
49
|
+
新增数据结构:
|
|
50
|
+
|
|
51
|
+
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
56
|
+
|
|
57
|
+
### 第 6 次发布
|
|
58
|
+
|
|
59
|
+
发布时间:2022-08-02 06:31:39
|
|
60
|
+
|
|
61
|
+
本次发布包含了以下内容:
|
|
62
|
+
|
|
63
|
+
改善已有的文档。
|
|
64
|
+
|
|
65
|
+
修改数据结构:
|
|
66
|
+
|
|
67
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
68
|
+
|
|
69
|
+
* 新增成员:SubnetIds
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
75
|
+
|
|
76
|
+
### 第 22 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2022-08-02 06:33:46
|
|
79
|
+
|
|
80
|
+
本次发布包含了以下内容:
|
|
81
|
+
|
|
82
|
+
改善已有的文档。
|
|
83
|
+
|
|
84
|
+
新增接口:
|
|
85
|
+
|
|
86
|
+
* [DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)
|
|
87
|
+
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
91
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
92
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
101
|
+
|
|
102
|
+
### 第 114 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-08-02 06:35:11
|
|
105
|
+
|
|
106
|
+
本次发布包含了以下内容:
|
|
107
|
+
|
|
108
|
+
改善已有的文档。
|
|
109
|
+
|
|
110
|
+
修改接口:
|
|
111
|
+
|
|
112
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
113
|
+
|
|
114
|
+
* 新增入参:ScriptVersion
|
|
115
|
+
|
|
116
|
+
* 新增出参:ScriptVersion
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
修改数据结构:
|
|
120
|
+
|
|
121
|
+
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
122
|
+
|
|
123
|
+
* 新增成员:Runtime, ProxyMode
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
129
|
+
|
|
130
|
+
### 第 36 次发布
|
|
131
|
+
|
|
132
|
+
发布时间:2022-08-02 06:36:18
|
|
133
|
+
|
|
134
|
+
本次发布包含了以下内容:
|
|
135
|
+
|
|
136
|
+
改善已有的文档。
|
|
137
|
+
|
|
138
|
+
新增接口:
|
|
139
|
+
|
|
140
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
141
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
142
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
143
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
144
|
+
|
|
145
|
+
新增数据结构:
|
|
146
|
+
|
|
147
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
148
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
149
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
150
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
151
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
152
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
153
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
154
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
155
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
156
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
157
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
158
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
159
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
160
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
# Release 4.0.397
|
|
165
|
+
|
|
166
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
167
|
+
|
|
168
|
+
### 第 96 次发布
|
|
169
|
+
|
|
170
|
+
发布时间:2022-08-01 11:27:47
|
|
171
|
+
|
|
172
|
+
本次发布包含了以下内容:
|
|
173
|
+
|
|
174
|
+
改善已有的文档。
|
|
175
|
+
|
|
176
|
+
新增接口:
|
|
177
|
+
|
|
178
|
+
* [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
183
|
+
|
|
184
|
+
### 第 26 次发布
|
|
185
|
+
|
|
186
|
+
发布时间:2022-08-01 11:31:08
|
|
187
|
+
|
|
188
|
+
本次发布包含了以下内容:
|
|
189
|
+
|
|
190
|
+
改善已有的文档。
|
|
191
|
+
|
|
192
|
+
修改数据结构:
|
|
193
|
+
|
|
194
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
195
|
+
|
|
196
|
+
* 新增成员:FilenameMode
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
202
|
+
|
|
203
|
+
### 第 8 次发布
|
|
204
|
+
|
|
205
|
+
发布时间:2022-08-01 11:48:13
|
|
206
|
+
|
|
207
|
+
本次发布包含了以下内容:
|
|
208
|
+
|
|
209
|
+
改善已有的文档。
|
|
210
|
+
|
|
211
|
+
修改数据结构:
|
|
212
|
+
|
|
213
|
+
* [PrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55947#PrivateZoneRecord)
|
|
214
|
+
|
|
215
|
+
* 新增成员:Enabled
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
221
|
+
|
|
222
|
+
### 第 85 次发布
|
|
223
|
+
|
|
224
|
+
发布时间:2022-08-01 11:52:06
|
|
225
|
+
|
|
226
|
+
本次发布包含了以下内容:
|
|
227
|
+
|
|
228
|
+
改善已有的文档。
|
|
229
|
+
|
|
230
|
+
新增接口:
|
|
231
|
+
|
|
232
|
+
* [DescribeBaasPackageList](https://cloud.tencent.com/document/api/876/78167)
|
|
233
|
+
|
|
234
|
+
新增数据结构:
|
|
235
|
+
|
|
236
|
+
* [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
241
|
+
|
|
242
|
+
### 第 21 次发布
|
|
243
|
+
|
|
244
|
+
发布时间:2022-08-01 11:54:48
|
|
245
|
+
|
|
246
|
+
本次发布包含了以下内容:
|
|
247
|
+
|
|
248
|
+
改善已有的文档。
|
|
249
|
+
|
|
250
|
+
新增接口:
|
|
251
|
+
|
|
252
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
253
|
+
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
254
|
+
|
|
255
|
+
新增数据结构:
|
|
256
|
+
|
|
257
|
+
* [NamespaceStatusInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceStatusInfo)
|
|
258
|
+
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
259
|
+
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
260
|
+
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
261
|
+
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
# Release 4.0.396
|
|
270
|
+
|
|
271
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
272
|
+
|
|
273
|
+
### 第 96 次发布
|
|
274
|
+
|
|
275
|
+
发布时间:2022-08-01 11:27:47
|
|
276
|
+
|
|
277
|
+
本次发布包含了以下内容:
|
|
278
|
+
|
|
279
|
+
改善已有的文档。
|
|
280
|
+
|
|
281
|
+
新增接口:
|
|
282
|
+
|
|
283
|
+
* [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
288
|
+
|
|
289
|
+
### 第 26 次发布
|
|
290
|
+
|
|
291
|
+
发布时间:2022-08-01 11:31:08
|
|
292
|
+
|
|
293
|
+
本次发布包含了以下内容:
|
|
294
|
+
|
|
295
|
+
改善已有的文档。
|
|
296
|
+
|
|
297
|
+
修改数据结构:
|
|
298
|
+
|
|
299
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
300
|
+
|
|
301
|
+
* 新增成员:FilenameMode
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
307
|
+
|
|
308
|
+
### 第 8 次发布
|
|
309
|
+
|
|
310
|
+
发布时间:2022-08-01 11:48:13
|
|
311
|
+
|
|
312
|
+
本次发布包含了以下内容:
|
|
313
|
+
|
|
314
|
+
改善已有的文档。
|
|
315
|
+
|
|
316
|
+
修改数据结构:
|
|
317
|
+
|
|
318
|
+
* [PrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55947#PrivateZoneRecord)
|
|
319
|
+
|
|
320
|
+
* 新增成员:Enabled
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
326
|
+
|
|
327
|
+
### 第 85 次发布
|
|
328
|
+
|
|
329
|
+
发布时间:2022-08-01 11:52:06
|
|
330
|
+
|
|
331
|
+
本次发布包含了以下内容:
|
|
332
|
+
|
|
333
|
+
改善已有的文档。
|
|
334
|
+
|
|
335
|
+
新增接口:
|
|
336
|
+
|
|
337
|
+
* [DescribeBaasPackageList](https://cloud.tencent.com/document/api/876/78167)
|
|
338
|
+
|
|
339
|
+
新增数据结构:
|
|
340
|
+
|
|
341
|
+
* [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
346
|
+
|
|
347
|
+
### 第 21 次发布
|
|
348
|
+
|
|
349
|
+
发布时间:2022-08-01 11:54:48
|
|
350
|
+
|
|
351
|
+
本次发布包含了以下内容:
|
|
352
|
+
|
|
353
|
+
改善已有的文档。
|
|
354
|
+
|
|
355
|
+
新增接口:
|
|
356
|
+
|
|
357
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
358
|
+
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
359
|
+
|
|
360
|
+
新增数据结构:
|
|
361
|
+
|
|
362
|
+
* [NamespaceStatusInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceStatusInfo)
|
|
363
|
+
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
364
|
+
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
365
|
+
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
366
|
+
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
1
374
|
# Release 4.0.395
|
|
2
375
|
|
|
3
376
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|