tencentcloud-sdk-nodejs 4.0.396 → 4.0.399
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 +304 -0
- package/SERVICE_CHANGELOG.md +180 -90
- package/package.json +1 -1
- package/products.md +10 -10
- 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/essbasic/v20210526/essbasic_client.ts +22 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +103 -3
- 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/essbasic/v20210526/essbasic_client.d.ts +8 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +87 -3
- 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/essbasic.v20210526.test.js +12 -2
- package/test/tem.v20210701.test.js +10 -0
- package/test/trtc.v20190722.test.js +40 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,307 @@
|
|
|
1
|
+
# Release 4.0.399
|
|
2
|
+
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
4
|
+
|
|
5
|
+
### 第 24 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-02 11:36:28
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
16
|
+
|
|
17
|
+
修改接口:
|
|
18
|
+
|
|
19
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
20
|
+
|
|
21
|
+
* 新增入参:ApproverRestrictions
|
|
22
|
+
|
|
23
|
+
* 新增出参:SignUrls
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
新增数据结构:
|
|
27
|
+
|
|
28
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
29
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
# Release 4.0.398
|
|
38
|
+
|
|
39
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
40
|
+
|
|
41
|
+
### 第 4 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2022-08-02 06:05:09
|
|
44
|
+
|
|
45
|
+
本次发布包含了以下内容:
|
|
46
|
+
|
|
47
|
+
改善已有的文档。
|
|
48
|
+
|
|
49
|
+
新增接口:
|
|
50
|
+
|
|
51
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
52
|
+
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
53
|
+
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
54
|
+
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
55
|
+
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
56
|
+
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
57
|
+
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
58
|
+
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
59
|
+
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
60
|
+
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
61
|
+
|
|
62
|
+
新增数据结构:
|
|
63
|
+
|
|
64
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
65
|
+
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
66
|
+
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
67
|
+
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
72
|
+
|
|
73
|
+
### 第 11 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2022-08-02 06:06:56
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
新增接口:
|
|
82
|
+
|
|
83
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
84
|
+
|
|
85
|
+
新增数据结构:
|
|
86
|
+
|
|
87
|
+
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
92
|
+
|
|
93
|
+
### 第 6 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-08-02 06:31:39
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
修改数据结构:
|
|
102
|
+
|
|
103
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
104
|
+
|
|
105
|
+
* 新增成员:SubnetIds
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
111
|
+
|
|
112
|
+
### 第 22 次发布
|
|
113
|
+
|
|
114
|
+
发布时间:2022-08-02 06:33:46
|
|
115
|
+
|
|
116
|
+
本次发布包含了以下内容:
|
|
117
|
+
|
|
118
|
+
改善已有的文档。
|
|
119
|
+
|
|
120
|
+
新增接口:
|
|
121
|
+
|
|
122
|
+
* [DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)
|
|
123
|
+
|
|
124
|
+
新增数据结构:
|
|
125
|
+
|
|
126
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
127
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
128
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
137
|
+
|
|
138
|
+
### 第 114 次发布
|
|
139
|
+
|
|
140
|
+
发布时间:2022-08-02 06:35:11
|
|
141
|
+
|
|
142
|
+
本次发布包含了以下内容:
|
|
143
|
+
|
|
144
|
+
改善已有的文档。
|
|
145
|
+
|
|
146
|
+
修改接口:
|
|
147
|
+
|
|
148
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
149
|
+
|
|
150
|
+
* 新增入参:ScriptVersion
|
|
151
|
+
|
|
152
|
+
* 新增出参:ScriptVersion
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
修改数据结构:
|
|
156
|
+
|
|
157
|
+
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
158
|
+
|
|
159
|
+
* 新增成员:Runtime, ProxyMode
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
165
|
+
|
|
166
|
+
### 第 36 次发布
|
|
167
|
+
|
|
168
|
+
发布时间:2022-08-02 06:36:18
|
|
169
|
+
|
|
170
|
+
本次发布包含了以下内容:
|
|
171
|
+
|
|
172
|
+
改善已有的文档。
|
|
173
|
+
|
|
174
|
+
新增接口:
|
|
175
|
+
|
|
176
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
177
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
178
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
179
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
180
|
+
|
|
181
|
+
新增数据结构:
|
|
182
|
+
|
|
183
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
184
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
185
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
186
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
187
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
188
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
189
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
190
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
191
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
192
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
193
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
194
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
195
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
196
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
# Release 4.0.397
|
|
201
|
+
|
|
202
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
203
|
+
|
|
204
|
+
### 第 96 次发布
|
|
205
|
+
|
|
206
|
+
发布时间:2022-08-01 11:27:47
|
|
207
|
+
|
|
208
|
+
本次发布包含了以下内容:
|
|
209
|
+
|
|
210
|
+
改善已有的文档。
|
|
211
|
+
|
|
212
|
+
新增接口:
|
|
213
|
+
|
|
214
|
+
* [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
219
|
+
|
|
220
|
+
### 第 26 次发布
|
|
221
|
+
|
|
222
|
+
发布时间:2022-08-01 11:31:08
|
|
223
|
+
|
|
224
|
+
本次发布包含了以下内容:
|
|
225
|
+
|
|
226
|
+
改善已有的文档。
|
|
227
|
+
|
|
228
|
+
修改数据结构:
|
|
229
|
+
|
|
230
|
+
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
231
|
+
|
|
232
|
+
* 新增成员:FilenameMode
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
238
|
+
|
|
239
|
+
### 第 8 次发布
|
|
240
|
+
|
|
241
|
+
发布时间:2022-08-01 11:48:13
|
|
242
|
+
|
|
243
|
+
本次发布包含了以下内容:
|
|
244
|
+
|
|
245
|
+
改善已有的文档。
|
|
246
|
+
|
|
247
|
+
修改数据结构:
|
|
248
|
+
|
|
249
|
+
* [PrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55947#PrivateZoneRecord)
|
|
250
|
+
|
|
251
|
+
* 新增成员:Enabled
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
257
|
+
|
|
258
|
+
### 第 85 次发布
|
|
259
|
+
|
|
260
|
+
发布时间:2022-08-01 11:52:06
|
|
261
|
+
|
|
262
|
+
本次发布包含了以下内容:
|
|
263
|
+
|
|
264
|
+
改善已有的文档。
|
|
265
|
+
|
|
266
|
+
新增接口:
|
|
267
|
+
|
|
268
|
+
* [DescribeBaasPackageList](https://cloud.tencent.com/document/api/876/78167)
|
|
269
|
+
|
|
270
|
+
新增数据结构:
|
|
271
|
+
|
|
272
|
+
* [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
277
|
+
|
|
278
|
+
### 第 21 次发布
|
|
279
|
+
|
|
280
|
+
发布时间:2022-08-01 11:54:48
|
|
281
|
+
|
|
282
|
+
本次发布包含了以下内容:
|
|
283
|
+
|
|
284
|
+
改善已有的文档。
|
|
285
|
+
|
|
286
|
+
新增接口:
|
|
287
|
+
|
|
288
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
289
|
+
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
290
|
+
|
|
291
|
+
新增数据结构:
|
|
292
|
+
|
|
293
|
+
* [NamespaceStatusInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceStatusInfo)
|
|
294
|
+
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
295
|
+
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
296
|
+
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
297
|
+
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
1
305
|
# Release 4.0.396
|
|
2
306
|
|
|
3
307
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,64 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 96 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-08-01 11:27:47
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
20
|
-
|
|
21
|
-
### 第 26 次发布
|
|
22
|
-
|
|
23
|
-
发布时间:2022-08-01 11:31:08
|
|
24
|
-
|
|
25
|
-
本次发布包含了以下内容:
|
|
26
|
-
|
|
27
|
-
改善已有的文档。
|
|
28
|
-
|
|
29
|
-
修改数据结构:
|
|
30
|
-
|
|
31
|
-
* [ShipperInfo](https://cloud.tencent.com/document/api/614/56471#ShipperInfo)
|
|
32
|
-
|
|
33
|
-
* 新增成员:FilenameMode
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
39
|
-
|
|
40
|
-
### 第 8 次发布
|
|
41
|
-
|
|
42
|
-
发布时间:2022-08-01 11:48:13
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
45
|
-
|
|
46
|
-
改善已有的文档。
|
|
47
|
-
|
|
48
|
-
修改数据结构:
|
|
49
|
-
|
|
50
|
-
* [PrivateZoneRecord](https://cloud.tencent.com/document/api/1338/55947#PrivateZoneRecord)
|
|
51
|
-
|
|
52
|
-
* 新增成员:Enabled
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
58
4
|
|
|
59
|
-
### 第
|
|
5
|
+
### 第 24 次发布
|
|
60
6
|
|
|
61
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-02 11:36:28
|
|
62
8
|
|
|
63
9
|
本次发布包含了以下内容:
|
|
64
10
|
|
|
@@ -66,40 +12,25 @@
|
|
|
66
12
|
|
|
67
13
|
新增接口:
|
|
68
14
|
|
|
69
|
-
* [
|
|
70
|
-
|
|
71
|
-
新增数据结构:
|
|
72
|
-
|
|
73
|
-
* [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
|
|
74
|
-
|
|
75
|
-
|
|
15
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
76
16
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
### 第 21 次发布
|
|
17
|
+
修改接口:
|
|
80
18
|
|
|
81
|
-
|
|
19
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
82
20
|
|
|
83
|
-
|
|
21
|
+
* 新增入参:ApproverRestrictions
|
|
84
22
|
|
|
85
|
-
|
|
23
|
+
* 新增出参:SignUrls
|
|
86
24
|
|
|
87
|
-
新增接口:
|
|
88
|
-
|
|
89
|
-
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
90
|
-
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
91
25
|
|
|
92
26
|
新增数据结构:
|
|
93
27
|
|
|
94
|
-
* [
|
|
95
|
-
* [
|
|
96
|
-
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
97
|
-
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
98
|
-
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
28
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
29
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
99
30
|
|
|
100
31
|
|
|
101
32
|
|
|
102
|
-
##
|
|
33
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
103
34
|
|
|
104
35
|
|
|
105
36
|
|
|
@@ -7461,6 +7392,34 @@
|
|
|
7461
7392
|
|
|
7462
7393
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7463
7394
|
|
|
7395
|
+
### 第 4 次发布
|
|
7396
|
+
|
|
7397
|
+
发布时间:2022-08-02 06:05:09
|
|
7398
|
+
|
|
7399
|
+
本次发布包含了以下内容:
|
|
7400
|
+
|
|
7401
|
+
改善已有的文档。
|
|
7402
|
+
|
|
7403
|
+
新增接口:
|
|
7404
|
+
|
|
7405
|
+
* [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/78237)
|
|
7406
|
+
* [CreateBPFalseTicket](https://cloud.tencent.com/document/api/1296/78236)
|
|
7407
|
+
* [CreateBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78235)
|
|
7408
|
+
* [CreateBPOfflineTicket](https://cloud.tencent.com/document/api/1296/78234)
|
|
7409
|
+
* [CreateBPProtectURLs](https://cloud.tencent.com/document/api/1296/78233)
|
|
7410
|
+
* [DescribeBPCompanyInfo](https://cloud.tencent.com/document/api/1296/78232)
|
|
7411
|
+
* [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/78231)
|
|
7412
|
+
* [DescribeBPProtectURLs](https://cloud.tencent.com/document/api/1296/78230)
|
|
7413
|
+
* [DescribeBPReportFakeURLs](https://cloud.tencent.com/document/api/1296/78229)
|
|
7414
|
+
* [ModifyBPOfflineAttachment](https://cloud.tencent.com/document/api/1296/78228)
|
|
7415
|
+
|
|
7416
|
+
新增数据结构:
|
|
7417
|
+
|
|
7418
|
+
* [BrandData](https://cloud.tencent.com/document/api/1296/78030#BrandData)
|
|
7419
|
+
* [FakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#FakeURLInfo)
|
|
7420
|
+
* [ProtectURLInfo](https://cloud.tencent.com/document/api/1296/78030#ProtectURLInfo)
|
|
7421
|
+
* [ReportFakeURLInfo](https://cloud.tencent.com/document/api/1296/78030#ReportFakeURLInfo)
|
|
7422
|
+
|
|
7464
7423
|
### 第 3 次发布
|
|
7465
7424
|
|
|
7466
7425
|
发布时间:2022-07-29 06:03:11
|
|
@@ -9309,6 +9268,22 @@
|
|
|
9309
9268
|
|
|
9310
9269
|
## 云拨测(cat) 版本:2018-04-09
|
|
9311
9270
|
|
|
9271
|
+
### 第 11 次发布
|
|
9272
|
+
|
|
9273
|
+
发布时间:2022-08-02 06:06:56
|
|
9274
|
+
|
|
9275
|
+
本次发布包含了以下内容:
|
|
9276
|
+
|
|
9277
|
+
改善已有的文档。
|
|
9278
|
+
|
|
9279
|
+
新增接口:
|
|
9280
|
+
|
|
9281
|
+
* [DescribeNodes](https://cloud.tencent.com/document/api/280/78238)
|
|
9282
|
+
|
|
9283
|
+
新增数据结构:
|
|
9284
|
+
|
|
9285
|
+
* [NodeDefineExt](https://cloud.tencent.com/document/api/280/40931#NodeDefineExt)
|
|
9286
|
+
|
|
9312
9287
|
### 第 10 次发布
|
|
9313
9288
|
|
|
9314
9289
|
发布时间:2022-06-15 06:04:25
|
|
@@ -10950,7 +10925,7 @@
|
|
|
10950
10925
|
|
|
10951
10926
|
新增接口:
|
|
10952
10927
|
|
|
10953
|
-
* [
|
|
10928
|
+
* [ModifyInstancePasswordComplexity](https://cloud.tencent.com/document/api/236/78162)
|
|
10954
10929
|
|
|
10955
10930
|
### 第 95 次发布
|
|
10956
10931
|
|
|
@@ -36659,6 +36634,32 @@
|
|
|
36659
36634
|
|
|
36660
36635
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
36661
36636
|
|
|
36637
|
+
### 第 24 次发布
|
|
36638
|
+
|
|
36639
|
+
发布时间:2022-08-02 11:36:28
|
|
36640
|
+
|
|
36641
|
+
本次发布包含了以下内容:
|
|
36642
|
+
|
|
36643
|
+
改善已有的文档。
|
|
36644
|
+
|
|
36645
|
+
新增接口:
|
|
36646
|
+
|
|
36647
|
+
* [[ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)](https://cloud.tencent.com/document/api/#/#)
|
|
36648
|
+
|
|
36649
|
+
修改接口:
|
|
36650
|
+
|
|
36651
|
+
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
36652
|
+
|
|
36653
|
+
* 新增入参:ApproverRestrictions
|
|
36654
|
+
|
|
36655
|
+
* 新增出参:SignUrls
|
|
36656
|
+
|
|
36657
|
+
|
|
36658
|
+
新增数据结构:
|
|
36659
|
+
|
|
36660
|
+
* [[ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)](https://cloud.tencent.com/document/api/1420/61525#[ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction))
|
|
36661
|
+
* [[SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)](https://cloud.tencent.com/document/api/1420/61525#[SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl))
|
|
36662
|
+
|
|
36662
36663
|
### 第 23 次发布
|
|
36663
36664
|
|
|
36664
36665
|
发布时间:2022-07-28 06:11:47
|
|
@@ -64722,11 +64723,11 @@
|
|
|
64722
64723
|
|
|
64723
64724
|
新增接口:
|
|
64724
64725
|
|
|
64725
|
-
* [
|
|
64726
|
+
* [DescribeBaasPackageList](https://cloud.tencent.com/document/api/876/78167)
|
|
64726
64727
|
|
|
64727
64728
|
新增数据结构:
|
|
64728
64729
|
|
|
64729
|
-
* [
|
|
64730
|
+
* [BaasPackageInfo](https://cloud.tencent.com/document/api/876/34822#BaasPackageInfo)
|
|
64730
64731
|
|
|
64731
64732
|
### 第 84 次发布
|
|
64732
64733
|
|
|
@@ -66233,6 +66234,21 @@
|
|
|
66233
66234
|
|
|
66234
66235
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
66235
66236
|
|
|
66237
|
+
### 第 6 次发布
|
|
66238
|
+
|
|
66239
|
+
发布时间:2022-08-02 06:31:39
|
|
66240
|
+
|
|
66241
|
+
本次发布包含了以下内容:
|
|
66242
|
+
|
|
66243
|
+
改善已有的文档。
|
|
66244
|
+
|
|
66245
|
+
修改数据结构:
|
|
66246
|
+
|
|
66247
|
+
* [EnvBaseInfo](https://cloud.tencent.com/document/api/1243/75713#EnvBaseInfo)
|
|
66248
|
+
|
|
66249
|
+
* 新增成员:SubnetIds
|
|
66250
|
+
|
|
66251
|
+
|
|
66236
66252
|
### 第 5 次发布
|
|
66237
66253
|
|
|
66238
66254
|
发布时间:2022-07-01 06:17:30
|
|
@@ -69817,6 +69833,24 @@
|
|
|
69817
69833
|
|
|
69818
69834
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
69819
69835
|
|
|
69836
|
+
### 第 22 次发布
|
|
69837
|
+
|
|
69838
|
+
发布时间:2022-08-02 06:33:46
|
|
69839
|
+
|
|
69840
|
+
本次发布包含了以下内容:
|
|
69841
|
+
|
|
69842
|
+
改善已有的文档。
|
|
69843
|
+
|
|
69844
|
+
新增接口:
|
|
69845
|
+
|
|
69846
|
+
* [DescribeApplicationInfo](https://cloud.tencent.com/document/api/1371/78239)
|
|
69847
|
+
|
|
69848
|
+
新增数据结构:
|
|
69849
|
+
|
|
69850
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1371/60171#NodeInfo)
|
|
69851
|
+
* [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
|
|
69852
|
+
* [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
|
|
69853
|
+
|
|
69820
69854
|
### 第 21 次发布
|
|
69821
69855
|
|
|
69822
69856
|
发布时间:2022-08-01 11:54:48
|
|
@@ -69827,16 +69861,16 @@
|
|
|
69827
69861
|
|
|
69828
69862
|
新增接口:
|
|
69829
69863
|
|
|
69830
|
-
* [
|
|
69831
|
-
* [
|
|
69864
|
+
* [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
|
|
69865
|
+
* [DescribeEnvironmentStatus](https://cloud.tencent.com/document/api/1371/78168)
|
|
69832
69866
|
|
|
69833
69867
|
新增数据结构:
|
|
69834
69868
|
|
|
69835
|
-
* [
|
|
69836
|
-
* [
|
|
69837
|
-
* [
|
|
69838
|
-
* [
|
|
69839
|
-
* [
|
|
69869
|
+
* [NamespaceStatusInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceStatusInfo)
|
|
69870
|
+
* [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
|
|
69871
|
+
* [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
|
|
69872
|
+
* [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
|
|
69873
|
+
* [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
|
|
69840
69874
|
|
|
69841
69875
|
### 第 20 次发布
|
|
69842
69876
|
|
|
@@ -72861,6 +72895,30 @@
|
|
|
72861
72895
|
|
|
72862
72896
|
## 容器服务(tke) 版本:2018-05-25
|
|
72863
72897
|
|
|
72898
|
+
### 第 114 次发布
|
|
72899
|
+
|
|
72900
|
+
发布时间:2022-08-02 06:35:11
|
|
72901
|
+
|
|
72902
|
+
本次发布包含了以下内容:
|
|
72903
|
+
|
|
72904
|
+
改善已有的文档。
|
|
72905
|
+
|
|
72906
|
+
修改接口:
|
|
72907
|
+
|
|
72908
|
+
* [DescribeTKEEdgeScript](https://cloud.tencent.com/document/api/457/70732)
|
|
72909
|
+
|
|
72910
|
+
* 新增入参:ScriptVersion
|
|
72911
|
+
|
|
72912
|
+
* 新增出参:ScriptVersion
|
|
72913
|
+
|
|
72914
|
+
|
|
72915
|
+
修改数据结构:
|
|
72916
|
+
|
|
72917
|
+
* [EdgeClusterAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#EdgeClusterAdvancedSettings)
|
|
72918
|
+
|
|
72919
|
+
* 新增成员:Runtime, ProxyMode
|
|
72920
|
+
|
|
72921
|
+
|
|
72864
72922
|
### 第 113 次发布
|
|
72865
72923
|
|
|
72866
72924
|
发布时间:2022-07-29 06:16:41
|
|
@@ -75562,6 +75620,38 @@
|
|
|
75562
75620
|
|
|
75563
75621
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
75564
75622
|
|
|
75623
|
+
### 第 36 次发布
|
|
75624
|
+
|
|
75625
|
+
发布时间:2022-08-02 06:36:18
|
|
75626
|
+
|
|
75627
|
+
本次发布包含了以下内容:
|
|
75628
|
+
|
|
75629
|
+
改善已有的文档。
|
|
75630
|
+
|
|
75631
|
+
新增接口:
|
|
75632
|
+
|
|
75633
|
+
* [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
|
|
75634
|
+
* [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
|
|
75635
|
+
* [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
|
|
75636
|
+
* [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
|
|
75637
|
+
|
|
75638
|
+
新增数据结构:
|
|
75639
|
+
|
|
75640
|
+
* [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
|
|
75641
|
+
* [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
|
|
75642
|
+
* [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
|
|
75643
|
+
* [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
|
|
75644
|
+
* [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
|
|
75645
|
+
* [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
|
|
75646
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
75647
|
+
* [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
|
|
75648
|
+
* [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
|
|
75649
|
+
* [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
|
|
75650
|
+
* [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
|
|
75651
|
+
* [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
|
|
75652
|
+
* [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
|
|
75653
|
+
* [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
|
|
75654
|
+
|
|
75565
75655
|
### 第 35 次发布
|
|
75566
75656
|
|
|
75567
75657
|
发布时间:2022-07-25 06:16:06
|