tencentcloud-sdk-nodejs 4.0.468 → 4.0.470
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 +314 -0
- package/SERVICE_CHANGELOG.md +492 -26
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +1 -0
- package/src/services/cls/v20201016/cls_models.ts +9 -3
- package/src/services/dcdb/v20180411/dcdb_client.ts +37 -1
- package/src/services/dcdb/v20180411/dcdb_models.ts +121 -6
- package/src/services/dlc/v20210125/dlc_client.ts +35 -11
- package/src/services/dlc/v20210125/dlc_models.ts +210 -120
- package/src/services/gme/v20180711/gme_client.ts +7 -3
- package/src/services/gme/v20180711/gme_models.ts +100 -32
- package/src/services/live/v20180801/live_models.ts +8 -1
- package/src/services/mongodb/v20190725/mongodb_client.ts +15 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +162 -0
- package/src/services/ocr/v20181119/ocr_models.ts +162 -0
- package/src/services/partners/v20180321/partners_client.ts +93 -80
- package/src/services/partners/v20180321/partners_models.ts +75 -0
- package/src/services/tag/v20180813/tag_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +41 -0
- package/src/services/wedata/v20210820/wedata_models.ts +10 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +16 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +104 -6
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +11 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +15 -3
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +178 -101
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_client.js +1 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +86 -26
- package/tencentcloud/services/live/v20180801/live_models.d.ts +7 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +138 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +130 -0
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +35 -31
- package/tencentcloud/services/partners/v20180321/partners_client.js +51 -45
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +63 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +35 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +13 -0
- package/test/dcdb.v20180411.test.js +30 -0
- package/test/dlc.v20210125.test.js +22 -2
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/partners.v20180321.test.js +50 -40
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,55 +1,73 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 32 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-28 06:17:28
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [ConfigInfo](https://cloud.tencent.com/document/api/614/56471#ConfigInfo)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:Name
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
修改数据结构:
|
|
21
20
|
|
|
22
|
-
* [EmrListInstance](https://cloud.tencent.com/document/api/589/33981#EmrListInstance)
|
|
23
21
|
|
|
24
|
-
|
|
22
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
25
23
|
|
|
24
|
+
### 第 46 次发布
|
|
26
25
|
|
|
26
|
+
发布时间:2022-10-28 06:24:03
|
|
27
27
|
|
|
28
|
+
本次发布包含了以下内容:
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
改善已有的文档。
|
|
30
31
|
|
|
31
|
-
|
|
32
|
+
新增接口:
|
|
32
33
|
|
|
33
|
-
|
|
34
|
+
* [ModifyInstanceNetwork](https://cloud.tencent.com/document/api/557/82021)
|
|
35
|
+
* [ModifyInstanceVip](https://cloud.tencent.com/document/api/557/82020)
|
|
36
|
+
* [ModifyInstanceVport](https://cloud.tencent.com/document/api/557/82019)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
41
|
+
|
|
42
|
+
### 第 25 次发布
|
|
43
|
+
|
|
44
|
+
发布时间:2022-10-28 06:29:04
|
|
34
45
|
|
|
35
46
|
本次发布包含了以下内容:
|
|
36
47
|
|
|
37
48
|
改善已有的文档。
|
|
38
49
|
|
|
50
|
+
新增数据结构:
|
|
51
|
+
|
|
52
|
+
* [AudioTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#AudioTextStatisticsItem)
|
|
53
|
+
* [OverseaTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#OverseaTextStatisticsItem)
|
|
54
|
+
* [RealtimeTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#RealtimeTextStatisticsItem)
|
|
55
|
+
* [StreamTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#StreamTextStatisticsItem)
|
|
56
|
+
|
|
39
57
|
修改数据结构:
|
|
40
58
|
|
|
41
|
-
* [
|
|
59
|
+
* [AppStatisticsItem](https://cloud.tencent.com/document/api/607/35375#AppStatisticsItem)
|
|
42
60
|
|
|
43
|
-
* 新增成员:
|
|
61
|
+
* 新增成员:AudioTextStatisticsItem, StreamTextStatisticsItem, OverseaTextStatisticsItem, RealtimeTextStatisticsItem
|
|
44
62
|
|
|
45
63
|
|
|
46
64
|
|
|
47
65
|
|
|
48
|
-
##
|
|
66
|
+
## 云直播(live) 版本:2018-08-01
|
|
49
67
|
|
|
50
|
-
### 第
|
|
68
|
+
### 第 90 次发布
|
|
51
69
|
|
|
52
|
-
发布时间:2022-10-
|
|
70
|
+
发布时间:2022-10-28 06:35:04
|
|
53
71
|
|
|
54
72
|
本次发布包含了以下内容:
|
|
55
73
|
|
|
@@ -57,34 +75,220 @@
|
|
|
57
75
|
|
|
58
76
|
修改数据结构:
|
|
59
77
|
|
|
60
|
-
* [
|
|
78
|
+
* [TranscodeDetailInfo](https://cloud.tencent.com/document/api/267/20474#TranscodeDetailInfo)
|
|
61
79
|
|
|
62
|
-
* 新增成员:
|
|
80
|
+
* 新增成员:MainlandOrOversea
|
|
63
81
|
|
|
64
82
|
|
|
65
83
|
|
|
66
84
|
|
|
67
|
-
##
|
|
85
|
+
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
68
86
|
|
|
87
|
+
### 第 26 次发布
|
|
69
88
|
|
|
89
|
+
发布时间:2022-10-28 06:36:39
|
|
70
90
|
|
|
71
|
-
|
|
91
|
+
本次发布包含了以下内容:
|
|
72
92
|
|
|
73
|
-
|
|
93
|
+
改善已有的文档。
|
|
94
|
+
|
|
95
|
+
新增接口:
|
|
96
|
+
|
|
97
|
+
* [DescribeDBInstanceNodeProperty](https://cloud.tencent.com/document/api/240/82022)
|
|
98
|
+
|
|
99
|
+
新增数据结构:
|
|
100
|
+
|
|
101
|
+
* [NodeProperty](https://cloud.tencent.com/document/api/240/38576#NodeProperty)
|
|
102
|
+
* [NodeTag](https://cloud.tencent.com/document/api/240/38576#NodeTag)
|
|
103
|
+
* [ReplicateSetInfo](https://cloud.tencent.com/document/api/240/38576#ReplicateSetInfo)
|
|
74
104
|
|
|
75
|
-
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 云数据库 MongoDB(mongodb) 版本:2018-04-08
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
112
|
+
|
|
113
|
+
### 第 80 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-10-28 06:39:14
|
|
76
116
|
|
|
77
117
|
本次发布包含了以下内容:
|
|
78
118
|
|
|
79
119
|
改善已有的文档。
|
|
80
120
|
|
|
121
|
+
修改接口:
|
|
122
|
+
|
|
123
|
+
* [BankSlipOCR](https://cloud.tencent.com/document/api/866/57674)
|
|
124
|
+
|
|
125
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
126
|
+
|
|
127
|
+
* [BusInvoiceOCR](https://cloud.tencent.com/document/api/866/37838)
|
|
128
|
+
|
|
129
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
130
|
+
|
|
131
|
+
* [CarInvoiceOCR](https://cloud.tencent.com/document/api/866/37076)
|
|
132
|
+
|
|
133
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
134
|
+
|
|
135
|
+
* [DutyPaidProofOCR](https://cloud.tencent.com/document/api/866/37839)
|
|
136
|
+
|
|
137
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
138
|
+
|
|
139
|
+
* [FlightInvoiceOCR](https://cloud.tencent.com/document/api/866/37075)
|
|
140
|
+
|
|
141
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
142
|
+
|
|
143
|
+
* [InvoiceGeneralOCR](https://cloud.tencent.com/document/api/866/37837)
|
|
144
|
+
|
|
145
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
146
|
+
|
|
147
|
+
* [MixedInvoiceDetect](https://cloud.tencent.com/document/api/866/37836)
|
|
148
|
+
|
|
149
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
150
|
+
|
|
151
|
+
* [MixedInvoiceOCR](https://cloud.tencent.com/document/api/866/37835)
|
|
152
|
+
|
|
153
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
154
|
+
|
|
155
|
+
* [QuotaInvoiceOCR](https://cloud.tencent.com/document/api/866/37073)
|
|
156
|
+
|
|
157
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
158
|
+
|
|
159
|
+
* [RecognizeMedicalInvoiceOCR](https://cloud.tencent.com/document/api/866/80326)
|
|
160
|
+
|
|
161
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
162
|
+
|
|
163
|
+
* [ShipInvoiceOCR](https://cloud.tencent.com/document/api/866/37834)
|
|
164
|
+
|
|
165
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
166
|
+
|
|
167
|
+
* [TaxiInvoiceOCR](https://cloud.tencent.com/document/api/866/37072)
|
|
168
|
+
|
|
169
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
170
|
+
|
|
171
|
+
* [TollInvoiceOCR](https://cloud.tencent.com/document/api/866/37833)
|
|
172
|
+
|
|
173
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
174
|
+
|
|
175
|
+
* [TrainTicketOCR](https://cloud.tencent.com/document/api/866/37071)
|
|
176
|
+
|
|
177
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
178
|
+
|
|
179
|
+
* [VatRollInvoiceOCR](https://cloud.tencent.com/document/api/866/37832)
|
|
180
|
+
|
|
181
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
182
|
+
|
|
183
|
+
* [WaybillOCR](https://cloud.tencent.com/document/api/866/34934)
|
|
184
|
+
|
|
185
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
## 渠道合作伙伴(partners) 版本:2018-03-21
|
|
191
|
+
|
|
192
|
+
### 第 25 次发布
|
|
193
|
+
|
|
194
|
+
发布时间:2022-10-28 06:40:32
|
|
195
|
+
|
|
196
|
+
本次发布包含了以下内容:
|
|
197
|
+
|
|
198
|
+
改善已有的文档。
|
|
199
|
+
|
|
200
|
+
新增接口:
|
|
201
|
+
|
|
202
|
+
* [DescribeRebateInfosNew](https://cloud.tencent.com/document/api/563/82023)
|
|
203
|
+
|
|
204
|
+
新增数据结构:
|
|
205
|
+
|
|
206
|
+
* [RebateInfoElemNew](https://cloud.tencent.com/document/api/563/16047#RebateInfoElemNew)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
## 云点播(vod) 版本:2018-07-17
|
|
211
|
+
|
|
212
|
+
### 第 123 次发布
|
|
213
|
+
|
|
214
|
+
发布时间:2022-10-28 06:58:26
|
|
215
|
+
|
|
216
|
+
本次发布包含了以下内容:
|
|
217
|
+
|
|
218
|
+
改善已有的文档。
|
|
219
|
+
|
|
220
|
+
修改接口:
|
|
221
|
+
|
|
222
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
223
|
+
|
|
224
|
+
* 新增入参:SegmentType
|
|
225
|
+
|
|
226
|
+
* [CreateTranscodeTemplate](https://cloud.tencent.com/document/api/266/33773)
|
|
227
|
+
|
|
228
|
+
* 新增入参:SegmentType
|
|
229
|
+
|
|
230
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43063)
|
|
231
|
+
|
|
232
|
+
* 新增入参:SegmentType
|
|
233
|
+
|
|
234
|
+
* [ModifyTranscodeTemplate](https://cloud.tencent.com/document/api/266/33767)
|
|
235
|
+
|
|
236
|
+
* 新增入参:SegmentType
|
|
237
|
+
|
|
238
|
+
|
|
81
239
|
修改数据结构:
|
|
82
240
|
|
|
83
|
-
* [
|
|
241
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
84
242
|
|
|
85
|
-
* 新增成员:
|
|
243
|
+
* 新增成员:SegmentType
|
|
86
244
|
|
|
87
|
-
|
|
245
|
+
* [TranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#TranscodeTemplate)
|
|
246
|
+
|
|
247
|
+
* 新增成员:SegmentType
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
253
|
+
|
|
254
|
+
### 第 10 次发布
|
|
255
|
+
|
|
256
|
+
发布时间:2022-10-28 07:02:18
|
|
257
|
+
|
|
258
|
+
本次发布包含了以下内容:
|
|
259
|
+
|
|
260
|
+
改善已有的文档。
|
|
261
|
+
|
|
262
|
+
修改接口:
|
|
263
|
+
|
|
264
|
+
* [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
|
|
265
|
+
|
|
266
|
+
* 新增入参:ProjectId
|
|
267
|
+
|
|
268
|
+
* [SubmitCustomFunction](https://cloud.tencent.com/document/api/1267/81480)
|
|
269
|
+
|
|
270
|
+
* 新增入参:ProjectId
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
276
|
+
|
|
277
|
+
### 第 8 次发布
|
|
278
|
+
|
|
279
|
+
发布时间:2022-10-28 07:02:46
|
|
280
|
+
|
|
281
|
+
本次发布包含了以下内容:
|
|
282
|
+
|
|
283
|
+
改善已有的文档。
|
|
284
|
+
|
|
285
|
+
修改接口:
|
|
286
|
+
|
|
287
|
+
* [DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1592/76188)
|
|
288
|
+
|
|
289
|
+
* 新增入参:Offset, Limit
|
|
290
|
+
|
|
291
|
+
* 新增出参:TotalCount
|
|
88
292
|
|
|
89
293
|
|
|
90
294
|
|
|
@@ -21501,6 +21705,21 @@
|
|
|
21501
21705
|
|
|
21502
21706
|
## 日志服务(cls) 版本:2020-10-16
|
|
21503
21707
|
|
|
21708
|
+
### 第 32 次发布
|
|
21709
|
+
|
|
21710
|
+
发布时间:2022-10-28 06:17:28
|
|
21711
|
+
|
|
21712
|
+
本次发布包含了以下内容:
|
|
21713
|
+
|
|
21714
|
+
改善已有的文档。
|
|
21715
|
+
|
|
21716
|
+
修改数据结构:
|
|
21717
|
+
|
|
21718
|
+
* [ConfigInfo](https://cloud.tencent.com/document/api/614/56471#ConfigInfo)
|
|
21719
|
+
|
|
21720
|
+
* 新增成员:Name
|
|
21721
|
+
|
|
21722
|
+
|
|
21504
21723
|
### 第 31 次发布
|
|
21505
21724
|
|
|
21506
21725
|
发布时间:2022-10-26 06:21:36
|
|
@@ -32456,6 +32675,20 @@
|
|
|
32456
32675
|
|
|
32457
32676
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
32458
32677
|
|
|
32678
|
+
### 第 46 次发布
|
|
32679
|
+
|
|
32680
|
+
发布时间:2022-10-28 06:24:03
|
|
32681
|
+
|
|
32682
|
+
本次发布包含了以下内容:
|
|
32683
|
+
|
|
32684
|
+
改善已有的文档。
|
|
32685
|
+
|
|
32686
|
+
新增接口:
|
|
32687
|
+
|
|
32688
|
+
* [[ModifyInstanceNetwork](https://cloud.tencent.com/document/api/557/82021)](https://cloud.tencent.com/document/api/#/#)
|
|
32689
|
+
* [[ModifyInstanceVip](https://cloud.tencent.com/document/api/557/82020)](https://cloud.tencent.com/document/api/#/#)
|
|
32690
|
+
* [[ModifyInstanceVport](https://cloud.tencent.com/document/api/557/82019)](https://cloud.tencent.com/document/api/#/#)
|
|
32691
|
+
|
|
32459
32692
|
### 第 45 次发布
|
|
32460
32693
|
|
|
32461
32694
|
发布时间:2022-08-31 06:24:58
|
|
@@ -33321,6 +33554,19 @@
|
|
|
33321
33554
|
|
|
33322
33555
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
33323
33556
|
|
|
33557
|
+
### 第 33 次发布
|
|
33558
|
+
|
|
33559
|
+
发布时间:2022-10-27 14:41:42
|
|
33560
|
+
|
|
33561
|
+
本次发布包含了以下内容:
|
|
33562
|
+
|
|
33563
|
+
改善已有的文档。
|
|
33564
|
+
|
|
33565
|
+
新增接口:
|
|
33566
|
+
|
|
33567
|
+
* [CreateResultDownload](https://cloud.tencent.com/document/api/1342/82008)
|
|
33568
|
+
* [DescribeResultDownload](https://cloud.tencent.com/document/api/1342/82007)
|
|
33569
|
+
|
|
33324
33570
|
### 第 32 次发布
|
|
33325
33571
|
|
|
33326
33572
|
发布时间:2022-09-14 06:20:02
|
|
@@ -42976,6 +43222,28 @@
|
|
|
42976
43222
|
|
|
42977
43223
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
42978
43224
|
|
|
43225
|
+
### 第 25 次发布
|
|
43226
|
+
|
|
43227
|
+
发布时间:2022-10-28 06:29:04
|
|
43228
|
+
|
|
43229
|
+
本次发布包含了以下内容:
|
|
43230
|
+
|
|
43231
|
+
改善已有的文档。
|
|
43232
|
+
|
|
43233
|
+
新增数据结构:
|
|
43234
|
+
|
|
43235
|
+
* [[AudioTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#AudioTextStatisticsItem)](https://cloud.tencent.com/document/api/607/35375#[AudioTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#AudioTextStatisticsItem))
|
|
43236
|
+
* [[OverseaTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#OverseaTextStatisticsItem)](https://cloud.tencent.com/document/api/607/35375#[OverseaTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#OverseaTextStatisticsItem))
|
|
43237
|
+
* [[RealtimeTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#RealtimeTextStatisticsItem)](https://cloud.tencent.com/document/api/607/35375#[RealtimeTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#RealtimeTextStatisticsItem))
|
|
43238
|
+
* [[StreamTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#StreamTextStatisticsItem)](https://cloud.tencent.com/document/api/607/35375#[StreamTextStatisticsItem](https://cloud.tencent.com/document/api/607/35375#StreamTextStatisticsItem))
|
|
43239
|
+
|
|
43240
|
+
修改数据结构:
|
|
43241
|
+
|
|
43242
|
+
* [AppStatisticsItem](https://cloud.tencent.com/document/api/607/35375#AppStatisticsItem)
|
|
43243
|
+
|
|
43244
|
+
* 新增成员:AudioTextStatisticsItem, StreamTextStatisticsItem, OverseaTextStatisticsItem, RealtimeTextStatisticsItem
|
|
43245
|
+
|
|
43246
|
+
|
|
42979
43247
|
### 第 24 次发布
|
|
42980
43248
|
|
|
42981
43249
|
发布时间:2022-09-12 06:26:19
|
|
@@ -51336,6 +51604,21 @@
|
|
|
51336
51604
|
|
|
51337
51605
|
## 云直播(live) 版本:2018-08-01
|
|
51338
51606
|
|
|
51607
|
+
### 第 90 次发布
|
|
51608
|
+
|
|
51609
|
+
发布时间:2022-10-28 06:35:04
|
|
51610
|
+
|
|
51611
|
+
本次发布包含了以下内容:
|
|
51612
|
+
|
|
51613
|
+
改善已有的文档。
|
|
51614
|
+
|
|
51615
|
+
修改数据结构:
|
|
51616
|
+
|
|
51617
|
+
* [TranscodeDetailInfo](https://cloud.tencent.com/document/api/267/20474#TranscodeDetailInfo)
|
|
51618
|
+
|
|
51619
|
+
* 新增成员:MainlandOrOversea
|
|
51620
|
+
|
|
51621
|
+
|
|
51339
51622
|
### 第 89 次发布
|
|
51340
51623
|
|
|
51341
51624
|
发布时间:2022-09-23 06:36:42
|
|
@@ -54702,6 +54985,24 @@
|
|
|
54702
54985
|
|
|
54703
54986
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
54704
54987
|
|
|
54988
|
+
### 第 26 次发布
|
|
54989
|
+
|
|
54990
|
+
发布时间:2022-10-28 06:36:39
|
|
54991
|
+
|
|
54992
|
+
本次发布包含了以下内容:
|
|
54993
|
+
|
|
54994
|
+
改善已有的文档。
|
|
54995
|
+
|
|
54996
|
+
新增接口:
|
|
54997
|
+
|
|
54998
|
+
* [[DescribeDBInstanceNodeProperty](https://cloud.tencent.com/document/api/240/82022)](https://cloud.tencent.com/document/api/#/#)
|
|
54999
|
+
|
|
55000
|
+
新增数据结构:
|
|
55001
|
+
|
|
55002
|
+
* [[NodeProperty](https://cloud.tencent.com/document/api/240/38576#NodeProperty)](https://cloud.tencent.com/document/api/240/38576#[NodeProperty](https://cloud.tencent.com/document/api/240/38576#NodeProperty))
|
|
55003
|
+
* [[NodeTag](https://cloud.tencent.com/document/api/240/38576#NodeTag)](https://cloud.tencent.com/document/api/240/38576#[NodeTag](https://cloud.tencent.com/document/api/240/38576#NodeTag))
|
|
55004
|
+
* [[ReplicateSetInfo](https://cloud.tencent.com/document/api/240/38576#ReplicateSetInfo)](https://cloud.tencent.com/document/api/240/38576#[ReplicateSetInfo](https://cloud.tencent.com/document/api/240/38576#ReplicateSetInfo))
|
|
55005
|
+
|
|
54705
55006
|
### 第 25 次发布
|
|
54706
55007
|
|
|
54707
55008
|
发布时间:2022-10-10 06:31:49
|
|
@@ -59534,6 +59835,81 @@
|
|
|
59534
59835
|
|
|
59535
59836
|
## 文字识别(ocr) 版本:2018-11-19
|
|
59536
59837
|
|
|
59838
|
+
### 第 80 次发布
|
|
59839
|
+
|
|
59840
|
+
发布时间:2022-10-28 06:39:14
|
|
59841
|
+
|
|
59842
|
+
本次发布包含了以下内容:
|
|
59843
|
+
|
|
59844
|
+
改善已有的文档。
|
|
59845
|
+
|
|
59846
|
+
修改接口:
|
|
59847
|
+
|
|
59848
|
+
* [BankSlipOCR](https://cloud.tencent.com/document/api/866/57674)
|
|
59849
|
+
|
|
59850
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59851
|
+
|
|
59852
|
+
* [BusInvoiceOCR](https://cloud.tencent.com/document/api/866/37838)
|
|
59853
|
+
|
|
59854
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59855
|
+
|
|
59856
|
+
* [CarInvoiceOCR](https://cloud.tencent.com/document/api/866/37076)
|
|
59857
|
+
|
|
59858
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59859
|
+
|
|
59860
|
+
* [DutyPaidProofOCR](https://cloud.tencent.com/document/api/866/37839)
|
|
59861
|
+
|
|
59862
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59863
|
+
|
|
59864
|
+
* [FlightInvoiceOCR](https://cloud.tencent.com/document/api/866/37075)
|
|
59865
|
+
|
|
59866
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59867
|
+
|
|
59868
|
+
* [InvoiceGeneralOCR](https://cloud.tencent.com/document/api/866/37837)
|
|
59869
|
+
|
|
59870
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59871
|
+
|
|
59872
|
+
* [MixedInvoiceDetect](https://cloud.tencent.com/document/api/866/37836)
|
|
59873
|
+
|
|
59874
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59875
|
+
|
|
59876
|
+
* [MixedInvoiceOCR](https://cloud.tencent.com/document/api/866/37835)
|
|
59877
|
+
|
|
59878
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59879
|
+
|
|
59880
|
+
* [QuotaInvoiceOCR](https://cloud.tencent.com/document/api/866/37073)
|
|
59881
|
+
|
|
59882
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59883
|
+
|
|
59884
|
+
* [RecognizeMedicalInvoiceOCR](https://cloud.tencent.com/document/api/866/80326)
|
|
59885
|
+
|
|
59886
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59887
|
+
|
|
59888
|
+
* [ShipInvoiceOCR](https://cloud.tencent.com/document/api/866/37834)
|
|
59889
|
+
|
|
59890
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59891
|
+
|
|
59892
|
+
* [TaxiInvoiceOCR](https://cloud.tencent.com/document/api/866/37072)
|
|
59893
|
+
|
|
59894
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59895
|
+
|
|
59896
|
+
* [TollInvoiceOCR](https://cloud.tencent.com/document/api/866/37833)
|
|
59897
|
+
|
|
59898
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59899
|
+
|
|
59900
|
+
* [TrainTicketOCR](https://cloud.tencent.com/document/api/866/37071)
|
|
59901
|
+
|
|
59902
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59903
|
+
|
|
59904
|
+
* [VatRollInvoiceOCR](https://cloud.tencent.com/document/api/866/37832)
|
|
59905
|
+
|
|
59906
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59907
|
+
|
|
59908
|
+
* [WaybillOCR](https://cloud.tencent.com/document/api/866/34934)
|
|
59909
|
+
|
|
59910
|
+
* 新增入参:IsPdf, PdfPageNumber
|
|
59911
|
+
|
|
59912
|
+
|
|
59537
59913
|
### 第 79 次发布
|
|
59538
59914
|
|
|
59539
59915
|
发布时间:2022-09-21 06:39:36
|
|
@@ -61278,6 +61654,22 @@
|
|
|
61278
61654
|
|
|
61279
61655
|
## 渠道合作伙伴(partners) 版本:2018-03-21
|
|
61280
61656
|
|
|
61657
|
+
### 第 25 次发布
|
|
61658
|
+
|
|
61659
|
+
发布时间:2022-10-28 06:40:32
|
|
61660
|
+
|
|
61661
|
+
本次发布包含了以下内容:
|
|
61662
|
+
|
|
61663
|
+
改善已有的文档。
|
|
61664
|
+
|
|
61665
|
+
新增接口:
|
|
61666
|
+
|
|
61667
|
+
* [[DescribeRebateInfosNew](https://cloud.tencent.com/document/api/563/82023)](https://cloud.tencent.com/document/api/#/#)
|
|
61668
|
+
|
|
61669
|
+
新增数据结构:
|
|
61670
|
+
|
|
61671
|
+
* [[RebateInfoElemNew](https://cloud.tencent.com/document/api/563/16047#RebateInfoElemNew)](https://cloud.tencent.com/document/api/563/16047#[RebateInfoElemNew](https://cloud.tencent.com/document/api/563/16047#RebateInfoElemNew))
|
|
61672
|
+
|
|
61281
61673
|
### 第 24 次发布
|
|
61282
61674
|
|
|
61283
61675
|
发布时间:2022-03-31 06:11:44
|
|
@@ -87894,6 +88286,44 @@
|
|
|
87894
88286
|
|
|
87895
88287
|
## 云点播(vod) 版本:2018-07-17
|
|
87896
88288
|
|
|
88289
|
+
### 第 123 次发布
|
|
88290
|
+
|
|
88291
|
+
发布时间:2022-10-28 06:58:26
|
|
88292
|
+
|
|
88293
|
+
本次发布包含了以下内容:
|
|
88294
|
+
|
|
88295
|
+
改善已有的文档。
|
|
88296
|
+
|
|
88297
|
+
修改接口:
|
|
88298
|
+
|
|
88299
|
+
* [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43068)
|
|
88300
|
+
|
|
88301
|
+
* 新增入参:SegmentType
|
|
88302
|
+
|
|
88303
|
+
* [CreateTranscodeTemplate](https://cloud.tencent.com/document/api/266/33773)
|
|
88304
|
+
|
|
88305
|
+
* 新增入参:SegmentType
|
|
88306
|
+
|
|
88307
|
+
* [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/43063)
|
|
88308
|
+
|
|
88309
|
+
* 新增入参:SegmentType
|
|
88310
|
+
|
|
88311
|
+
* [ModifyTranscodeTemplate](https://cloud.tencent.com/document/api/266/33767)
|
|
88312
|
+
|
|
88313
|
+
* 新增入参:SegmentType
|
|
88314
|
+
|
|
88315
|
+
|
|
88316
|
+
修改数据结构:
|
|
88317
|
+
|
|
88318
|
+
* [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingTemplate)
|
|
88319
|
+
|
|
88320
|
+
* 新增成员:SegmentType
|
|
88321
|
+
|
|
88322
|
+
* [TranscodeTemplate](https://cloud.tencent.com/document/api/266/31773#TranscodeTemplate)
|
|
88323
|
+
|
|
88324
|
+
* 新增成员:SegmentType
|
|
88325
|
+
|
|
88326
|
+
|
|
87897
88327
|
### 第 122 次发布
|
|
87898
88328
|
|
|
87899
88329
|
发布时间:2022-10-13 06:54:26
|
|
@@ -94728,6 +95158,25 @@
|
|
|
94728
95158
|
|
|
94729
95159
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
94730
95160
|
|
|
95161
|
+
### 第 10 次发布
|
|
95162
|
+
|
|
95163
|
+
发布时间:2022-10-28 07:02:18
|
|
95164
|
+
|
|
95165
|
+
本次发布包含了以下内容:
|
|
95166
|
+
|
|
95167
|
+
改善已有的文档。
|
|
95168
|
+
|
|
95169
|
+
修改接口:
|
|
95170
|
+
|
|
95171
|
+
* [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
|
|
95172
|
+
|
|
95173
|
+
* 新增入参:ProjectId
|
|
95174
|
+
|
|
95175
|
+
* [SubmitCustomFunction](https://cloud.tencent.com/document/api/1267/81480)
|
|
95176
|
+
|
|
95177
|
+
* 新增入参:ProjectId
|
|
95178
|
+
|
|
95179
|
+
|
|
94731
95180
|
### 第 9 次发布
|
|
94732
95181
|
|
|
94733
95182
|
发布时间:2022-10-20 07:01:15
|
|
@@ -94971,6 +95420,23 @@
|
|
|
94971
95420
|
|
|
94972
95421
|
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
94973
95422
|
|
|
95423
|
+
### 第 8 次发布
|
|
95424
|
+
|
|
95425
|
+
发布时间:2022-10-28 07:02:46
|
|
95426
|
+
|
|
95427
|
+
本次发布包含了以下内容:
|
|
95428
|
+
|
|
95429
|
+
改善已有的文档。
|
|
95430
|
+
|
|
95431
|
+
修改接口:
|
|
95432
|
+
|
|
95433
|
+
* [DescribeKTVPlaylists](https://cloud.tencent.com/document/api/1592/76188)
|
|
95434
|
+
|
|
95435
|
+
* 新增入参:Offset, Limit
|
|
95436
|
+
|
|
95437
|
+
* 新增出参:TotalCount
|
|
95438
|
+
|
|
95439
|
+
|
|
94974
95440
|
### 第 7 次发布
|
|
94975
95441
|
|
|
94976
95442
|
发布时间:2022-09-16 06:52:09
|