tencentcloud-sdk-nodejs 4.0.461 → 4.0.463
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 +323 -0
- package/SERVICE_CHANGELOG.md +398 -171
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_client.ts +14 -2
- package/src/services/bma/v20210624/bma_models.ts +96 -1
- package/src/services/captcha/v20190722/captcha_client.ts +19 -3
- package/src/services/captcha/v20190722/captcha_models.ts +228 -41
- package/src/services/cpdp/v20190820/cpdp_client.ts +18 -2
- package/src/services/cpdp/v20190820/cpdp_models.ts +358 -33
- package/src/services/essbasic/v20210526/essbasic_client.ts +11 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +18 -13
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/lcic/v20220817/lcic_client.ts +89 -28
- package/src/services/lcic/v20220817/lcic_models.ts +343 -127
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +29 -0
- package/src/services/redis/v20180412/redis_models.ts +35 -30
- package/src/services/ses/v20201002/ses_client.ts +2 -2
- package/src/services/soe/v20180724/soe_models.ts +2 -2
- package/src/services/ssl/v20191205/ssl_client.ts +15 -1
- package/src/services/ssl/v20191205/ssl_models.ts +191 -6
- package/src/services/tcb/v20180608/tcb_client.ts +12 -0
- package/src/services/tcb/v20180608/tcb_models.ts +25 -0
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +1 -0
- package/src/services/tke/v20180525/tke_models.ts +34 -0
- package/src/services/trp/v20210515/trp_client.ts +13 -0
- package/src/services/trp/v20210515/trp_models.ts +221 -11
- 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 +7 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +8 -2
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +79 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +194 -37
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +298 -29
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -11
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +27 -7
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +39 -9
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +304 -120
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +25 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +34 -30
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
- package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
- package/tencentcloud/services/soe/v20180724/soe_models.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +159 -6
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +22 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +29 -0
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +188 -11
- package/test/bma.v20210624.test.js +10 -0
- package/test/captcha.v20190722.test.js +10 -0
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/lcic.v20220817.test.js +56 -6
- package/test/ssl.v20191205.test.js +10 -0
- package/test/tcb.v20180608.test.js +10 -0
- package/test/trp.v20210515.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 12 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-19 06:10:00
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,92 +12,96 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## 验证码(captcha) 版本:2019-07-22
|
|
20
20
|
|
|
21
|
-
### 第
|
|
21
|
+
### 第 12 次发布
|
|
22
22
|
|
|
23
|
-
发布时间:2022-10-
|
|
23
|
+
发布时间:2022-10-19 06:11:45
|
|
24
24
|
|
|
25
25
|
本次发布包含了以下内容:
|
|
26
26
|
|
|
27
27
|
改善已有的文档。
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
32
|
+
|
|
33
|
+
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
34
|
+
|
|
35
|
+
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
30
36
|
|
|
31
|
-
* [CreateAuditLogFile](https://cloud.tencent.com/document/api/1003/81440)
|
|
32
|
-
* [DeleteAuditLogFile](https://cloud.tencent.com/document/api/1003/81439)
|
|
33
|
-
* [DescribeAuditLogFiles](https://cloud.tencent.com/document/api/1003/81438)
|
|
34
|
-
* [DescribeAuditLogs](https://cloud.tencent.com/document/api/1003/81437)
|
|
35
37
|
|
|
36
38
|
新增数据结构:
|
|
37
39
|
|
|
38
|
-
* [
|
|
39
|
-
* [
|
|
40
|
-
* [
|
|
40
|
+
* [CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)
|
|
41
|
+
* [InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)
|
|
42
|
+
* [RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)
|
|
43
|
+
* [TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)
|
|
41
44
|
|
|
42
45
|
|
|
43
46
|
|
|
44
|
-
##
|
|
47
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
45
48
|
|
|
46
|
-
### 第
|
|
49
|
+
### 第 89 次发布
|
|
47
50
|
|
|
48
|
-
发布时间:2022-10-
|
|
51
|
+
发布时间:2022-10-19 06:17:23
|
|
49
52
|
|
|
50
53
|
本次发布包含了以下内容:
|
|
51
54
|
|
|
52
55
|
改善已有的文档。
|
|
53
56
|
|
|
54
|
-
|
|
57
|
+
新增接口:
|
|
55
58
|
|
|
56
|
-
*
|
|
59
|
+
* [CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)
|
|
57
60
|
|
|
61
|
+
新增数据结构:
|
|
58
62
|
|
|
63
|
+
* [CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)
|
|
64
|
+
* [OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)
|
|
65
|
+
* [OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)
|
|
66
|
+
* [OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)
|
|
59
67
|
|
|
60
|
-
|
|
68
|
+
修改数据结构:
|
|
61
69
|
|
|
70
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
62
71
|
|
|
72
|
+
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
63
73
|
|
|
64
|
-
## 人脸核身(faceid) 版本:2018-03-01
|
|
65
74
|
|
|
66
|
-
### 第 48 次发布
|
|
67
75
|
|
|
68
|
-
|
|
76
|
+
|
|
77
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
78
|
+
|
|
79
|
+
### 第 34 次发布
|
|
80
|
+
|
|
81
|
+
发布时间:2022-10-18 16:02:52
|
|
69
82
|
|
|
70
83
|
本次发布包含了以下内容:
|
|
71
84
|
|
|
72
85
|
改善已有的文档。
|
|
73
86
|
|
|
74
|
-
|
|
87
|
+
修改数据结构:
|
|
75
88
|
|
|
76
|
-
* [
|
|
77
|
-
* [ApplySdkVerificationToken](https://cloud.tencent.com/document/api/1007/81474)
|
|
78
|
-
* [ApplyWebVerificationToken](https://cloud.tencent.com/document/api/1007/81473)
|
|
79
|
-
* [CreateUploadUrl](https://cloud.tencent.com/document/api/1007/81468)
|
|
80
|
-
* [DetectReflectLivenessAndCompare](https://cloud.tencent.com/document/api/1007/66076)
|
|
81
|
-
* [GenerateReflectSequence](https://cloud.tencent.com/document/api/1007/81476)
|
|
82
|
-
* [GetLivenessResult](https://cloud.tencent.com/document/api/1007/81472)
|
|
83
|
-
* [GetSdkVerificationResult](https://cloud.tencent.com/document/api/1007/81471)
|
|
84
|
-
* [GetWebVerificationResult](https://cloud.tencent.com/document/api/1007/81470)
|
|
85
|
-
* [VideoLivenessCompare](https://cloud.tencent.com/document/api/1007/81475)
|
|
89
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
86
90
|
|
|
87
|
-
|
|
91
|
+
* 新增成员:ComponentRecipientId
|
|
88
92
|
|
|
89
|
-
* [CardVerifyResult](https://cloud.tencent.com/document/api/1007/41958#CardVerifyResult)
|
|
90
|
-
* [CompareResult](https://cloud.tencent.com/document/api/1007/41958#CompareResult)
|
|
91
|
-
* [FileInfo](https://cloud.tencent.com/document/api/1007/41958#FileInfo)
|
|
92
|
-
* [VerificationDetail](https://cloud.tencent.com/document/api/1007/41958#VerificationDetail)
|
|
93
93
|
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
##
|
|
96
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
97
97
|
|
|
98
|
-
### 第 7 次发布
|
|
99
98
|
|
|
100
|
-
|
|
99
|
+
|
|
100
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
101
|
+
|
|
102
|
+
### 第 5 次发布
|
|
103
|
+
|
|
104
|
+
发布时间:2022-10-19 06:31:50
|
|
101
105
|
|
|
102
106
|
本次发布包含了以下内容:
|
|
103
107
|
|
|
@@ -105,80 +109,52 @@
|
|
|
105
109
|
|
|
106
110
|
新增接口:
|
|
107
111
|
|
|
108
|
-
* [
|
|
109
|
-
* [
|
|
110
|
-
* [
|
|
111
|
-
* [
|
|
112
|
-
* [DescribeCustomRules](https://cloud.tencent.com/document/api/1458/81460)
|
|
113
|
-
* [ModifyCustomRule](https://cloud.tencent.com/document/api/1458/81459)
|
|
114
|
-
* [ModifyCustomRuleStatus](https://cloud.tencent.com/document/api/1458/81458)
|
|
115
|
-
|
|
116
|
-
新增数据结构:
|
|
117
|
-
|
|
118
|
-
* [CodePart](https://cloud.tencent.com/document/api/1458/75030#CodePart)
|
|
119
|
-
* [CustomRule](https://cloud.tencent.com/document/api/1458/75030#CustomRule)
|
|
112
|
+
* [BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)
|
|
113
|
+
* [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
|
|
114
|
+
* [ModifyApp](https://cloud.tencent.com/document/api/1639/81546)
|
|
115
|
+
* [UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)
|
|
120
116
|
|
|
121
|
-
|
|
117
|
+
修改接口:
|
|
122
118
|
|
|
123
|
-
|
|
119
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
124
120
|
|
|
125
|
-
|
|
121
|
+
* 新增出参:RecordUrl
|
|
126
122
|
|
|
127
|
-
改善已有的文档。
|
|
128
123
|
|
|
129
|
-
|
|
124
|
+
新增数据结构:
|
|
130
125
|
|
|
131
|
-
* [
|
|
132
|
-
* [DescribeCodePackUrl](https://cloud.tencent.com/document/api/1458/81456)
|
|
133
|
-
* [DescribeJobFileUrl](https://cloud.tencent.com/document/api/1458/81455)
|
|
126
|
+
* [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
|
|
134
127
|
|
|
135
128
|
|
|
136
129
|
|
|
137
|
-
##
|
|
130
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
138
131
|
|
|
139
|
-
### 第
|
|
132
|
+
### 第 66 次发布
|
|
140
133
|
|
|
141
|
-
发布时间:2022-10-
|
|
134
|
+
发布时间:2022-10-19 06:34:09
|
|
142
135
|
|
|
143
136
|
本次发布包含了以下内容:
|
|
144
137
|
|
|
145
138
|
改善已有的文档。
|
|
146
139
|
|
|
147
|
-
|
|
140
|
+
新增数据结构:
|
|
148
141
|
|
|
149
|
-
* [
|
|
150
|
-
* [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
|
|
151
|
-
* [UpdatePublishCdnStream](https://cloud.tencent.com/document/api/647/81477)
|
|
142
|
+
* [AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)
|
|
152
143
|
|
|
153
|
-
|
|
144
|
+
修改数据结构:
|
|
154
145
|
|
|
155
|
-
* [
|
|
156
|
-
* [AudioEncode](https://cloud.tencent.com/document/api/647/44055#AudioEncode)
|
|
157
|
-
* [MaxVideoUser](https://cloud.tencent.com/document/api/647/44055#MaxVideoUser)
|
|
158
|
-
* [McuAudioParams](https://cloud.tencent.com/document/api/647/44055#McuAudioParams)
|
|
159
|
-
* [McuCustomCrop](https://cloud.tencent.com/document/api/647/44055#McuCustomCrop)
|
|
160
|
-
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
161
|
-
* [McuLayoutParams](https://cloud.tencent.com/document/api/647/44055#McuLayoutParams)
|
|
162
|
-
* [McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)
|
|
163
|
-
* [McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)
|
|
164
|
-
* [McuPublishCdnParam](https://cloud.tencent.com/document/api/647/44055#McuPublishCdnParam)
|
|
165
|
-
* [McuSeiParams](https://cloud.tencent.com/document/api/647/44055#McuSeiParams)
|
|
166
|
-
* [McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)
|
|
167
|
-
* [McuVideoParams](https://cloud.tencent.com/document/api/647/44055#McuVideoParams)
|
|
168
|
-
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
169
|
-
* [McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)
|
|
170
|
-
* [MixUserInfo](https://cloud.tencent.com/document/api/647/44055#MixUserInfo)
|
|
171
|
-
* [SingleSubscribeParams](https://cloud.tencent.com/document/api/647/44055#SingleSubscribeParams)
|
|
172
|
-
* [UserMediaStream](https://cloud.tencent.com/document/api/647/44055#UserMediaStream)
|
|
173
|
-
* [VideoEncode](https://cloud.tencent.com/document/api/647/44055#VideoEncode)
|
|
146
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
174
147
|
|
|
148
|
+
* 新增成员:HierarchicalValue
|
|
175
149
|
|
|
176
150
|
|
|
177
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
178
151
|
|
|
179
|
-
### 第 8 次发布
|
|
180
152
|
|
|
181
|
-
|
|
153
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
154
|
+
|
|
155
|
+
### 第 87 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2022-10-19 06:42:09
|
|
182
158
|
|
|
183
159
|
本次发布包含了以下内容:
|
|
184
160
|
|
|
@@ -186,19 +162,7 @@
|
|
|
186
162
|
|
|
187
163
|
新增接口:
|
|
188
164
|
|
|
189
|
-
* [
|
|
190
|
-
* [DescribeFunctionKinds](https://cloud.tencent.com/document/api/1267/81484)
|
|
191
|
-
* [DescribeFunctionTypes](https://cloud.tencent.com/document/api/1267/81483)
|
|
192
|
-
* [DescribeOrganizationalFunctions](https://cloud.tencent.com/document/api/1267/81482)
|
|
193
|
-
* [SaveCustomFunction](https://cloud.tencent.com/document/api/1267/81481)
|
|
194
|
-
* [SubmitCustomFunction](https://cloud.tencent.com/document/api/1267/81480)
|
|
195
|
-
|
|
196
|
-
新增数据结构:
|
|
197
|
-
|
|
198
|
-
* [FunctionResource](https://cloud.tencent.com/document/api/1267/76336#FunctionResource)
|
|
199
|
-
* [FunctionTypeOrKind](https://cloud.tencent.com/document/api/1267/76336#FunctionTypeOrKind)
|
|
200
|
-
* [FunctionVersion](https://cloud.tencent.com/document/api/1267/76336#FunctionVersion)
|
|
201
|
-
* [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
|
|
165
|
+
* [ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)
|
|
202
166
|
|
|
203
167
|
|
|
204
168
|
|
|
@@ -7944,6 +7908,18 @@
|
|
|
7944
7908
|
|
|
7945
7909
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7946
7910
|
|
|
7911
|
+
### 第 12 次发布
|
|
7912
|
+
|
|
7913
|
+
发布时间:2022-10-19 06:10:00
|
|
7914
|
+
|
|
7915
|
+
本次发布包含了以下内容:
|
|
7916
|
+
|
|
7917
|
+
改善已有的文档。
|
|
7918
|
+
|
|
7919
|
+
新增接口:
|
|
7920
|
+
|
|
7921
|
+
* [[DescribeCRObtainDetail](https://cloud.tencent.com/document/api/1296/81541)](https://cloud.tencent.com/document/api/#/#)
|
|
7922
|
+
|
|
7947
7923
|
### 第 11 次发布
|
|
7948
7924
|
|
|
7949
7925
|
发布时间:2022-10-17 06:09:59
|
|
@@ -7954,7 +7930,7 @@
|
|
|
7954
7930
|
|
|
7955
7931
|
新增接口:
|
|
7956
7932
|
|
|
7957
|
-
* [
|
|
7933
|
+
* [CreateCRObtain](https://cloud.tencent.com/document/api/1296/81467)
|
|
7958
7934
|
|
|
7959
7935
|
### 第 10 次发布
|
|
7960
7936
|
|
|
@@ -9793,6 +9769,42 @@
|
|
|
9793
9769
|
|
|
9794
9770
|
## 验证码(captcha) 版本:2019-07-22
|
|
9795
9771
|
|
|
9772
|
+
### 第 12 次发布
|
|
9773
|
+
|
|
9774
|
+
发布时间:2022-10-19 06:11:45
|
|
9775
|
+
|
|
9776
|
+
本次发布包含了以下内容:
|
|
9777
|
+
|
|
9778
|
+
改善已有的文档。
|
|
9779
|
+
|
|
9780
|
+
修改接口:
|
|
9781
|
+
|
|
9782
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
9783
|
+
|
|
9784
|
+
* 新增入参:StartTimeStr, EndTimeStr, Dimension
|
|
9785
|
+
|
|
9786
|
+
* 新增出参:Data, CaptchaCode, CaptchaMsg
|
|
9787
|
+
|
|
9788
|
+
|
|
9789
|
+
新增数据结构:
|
|
9790
|
+
|
|
9791
|
+
* [[CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj)](https://cloud.tencent.com/document/api/1110/40481#[CaptchaStatisticObj](https://cloud.tencent.com/document/api/1110/40481#CaptchaStatisticObj))
|
|
9792
|
+
* [[InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj)](https://cloud.tencent.com/document/api/1110/40481#[InterceptPerTrendObj](https://cloud.tencent.com/document/api/1110/40481#InterceptPerTrendObj))
|
|
9793
|
+
* [[RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj)](https://cloud.tencent.com/document/api/1110/40481#[RequestTrendObj](https://cloud.tencent.com/document/api/1110/40481#RequestTrendObj))
|
|
9794
|
+
* [[TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj)](https://cloud.tencent.com/document/api/1110/40481#[TicketCheckTrendObj](https://cloud.tencent.com/document/api/1110/40481#TicketCheckTrendObj))
|
|
9795
|
+
|
|
9796
|
+
### 第 11 次发布
|
|
9797
|
+
|
|
9798
|
+
发布时间:2022-10-18 06:13:00
|
|
9799
|
+
|
|
9800
|
+
本次发布包含了以下内容:
|
|
9801
|
+
|
|
9802
|
+
改善已有的文档。
|
|
9803
|
+
|
|
9804
|
+
新增接口:
|
|
9805
|
+
|
|
9806
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
9807
|
+
|
|
9796
9808
|
### 第 10 次发布
|
|
9797
9809
|
|
|
9798
9810
|
发布时间:2022-10-10 06:11:02
|
|
@@ -23692,6 +23704,32 @@
|
|
|
23692
23704
|
|
|
23693
23705
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
23694
23706
|
|
|
23707
|
+
### 第 89 次发布
|
|
23708
|
+
|
|
23709
|
+
发布时间:2022-10-19 06:17:23
|
|
23710
|
+
|
|
23711
|
+
本次发布包含了以下内容:
|
|
23712
|
+
|
|
23713
|
+
改善已有的文档。
|
|
23714
|
+
|
|
23715
|
+
新增接口:
|
|
23716
|
+
|
|
23717
|
+
* [[CreateOpenBankGlobalPaymentOrder](https://cloud.tencent.com/document/api/1122/81542)](https://cloud.tencent.com/document/api/#/#)
|
|
23718
|
+
|
|
23719
|
+
新增数据结构:
|
|
23720
|
+
|
|
23721
|
+
* [[CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult)](https://cloud.tencent.com/document/api/1122/40683#[CreateOpenBankUnifiedOrderPaymentResult](https://cloud.tencent.com/document/api/1122/40683#CreateOpenBankUnifiedOrderPaymentResult))
|
|
23722
|
+
* [[OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankBillingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankBillingInfo))
|
|
23723
|
+
* [[OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankOrderRedirectInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankOrderRedirectInfo))
|
|
23724
|
+
* [[OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankShippingInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankShippingInfo))
|
|
23725
|
+
|
|
23726
|
+
修改数据结构:
|
|
23727
|
+
|
|
23728
|
+
* [OpenBankGoodsInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankGoodsInfo)
|
|
23729
|
+
|
|
23730
|
+
* 新增成员:Sku, Price, Quantity, ProductImage, ProductUrl
|
|
23731
|
+
|
|
23732
|
+
|
|
23695
23733
|
### 第 88 次发布
|
|
23696
23734
|
|
|
23697
23735
|
发布时间:2022-10-14 06:19:40
|
|
@@ -29876,16 +29914,16 @@
|
|
|
29876
29914
|
|
|
29877
29915
|
新增接口:
|
|
29878
29916
|
|
|
29879
|
-
* [
|
|
29880
|
-
* [
|
|
29881
|
-
* [
|
|
29882
|
-
* [
|
|
29917
|
+
* [CreateAuditLogFile](https://cloud.tencent.com/document/api/1003/81440)
|
|
29918
|
+
* [DeleteAuditLogFile](https://cloud.tencent.com/document/api/1003/81439)
|
|
29919
|
+
* [DescribeAuditLogFiles](https://cloud.tencent.com/document/api/1003/81438)
|
|
29920
|
+
* [DescribeAuditLogs](https://cloud.tencent.com/document/api/1003/81437)
|
|
29883
29921
|
|
|
29884
29922
|
新增数据结构:
|
|
29885
29923
|
|
|
29886
|
-
* [
|
|
29887
|
-
* [
|
|
29888
|
-
* [
|
|
29924
|
+
* [AuditLog](https://cloud.tencent.com/document/api/1003/48097#AuditLog)
|
|
29925
|
+
* [AuditLogFile](https://cloud.tencent.com/document/api/1003/48097#AuditLogFile)
|
|
29926
|
+
* [AuditLogFilter](https://cloud.tencent.com/document/api/1003/48097#AuditLogFilter)
|
|
29889
29927
|
|
|
29890
29928
|
### 第 28 次发布
|
|
29891
29929
|
|
|
@@ -39612,6 +39650,21 @@
|
|
|
39612
39650
|
|
|
39613
39651
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
39614
39652
|
|
|
39653
|
+
### 第 34 次发布
|
|
39654
|
+
|
|
39655
|
+
发布时间:2022-10-18 16:02:52
|
|
39656
|
+
|
|
39657
|
+
本次发布包含了以下内容:
|
|
39658
|
+
|
|
39659
|
+
改善已有的文档。
|
|
39660
|
+
|
|
39661
|
+
修改数据结构:
|
|
39662
|
+
|
|
39663
|
+
* [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
|
|
39664
|
+
|
|
39665
|
+
* 新增成员:ComponentRecipientId
|
|
39666
|
+
|
|
39667
|
+
|
|
39615
39668
|
### 第 33 次发布
|
|
39616
39669
|
|
|
39617
39670
|
发布时间:2022-10-14 10:03:19
|
|
@@ -40377,23 +40430,23 @@
|
|
|
40377
40430
|
|
|
40378
40431
|
新增接口:
|
|
40379
40432
|
|
|
40380
|
-
* [
|
|
40381
|
-
* [
|
|
40382
|
-
* [
|
|
40383
|
-
* [
|
|
40384
|
-
* [
|
|
40385
|
-
* [
|
|
40386
|
-
* [
|
|
40387
|
-
* [
|
|
40388
|
-
* [
|
|
40389
|
-
* [
|
|
40433
|
+
* [ApplyLivenessToken](https://cloud.tencent.com/document/api/1007/81469)
|
|
40434
|
+
* [ApplySdkVerificationToken](https://cloud.tencent.com/document/api/1007/81474)
|
|
40435
|
+
* [ApplyWebVerificationToken](https://cloud.tencent.com/document/api/1007/81473)
|
|
40436
|
+
* [CreateUploadUrl](https://cloud.tencent.com/document/api/1007/81468)
|
|
40437
|
+
* [DetectReflectLivenessAndCompare](https://cloud.tencent.com/document/api/1007/66076)
|
|
40438
|
+
* [GenerateReflectSequence](https://cloud.tencent.com/document/api/1007/81476)
|
|
40439
|
+
* [GetLivenessResult](https://cloud.tencent.com/document/api/1007/81472)
|
|
40440
|
+
* [GetSdkVerificationResult](https://cloud.tencent.com/document/api/1007/81471)
|
|
40441
|
+
* [GetWebVerificationResult](https://cloud.tencent.com/document/api/1007/81470)
|
|
40442
|
+
* [VideoLivenessCompare](https://cloud.tencent.com/document/api/1007/81475)
|
|
40390
40443
|
|
|
40391
40444
|
新增数据结构:
|
|
40392
40445
|
|
|
40393
|
-
* [
|
|
40394
|
-
* [
|
|
40395
|
-
* [
|
|
40396
|
-
* [
|
|
40446
|
+
* [CardVerifyResult](https://cloud.tencent.com/document/api/1007/41958#CardVerifyResult)
|
|
40447
|
+
* [CompareResult](https://cloud.tencent.com/document/api/1007/41958#CompareResult)
|
|
40448
|
+
* [FileInfo](https://cloud.tencent.com/document/api/1007/41958#FileInfo)
|
|
40449
|
+
* [VerificationDetail](https://cloud.tencent.com/document/api/1007/41958#VerificationDetail)
|
|
40397
40450
|
|
|
40398
40451
|
### 第 47 次发布
|
|
40399
40452
|
|
|
@@ -50084,6 +50137,44 @@
|
|
|
50084
50137
|
|
|
50085
50138
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
50086
50139
|
|
|
50140
|
+
### 第 5 次发布
|
|
50141
|
+
|
|
50142
|
+
发布时间:2022-10-19 06:31:50
|
|
50143
|
+
|
|
50144
|
+
本次发布包含了以下内容:
|
|
50145
|
+
|
|
50146
|
+
改善已有的文档。
|
|
50147
|
+
|
|
50148
|
+
新增接口:
|
|
50149
|
+
|
|
50150
|
+
* [[BindDocumentToRoom](https://cloud.tencent.com/document/api/1639/81544)](https://cloud.tencent.com/document/api/#/#)
|
|
50151
|
+
* [[DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)](https://cloud.tencent.com/document/api/#/#)
|
|
50152
|
+
* [[ModifyApp](https://cloud.tencent.com/document/api/1639/81546)](https://cloud.tencent.com/document/api/#/#)
|
|
50153
|
+
* [[UnbindDocumentFromRoom](https://cloud.tencent.com/document/api/1639/81543)](https://cloud.tencent.com/document/api/#/#)
|
|
50154
|
+
|
|
50155
|
+
修改接口:
|
|
50156
|
+
|
|
50157
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
50158
|
+
|
|
50159
|
+
* 新增出参:RecordUrl
|
|
50160
|
+
|
|
50161
|
+
|
|
50162
|
+
新增数据结构:
|
|
50163
|
+
|
|
50164
|
+
* [[MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)](https://cloud.tencent.com/document/api/1639/81423#[MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord))
|
|
50165
|
+
|
|
50166
|
+
### 第 4 次发布
|
|
50167
|
+
|
|
50168
|
+
发布时间:2022-10-18 06:36:52
|
|
50169
|
+
|
|
50170
|
+
本次发布包含了以下内容:
|
|
50171
|
+
|
|
50172
|
+
改善已有的文档。
|
|
50173
|
+
|
|
50174
|
+
新增接口:
|
|
50175
|
+
|
|
50176
|
+
* [DeleteRoom](https://cloud.tencent.com/document/api/1639/81518)
|
|
50177
|
+
|
|
50087
50178
|
### 第 3 次发布
|
|
50088
50179
|
|
|
50089
50180
|
发布时间:2022-10-14 06:37:15
|
|
@@ -54615,6 +54706,25 @@
|
|
|
54615
54706
|
|
|
54616
54707
|
## 云监控(monitor) 版本:2018-07-24
|
|
54617
54708
|
|
|
54709
|
+
### 第 66 次发布
|
|
54710
|
+
|
|
54711
|
+
发布时间:2022-10-19 06:34:09
|
|
54712
|
+
|
|
54713
|
+
本次发布包含了以下内容:
|
|
54714
|
+
|
|
54715
|
+
改善已有的文档。
|
|
54716
|
+
|
|
54717
|
+
新增数据结构:
|
|
54718
|
+
|
|
54719
|
+
* [[AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue)](https://cloud.tencent.com/document/api/248/30354#[AlarmHierarchicalValue](https://cloud.tencent.com/document/api/248/30354#AlarmHierarchicalValue))
|
|
54720
|
+
|
|
54721
|
+
修改数据结构:
|
|
54722
|
+
|
|
54723
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
54724
|
+
|
|
54725
|
+
* 新增成员:HierarchicalValue
|
|
54726
|
+
|
|
54727
|
+
|
|
54618
54728
|
### 第 65 次发布
|
|
54619
54729
|
|
|
54620
54730
|
发布时间:2022-10-11 06:43:21
|
|
@@ -62419,6 +62529,21 @@
|
|
|
62419
62529
|
|
|
62420
62530
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
62421
62531
|
|
|
62532
|
+
### 第 57 次发布
|
|
62533
|
+
|
|
62534
|
+
发布时间:2022-10-18 06:44:04
|
|
62535
|
+
|
|
62536
|
+
本次发布包含了以下内容:
|
|
62537
|
+
|
|
62538
|
+
改善已有的文档。
|
|
62539
|
+
|
|
62540
|
+
修改接口:
|
|
62541
|
+
|
|
62542
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
62543
|
+
|
|
62544
|
+
* 新增入参:AzMode
|
|
62545
|
+
|
|
62546
|
+
|
|
62422
62547
|
### 第 56 次发布
|
|
62423
62548
|
|
|
62424
62549
|
发布时间:2022-10-14 06:44:02
|
|
@@ -67065,6 +67190,23 @@
|
|
|
67065
67190
|
|
|
67066
67191
|
## 证书(ssl) 版本:2019-12-05
|
|
67067
67192
|
|
|
67193
|
+
### 第 20 次发布
|
|
67194
|
+
|
|
67195
|
+
发布时间:2022-10-18 06:47:25
|
|
67196
|
+
|
|
67197
|
+
本次发布包含了以下内容:
|
|
67198
|
+
|
|
67199
|
+
改善已有的文档。
|
|
67200
|
+
|
|
67201
|
+
新增接口:
|
|
67202
|
+
|
|
67203
|
+
* [DescribePackages](https://cloud.tencent.com/document/api/400/81519)
|
|
67204
|
+
|
|
67205
|
+
新增数据结构:
|
|
67206
|
+
|
|
67207
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/400/41679#PackageInfo)
|
|
67208
|
+
* [PackageTransferOutInfo](https://cloud.tencent.com/document/api/400/41679#PackageTransferOutInfo)
|
|
67209
|
+
|
|
67068
67210
|
### 第 19 次发布
|
|
67069
67211
|
|
|
67070
67212
|
发布时间:2022-10-14 06:47:12
|
|
@@ -69776,6 +69918,18 @@
|
|
|
69776
69918
|
|
|
69777
69919
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
69778
69920
|
|
|
69921
|
+
### 第 87 次发布
|
|
69922
|
+
|
|
69923
|
+
发布时间:2022-10-19 06:42:09
|
|
69924
|
+
|
|
69925
|
+
本次发布包含了以下内容:
|
|
69926
|
+
|
|
69927
|
+
改善已有的文档。
|
|
69928
|
+
|
|
69929
|
+
新增接口:
|
|
69930
|
+
|
|
69931
|
+
* [[ModifyClsTopic](https://cloud.tencent.com/document/api/876/81547)](https://cloud.tencent.com/document/api/#/#)
|
|
69932
|
+
|
|
69779
69933
|
### 第 86 次发布
|
|
69780
69934
|
|
|
69781
69935
|
发布时间:2022-08-23 06:50:01
|
|
@@ -79445,6 +79599,29 @@
|
|
|
79445
79599
|
|
|
79446
79600
|
## 容器服务(tke) 版本:2018-05-25
|
|
79447
79601
|
|
|
79602
|
+
### 第 125 次发布
|
|
79603
|
+
|
|
79604
|
+
发布时间:2022-10-18 06:55:58
|
|
79605
|
+
|
|
79606
|
+
本次发布包含了以下内容:
|
|
79607
|
+
|
|
79608
|
+
改善已有的文档。
|
|
79609
|
+
|
|
79610
|
+
修改接口:
|
|
79611
|
+
|
|
79612
|
+
* [DescribeClusterAuthenticationOptions](https://cloud.tencent.com/document/api/457/62278)
|
|
79613
|
+
|
|
79614
|
+
* 新增出参:OIDCConfig
|
|
79615
|
+
|
|
79616
|
+
* [ModifyClusterAuthenticationOptions](https://cloud.tencent.com/document/api/457/62277)
|
|
79617
|
+
|
|
79618
|
+
* 新增入参:OIDCConfig
|
|
79619
|
+
|
|
79620
|
+
|
|
79621
|
+
新增数据结构:
|
|
79622
|
+
|
|
79623
|
+
* [OIDCConfigAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#OIDCConfigAuthenticationOptions)
|
|
79624
|
+
|
|
79448
79625
|
### 第 124 次发布
|
|
79449
79626
|
|
|
79450
79627
|
发布时间:2022-10-10 06:45:41
|
|
@@ -82286,6 +82463,56 @@
|
|
|
82286
82463
|
|
|
82287
82464
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
82288
82465
|
|
|
82466
|
+
### 第 8 次发布
|
|
82467
|
+
|
|
82468
|
+
发布时间:2022-10-17 22:02:42
|
|
82469
|
+
|
|
82470
|
+
本次发布包含了以下内容:
|
|
82471
|
+
|
|
82472
|
+
改善已有的文档。
|
|
82473
|
+
|
|
82474
|
+
新增接口:
|
|
82475
|
+
|
|
82476
|
+
* [DescribeTmpToken](https://cloud.tencent.com/document/api/1458/81515)
|
|
82477
|
+
|
|
82478
|
+
修改接口:
|
|
82479
|
+
|
|
82480
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
82481
|
+
|
|
82482
|
+
* 新增入参:CodeParts
|
|
82483
|
+
|
|
82484
|
+
* [DescribeCodePackStatus](https://cloud.tencent.com/document/api/1458/81457)
|
|
82485
|
+
|
|
82486
|
+
* 新增出参:Status
|
|
82487
|
+
|
|
82488
|
+
* [DescribeCodePackUrl](https://cloud.tencent.com/document/api/1458/81456)
|
|
82489
|
+
|
|
82490
|
+
* 新增出参:ImgUrl, FileKey
|
|
82491
|
+
|
|
82492
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
82493
|
+
|
|
82494
|
+
* 新增出参:CodePacks, TotalCount
|
|
82495
|
+
|
|
82496
|
+
* [DescribeJobFileUrl](https://cloud.tencent.com/document/api/1458/81455)
|
|
82497
|
+
|
|
82498
|
+
* 新增出参:Url
|
|
82499
|
+
|
|
82500
|
+
|
|
82501
|
+
新增数据结构:
|
|
82502
|
+
|
|
82503
|
+
* [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
|
|
82504
|
+
|
|
82505
|
+
修改数据结构:
|
|
82506
|
+
|
|
82507
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
82508
|
+
|
|
82509
|
+
* 新增成员:CodeParts
|
|
82510
|
+
|
|
82511
|
+
* [TraceData](https://cloud.tencent.com/document/api/1458/75030#TraceData)
|
|
82512
|
+
|
|
82513
|
+
* 新增成员:PhaseData, Status
|
|
82514
|
+
|
|
82515
|
+
|
|
82289
82516
|
### 第 7 次发布
|
|
82290
82517
|
|
|
82291
82518
|
发布时间:2022-10-14 20:26:32
|
|
@@ -82296,18 +82523,18 @@
|
|
|
82296
82523
|
|
|
82297
82524
|
新增接口:
|
|
82298
82525
|
|
|
82299
|
-
* [
|
|
82300
|
-
* [
|
|
82301
|
-
* [
|
|
82302
|
-
* [
|
|
82303
|
-
* [
|
|
82304
|
-
* [
|
|
82305
|
-
* [
|
|
82526
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
82527
|
+
* [CreateCustomRule](https://cloud.tencent.com/document/api/1458/81463)
|
|
82528
|
+
* [CreateTraceCodesAsync](https://cloud.tencent.com/document/api/1458/81462)
|
|
82529
|
+
* [DescribeCustomRuleById](https://cloud.tencent.com/document/api/1458/81461)
|
|
82530
|
+
* [DescribeCustomRules](https://cloud.tencent.com/document/api/1458/81460)
|
|
82531
|
+
* [ModifyCustomRule](https://cloud.tencent.com/document/api/1458/81459)
|
|
82532
|
+
* [ModifyCustomRuleStatus](https://cloud.tencent.com/document/api/1458/81458)
|
|
82306
82533
|
|
|
82307
82534
|
新增数据结构:
|
|
82308
82535
|
|
|
82309
|
-
* [
|
|
82310
|
-
* [
|
|
82536
|
+
* [CodePart](https://cloud.tencent.com/document/api/1458/75030#CodePart)
|
|
82537
|
+
* [CustomRule](https://cloud.tencent.com/document/api/1458/75030#CustomRule)
|
|
82311
82538
|
|
|
82312
82539
|
### 第 6 次发布
|
|
82313
82540
|
|
|
@@ -82319,9 +82546,9 @@
|
|
|
82319
82546
|
|
|
82320
82547
|
新增接口:
|
|
82321
82548
|
|
|
82322
|
-
* [
|
|
82323
|
-
* [
|
|
82324
|
-
* [
|
|
82549
|
+
* [DescribeCodePackStatus](https://cloud.tencent.com/document/api/1458/81457)
|
|
82550
|
+
* [DescribeCodePackUrl](https://cloud.tencent.com/document/api/1458/81456)
|
|
82551
|
+
* [DescribeJobFileUrl](https://cloud.tencent.com/document/api/1458/81455)
|
|
82325
82552
|
|
|
82326
82553
|
### 第 5 次发布
|
|
82327
82554
|
|
|
@@ -82500,31 +82727,31 @@
|
|
|
82500
82727
|
|
|
82501
82728
|
新增接口:
|
|
82502
82729
|
|
|
82503
|
-
* [
|
|
82504
|
-
* [
|
|
82505
|
-
* [
|
|
82730
|
+
* [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
|
|
82731
|
+
* [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
|
|
82732
|
+
* [UpdatePublishCdnStream](https://cloud.tencent.com/document/api/647/81477)
|
|
82506
82733
|
|
|
82507
82734
|
新增数据结构:
|
|
82508
82735
|
|
|
82509
|
-
* [
|
|
82510
|
-
* [
|
|
82511
|
-
* [
|
|
82512
|
-
* [
|
|
82513
|
-
* [
|
|
82514
|
-
* [
|
|
82515
|
-
* [
|
|
82516
|
-
* [
|
|
82517
|
-
* [
|
|
82518
|
-
* [
|
|
82519
|
-
* [
|
|
82520
|
-
* [
|
|
82521
|
-
* [
|
|
82522
|
-
* [
|
|
82523
|
-
* [
|
|
82524
|
-
* [
|
|
82525
|
-
* [
|
|
82526
|
-
* [
|
|
82527
|
-
* [
|
|
82736
|
+
* [AgentParams](https://cloud.tencent.com/document/api/647/44055#AgentParams)
|
|
82737
|
+
* [AudioEncode](https://cloud.tencent.com/document/api/647/44055#AudioEncode)
|
|
82738
|
+
* [MaxVideoUser](https://cloud.tencent.com/document/api/647/44055#MaxVideoUser)
|
|
82739
|
+
* [McuAudioParams](https://cloud.tencent.com/document/api/647/44055#McuAudioParams)
|
|
82740
|
+
* [McuCustomCrop](https://cloud.tencent.com/document/api/647/44055#McuCustomCrop)
|
|
82741
|
+
* [McuLayout](https://cloud.tencent.com/document/api/647/44055#McuLayout)
|
|
82742
|
+
* [McuLayoutParams](https://cloud.tencent.com/document/api/647/44055#McuLayoutParams)
|
|
82743
|
+
* [McuLayoutVolume](https://cloud.tencent.com/document/api/647/44055#McuLayoutVolume)
|
|
82744
|
+
* [McuPassThrough](https://cloud.tencent.com/document/api/647/44055#McuPassThrough)
|
|
82745
|
+
* [McuPublishCdnParam](https://cloud.tencent.com/document/api/647/44055#McuPublishCdnParam)
|
|
82746
|
+
* [McuSeiParams](https://cloud.tencent.com/document/api/647/44055#McuSeiParams)
|
|
82747
|
+
* [McuUserInfoParams](https://cloud.tencent.com/document/api/647/44055#McuUserInfoParams)
|
|
82748
|
+
* [McuVideoParams](https://cloud.tencent.com/document/api/647/44055#McuVideoParams)
|
|
82749
|
+
* [McuWaterMarkImage](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkImage)
|
|
82750
|
+
* [McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)
|
|
82751
|
+
* [MixUserInfo](https://cloud.tencent.com/document/api/647/44055#MixUserInfo)
|
|
82752
|
+
* [SingleSubscribeParams](https://cloud.tencent.com/document/api/647/44055#SingleSubscribeParams)
|
|
82753
|
+
* [UserMediaStream](https://cloud.tencent.com/document/api/647/44055#UserMediaStream)
|
|
82754
|
+
* [VideoEncode](https://cloud.tencent.com/document/api/647/44055#VideoEncode)
|
|
82528
82755
|
|
|
82529
82756
|
### 第 39 次发布
|
|
82530
82757
|
|
|
@@ -93333,19 +93560,19 @@
|
|
|
93333
93560
|
|
|
93334
93561
|
新增接口:
|
|
93335
93562
|
|
|
93336
|
-
* [
|
|
93337
|
-
* [
|
|
93338
|
-
* [
|
|
93339
|
-
* [
|
|
93340
|
-
* [
|
|
93341
|
-
* [
|
|
93563
|
+
* [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
|
|
93564
|
+
* [DescribeFunctionKinds](https://cloud.tencent.com/document/api/1267/81484)
|
|
93565
|
+
* [DescribeFunctionTypes](https://cloud.tencent.com/document/api/1267/81483)
|
|
93566
|
+
* [DescribeOrganizationalFunctions](https://cloud.tencent.com/document/api/1267/81482)
|
|
93567
|
+
* [SaveCustomFunction](https://cloud.tencent.com/document/api/1267/81481)
|
|
93568
|
+
* [SubmitCustomFunction](https://cloud.tencent.com/document/api/1267/81480)
|
|
93342
93569
|
|
|
93343
93570
|
新增数据结构:
|
|
93344
93571
|
|
|
93345
|
-
* [
|
|
93346
|
-
* [
|
|
93347
|
-
* [
|
|
93348
|
-
* [
|
|
93572
|
+
* [FunctionResource](https://cloud.tencent.com/document/api/1267/76336#FunctionResource)
|
|
93573
|
+
* [FunctionTypeOrKind](https://cloud.tencent.com/document/api/1267/76336#FunctionTypeOrKind)
|
|
93574
|
+
* [FunctionVersion](https://cloud.tencent.com/document/api/1267/76336#FunctionVersion)
|
|
93575
|
+
* [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
|
|
93349
93576
|
|
|
93350
93577
|
### 第 7 次发布
|
|
93351
93578
|
|