tencentcloud-sdk-nodejs 4.0.910 → 4.0.912
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 +286 -0
- package/SERVICE_CHANGELOG.md +461 -10
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +11 -8
- package/src/services/dsgc/v20190723/dsgc_models.ts +11 -11
- package/src/services/ess/v20201111/ess_client.ts +13 -4
- package/src/services/ess/v20201111/ess_models.ts +18 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -5
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +30 -6
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +44 -6
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +9 -7
- package/src/services/tcb/v20180608/tcb_models.ts +12 -7
- package/src/services/tds/v20220801/tds_client.ts +1 -0
- package/src/services/tds/v20220801/tds_models.ts +44 -0
- package/src/services/trtc/v20190722/trtc_models.ts +2 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -1
- package/src/services/vpc/v20170312/vpc_client.ts +5 -2
- package/src/services/vpc/v20170312/vpc_models.ts +50 -0
- package/src/services/vrs/v20200824/vrs_client.ts +3 -2
- package/src/services/vrs/v20200824/vrs_models.ts +67 -10
- package/src/services/wedata/v20210820/wedata_client.ts +17 -1
- package/src/services/wedata/v20210820/wedata_models.ts +341 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +11 -11
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +13 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -5
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +11 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +15 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +40 -6
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +9 -7
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +12 -7
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +43 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +49 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +3 -2
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +67 -10
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +335 -24
- package/test/hunyuan.v20230901.test.js +22 -2
- package/test/wedata.v20210820.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,27 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 16 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-07 01:45:31
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [ActivateService](https://cloud.tencent.com/document/api/1729/109752)
|
|
16
|
+
* [SetPayMode](https://cloud.tencent.com/document/api/1729/109751)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
21
|
+
|
|
22
|
+
### 第 145 次发布
|
|
23
|
+
|
|
24
|
+
发布时间:2024-08-07 02:04:23
|
|
8
25
|
|
|
9
26
|
本次发布包含了以下内容:
|
|
10
27
|
|
|
@@ -12,18 +29,119 @@
|
|
|
12
29
|
|
|
13
30
|
修改数据结构:
|
|
14
31
|
|
|
15
|
-
* [
|
|
32
|
+
* [VatElectronicInfo](https://cloud.tencent.com/document/api/866/33527#VatElectronicInfo)
|
|
16
33
|
|
|
17
|
-
* 新增成员:
|
|
34
|
+
* 新增成员:ServiceTypeLabel
|
|
18
35
|
|
|
36
|
+
* <font color="#dd0000">**修改成员**:</font>Title, Number, Date, PretaxAmount, Tax, Total, TotalCn, Seller, SellerTaxID, Buyer, BuyerTaxID, Issuer, Remark, SubTotal, SubTax, VatElectronicItems
|
|
19
37
|
|
|
20
38
|
|
|
21
39
|
|
|
22
|
-
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
23
40
|
|
|
24
|
-
|
|
41
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
25
42
|
|
|
26
|
-
|
|
43
|
+
### 第 103 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-08-07 02:15:35
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
|
|
54
|
+
|
|
55
|
+
* 新增出参:Tag
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 设备安全(tds) 版本:2022-08-01
|
|
61
|
+
|
|
62
|
+
### 第 4 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2024-08-07 02:22:38
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改接口:
|
|
71
|
+
|
|
72
|
+
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
73
|
+
|
|
74
|
+
* 新增入参:DataAuthorization
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
新增数据结构:
|
|
78
|
+
|
|
79
|
+
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
84
|
+
|
|
85
|
+
### 第 199 次发布
|
|
86
|
+
|
|
87
|
+
发布时间:2024-08-07 02:36:08
|
|
88
|
+
|
|
89
|
+
本次发布包含了以下内容:
|
|
90
|
+
|
|
91
|
+
改善已有的文档。
|
|
92
|
+
|
|
93
|
+
修改接口:
|
|
94
|
+
|
|
95
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/215/34469)
|
|
96
|
+
|
|
97
|
+
* 新增入参:ClientToken
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## 声音复刻(vrs) 版本:2020-08-24
|
|
103
|
+
|
|
104
|
+
### 第 7 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2024-08-07 02:38:54
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
修改接口:
|
|
113
|
+
|
|
114
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
115
|
+
|
|
116
|
+
* 新增入参:TaskType
|
|
117
|
+
|
|
118
|
+
* [GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)
|
|
119
|
+
|
|
120
|
+
* 新增入参:TaskType, Domain, TextLanguage
|
|
121
|
+
|
|
122
|
+
* [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
|
|
123
|
+
|
|
124
|
+
* 新增入参:TaskType
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
修改数据结构:
|
|
128
|
+
|
|
129
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
130
|
+
|
|
131
|
+
* 新增成员:ExpireTime, FastVoiceType
|
|
132
|
+
|
|
133
|
+
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
134
|
+
|
|
135
|
+
* 新增成员:ExpireTime, FastVoiceType
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
141
|
+
|
|
142
|
+
### 第 102 次发布
|
|
143
|
+
|
|
144
|
+
发布时间:2024-08-07 02:40:50
|
|
27
145
|
|
|
28
146
|
本次发布包含了以下内容:
|
|
29
147
|
|
|
@@ -31,7 +149,94 @@
|
|
|
31
149
|
|
|
32
150
|
新增接口:
|
|
33
151
|
|
|
34
|
-
* [
|
|
152
|
+
* [DescribeTaskLineage](https://cloud.tencent.com/document/api/1267/109754)
|
|
153
|
+
|
|
154
|
+
修改接口:
|
|
155
|
+
|
|
156
|
+
* [CreateOpsMakePlan](https://cloud.tencent.com/document/api/1267/95231)
|
|
157
|
+
|
|
158
|
+
* 新增入参:MakeExtList, SameSelfWorkflowDependType, SelfWorkflowDependency
|
|
159
|
+
|
|
160
|
+
* [DescribeDatabaseMetas](https://cloud.tencent.com/document/api/1267/101009)
|
|
161
|
+
|
|
162
|
+
* 新增入参:PageSize, PageNumber
|
|
163
|
+
|
|
164
|
+
* [DescribeOpsMakePlanInstances](https://cloud.tencent.com/document/api/1267/95203)
|
|
165
|
+
|
|
166
|
+
* 新增入参:StateList
|
|
167
|
+
|
|
168
|
+
* [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
|
|
169
|
+
|
|
170
|
+
* 新增入参:SearchNames
|
|
171
|
+
|
|
172
|
+
* 新增出参:LifecycleInfo, TagVoteSumList
|
|
173
|
+
|
|
174
|
+
* [DescribeTableSchemaInfo](https://cloud.tencent.com/document/api/1267/82542)
|
|
175
|
+
|
|
176
|
+
* 新增入参:Env, Model, DevDatasourceId
|
|
177
|
+
|
|
178
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1267/82792)
|
|
179
|
+
|
|
180
|
+
* 新增入参:TargetDatabaseName, TargetSchemaName, TargetTableName
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
新增数据结构:
|
|
184
|
+
|
|
185
|
+
* [LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo)
|
|
186
|
+
* [TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum)
|
|
187
|
+
* [TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo)
|
|
188
|
+
* [TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair)
|
|
189
|
+
|
|
190
|
+
修改数据结构:
|
|
191
|
+
|
|
192
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
193
|
+
|
|
194
|
+
* 新增成员:AlarmReason
|
|
195
|
+
|
|
196
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
197
|
+
|
|
198
|
+
* 新增成员:InfluxCategory
|
|
199
|
+
|
|
200
|
+
* [DatabaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatabaseInfo)
|
|
201
|
+
|
|
202
|
+
* 新增成员:ClusterDeployType, SchemaName
|
|
203
|
+
|
|
204
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
205
|
+
|
|
206
|
+
* 新增成员:Category
|
|
207
|
+
|
|
208
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
209
|
+
|
|
210
|
+
* 新增成员:DatasourceType, SchemaName, TargetSchemaName
|
|
211
|
+
|
|
212
|
+
* [RuleExecConfig](https://cloud.tencent.com/document/api/1267/76336#RuleExecConfig)
|
|
213
|
+
|
|
214
|
+
* 新增成员:DlcGroupName
|
|
215
|
+
|
|
216
|
+
* [RuleExecResultDetail](https://cloud.tencent.com/document/api/1267/76336#RuleExecResultDetail)
|
|
217
|
+
|
|
218
|
+
* 新增成员:ClusterDeployType
|
|
219
|
+
|
|
220
|
+
* [RuleGroup](https://cloud.tencent.com/document/api/1267/76336#RuleGroup)
|
|
221
|
+
|
|
222
|
+
* 新增成员:SchemaName, ClusterDeployType
|
|
223
|
+
|
|
224
|
+
* [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
|
|
225
|
+
|
|
226
|
+
* 新增成员:DatabaseName, RuleGroupTableId, ClusterDeployType, InstanceId, DsEnvType
|
|
227
|
+
|
|
228
|
+
* [TableInfo](https://cloud.tencent.com/document/api/1267/76336#TableInfo)
|
|
229
|
+
|
|
230
|
+
* 新增成员:TableType
|
|
231
|
+
|
|
232
|
+
* [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
|
|
233
|
+
|
|
234
|
+
* 新增成员:Environment, Schema
|
|
235
|
+
|
|
236
|
+
* [TableQualityDetail](https://cloud.tencent.com/document/api/1267/76336#TableQualityDetail)
|
|
237
|
+
|
|
238
|
+
* 新增成员:SchemaName, RuleGroupTableId
|
|
239
|
+
|
|
35
240
|
|
|
36
241
|
|
|
37
242
|
|
|
@@ -55631,6 +55836,21 @@
|
|
|
55631
55836
|
|
|
55632
55837
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
55633
55838
|
|
|
55839
|
+
### 第 17 次发布
|
|
55840
|
+
|
|
55841
|
+
发布时间:2024-08-06 01:35:34
|
|
55842
|
+
|
|
55843
|
+
本次发布包含了以下内容:
|
|
55844
|
+
|
|
55845
|
+
改善已有的文档。
|
|
55846
|
+
|
|
55847
|
+
修改接口:
|
|
55848
|
+
|
|
55849
|
+
* [ModifyDSPAAssessmentRiskLatest](https://cloud.tencent.com/document/api/1087/97199)
|
|
55850
|
+
|
|
55851
|
+
* <font color="#dd0000">**修改入参**:</font>RiskLatestTableId
|
|
55852
|
+
|
|
55853
|
+
|
|
55634
55854
|
### 第 16 次发布
|
|
55635
55855
|
|
|
55636
55856
|
发布时间:2024-07-18 01:10:11
|
|
@@ -75582,6 +75802,19 @@
|
|
|
75582
75802
|
|
|
75583
75803
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
75584
75804
|
|
|
75805
|
+
### 第 16 次发布
|
|
75806
|
+
|
|
75807
|
+
发布时间:2024-08-07 01:45:31
|
|
75808
|
+
|
|
75809
|
+
本次发布包含了以下内容:
|
|
75810
|
+
|
|
75811
|
+
改善已有的文档。
|
|
75812
|
+
|
|
75813
|
+
新增接口:
|
|
75814
|
+
|
|
75815
|
+
* [[ActivateService](https://cloud.tencent.com/document/api/1729/109752)](https://cloud.tencent.com/document/api/#/#)
|
|
75816
|
+
* [[SetPayMode](https://cloud.tencent.com/document/api/1729/109751)](https://cloud.tencent.com/document/api/#/#)
|
|
75817
|
+
|
|
75585
75818
|
### 第 15 次发布
|
|
75586
75819
|
|
|
75587
75820
|
发布时间:2024-08-02 01:40:08
|
|
@@ -101258,6 +101491,23 @@
|
|
|
101258
101491
|
|
|
101259
101492
|
## 文字识别(ocr) 版本:2018-11-19
|
|
101260
101493
|
|
|
101494
|
+
### 第 145 次发布
|
|
101495
|
+
|
|
101496
|
+
发布时间:2024-08-07 02:04:23
|
|
101497
|
+
|
|
101498
|
+
本次发布包含了以下内容:
|
|
101499
|
+
|
|
101500
|
+
改善已有的文档。
|
|
101501
|
+
|
|
101502
|
+
修改数据结构:
|
|
101503
|
+
|
|
101504
|
+
* [VatElectronicInfo](https://cloud.tencent.com/document/api/866/33527#VatElectronicInfo)
|
|
101505
|
+
|
|
101506
|
+
* 新增成员:ServiceTypeLabel
|
|
101507
|
+
|
|
101508
|
+
* <font color="#dd0000">**修改成员**:</font>Title, Number, Date, PretaxAmount, Tax, Total, TotalCn, Seller, SellerTaxID, Buyer, BuyerTaxID, Issuer, Remark, SubTotal, SubTax, VatElectronicItems
|
|
101509
|
+
|
|
101510
|
+
|
|
101261
101511
|
### 第 144 次发布
|
|
101262
101512
|
|
|
101263
101513
|
发布时间:2024-07-29 02:00:34
|
|
@@ -112447,7 +112697,7 @@
|
|
|
112447
112697
|
|
|
112448
112698
|
新增接口:
|
|
112449
112699
|
|
|
112450
|
-
* [
|
|
112700
|
+
* [CutXEvents](https://cloud.tencent.com/document/api/238/109684)
|
|
112451
112701
|
|
|
112452
112702
|
### 第 62 次发布
|
|
112453
112703
|
|
|
@@ -118588,6 +118838,21 @@
|
|
|
118588
118838
|
|
|
118589
118839
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
118590
118840
|
|
|
118841
|
+
### 第 103 次发布
|
|
118842
|
+
|
|
118843
|
+
发布时间:2024-08-07 02:15:35
|
|
118844
|
+
|
|
118845
|
+
本次发布包含了以下内容:
|
|
118846
|
+
|
|
118847
|
+
改善已有的文档。
|
|
118848
|
+
|
|
118849
|
+
修改接口:
|
|
118850
|
+
|
|
118851
|
+
* [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
|
|
118852
|
+
|
|
118853
|
+
* 新增出参:Tag
|
|
118854
|
+
|
|
118855
|
+
|
|
118591
118856
|
### 第 102 次发布
|
|
118592
118857
|
|
|
118593
118858
|
发布时间:2024-05-30 02:08:52
|
|
@@ -127836,6 +128101,25 @@
|
|
|
127836
128101
|
|
|
127837
128102
|
## 设备安全(tds) 版本:2022-08-01
|
|
127838
128103
|
|
|
128104
|
+
### 第 4 次发布
|
|
128105
|
+
|
|
128106
|
+
发布时间:2024-08-07 02:22:38
|
|
128107
|
+
|
|
128108
|
+
本次发布包含了以下内容:
|
|
128109
|
+
|
|
128110
|
+
改善已有的文档。
|
|
128111
|
+
|
|
128112
|
+
修改接口:
|
|
128113
|
+
|
|
128114
|
+
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
128115
|
+
|
|
128116
|
+
* 新增入参:DataAuthorization
|
|
128117
|
+
|
|
128118
|
+
|
|
128119
|
+
新增数据结构:
|
|
128120
|
+
|
|
128121
|
+
* [[DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo)](https://cloud.tencent.com/document/api/1628/81020#[DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo))
|
|
128122
|
+
|
|
127839
128123
|
### 第 3 次发布
|
|
127840
128124
|
|
|
127841
128125
|
发布时间:2023-11-15 02:26:59
|
|
@@ -154323,6 +154607,40 @@
|
|
|
154323
154607
|
|
|
154324
154608
|
## 私有网络(vpc) 版本:2017-03-12
|
|
154325
154609
|
|
|
154610
|
+
### 第 199 次发布
|
|
154611
|
+
|
|
154612
|
+
发布时间:2024-08-07 02:36:08
|
|
154613
|
+
|
|
154614
|
+
本次发布包含了以下内容:
|
|
154615
|
+
|
|
154616
|
+
改善已有的文档。
|
|
154617
|
+
|
|
154618
|
+
修改接口:
|
|
154619
|
+
|
|
154620
|
+
* [AssignIpv6Addresses](https://cloud.tencent.com/document/api/215/34469)
|
|
154621
|
+
|
|
154622
|
+
* 新增入参:ClientToken
|
|
154623
|
+
|
|
154624
|
+
|
|
154625
|
+
### 第 198 次发布
|
|
154626
|
+
|
|
154627
|
+
发布时间:2024-08-06 02:28:26
|
|
154628
|
+
|
|
154629
|
+
本次发布包含了以下内容:
|
|
154630
|
+
|
|
154631
|
+
改善已有的文档。
|
|
154632
|
+
|
|
154633
|
+
新增数据结构:
|
|
154634
|
+
|
|
154635
|
+
* [PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)
|
|
154636
|
+
|
|
154637
|
+
修改数据结构:
|
|
154638
|
+
|
|
154639
|
+
* [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
|
|
154640
|
+
|
|
154641
|
+
* 新增成员:DirectConnectGatewayIds, NatType, CrossDomainInfo, VpcType, CcnId
|
|
154642
|
+
|
|
154643
|
+
|
|
154326
154644
|
### 第 197 次发布
|
|
154327
154645
|
|
|
154328
154646
|
发布时间:2024-07-24 02:26:47
|
|
@@ -158715,6 +159033,40 @@
|
|
|
158715
159033
|
|
|
158716
159034
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
158717
159035
|
|
|
159036
|
+
### 第 7 次发布
|
|
159037
|
+
|
|
159038
|
+
发布时间:2024-08-07 02:38:54
|
|
159039
|
+
|
|
159040
|
+
本次发布包含了以下内容:
|
|
159041
|
+
|
|
159042
|
+
改善已有的文档。
|
|
159043
|
+
|
|
159044
|
+
修改接口:
|
|
159045
|
+
|
|
159046
|
+
* [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
|
|
159047
|
+
|
|
159048
|
+
* 新增入参:TaskType
|
|
159049
|
+
|
|
159050
|
+
* [GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)
|
|
159051
|
+
|
|
159052
|
+
* 新增入参:TaskType, Domain, TextLanguage
|
|
159053
|
+
|
|
159054
|
+
* [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
|
|
159055
|
+
|
|
159056
|
+
* 新增入参:TaskType
|
|
159057
|
+
|
|
159058
|
+
|
|
159059
|
+
修改数据结构:
|
|
159060
|
+
|
|
159061
|
+
* [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
|
|
159062
|
+
|
|
159063
|
+
* 新增成员:ExpireTime, FastVoiceType
|
|
159064
|
+
|
|
159065
|
+
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
159066
|
+
|
|
159067
|
+
* 新增成员:ExpireTime, FastVoiceType
|
|
159068
|
+
|
|
159069
|
+
|
|
158718
159070
|
### 第 6 次发布
|
|
158719
159071
|
|
|
158720
159072
|
发布时间:2024-04-02 01:27:45
|
|
@@ -161408,6 +161760,105 @@
|
|
|
161408
161760
|
|
|
161409
161761
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
161410
161762
|
|
|
161763
|
+
### 第 102 次发布
|
|
161764
|
+
|
|
161765
|
+
发布时间:2024-08-07 02:40:50
|
|
161766
|
+
|
|
161767
|
+
本次发布包含了以下内容:
|
|
161768
|
+
|
|
161769
|
+
改善已有的文档。
|
|
161770
|
+
|
|
161771
|
+
新增接口:
|
|
161772
|
+
|
|
161773
|
+
* [[DescribeTaskLineage](https://cloud.tencent.com/document/api/1267/109754)](https://cloud.tencent.com/document/api/#/#)
|
|
161774
|
+
|
|
161775
|
+
修改接口:
|
|
161776
|
+
|
|
161777
|
+
* [CreateOpsMakePlan](https://cloud.tencent.com/document/api/1267/95231)
|
|
161778
|
+
|
|
161779
|
+
* 新增入参:MakeExtList, SameSelfWorkflowDependType, SelfWorkflowDependency
|
|
161780
|
+
|
|
161781
|
+
* [DescribeDatabaseMetas](https://cloud.tencent.com/document/api/1267/101009)
|
|
161782
|
+
|
|
161783
|
+
* 新增入参:PageSize, PageNumber
|
|
161784
|
+
|
|
161785
|
+
* [DescribeOpsMakePlanInstances](https://cloud.tencent.com/document/api/1267/95203)
|
|
161786
|
+
|
|
161787
|
+
* 新增入参:StateList
|
|
161788
|
+
|
|
161789
|
+
* [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
|
|
161790
|
+
|
|
161791
|
+
* 新增入参:SearchNames
|
|
161792
|
+
|
|
161793
|
+
* 新增出参:LifecycleInfo, TagVoteSumList
|
|
161794
|
+
|
|
161795
|
+
* [DescribeTableSchemaInfo](https://cloud.tencent.com/document/api/1267/82542)
|
|
161796
|
+
|
|
161797
|
+
* 新增入参:Env, Model, DevDatasourceId
|
|
161798
|
+
|
|
161799
|
+
* [ModifyRule](https://cloud.tencent.com/document/api/1267/82792)
|
|
161800
|
+
|
|
161801
|
+
* 新增入参:TargetDatabaseName, TargetSchemaName, TargetTableName
|
|
161802
|
+
|
|
161803
|
+
|
|
161804
|
+
新增数据结构:
|
|
161805
|
+
|
|
161806
|
+
* [[LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo)](https://cloud.tencent.com/document/api/1267/76336#[LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo))
|
|
161807
|
+
* [[TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum)](https://cloud.tencent.com/document/api/1267/76336#[TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum))
|
|
161808
|
+
* [[TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo)](https://cloud.tencent.com/document/api/1267/76336#[TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo))
|
|
161809
|
+
* [[TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair)](https://cloud.tencent.com/document/api/1267/76336#[TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair))
|
|
161810
|
+
|
|
161811
|
+
修改数据结构:
|
|
161812
|
+
|
|
161813
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
161814
|
+
|
|
161815
|
+
* 新增成员:AlarmReason
|
|
161816
|
+
|
|
161817
|
+
* [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
|
|
161818
|
+
|
|
161819
|
+
* 新增成员:InfluxCategory
|
|
161820
|
+
|
|
161821
|
+
* [DatabaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatabaseInfo)
|
|
161822
|
+
|
|
161823
|
+
* 新增成员:ClusterDeployType, SchemaName
|
|
161824
|
+
|
|
161825
|
+
* [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
|
|
161826
|
+
|
|
161827
|
+
* 新增成员:Category
|
|
161828
|
+
|
|
161829
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
161830
|
+
|
|
161831
|
+
* 新增成员:DatasourceType, SchemaName, TargetSchemaName
|
|
161832
|
+
|
|
161833
|
+
* [RuleExecConfig](https://cloud.tencent.com/document/api/1267/76336#RuleExecConfig)
|
|
161834
|
+
|
|
161835
|
+
* 新增成员:DlcGroupName
|
|
161836
|
+
|
|
161837
|
+
* [RuleExecResultDetail](https://cloud.tencent.com/document/api/1267/76336#RuleExecResultDetail)
|
|
161838
|
+
|
|
161839
|
+
* 新增成员:ClusterDeployType
|
|
161840
|
+
|
|
161841
|
+
* [RuleGroup](https://cloud.tencent.com/document/api/1267/76336#RuleGroup)
|
|
161842
|
+
|
|
161843
|
+
* 新增成员:SchemaName, ClusterDeployType
|
|
161844
|
+
|
|
161845
|
+
* [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
|
|
161846
|
+
|
|
161847
|
+
* 新增成员:DatabaseName, RuleGroupTableId, ClusterDeployType, InstanceId, DsEnvType
|
|
161848
|
+
|
|
161849
|
+
* [TableInfo](https://cloud.tencent.com/document/api/1267/76336#TableInfo)
|
|
161850
|
+
|
|
161851
|
+
* 新增成员:TableType
|
|
161852
|
+
|
|
161853
|
+
* [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
|
|
161854
|
+
|
|
161855
|
+
* 新增成员:Environment, Schema
|
|
161856
|
+
|
|
161857
|
+
* [TableQualityDetail](https://cloud.tencent.com/document/api/1267/76336#TableQualityDetail)
|
|
161858
|
+
|
|
161859
|
+
* 新增成员:SchemaName, RuleGroupTableId
|
|
161860
|
+
|
|
161861
|
+
|
|
161411
161862
|
### 第 101 次发布
|
|
161412
161863
|
|
|
161413
161864
|
发布时间:2024-07-25 02:32:09
|