tencentcloud-sdk-nodejs 4.0.817 → 4.0.818
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 +73 -0
- package/SERVICE_CHANGELOG.md +82 -52
- package/package.json +1 -1
- package/products.md +7 -7
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +30 -2
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/faceid/v20180301/faceid_models.ts +3 -2
- package/src/services/hai/v20230812/hai_models.ts +5 -0
- package/src/services/tag/v20180813/tag_models.ts +4 -4
- package/src/services/teo/v20220901/teo_models.ts +13 -3
- package/src/services/trtc/v20190722/trtc_client.ts +41 -3
- package/src/services/trtc/v20190722/trtc_models.ts +179 -68
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +30 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +3 -2
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +5 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +4 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +13 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +14 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +19 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +171 -67
- package/test/trtc.v20190722.test.js +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,76 @@
|
|
|
1
|
+
# Release 4.0.818
|
|
2
|
+
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
|
+
|
|
5
|
+
### 第 109 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-22 01:11:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeBanStatus](https://cloud.tencent.com/document/api/296/60944)
|
|
16
|
+
|
|
17
|
+
* 新增出参:OpenSmartMode
|
|
18
|
+
|
|
19
|
+
* [ModifyBanStatus](https://cloud.tencent.com/document/api/296/60942)
|
|
20
|
+
|
|
21
|
+
* 新增入参:OpenSmartMode
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
修改数据结构:
|
|
25
|
+
|
|
26
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
27
|
+
|
|
28
|
+
* 新增成员:AttackStatusDesc, BanExpiredTime
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
34
|
+
|
|
35
|
+
### 第 7 次发布
|
|
36
|
+
|
|
37
|
+
发布时间:2024-03-22 01:16:13
|
|
38
|
+
|
|
39
|
+
本次发布包含了以下内容:
|
|
40
|
+
|
|
41
|
+
改善已有的文档。
|
|
42
|
+
|
|
43
|
+
修改数据结构:
|
|
44
|
+
|
|
45
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
46
|
+
|
|
47
|
+
* 新增成员:OSType
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
53
|
+
|
|
54
|
+
### 第 67 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2024-03-22 01:25:05
|
|
57
|
+
|
|
58
|
+
本次发布包含了以下内容:
|
|
59
|
+
|
|
60
|
+
改善已有的文档。
|
|
61
|
+
|
|
62
|
+
新增接口:
|
|
63
|
+
|
|
64
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
65
|
+
* [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
|
|
66
|
+
* [StopWebRecord](https://cloud.tencent.com/document/api/647/104540)
|
|
67
|
+
|
|
68
|
+
新增数据结构:
|
|
69
|
+
|
|
70
|
+
* [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
1
74
|
# Release 4.0.817
|
|
2
75
|
|
|
3
76
|
## 云硬盘(cbs) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 109 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-22 01:11:57
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,91 +12,62 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:AutoRenewPeriod
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
15
|
+
* [DescribeBanStatus](https://cloud.tencent.com/document/api/296/60944)
|
|
23
16
|
|
|
24
|
-
|
|
17
|
+
* 新增出参:OpenSmartMode
|
|
25
18
|
|
|
26
|
-
|
|
19
|
+
* [ModifyBanStatus](https://cloud.tencent.com/document/api/296/60942)
|
|
27
20
|
|
|
28
|
-
|
|
21
|
+
* 新增入参:OpenSmartMode
|
|
29
22
|
|
|
30
|
-
改善已有的文档。
|
|
31
23
|
|
|
32
24
|
修改数据结构:
|
|
33
25
|
|
|
34
|
-
* [
|
|
26
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
35
27
|
|
|
36
|
-
* 新增成员:
|
|
28
|
+
* 新增成员:AttackStatusDesc, BanExpiredTime
|
|
37
29
|
|
|
38
30
|
|
|
39
31
|
|
|
40
32
|
|
|
41
|
-
##
|
|
33
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
42
34
|
|
|
43
|
-
### 第
|
|
35
|
+
### 第 7 次发布
|
|
44
36
|
|
|
45
|
-
发布时间:2024-03-
|
|
37
|
+
发布时间:2024-03-22 01:16:13
|
|
46
38
|
|
|
47
39
|
本次发布包含了以下内容:
|
|
48
40
|
|
|
49
41
|
改善已有的文档。
|
|
50
42
|
|
|
51
|
-
修改接口:
|
|
52
|
-
|
|
53
|
-
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
54
|
-
|
|
55
|
-
* [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
|
|
56
|
-
|
|
57
|
-
|
|
58
43
|
修改数据结构:
|
|
59
44
|
|
|
60
|
-
* [
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 云直播CSS(live) 版本:2018-08-01
|
|
66
|
-
|
|
67
|
-
### 第 121 次发布
|
|
68
|
-
|
|
69
|
-
发布时间:2024-03-21 01:19:47
|
|
70
|
-
|
|
71
|
-
本次发布包含了以下内容:
|
|
72
|
-
|
|
73
|
-
改善已有的文档。
|
|
74
|
-
|
|
75
|
-
修改接口:
|
|
76
|
-
|
|
77
|
-
* [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
|
|
45
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
78
46
|
|
|
79
|
-
*
|
|
47
|
+
* 新增成员:OSType
|
|
80
48
|
|
|
81
49
|
|
|
82
50
|
|
|
83
51
|
|
|
84
|
-
##
|
|
52
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
85
53
|
|
|
86
|
-
### 第
|
|
54
|
+
### 第 67 次发布
|
|
87
55
|
|
|
88
|
-
发布时间:2024-03-
|
|
56
|
+
发布时间:2024-03-22 01:25:05
|
|
89
57
|
|
|
90
58
|
本次发布包含了以下内容:
|
|
91
59
|
|
|
92
60
|
改善已有的文档。
|
|
93
61
|
|
|
94
|
-
|
|
62
|
+
新增接口:
|
|
95
63
|
|
|
96
|
-
* [
|
|
64
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
65
|
+
* [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
|
|
66
|
+
* [StopWebRecord](https://cloud.tencent.com/document/api/647/104540)
|
|
97
67
|
|
|
98
|
-
|
|
68
|
+
新增数据结构:
|
|
99
69
|
|
|
70
|
+
* [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
|
|
100
71
|
|
|
101
72
|
|
|
102
73
|
|
|
@@ -39728,6 +39699,32 @@
|
|
|
39728
39699
|
|
|
39729
39700
|
## 主机安全(cwp) 版本:2018-02-28
|
|
39730
39701
|
|
|
39702
|
+
### 第 109 次发布
|
|
39703
|
+
|
|
39704
|
+
发布时间:2024-03-22 01:11:57
|
|
39705
|
+
|
|
39706
|
+
本次发布包含了以下内容:
|
|
39707
|
+
|
|
39708
|
+
改善已有的文档。
|
|
39709
|
+
|
|
39710
|
+
修改接口:
|
|
39711
|
+
|
|
39712
|
+
* [DescribeBanStatus](https://cloud.tencent.com/document/api/296/60944)
|
|
39713
|
+
|
|
39714
|
+
* 新增出参:OpenSmartMode
|
|
39715
|
+
|
|
39716
|
+
* [ModifyBanStatus](https://cloud.tencent.com/document/api/296/60942)
|
|
39717
|
+
|
|
39718
|
+
* 新增入参:OpenSmartMode
|
|
39719
|
+
|
|
39720
|
+
|
|
39721
|
+
修改数据结构:
|
|
39722
|
+
|
|
39723
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
39724
|
+
|
|
39725
|
+
* 新增成员:AttackStatusDesc, BanExpiredTime
|
|
39726
|
+
|
|
39727
|
+
|
|
39731
39728
|
### 第 108 次发布
|
|
39732
39729
|
|
|
39733
39730
|
发布时间:2024-02-02 01:09:36
|
|
@@ -69830,6 +69827,21 @@
|
|
|
69830
69827
|
|
|
69831
69828
|
## 高性能应用服务(hai) 版本:2023-08-12
|
|
69832
69829
|
|
|
69830
|
+
### 第 7 次发布
|
|
69831
|
+
|
|
69832
|
+
发布时间:2024-03-22 01:16:13
|
|
69833
|
+
|
|
69834
|
+
本次发布包含了以下内容:
|
|
69835
|
+
|
|
69836
|
+
改善已有的文档。
|
|
69837
|
+
|
|
69838
|
+
修改数据结构:
|
|
69839
|
+
|
|
69840
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
69841
|
+
|
|
69842
|
+
* 新增成员:OSType
|
|
69843
|
+
|
|
69844
|
+
|
|
69833
69845
|
### 第 6 次发布
|
|
69834
69846
|
|
|
69835
69847
|
发布时间:2024-01-03 01:16:14
|
|
@@ -131807,6 +131819,24 @@
|
|
|
131807
131819
|
|
|
131808
131820
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
131809
131821
|
|
|
131822
|
+
### 第 67 次发布
|
|
131823
|
+
|
|
131824
|
+
发布时间:2024-03-22 01:25:05
|
|
131825
|
+
|
|
131826
|
+
本次发布包含了以下内容:
|
|
131827
|
+
|
|
131828
|
+
改善已有的文档。
|
|
131829
|
+
|
|
131830
|
+
新增接口:
|
|
131831
|
+
|
|
131832
|
+
* [[DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)](https://cloud.tencent.com/document/api/#/#)
|
|
131833
|
+
* [[StartWebRecord](https://cloud.tencent.com/document/api/647/104541)](https://cloud.tencent.com/document/api/#/#)
|
|
131834
|
+
* [[StopWebRecord](https://cloud.tencent.com/document/api/647/104540)](https://cloud.tencent.com/document/api/#/#)
|
|
131835
|
+
|
|
131836
|
+
新增数据结构:
|
|
131837
|
+
|
|
131838
|
+
* [[WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)](https://cloud.tencent.com/document/api/647/44055#[WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams))
|
|
131839
|
+
|
|
131810
131840
|
### 第 66 次发布
|
|
131811
131841
|
|
|
131812
131842
|
发布时间:2024-03-01 01:27:10
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-03-20 01:12:19 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-20 01:12:26 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-22 01:11:57 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-20 01:13:46 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-20 01:14:04 |
|
|
@@ -96,10 +96,10 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-20 01:16:19 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-20 01:16:27 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-22 01:15:20 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-20 01:16:49 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-22 01:15:45 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-20 01:17:14 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-03-20 01:17:33 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-03-20 01:17:36 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-03-20 01:17:37 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
185
185
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-03-20 01:24:09 |
|
|
186
186
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
|
|
187
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-
|
|
187
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
188
188
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
189
189
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-03-20 01:24:15 |
|
|
190
190
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-20 01:25:54 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-20 01:26:12 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
208
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-
|
|
208
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-22 01:23:38 |
|
|
209
209
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
210
210
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
211
211
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-20 01:29:00 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-20 01:29:06 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
227
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-
|
|
227
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-22 01:25:05 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-21 01:28:04 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.818"
|
|
@@ -8248,6 +8248,10 @@ export interface DescribeBanStatusResponse {
|
|
|
8248
8248
|
* 是否弹窗提示信息 false: 关闭,true: 开启
|
|
8249
8249
|
*/
|
|
8250
8250
|
ShowTips?: boolean
|
|
8251
|
+
/**
|
|
8252
|
+
* 是否开启智能过白模式
|
|
8253
|
+
*/
|
|
8254
|
+
OpenSmartMode?: boolean
|
|
8251
8255
|
/**
|
|
8252
8256
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8253
8257
|
*/
|
|
@@ -12362,9 +12366,13 @@ export interface CheckFirstScanBaselineResponse {
|
|
|
12362
12366
|
*/
|
|
12363
12367
|
export interface ModifyBanStatusRequest {
|
|
12364
12368
|
/**
|
|
12365
|
-
*
|
|
12369
|
+
* 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
|
|
12366
12370
|
*/
|
|
12367
12371
|
Status: number
|
|
12372
|
+
/**
|
|
12373
|
+
* 是否开启智能过白模式
|
|
12374
|
+
*/
|
|
12375
|
+
OpenSmartMode?: boolean
|
|
12368
12376
|
}
|
|
12369
12377
|
|
|
12370
12378
|
/**
|
|
@@ -29796,7 +29804,17 @@ export interface BruteAttackInfo {
|
|
|
29796
29804
|
*/
|
|
29797
29805
|
CreateTime?: string
|
|
29798
29806
|
/**
|
|
29799
|
-
*
|
|
29807
|
+
* 0 -不阻断(客户端版本不支持)
|
|
29808
|
+
1 -已阻断
|
|
29809
|
+
2 -阻断失败(程序异常)
|
|
29810
|
+
3 -不阻断(内网不阻断)
|
|
29811
|
+
4 -可用区不支持阻断
|
|
29812
|
+
10-阻断中
|
|
29813
|
+
81-不阻断(未开启阻断)
|
|
29814
|
+
82-不阻断(非专业版)
|
|
29815
|
+
83-不阻断(已加白名单)
|
|
29816
|
+
86-不阻断(系统白名单)
|
|
29817
|
+
87-不阻断(客户端离线)
|
|
29800
29818
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
29801
29819
|
*/
|
|
29802
29820
|
BanStatus?: number
|
|
@@ -29865,6 +29883,16 @@ export interface BruteAttackInfo {
|
|
|
29865
29883
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
29866
29884
|
*/
|
|
29867
29885
|
DataFrom?: number
|
|
29886
|
+
/**
|
|
29887
|
+
* 破解状态说明
|
|
29888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29889
|
+
*/
|
|
29890
|
+
AttackStatusDesc?: string
|
|
29891
|
+
/**
|
|
29892
|
+
* 阻断过期时间(仅阻断中事件有效)
|
|
29893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29894
|
+
*/
|
|
29895
|
+
BanExpiredTime?: string
|
|
29868
29896
|
}
|
|
29869
29897
|
|
|
29870
29898
|
/**
|
|
@@ -5502,6 +5502,10 @@ export interface ApproverInfo {
|
|
|
5502
5502
|
* 通知签署方经办人的方式, 有以下途径:
|
|
5503
5503
|
<ul><li> **sms** : (默认)短信</li>
|
|
5504
5504
|
<li> **none** : 不通知</li></ul>
|
|
5505
|
+
```
|
|
5506
|
+
注意:
|
|
5507
|
+
如果使用的是通过文件发起合同(CreateFlowByFiles),NotifyType必须 是 sms 才会发送短信
|
|
5508
|
+
```
|
|
5505
5509
|
*/
|
|
5506
5510
|
NotifyType?: string
|
|
5507
5511
|
/**
|
|
@@ -381,12 +381,13 @@ export interface DetectAuthRequest {
|
|
|
381
381
|
*/
|
|
382
382
|
TerminalType?: string
|
|
383
383
|
/**
|
|
384
|
-
*
|
|
384
|
+
* 身份标识(是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示)。
|
|
385
385
|
规则:a-z,A-Z,0-9组合。最长长度32位。
|
|
386
386
|
*/
|
|
387
387
|
IdCard?: string
|
|
388
388
|
/**
|
|
389
|
-
*
|
|
389
|
+
* 姓名。(是否必传基于[控制台](https://console.cloud.tencent.com/faceid/access)申请业务流程时配置的提示)。
|
|
390
|
+
最长长度32位。中文请使用UTF-8编码。
|
|
390
391
|
*/
|
|
391
392
|
Name?: string
|
|
392
393
|
/**
|
|
@@ -85,7 +85,7 @@ export interface DetachResourcesTagRequest {
|
|
|
85
85
|
*/
|
|
86
86
|
export interface GetTagValuesResponse {
|
|
87
87
|
/**
|
|
88
|
-
* 获取的下一页的Token
|
|
88
|
+
* 获取的下一页的Token值,如果当前是最后一页,返回为空
|
|
89
89
|
*/
|
|
90
90
|
PaginationToken?: string
|
|
91
91
|
/**
|
|
@@ -117,7 +117,7 @@ export interface AddProjectResponse {
|
|
|
117
117
|
*/
|
|
118
118
|
ProjectId?: number
|
|
119
119
|
/**
|
|
120
|
-
*
|
|
120
|
+
* 是否为新项目,1是新项目,0不是新项目
|
|
121
121
|
*/
|
|
122
122
|
IsNew?: number
|
|
123
123
|
/**
|
|
@@ -650,7 +650,7 @@ export interface DescribeResourceTagsByResourceIdsResponse {
|
|
|
650
650
|
*/
|
|
651
651
|
export interface GetTagsResponse {
|
|
652
652
|
/**
|
|
653
|
-
* 获取的下一页的Token
|
|
653
|
+
* 获取的下一页的Token值,如果当前是最后一页,返回为空
|
|
654
654
|
*/
|
|
655
655
|
PaginationToken?: string
|
|
656
656
|
/**
|
|
@@ -1228,7 +1228,7 @@ export interface UpdateResourceTagValueRequest {
|
|
|
1228
1228
|
*/
|
|
1229
1229
|
export interface GetTagKeysResponse {
|
|
1230
1230
|
/**
|
|
1231
|
-
* 获取的下一页的Token
|
|
1231
|
+
* 获取的下一页的Token值,如果当前是最后一页,返回为空
|
|
1232
1232
|
*/
|
|
1233
1233
|
PaginationToken?: string
|
|
1234
1234
|
/**
|
|
@@ -2704,11 +2704,17 @@ export interface ModifySecurityPolicyRequest {
|
|
|
2704
2704
|
*/
|
|
2705
2705
|
SecurityConfig: SecurityConfig
|
|
2706
2706
|
/**
|
|
2707
|
-
*
|
|
2707
|
+
* 子域名/应用名。
|
|
2708
|
+
|
|
2709
|
+
注意:当同时指定本参数和 TemplateId 参数时,本参数不生效。请勿同时指定本参数和 TemplateId 参数。
|
|
2708
2710
|
*/
|
|
2709
2711
|
Entity?: string
|
|
2710
2712
|
/**
|
|
2711
|
-
*
|
|
2713
|
+
* 指定模板策略 ID,或指定站点全局策略。
|
|
2714
|
+
- 如需配置策略模板,请指定策略模板 ID。
|
|
2715
|
+
- 如需配置站点全局策略,请使用 @ZoneLevel@Domain 参数值
|
|
2716
|
+
|
|
2717
|
+
注意:当使用本参数时,Entity 参数不生效。请勿同时使用本参数和 Entity 参数。
|
|
2712
2718
|
*/
|
|
2713
2719
|
TemplateId?: string
|
|
2714
2720
|
}
|
|
@@ -8442,7 +8448,11 @@ export interface BindSecurityTemplateToEntityRequest {
|
|
|
8442
8448
|
*/
|
|
8443
8449
|
Operate: string
|
|
8444
8450
|
/**
|
|
8445
|
-
* 指定绑定或解绑的策略模板 ID
|
|
8451
|
+
* 指定绑定或解绑的策略模板 ID 或站点全局策略
|
|
8452
|
+
- 如需绑定至策略模板,或从策略模板解绑,请指定策略模板 ID。
|
|
8453
|
+
- 如需绑定至站点全局策略,或从站点全局策略解绑,请使用 @ZoneLevel@domain 参数值。
|
|
8454
|
+
|
|
8455
|
+
注意:解绑后,域名将使用独立策略,并单独计算规则配额,请确保解绑前套餐规则配额充足。
|
|
8446
8456
|
*/
|
|
8447
8457
|
TemplateId: string
|
|
8448
8458
|
/**
|
|
@@ -33,16 +33,18 @@ import {
|
|
|
33
33
|
AbnormalEvent,
|
|
34
34
|
ScaleInfomation,
|
|
35
35
|
DescribeTRTCRealTimeScaleMetricDataRequest,
|
|
36
|
+
StopWebRecordRequest,
|
|
36
37
|
VideoEncodeParams,
|
|
37
38
|
DescribeUserEventResponse,
|
|
38
39
|
VideoEncode,
|
|
39
|
-
LayoutParams,
|
|
40
40
|
StopMCUMixTranscodeByStrRoomIdResponse,
|
|
41
41
|
PictureInfo,
|
|
42
42
|
DescribeCallDetailInfoRequest,
|
|
43
43
|
DescribeTRTCMarketScaleDataResponse,
|
|
44
44
|
ModifyPictureRequest,
|
|
45
|
+
DescribeWebRecordResponse,
|
|
45
46
|
DescribeUserInfoRequest,
|
|
47
|
+
DescribeTRTCMarketQualityDataResponse,
|
|
46
48
|
DescribeRelayUsageRequest,
|
|
47
49
|
WaterMarkParams,
|
|
48
50
|
DescribeRecordStatisticResponse,
|
|
@@ -52,6 +54,7 @@ import {
|
|
|
52
54
|
TimeValue,
|
|
53
55
|
DismissRoomByStrRoomIdRequest,
|
|
54
56
|
DescribeTRTCMarketQualityMetricDataRequest,
|
|
57
|
+
DescribeWebRecordRequest,
|
|
55
58
|
DescribeTRTCRealTimeScaleDataResponse,
|
|
56
59
|
DescribeRecordStatisticRequest,
|
|
57
60
|
DescribeRoomInfoRequest,
|
|
@@ -65,7 +68,7 @@ import {
|
|
|
65
68
|
DescribeStreamIngestResponse,
|
|
66
69
|
MixTranscodeParams,
|
|
67
70
|
StopStreamIngestRequest,
|
|
68
|
-
|
|
71
|
+
DescribeTRTCRealTimeQualityDataRequest,
|
|
69
72
|
SmallVideoLayoutParams,
|
|
70
73
|
SubscribeStreamUserIds,
|
|
71
74
|
WaterMarkImage,
|
|
@@ -82,6 +85,7 @@ import {
|
|
|
82
85
|
RemoveUserByStrRoomIdResponse,
|
|
83
86
|
DescribeTRTCRealTimeScaleMetricDataResponse,
|
|
84
87
|
StartMCUMixTranscodeRequest,
|
|
88
|
+
WebRecordVideoParams,
|
|
85
89
|
McuWaterMarkImage,
|
|
86
90
|
StartPublishCdnStreamResponse,
|
|
87
91
|
TrtcUsage,
|
|
@@ -109,7 +113,8 @@ import {
|
|
|
109
113
|
TencentVod,
|
|
110
114
|
McuPassThrough,
|
|
111
115
|
DescribeTRTCRealTimeQualityMetricDataResponse,
|
|
112
|
-
|
|
116
|
+
LayoutParams,
|
|
117
|
+
StartWebRecordResponse,
|
|
113
118
|
RecordUsage,
|
|
114
119
|
CreateCloudRecordingRequest,
|
|
115
120
|
OutputParams,
|
|
@@ -146,8 +151,10 @@ import {
|
|
|
146
151
|
EventMessage,
|
|
147
152
|
DescribeTRTCMarketQualityDataRequest,
|
|
148
153
|
UpdatePublishCdnStreamRequest,
|
|
154
|
+
StartWebRecordRequest,
|
|
149
155
|
MaxVideoUser,
|
|
150
156
|
AgentParams,
|
|
157
|
+
StopWebRecordResponse,
|
|
151
158
|
DeletePictureRequest,
|
|
152
159
|
McuSeiParams,
|
|
153
160
|
UpdatePublishCdnStreamResponse,
|
|
@@ -227,6 +234,16 @@ networkDelay :网络延迟率。
|
|
|
227
234
|
return this.request("DescribeTRTCMarketQualityMetricData", req, cb)
|
|
228
235
|
}
|
|
229
236
|
|
|
237
|
+
/**
|
|
238
|
+
* 查询页面录制任务
|
|
239
|
+
*/
|
|
240
|
+
async DescribeWebRecord(
|
|
241
|
+
req: DescribeWebRecordRequest,
|
|
242
|
+
cb?: (error: string, rep: DescribeWebRecordResponse) => void
|
|
243
|
+
): Promise<DescribeWebRecordResponse> {
|
|
244
|
+
return this.request("DescribeWebRecord", req, cb)
|
|
245
|
+
}
|
|
246
|
+
|
|
230
247
|
/**
|
|
231
248
|
* TRTC房间中可能会同时存在多路音视频流,您可以通过混流转推API,通知腾讯云服务端将同个房间或者多个房间的多路视频画面混合到一起,并指定每一路画面的位置,同时将多路声音进行混音,最终形成一路音视频流,以便用于录制和直播观看,同时可以支持将这一路音视频的混流回推到TRTC房间内部。
|
|
232
249
|
|
|
@@ -515,6 +532,17 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
|
|
|
515
532
|
return this.request("DescribeUserEvent", req, cb)
|
|
516
533
|
}
|
|
517
534
|
|
|
535
|
+
/**
|
|
536
|
+
* 通过此接口可以发起 WEB 页面录制任务,在接口参数中指定录制 URL,录制分辨率,录制结果存储等参数。
|
|
537
|
+
因为参数或API逻辑问题会立即返回结果。而因为页面问题,如页面无法访问,会在回调中返回结果,请关注。
|
|
538
|
+
*/
|
|
539
|
+
async StartWebRecord(
|
|
540
|
+
req: StartWebRecordRequest,
|
|
541
|
+
cb?: (error: string, rep: StartWebRecordResponse) => void
|
|
542
|
+
): Promise<StartWebRecordResponse> {
|
|
543
|
+
return this.request("StartWebRecord", req, cb)
|
|
544
|
+
}
|
|
545
|
+
|
|
518
546
|
/**
|
|
519
547
|
* 接口说明:启动云端混流,并指定混流画面中各路画面的布局位置。
|
|
520
548
|
|
|
@@ -562,6 +590,16 @@ peakCurrentUsers:峰值同时在线人数。
|
|
|
562
590
|
return this.request("DescribeTRTCMarketScaleData", req, cb)
|
|
563
591
|
}
|
|
564
592
|
|
|
593
|
+
/**
|
|
594
|
+
* 停止页面录制任务
|
|
595
|
+
*/
|
|
596
|
+
async StopWebRecord(
|
|
597
|
+
req: StopWebRecordRequest,
|
|
598
|
+
cb?: (error: string, rep: StopWebRecordResponse) => void
|
|
599
|
+
): Promise<StopWebRecordResponse> {
|
|
600
|
+
return this.request("StopWebRecord", req, cb)
|
|
601
|
+
}
|
|
602
|
+
|
|
565
603
|
/**
|
|
566
604
|
* 接口说明:
|
|
567
605
|
启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面混流一路。
|