tencentcloud-sdk-nodejs 4.0.761 → 4.0.763
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 +271 -0
- package/SERVICE_CHANGELOG.md +255 -128
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +23 -20
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +6 -0
- package/src/services/cls/v20201016/cls_models.ts +106 -43
- package/src/services/dlc/v20210125/dlc_models.ts +2 -2
- package/src/services/ecm/v20190719/ecm_models.ts +17 -17
- package/src/services/ess/v20201111/ess_client.ts +91 -12
- package/src/services/ess/v20201111/ess_models.ts +41 -36
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -14
- package/src/services/lcic/v20220817/lcic_models.ts +8 -4
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +18 -12
- package/src/services/oceanus/v20190422/oceanus_client.ts +23 -10
- package/src/services/oceanus/v20190422/oceanus_models.ts +147 -59
- package/src/services/ocr/v20181119/ocr_client.ts +4 -1
- package/src/services/ocr/v20181119/ocr_models.ts +328 -44
- package/src/services/ssl/v20191205/ssl_models.ts +22 -2
- package/src/services/tat/v20201028/tat_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +1 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +35 -44
- package/src/services/tem/v20210701/tem_client.ts +1 -1
- package/src/services/tem/v20210701/tem_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/tione/v20211111/tione_client.ts +25 -11
- package/src/services/tione/v20211111/tione_models.ts +229 -33
- package/src/services/tse/v20201207/tse_models.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +14 -1
- package/src/services/vod/v20180717/vod_models.ts +73 -6
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +23 -20
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +6 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +106 -43
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +17 -17
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +91 -12
- package/tencentcloud/services/ess/v20201111/ess_client.js +91 -12
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +41 -36
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +18 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -14
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +18 -12
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +7 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +9 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +143 -58
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +325 -44
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +22 -2
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -43
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +1 -1
- package/tencentcloud/services/tem/v20210701/tem_client.js +1 -1
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +225 -33
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +70 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/oceanus.v20190422.test.js +12 -2
- package/test/tione.v20211111.test.js +12 -2
- package/test/vod.v20180717.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,133 +1,84 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 2 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-12-19 01:19:18
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:IfExistCatalog
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
3
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 145 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-21 01:38:43
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
30
11
|
改善已有的文档。
|
|
31
12
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
35
|
-
|
|
36
|
-
* 新增成员:ParamTemplateId
|
|
37
|
-
|
|
38
|
-
* [CreateRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateRuleItem)
|
|
13
|
+
修改接口:
|
|
39
14
|
|
|
40
|
-
|
|
15
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
41
16
|
|
|
42
|
-
*
|
|
17
|
+
* <font color="#dd0000">**修改入参**:</font>ResourceId
|
|
43
18
|
|
|
44
|
-
* 新增成员:ParamTemplateName, ParamTemplateId
|
|
45
19
|
|
|
46
|
-
* [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
|
|
47
20
|
|
|
48
|
-
* 新增成员:ParamTemplateId, ParamTemplateName
|
|
49
21
|
|
|
22
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
50
23
|
|
|
51
24
|
|
|
52
25
|
|
|
53
|
-
##
|
|
26
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
54
27
|
|
|
55
|
-
### 第
|
|
28
|
+
### 第 49 次发布
|
|
56
29
|
|
|
57
|
-
发布时间:2023-12-
|
|
30
|
+
发布时间:2023-12-21 01:48:52
|
|
58
31
|
|
|
59
32
|
本次发布包含了以下内容:
|
|
60
33
|
|
|
61
34
|
改善已有的文档。
|
|
62
35
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
* [DescribeDomainAssets](https://cloud.tencent.com/document/api/664/93511)
|
|
66
|
-
|
|
67
|
-
* 新增入参:MemberId
|
|
68
|
-
|
|
69
|
-
* [DescribeGatewayAssets](https://cloud.tencent.com/document/api/664/102291)
|
|
70
|
-
|
|
71
|
-
* 新增入参:MemberId
|
|
72
|
-
|
|
73
|
-
* [DescribeListenerList](https://cloud.tencent.com/document/api/664/96103)
|
|
74
|
-
|
|
75
|
-
* 新增入参:MemberId
|
|
76
|
-
|
|
77
|
-
* [DescribeNICAssets](https://cloud.tencent.com/document/api/664/102406)
|
|
78
|
-
|
|
79
|
-
* 新增入参:MemberId
|
|
36
|
+
修改数据结构:
|
|
80
37
|
|
|
81
|
-
* [
|
|
38
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
82
39
|
|
|
83
|
-
*
|
|
40
|
+
* 新增成员:RecordBackground
|
|
84
41
|
|
|
85
42
|
|
|
86
43
|
|
|
87
44
|
|
|
88
|
-
##
|
|
45
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
89
46
|
|
|
90
|
-
### 第
|
|
47
|
+
### 第 125 次发布
|
|
91
48
|
|
|
92
|
-
发布时间:2023-12-
|
|
49
|
+
发布时间:2023-12-21 01:56:34
|
|
93
50
|
|
|
94
51
|
本次发布包含了以下内容:
|
|
95
52
|
|
|
96
53
|
改善已有的文档。
|
|
97
54
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
* [PreExecuteFileSettings](https://cloud.tencent.com/document/api/589/33981#PreExecuteFileSettings)
|
|
101
|
-
|
|
102
|
-
* 新增成员:Remark
|
|
103
|
-
|
|
104
|
-
|
|
55
|
+
修改接口:
|
|
105
56
|
|
|
57
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
106
58
|
|
|
107
|
-
|
|
59
|
+
* 新增出参:ElectronicTrainTicket, ElectronicAirTransport
|
|
108
60
|
|
|
109
|
-
### 第 100 次发布
|
|
110
61
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
本次发布包含了以下内容:
|
|
62
|
+
新增数据结构:
|
|
114
63
|
|
|
115
|
-
|
|
64
|
+
* [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
|
|
65
|
+
* [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
|
|
66
|
+
* [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
|
|
116
67
|
|
|
117
68
|
修改数据结构:
|
|
118
69
|
|
|
119
|
-
* [
|
|
70
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
120
71
|
|
|
121
|
-
* 新增成员:
|
|
72
|
+
* 新增成员:ElectronicType
|
|
122
73
|
|
|
123
74
|
|
|
124
75
|
|
|
125
76
|
|
|
126
77
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
127
78
|
|
|
128
|
-
### 第
|
|
79
|
+
### 第 100 次发布
|
|
129
80
|
|
|
130
|
-
发布时间:2023-12-
|
|
81
|
+
发布时间:2023-12-21 02:11:13
|
|
131
82
|
|
|
132
83
|
本次发布包含了以下内容:
|
|
133
84
|
|
|
@@ -135,37 +86,36 @@
|
|
|
135
86
|
|
|
136
87
|
修改接口:
|
|
137
88
|
|
|
138
|
-
* [
|
|
139
|
-
|
|
140
|
-
* 新增入参:FilterGroup
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
修改数据结构:
|
|
89
|
+
* [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
|
|
144
90
|
|
|
145
|
-
*
|
|
91
|
+
* <font color="#dd0000">**删除出参**:</font>BundleSet
|
|
146
92
|
|
|
147
|
-
* 新增成员:WebConsoleDomainEndpoint
|
|
148
93
|
|
|
149
|
-
|
|
94
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
150
95
|
|
|
96
|
+
* BundleSetOpt
|
|
151
97
|
|
|
152
98
|
|
|
153
99
|
|
|
154
100
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
155
101
|
|
|
156
|
-
### 第
|
|
102
|
+
### 第 48 次发布
|
|
157
103
|
|
|
158
|
-
发布时间:2023-12-
|
|
104
|
+
发布时间:2023-12-21 02:14:50
|
|
159
105
|
|
|
160
106
|
本次发布包含了以下内容:
|
|
161
107
|
|
|
162
108
|
改善已有的文档。
|
|
163
109
|
|
|
164
|
-
|
|
110
|
+
修改接口:
|
|
165
111
|
|
|
166
|
-
* [
|
|
112
|
+
* [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
|
|
167
113
|
|
|
168
|
-
*
|
|
114
|
+
* <font color="#dd0000">**修改入参**:</font>Type
|
|
115
|
+
|
|
116
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
|
|
117
|
+
|
|
118
|
+
* <font color="#dd0000">**修改入参**:</font>TaskType
|
|
169
119
|
|
|
170
120
|
|
|
171
121
|
|
|
@@ -174,11 +124,11 @@
|
|
|
174
124
|
|
|
175
125
|
|
|
176
126
|
|
|
177
|
-
##
|
|
127
|
+
## 云点播(vod) 版本:2018-07-17
|
|
178
128
|
|
|
179
|
-
### 第
|
|
129
|
+
### 第 176 次发布
|
|
180
130
|
|
|
181
|
-
发布时间:2023-12-
|
|
131
|
+
发布时间:2023-12-21 02:21:45
|
|
182
132
|
|
|
183
133
|
本次发布包含了以下内容:
|
|
184
134
|
|
|
@@ -186,41 +136,11 @@
|
|
|
186
136
|
|
|
187
137
|
新增接口:
|
|
188
138
|
|
|
189
|
-
* [
|
|
139
|
+
* [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
|
|
190
140
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
* [BatchSuspendIntegrationTasks](https://cloud.tencent.com/document/api/1267/82532)
|
|
194
|
-
|
|
195
|
-
* 新增入参:Event
|
|
196
|
-
|
|
197
|
-
* [CommitIntegrationTask](https://cloud.tencent.com/document/api/1267/82526)
|
|
198
|
-
|
|
199
|
-
* 新增入参:EventDesc
|
|
200
|
-
|
|
201
|
-
* [ResumeIntegrationTask](https://cloud.tencent.com/document/api/1267/82473)
|
|
202
|
-
|
|
203
|
-
* 新增入参:EventDesc
|
|
204
|
-
|
|
205
|
-
* [StartIntegrationTask](https://cloud.tencent.com/document/api/1267/82471)
|
|
206
|
-
|
|
207
|
-
* 新增入参:EventDesc
|
|
208
|
-
|
|
209
|
-
* [SuspendIntegrationTask](https://cloud.tencent.com/document/api/1267/82469)
|
|
210
|
-
|
|
211
|
-
* 新增入参:Event
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
修改数据结构:
|
|
215
|
-
|
|
216
|
-
* [AlarmReceiverInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmReceiverInfo)
|
|
217
|
-
|
|
218
|
-
* 新增成员:LarkGroup
|
|
219
|
-
|
|
220
|
-
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
221
|
-
|
|
222
|
-
* 新增成员:LarkWebHooks
|
|
141
|
+
新增数据结构:
|
|
223
142
|
|
|
143
|
+
* [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
|
|
224
144
|
|
|
225
145
|
|
|
226
146
|
|
|
@@ -21849,6 +21769,21 @@
|
|
|
21849
21769
|
|
|
21850
21770
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
21851
21771
|
|
|
21772
|
+
### 第 3 次发布
|
|
21773
|
+
|
|
21774
|
+
发布时间:2023-12-20 01:16:54
|
|
21775
|
+
|
|
21776
|
+
本次发布包含了以下内容:
|
|
21777
|
+
|
|
21778
|
+
改善已有的文档。
|
|
21779
|
+
|
|
21780
|
+
修改数据结构:
|
|
21781
|
+
|
|
21782
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
|
|
21783
|
+
|
|
21784
|
+
* 新增成员:Characteristic
|
|
21785
|
+
|
|
21786
|
+
|
|
21852
21787
|
### 第 2 次发布
|
|
21853
21788
|
|
|
21854
21789
|
发布时间:2023-12-19 01:19:18
|
|
@@ -32786,7 +32721,7 @@
|
|
|
32786
32721
|
|
|
32787
32722
|
|
|
32788
32723
|
|
|
32789
|
-
##
|
|
32724
|
+
## 腾讯微卡收付通(cpdp) 版本:2019-08-20
|
|
32790
32725
|
|
|
32791
32726
|
### 第 101 次发布
|
|
32792
32727
|
|
|
@@ -56842,6 +56777,21 @@
|
|
|
56842
56777
|
|
|
56843
56778
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56844
56779
|
|
|
56780
|
+
### 第 143 次发布
|
|
56781
|
+
|
|
56782
|
+
发布时间:2023-12-20 01:38:18
|
|
56783
|
+
|
|
56784
|
+
本次发布包含了以下内容:
|
|
56785
|
+
|
|
56786
|
+
改善已有的文档。
|
|
56787
|
+
|
|
56788
|
+
修改接口:
|
|
56789
|
+
|
|
56790
|
+
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
56791
|
+
|
|
56792
|
+
* 新增入参:CcInfos
|
|
56793
|
+
|
|
56794
|
+
|
|
56845
56795
|
### 第 142 次发布
|
|
56846
56796
|
|
|
56847
56797
|
发布时间:2023-12-15 19:39:22
|
|
@@ -59603,6 +59553,21 @@
|
|
|
59603
59553
|
|
|
59604
59554
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59605
59555
|
|
|
59556
|
+
### 第 145 次发布
|
|
59557
|
+
|
|
59558
|
+
发布时间:2023-12-21 01:38:43
|
|
59559
|
+
|
|
59560
|
+
本次发布包含了以下内容:
|
|
59561
|
+
|
|
59562
|
+
改善已有的文档。
|
|
59563
|
+
|
|
59564
|
+
修改接口:
|
|
59565
|
+
|
|
59566
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
59567
|
+
|
|
59568
|
+
* <font color="#dd0000">**修改入参**:</font>ResourceId
|
|
59569
|
+
|
|
59570
|
+
|
|
59606
59571
|
### 第 144 次发布
|
|
59607
59572
|
|
|
59608
59573
|
发布时间:2023-12-15 19:40:36
|
|
@@ -74743,6 +74708,21 @@
|
|
|
74743
74708
|
|
|
74744
74709
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
74745
74710
|
|
|
74711
|
+
### 第 49 次发布
|
|
74712
|
+
|
|
74713
|
+
发布时间:2023-12-21 01:48:52
|
|
74714
|
+
|
|
74715
|
+
本次发布包含了以下内容:
|
|
74716
|
+
|
|
74717
|
+
改善已有的文档。
|
|
74718
|
+
|
|
74719
|
+
修改数据结构:
|
|
74720
|
+
|
|
74721
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
74722
|
+
|
|
74723
|
+
* 新增成员:RecordBackground
|
|
74724
|
+
|
|
74725
|
+
|
|
74746
74726
|
### 第 48 次发布
|
|
74747
74727
|
|
|
74748
74728
|
发布时间:2023-12-14 02:03:05
|
|
@@ -88128,6 +88108,22 @@
|
|
|
88128
88108
|
|
|
88129
88109
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
88130
88110
|
|
|
88111
|
+
### 第 50 次发布
|
|
88112
|
+
|
|
88113
|
+
发布时间:2023-12-20 01:57:04
|
|
88114
|
+
|
|
88115
|
+
本次发布包含了以下内容:
|
|
88116
|
+
|
|
88117
|
+
改善已有的文档。
|
|
88118
|
+
|
|
88119
|
+
新增接口:
|
|
88120
|
+
|
|
88121
|
+
* [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
|
|
88122
|
+
|
|
88123
|
+
新增数据结构:
|
|
88124
|
+
|
|
88125
|
+
* [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
|
|
88126
|
+
|
|
88131
88127
|
### 第 49 次发布
|
|
88132
88128
|
|
|
88133
88129
|
发布时间:2023-12-04 15:28:57
|
|
@@ -89128,6 +89124,34 @@
|
|
|
89128
89124
|
|
|
89129
89125
|
## 文字识别(ocr) 版本:2018-11-19
|
|
89130
89126
|
|
|
89127
|
+
### 第 125 次发布
|
|
89128
|
+
|
|
89129
|
+
发布时间:2023-12-21 01:56:34
|
|
89130
|
+
|
|
89131
|
+
本次发布包含了以下内容:
|
|
89132
|
+
|
|
89133
|
+
改善已有的文档。
|
|
89134
|
+
|
|
89135
|
+
修改接口:
|
|
89136
|
+
|
|
89137
|
+
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
89138
|
+
|
|
89139
|
+
* 新增出参:ElectronicTrainTicket, ElectronicAirTransport
|
|
89140
|
+
|
|
89141
|
+
|
|
89142
|
+
新增数据结构:
|
|
89143
|
+
|
|
89144
|
+
* [[ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)](https://cloud.tencent.com/document/api/866/33527#[ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport))
|
|
89145
|
+
* [[ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)](https://cloud.tencent.com/document/api/866/33527#[ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail))
|
|
89146
|
+
* [[ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)](https://cloud.tencent.com/document/api/866/33527#[ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket))
|
|
89147
|
+
|
|
89148
|
+
修改数据结构:
|
|
89149
|
+
|
|
89150
|
+
* [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
|
|
89151
|
+
|
|
89152
|
+
* 新增成员:ElectronicType
|
|
89153
|
+
|
|
89154
|
+
|
|
89131
89155
|
### 第 124 次发布
|
|
89132
89156
|
|
|
89133
89157
|
发布时间:2023-12-08 02:12:05
|
|
@@ -100794,6 +100818,21 @@
|
|
|
100794
100818
|
|
|
100795
100819
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
100796
100820
|
|
|
100821
|
+
### 第 51 次发布
|
|
100822
|
+
|
|
100823
|
+
发布时间:2023-12-20 02:05:02
|
|
100824
|
+
|
|
100825
|
+
本次发布包含了以下内容:
|
|
100826
|
+
|
|
100827
|
+
改善已有的文档。
|
|
100828
|
+
|
|
100829
|
+
修改数据结构:
|
|
100830
|
+
|
|
100831
|
+
* [OperationLog](https://cloud.tencent.com/document/api/400/41679#OperationLog)
|
|
100832
|
+
|
|
100833
|
+
* 新增成员:Uin, SubAccountUin, CertId, Type
|
|
100834
|
+
|
|
100835
|
+
|
|
100797
100836
|
### 第 50 次发布
|
|
100798
100837
|
|
|
100799
100838
|
发布时间:2023-12-15 20:14:50
|
|
@@ -111017,6 +111056,25 @@
|
|
|
111017
111056
|
|
|
111018
111057
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
111019
111058
|
|
|
111059
|
+
### 第 100 次发布
|
|
111060
|
+
|
|
111061
|
+
发布时间:2023-12-21 02:11:13
|
|
111062
|
+
|
|
111063
|
+
本次发布包含了以下内容:
|
|
111064
|
+
|
|
111065
|
+
改善已有的文档。
|
|
111066
|
+
|
|
111067
|
+
修改接口:
|
|
111068
|
+
|
|
111069
|
+
* [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
|
|
111070
|
+
|
|
111071
|
+
* <font color="#dd0000">**删除出参**:</font>BundleSet
|
|
111072
|
+
|
|
111073
|
+
|
|
111074
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
111075
|
+
|
|
111076
|
+
* BundleSetOpt
|
|
111077
|
+
|
|
111020
111078
|
### 第 99 次发布
|
|
111021
111079
|
|
|
111022
111080
|
发布时间:2023-12-19 02:14:52
|
|
@@ -119493,6 +119551,42 @@
|
|
|
119493
119551
|
|
|
119494
119552
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
119495
119553
|
|
|
119554
|
+
### 第 48 次发布
|
|
119555
|
+
|
|
119556
|
+
发布时间:2023-12-21 02:14:50
|
|
119557
|
+
|
|
119558
|
+
本次发布包含了以下内容:
|
|
119559
|
+
|
|
119560
|
+
改善已有的文档。
|
|
119561
|
+
|
|
119562
|
+
修改接口:
|
|
119563
|
+
|
|
119564
|
+
* [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
|
|
119565
|
+
|
|
119566
|
+
* <font color="#dd0000">**修改入参**:</font>Type
|
|
119567
|
+
|
|
119568
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
|
|
119569
|
+
|
|
119570
|
+
* <font color="#dd0000">**修改入参**:</font>TaskType
|
|
119571
|
+
|
|
119572
|
+
|
|
119573
|
+
### 第 47 次发布
|
|
119574
|
+
|
|
119575
|
+
发布时间:2023-12-20 02:15:59
|
|
119576
|
+
|
|
119577
|
+
本次发布包含了以下内容:
|
|
119578
|
+
|
|
119579
|
+
改善已有的文档。
|
|
119580
|
+
|
|
119581
|
+
新增接口:
|
|
119582
|
+
|
|
119583
|
+
* [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
|
|
119584
|
+
|
|
119585
|
+
新增数据结构:
|
|
119586
|
+
|
|
119587
|
+
* [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
|
|
119588
|
+
* [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
|
|
119589
|
+
|
|
119496
119590
|
### 第 46 次发布
|
|
119497
119591
|
|
|
119498
119592
|
发布时间:2023-12-19 02:18:26
|
|
@@ -131666,6 +131760,22 @@
|
|
|
131666
131760
|
|
|
131667
131761
|
## 云点播(vod) 版本:2018-07-17
|
|
131668
131762
|
|
|
131763
|
+
### 第 176 次发布
|
|
131764
|
+
|
|
131765
|
+
发布时间:2023-12-21 02:21:45
|
|
131766
|
+
|
|
131767
|
+
本次发布包含了以下内容:
|
|
131768
|
+
|
|
131769
|
+
改善已有的文档。
|
|
131770
|
+
|
|
131771
|
+
新增接口:
|
|
131772
|
+
|
|
131773
|
+
* [[EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)](https://cloud.tencent.com/document/api/#/#)
|
|
131774
|
+
|
|
131775
|
+
新增数据结构:
|
|
131776
|
+
|
|
131777
|
+
* [[EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)](https://cloud.tencent.com/document/api/266/31773#[EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig))
|
|
131778
|
+
|
|
131669
131779
|
### 第 175 次发布
|
|
131670
131780
|
|
|
131671
131781
|
发布时间:2023-12-04 00:22:12
|
|
@@ -142666,6 +142776,23 @@
|
|
|
142666
142776
|
|
|
142667
142777
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
142668
142778
|
|
|
142779
|
+
### 第 65 次发布
|
|
142780
|
+
|
|
142781
|
+
发布时间:2023-12-20 02:28:42
|
|
142782
|
+
|
|
142783
|
+
本次发布包含了以下内容:
|
|
142784
|
+
|
|
142785
|
+
改善已有的文档。
|
|
142786
|
+
|
|
142787
|
+
修改数据结构:
|
|
142788
|
+
|
|
142789
|
+
* [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
|
|
142790
|
+
|
|
142791
|
+
* 新增成员:CodeFileName
|
|
142792
|
+
|
|
142793
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus
|
|
142794
|
+
|
|
142795
|
+
|
|
142669
142796
|
### 第 64 次发布
|
|
142670
142797
|
|
|
142671
142798
|
发布时间:2023-12-19 02:31:16
|
|
@@ -142676,7 +142803,7 @@
|
|
|
142676
142803
|
|
|
142677
142804
|
新增接口:
|
|
142678
142805
|
|
|
142679
|
-
* [
|
|
142806
|
+
* [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
|
|
142680
142807
|
|
|
142681
142808
|
修改接口:
|
|
142682
142809
|
|