tencentcloud-sdk-nodejs 4.0.551 → 4.0.552
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 +112 -0
- package/SERVICE_CHANGELOG.md +125 -127
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +4 -0
- package/src/services/bma/v20221115/bma_models.ts +6 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/ess/v20201111/ess_client.ts +40 -2
- package/src/services/ess/v20201111/ess_models.ts +292 -92
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +61 -53
- package/src/services/gme/v20180711/gme_client.ts +130 -67
- package/src/services/gme/v20180711/gme_models.ts +1040 -813
- package/src/services/trtc/v20190722/trtc_client.ts +3 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +251 -80
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +60 -53
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +26 -5
- package/tencentcloud/services/gme/v20180711/gme_client.js +37 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +978 -783
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
- package/test/ess.v20201111.test.js +30 -0
- package/test/gme.v20180711.test.js +54 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,115 @@
|
|
|
1
|
+
# Release 4.0.552
|
|
2
|
+
|
|
3
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
4
|
+
|
|
5
|
+
### 第 5 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-03-06 01:04:17
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
16
|
+
|
|
17
|
+
* 新增成员:Snapshot
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
27
|
+
|
|
28
|
+
### 第 48 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2023-03-06 01:20:52
|
|
31
|
+
|
|
32
|
+
本次发布包含了以下内容:
|
|
33
|
+
|
|
34
|
+
改善已有的文档。
|
|
35
|
+
|
|
36
|
+
新增接口:
|
|
37
|
+
|
|
38
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
|
39
|
+
* [DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)
|
|
40
|
+
* [DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)
|
|
41
|
+
|
|
42
|
+
新增数据结构:
|
|
43
|
+
|
|
44
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
45
|
+
* [UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
50
|
+
|
|
51
|
+
### 第 65 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2023-03-03 17:35:43
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改数据结构:
|
|
60
|
+
|
|
61
|
+
* [ProxyOrganizationOperator](https://cloud.tencent.com/document/api/1420/61525#ProxyOrganizationOperator)
|
|
62
|
+
|
|
63
|
+
* 新增成员:DefaultRole
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
73
|
+
|
|
74
|
+
### 第 31 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2023-03-06 01:22:24
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
新增接口:
|
|
83
|
+
|
|
84
|
+
* [DescribeRecordInfo](https://cloud.tencent.com/document/api/607/87793)
|
|
85
|
+
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)
|
|
86
|
+
* [ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)
|
|
87
|
+
* [StartRecord](https://cloud.tencent.com/document/api/607/87790)
|
|
88
|
+
* [StopRecord](https://cloud.tencent.com/document/api/607/87789)
|
|
89
|
+
|
|
90
|
+
新增数据结构:
|
|
91
|
+
|
|
92
|
+
* [RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)
|
|
93
|
+
* [SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
98
|
+
|
|
99
|
+
### 第 48 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2023-03-06 02:10:52
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
108
|
+
|
|
109
|
+
* DescribeExternalTrtcMeasure
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
1
113
|
# Release 4.0.551
|
|
2
114
|
|
|
3
115
|
## 负载均衡(clb) 版本:2018-03-17
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 83 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-03-03 01:09:04
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [LoadBalancerTraffic](https://cloud.tencent.com/document/api/214/30694#LoadBalancerTraffic)
|
|
16
|
-
|
|
17
|
-
* 新增成员:Domain
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
3
|
+
## 品牌经营管家(bma) 版本:2022-11-15
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 5 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2023-03-
|
|
7
|
+
发布时间:2023-03-06 01:04:17
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,166 +12,101 @@
|
|
|
31
12
|
|
|
32
13
|
修改数据结构:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增成员:MasterZone, SlaveZones
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 密钥管理系统(kms) 版本:2019-01-18
|
|
42
|
-
|
|
43
|
-
### 第 19 次发布
|
|
44
|
-
|
|
45
|
-
发布时间:2023-03-03 01:26:52
|
|
46
|
-
|
|
47
|
-
本次发布包含了以下内容:
|
|
15
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
48
16
|
|
|
49
|
-
|
|
17
|
+
* 新增成员:Snapshot
|
|
50
18
|
|
|
51
|
-
修改接口:
|
|
52
19
|
|
|
53
|
-
* [GetServiceStatus](https://cloud.tencent.com/document/api/573/34417)
|
|
54
20
|
|
|
55
|
-
* 新增出参:SubscriptionInfo
|
|
56
21
|
|
|
22
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
57
23
|
|
|
58
24
|
|
|
59
25
|
|
|
60
|
-
##
|
|
26
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
61
27
|
|
|
62
|
-
### 第
|
|
28
|
+
### 第 48 次发布
|
|
63
29
|
|
|
64
|
-
发布时间:2023-03-
|
|
30
|
+
发布时间:2023-03-06 01:20:52
|
|
65
31
|
|
|
66
32
|
本次发布包含了以下内容:
|
|
67
33
|
|
|
68
34
|
改善已有的文档。
|
|
69
35
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
* [DescribePrometheusConfig](https://cloud.tencent.com/document/api/248/85705)
|
|
73
|
-
|
|
74
|
-
* 新增出参:Config, ServiceMonitors, PodMonitors, RawJobs
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### 第 76 次发布
|
|
78
|
-
|
|
79
|
-
发布时间:2023-03-02 10:45:52
|
|
80
|
-
|
|
81
|
-
本次发布包含了以下内容:
|
|
36
|
+
新增接口:
|
|
82
37
|
|
|
83
|
-
|
|
38
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
|
39
|
+
* [DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)
|
|
40
|
+
* [DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)
|
|
84
41
|
|
|
85
42
|
新增数据结构:
|
|
86
43
|
|
|
87
|
-
* [
|
|
88
|
-
|
|
89
|
-
修改数据结构:
|
|
90
|
-
|
|
91
|
-
* [AlarmPolicyCondition](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyCondition)
|
|
44
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
45
|
+
* [UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)
|
|
92
46
|
|
|
93
|
-
* 新增成员:ComplexExpression
|
|
94
47
|
|
|
95
|
-
* [DescribePolicyConditionListCondition](https://cloud.tencent.com/document/api/248/30354#DescribePolicyConditionListCondition)
|
|
96
|
-
|
|
97
|
-
* 新增成员:DeprecatingInfo
|
|
98
48
|
|
|
49
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
99
50
|
|
|
51
|
+
### 第 65 次发布
|
|
100
52
|
|
|
101
|
-
|
|
102
|
-
## 云数据库Redis(redis) 版本:2018-04-12
|
|
103
|
-
|
|
104
|
-
### 第 61 次发布
|
|
105
|
-
|
|
106
|
-
发布时间:2023-03-03 01:39:15
|
|
53
|
+
发布时间:2023-03-03 17:35:43
|
|
107
54
|
|
|
108
55
|
本次发布包含了以下内容:
|
|
109
56
|
|
|
110
57
|
改善已有的文档。
|
|
111
58
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
* [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/239/87742)
|
|
115
|
-
* [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/239/87741)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
59
|
+
修改数据结构:
|
|
120
60
|
|
|
121
|
-
|
|
61
|
+
* [ProxyOrganizationOperator](https://cloud.tencent.com/document/api/1420/61525#ProxyOrganizationOperator)
|
|
122
62
|
|
|
123
|
-
|
|
63
|
+
* 新增成员:DefaultRole
|
|
124
64
|
|
|
125
|
-
本次发布包含了以下内容:
|
|
126
65
|
|
|
127
|
-
改善已有的文档。
|
|
128
66
|
|
|
129
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
130
67
|
|
|
131
|
-
|
|
68
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
132
69
|
|
|
133
70
|
|
|
134
71
|
|
|
135
|
-
##
|
|
72
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
136
73
|
|
|
137
|
-
### 第
|
|
74
|
+
### 第 31 次发布
|
|
138
75
|
|
|
139
|
-
发布时间:2023-03-
|
|
76
|
+
发布时间:2023-03-06 01:22:24
|
|
140
77
|
|
|
141
78
|
本次发布包含了以下内容:
|
|
142
79
|
|
|
143
80
|
改善已有的文档。
|
|
144
81
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
* [McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)
|
|
148
|
-
|
|
149
|
-
* 新增成员:Interval, FollowIdr
|
|
150
|
-
|
|
151
|
-
* [McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)
|
|
152
|
-
|
|
153
|
-
* 新增成员:Interval, FollowIdr
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## 云点播(vod) 版本:2018-07-17
|
|
159
|
-
|
|
160
|
-
### 第 143 次发布
|
|
161
|
-
|
|
162
|
-
发布时间:2023-03-03 01:59:32
|
|
163
|
-
|
|
164
|
-
本次发布包含了以下内容:
|
|
82
|
+
新增接口:
|
|
165
83
|
|
|
166
|
-
|
|
84
|
+
* [DescribeRecordInfo](https://cloud.tencent.com/document/api/607/87793)
|
|
85
|
+
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)
|
|
86
|
+
* [ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)
|
|
87
|
+
* [StartRecord](https://cloud.tencent.com/document/api/607/87790)
|
|
88
|
+
* [StopRecord](https://cloud.tencent.com/document/api/607/87789)
|
|
167
89
|
|
|
168
90
|
新增数据结构:
|
|
169
91
|
|
|
170
|
-
* [
|
|
171
|
-
|
|
172
|
-
修改数据结构:
|
|
173
|
-
|
|
174
|
-
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
175
|
-
|
|
176
|
-
* 新增成员:SubStreamSet
|
|
177
|
-
|
|
92
|
+
* [RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)
|
|
93
|
+
* [SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)
|
|
178
94
|
|
|
179
95
|
|
|
180
96
|
|
|
181
|
-
##
|
|
97
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
182
98
|
|
|
183
|
-
### 第
|
|
99
|
+
### 第 48 次发布
|
|
184
100
|
|
|
185
|
-
发布时间:2023-03-
|
|
101
|
+
发布时间:2023-03-06 02:10:52
|
|
186
102
|
|
|
187
103
|
本次发布包含了以下内容:
|
|
188
104
|
|
|
189
105
|
改善已有的文档。
|
|
190
106
|
|
|
191
|
-
|
|
107
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
192
108
|
|
|
193
|
-
*
|
|
109
|
+
* DescribeExternalTrtcMeasure
|
|
194
110
|
|
|
195
111
|
|
|
196
112
|
|
|
@@ -8818,6 +8734,21 @@
|
|
|
8818
8734
|
|
|
8819
8735
|
## 品牌经营管家(bma) 版本:2022-11-15
|
|
8820
8736
|
|
|
8737
|
+
### 第 5 次发布
|
|
8738
|
+
|
|
8739
|
+
发布时间:2023-03-06 01:04:17
|
|
8740
|
+
|
|
8741
|
+
本次发布包含了以下内容:
|
|
8742
|
+
|
|
8743
|
+
改善已有的文档。
|
|
8744
|
+
|
|
8745
|
+
修改数据结构:
|
|
8746
|
+
|
|
8747
|
+
* [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
|
|
8748
|
+
|
|
8749
|
+
* 新增成员:Snapshot
|
|
8750
|
+
|
|
8751
|
+
|
|
8821
8752
|
### 第 4 次发布
|
|
8822
8753
|
|
|
8823
8754
|
发布时间:2023-02-23 14:35:55
|
|
@@ -44101,6 +44032,25 @@
|
|
|
44101
44032
|
|
|
44102
44033
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
44103
44034
|
|
|
44035
|
+
### 第 48 次发布
|
|
44036
|
+
|
|
44037
|
+
发布时间:2023-03-06 01:20:52
|
|
44038
|
+
|
|
44039
|
+
本次发布包含了以下内容:
|
|
44040
|
+
|
|
44041
|
+
改善已有的文档。
|
|
44042
|
+
|
|
44043
|
+
新增接口:
|
|
44044
|
+
|
|
44045
|
+
* [[CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)](https://cloud.tencent.com/document/api/#/#)
|
|
44046
|
+
* [[DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)](https://cloud.tencent.com/document/api/#/#)
|
|
44047
|
+
* [[DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)](https://cloud.tencent.com/document/api/#/#)
|
|
44048
|
+
|
|
44049
|
+
新增数据结构:
|
|
44050
|
+
|
|
44051
|
+
* [[AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)](https://cloud.tencent.com/document/api/1323/70369#[AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig))
|
|
44052
|
+
* [[UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)](https://cloud.tencent.com/document/api/1323/70369#[UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor))
|
|
44053
|
+
|
|
44104
44054
|
### 第 47 次发布
|
|
44105
44055
|
|
|
44106
44056
|
发布时间:2023-03-02 01:21:05
|
|
@@ -45021,6 +44971,21 @@
|
|
|
45021
44971
|
|
|
45022
44972
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
45023
44973
|
|
|
44974
|
+
### 第 65 次发布
|
|
44975
|
+
|
|
44976
|
+
发布时间:2023-03-03 17:35:43
|
|
44977
|
+
|
|
44978
|
+
本次发布包含了以下内容:
|
|
44979
|
+
|
|
44980
|
+
改善已有的文档。
|
|
44981
|
+
|
|
44982
|
+
修改数据结构:
|
|
44983
|
+
|
|
44984
|
+
* [ProxyOrganizationOperator](https://cloud.tencent.com/document/api/1420/61525#ProxyOrganizationOperator)
|
|
44985
|
+
|
|
44986
|
+
* 新增成员:DefaultRole
|
|
44987
|
+
|
|
44988
|
+
|
|
45024
44989
|
### 第 64 次发布
|
|
45025
44990
|
|
|
45026
44991
|
发布时间:2023-02-15 17:31:06
|
|
@@ -48613,6 +48578,27 @@
|
|
|
48613
48578
|
|
|
48614
48579
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
48615
48580
|
|
|
48581
|
+
### 第 31 次发布
|
|
48582
|
+
|
|
48583
|
+
发布时间:2023-03-06 01:22:24
|
|
48584
|
+
|
|
48585
|
+
本次发布包含了以下内容:
|
|
48586
|
+
|
|
48587
|
+
改善已有的文档。
|
|
48588
|
+
|
|
48589
|
+
新增接口:
|
|
48590
|
+
|
|
48591
|
+
* [[DescribeRecordInfo](https://cloud.tencent.com/document/api/607/87793)](https://cloud.tencent.com/document/api/#/#)
|
|
48592
|
+
* [[DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)](https://cloud.tencent.com/document/api/#/#)
|
|
48593
|
+
* [[ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)](https://cloud.tencent.com/document/api/#/#)
|
|
48594
|
+
* [[StartRecord](https://cloud.tencent.com/document/api/607/87790)](https://cloud.tencent.com/document/api/#/#)
|
|
48595
|
+
* [[StopRecord](https://cloud.tencent.com/document/api/607/87789)](https://cloud.tencent.com/document/api/#/#)
|
|
48596
|
+
|
|
48597
|
+
新增数据结构:
|
|
48598
|
+
|
|
48599
|
+
* [[RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)](https://cloud.tencent.com/document/api/607/35375#[RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo))
|
|
48600
|
+
* [[SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)](https://cloud.tencent.com/document/api/607/35375#[SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds))
|
|
48601
|
+
|
|
48616
48602
|
### 第 30 次发布
|
|
48617
48603
|
|
|
48618
48604
|
发布时间:2023-02-02 01:29:27
|
|
@@ -62194,7 +62180,7 @@
|
|
|
62194
62180
|
|
|
62195
62181
|
新增数据结构:
|
|
62196
62182
|
|
|
62197
|
-
* [
|
|
62183
|
+
* [DescribePolicyConditionListResponseDeprecatingInfo](https://cloud.tencent.com/document/api/248/30354#DescribePolicyConditionListResponseDeprecatingInfo)
|
|
62198
62184
|
|
|
62199
62185
|
修改数据结构:
|
|
62200
62186
|
|
|
@@ -71430,8 +71416,8 @@
|
|
|
71430
71416
|
|
|
71431
71417
|
新增接口:
|
|
71432
71418
|
|
|
71433
|
-
* [
|
|
71434
|
-
* [
|
|
71419
|
+
* [DescribeBackupDownloadRestriction](https://cloud.tencent.com/document/api/239/87742)
|
|
71420
|
+
* [ModifyBackupDownloadRestriction](https://cloud.tencent.com/document/api/239/87741)
|
|
71435
71421
|
|
|
71436
71422
|
### 第 60 次发布
|
|
71437
71423
|
|
|
@@ -95333,6 +95319,18 @@
|
|
|
95333
95319
|
|
|
95334
95320
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
95335
95321
|
|
|
95322
|
+
### 第 48 次发布
|
|
95323
|
+
|
|
95324
|
+
发布时间:2023-03-06 02:10:52
|
|
95325
|
+
|
|
95326
|
+
本次发布包含了以下内容:
|
|
95327
|
+
|
|
95328
|
+
改善已有的文档。
|
|
95329
|
+
|
|
95330
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
95331
|
+
|
|
95332
|
+
* DescribeExternalTrtcMeasure
|
|
95333
|
+
|
|
95336
95334
|
### 第 47 次发布
|
|
95337
95335
|
|
|
95338
95336
|
发布时间:2023-03-03 01:57:42
|
|
@@ -99847,7 +99845,7 @@
|
|
|
99847
99845
|
|
|
99848
99846
|
新增数据结构:
|
|
99849
99847
|
|
|
99850
|
-
* [
|
|
99848
|
+
* [MediaSubStreamInfoItem](https://cloud.tencent.com/document/api/266/31773#MediaSubStreamInfoItem)
|
|
99851
99849
|
|
|
99852
99850
|
修改数据结构:
|
|
99853
99851
|
|
|
@@ -107049,7 +107047,7 @@
|
|
|
107049
107047
|
|
|
107050
107048
|
新增接口:
|
|
107051
107049
|
|
|
107052
|
-
* [
|
|
107050
|
+
* [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
|
|
107053
107051
|
|
|
107054
107052
|
### 第 23 次发布
|
|
107055
107053
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
17
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-23 01:03:27 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-02 01:02:47 |
|
|
19
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-
|
|
19
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-06 01:03:02 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
21
21
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-23 01:04:50 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
|
|
28
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-
|
|
28
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-06 01:04:17 |
|
|
29
29
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-02-15 01:10:21 |
|
|
30
30
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
31
31
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-06 01:08:58 |
|
|
57
57
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-03 01:09:04 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-02 01:11:42 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-06 01:10:14 |
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-27 01:14:21 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
|
|
92
92
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-03
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-06 01:20:52 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-03 17:35:43 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-27 01:25:30 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-01 01:27:36 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
99
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
|
|
100
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
100
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-06 01:22:24 |
|
|
101
101
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-02-02 16:45:50 |
|
|
102
102
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
103
103
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-01 01:28:37 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
135
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-24 01:20:12 |
|
|
136
136
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-01 01:35:11 |
|
|
137
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-
|
|
137
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-06 01:29:40 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-02 01:30:06 |
|
|
140
140
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
158
158
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
|
|
159
159
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
|
|
160
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-
|
|
160
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-06 01:34:35 |
|
|
161
161
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
162
162
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
163
163
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
185
185
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
|
|
186
186
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-03 01:45:06 |
|
|
187
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-
|
|
187
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-06 01:38:26 |
|
|
188
188
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
190
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
207
207
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-
|
|
209
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-06 02:10:52 |
|
|
210
210
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-01 01:57:41 |
|
|
211
211
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.552"
|
|
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
|
|
|
109
109
|
|
|
110
110
|
/**
|
|
111
111
|
* 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
|
|
112
|
-
•
|
|
112
|
+
• 支持中文普通话、英语、粤语、日语、越南语、马来语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
113
113
|
• 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式。
|
|
114
114
|
• 支持语音 URL 和本地语音文件两种请求方式。语音 URL 的音频时长不能长于5小时,文件大小不超过1GB。本地语音文件调用不能大于5MB。
|
|
115
115
|
• 提交录音文件识别请求后,在3小时内完成识别(大多数情况下1小时音频约3分钟以内完成识别,半小时内发送超过1000小时录音或者2万条识别任务的除外),识别结果在服务端可保存7天。
|
|
@@ -274,7 +274,7 @@ export class Client extends AbstractClient {
|
|
|
274
274
|
}
|
|
275
275
|
|
|
276
276
|
/**
|
|
277
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>•
|
|
277
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
278
278
|
*/
|
|
279
279
|
async SentenceRecognition(
|
|
280
280
|
req: SentenceRecognitionRequest,
|
|
@@ -238,6 +238,8 @@ export interface SentenceRecognitionRequest {
|
|
|
238
238
|
• 16k_en:16k 英语;
|
|
239
239
|
• 16k_ca:16k 粤语;
|
|
240
240
|
• 16k_ja:16k 日语;
|
|
241
|
+
• 16k_vi:16k 越南语;
|
|
242
|
+
• 16k_ms:16k 马来语;
|
|
241
243
|
• 16k_zh_medical:16k 医疗;
|
|
242
244
|
• 16k_zh-PY 中英粤;
|
|
243
245
|
• 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
|
|
@@ -470,6 +472,8 @@ export interface CreateRecTaskRequest {
|
|
|
470
472
|
• 16k_en:16k 英语;
|
|
471
473
|
• 16k_ca:16k 粤语;
|
|
472
474
|
• 16k_ja:16k 日语;
|
|
475
|
+
• 16k_vi:16k 越南语;
|
|
476
|
+
• 16k_ms:16k 马来语;
|
|
473
477
|
• 16k_zh_edu 中文教育;
|
|
474
478
|
• 16k_en_edu 英文教育;
|
|
475
479
|
• 16k_zh_medical 医疗;
|