tencentcloud-sdk-nodejs 4.0.911 → 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 +242 -0
- package/SERVICE_CHANGELOG.md +421 -11
- package/package.json +1 -1
- package/products.md +16 -16
- 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/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/tts/v20190823/tts_models.ts +2 -1
- package/src/services/vpc/v20170312/vpc_models.ts +4 -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/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/tts/v20190823/tts_models.d.ts +2 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -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,48 @@
|
|
|
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
|
|
25
|
+
|
|
26
|
+
本次发布包含了以下内容:
|
|
27
|
+
|
|
28
|
+
改善已有的文档。
|
|
29
|
+
|
|
30
|
+
修改数据结构:
|
|
31
|
+
|
|
32
|
+
* [VatElectronicInfo](https://cloud.tencent.com/document/api/866/33527#VatElectronicInfo)
|
|
33
|
+
|
|
34
|
+
* 新增成员:ServiceTypeLabel
|
|
35
|
+
|
|
36
|
+
* <font color="#dd0000">**修改成员**:</font>Title, Number, Date, PretaxAmount, Tax, Total, TotalCn, Seller, SellerTaxID, Buyer, BuyerTaxID, Issuer, Remark, SubTotal, SubTax, VatElectronicItems
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
42
|
+
|
|
43
|
+
### 第 103 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-08-07 02:15:35
|
|
8
46
|
|
|
9
47
|
本次发布包含了以下内容:
|
|
10
48
|
|
|
@@ -12,32 +50,192 @@
|
|
|
12
50
|
|
|
13
51
|
修改接口:
|
|
14
52
|
|
|
15
|
-
* [
|
|
53
|
+
* [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
|
|
16
54
|
|
|
17
|
-
*
|
|
55
|
+
* 新增出参:Tag
|
|
18
56
|
|
|
19
57
|
|
|
20
58
|
|
|
21
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
|
+
|
|
22
83
|
## 私有网络(vpc) 版本:2017-03-12
|
|
23
84
|
|
|
24
|
-
### 第
|
|
85
|
+
### 第 199 次发布
|
|
25
86
|
|
|
26
|
-
发布时间:2024-08-
|
|
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
|
|
27
107
|
|
|
28
108
|
本次发布包含了以下内容:
|
|
29
109
|
|
|
30
110
|
改善已有的文档。
|
|
31
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
|
|
145
|
+
|
|
146
|
+
本次发布包含了以下内容:
|
|
147
|
+
|
|
148
|
+
改善已有的文档。
|
|
149
|
+
|
|
150
|
+
新增接口:
|
|
151
|
+
|
|
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
|
+
|
|
32
183
|
新增数据结构:
|
|
33
184
|
|
|
34
|
-
* [
|
|
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)
|
|
35
189
|
|
|
36
190
|
修改数据结构:
|
|
37
191
|
|
|
38
|
-
* [
|
|
192
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
39
193
|
|
|
40
|
-
* 新增成员:
|
|
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
|
|
41
239
|
|
|
42
240
|
|
|
43
241
|
|
|
@@ -75604,6 +75802,19 @@
|
|
|
75604
75802
|
|
|
75605
75803
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
75606
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
|
+
|
|
75607
75818
|
### 第 15 次发布
|
|
75608
75819
|
|
|
75609
75820
|
发布时间:2024-08-02 01:40:08
|
|
@@ -101280,6 +101491,23 @@
|
|
|
101280
101491
|
|
|
101281
101492
|
## 文字识别(ocr) 版本:2018-11-19
|
|
101282
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
|
+
|
|
101283
101511
|
### 第 144 次发布
|
|
101284
101512
|
|
|
101285
101513
|
发布时间:2024-07-29 02:00:34
|
|
@@ -118610,6 +118838,21 @@
|
|
|
118610
118838
|
|
|
118611
118839
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
118612
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
|
+
|
|
118613
118856
|
### 第 102 次发布
|
|
118614
118857
|
|
|
118615
118858
|
发布时间:2024-05-30 02:08:52
|
|
@@ -127858,6 +128101,25 @@
|
|
|
127858
128101
|
|
|
127859
128102
|
## 设备安全(tds) 版本:2022-08-01
|
|
127860
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
|
+
|
|
127861
128123
|
### 第 3 次发布
|
|
127862
128124
|
|
|
127863
128125
|
发布时间:2023-11-15 02:26:59
|
|
@@ -154345,6 +154607,21 @@
|
|
|
154345
154607
|
|
|
154346
154608
|
## 私有网络(vpc) 版本:2017-03-12
|
|
154347
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
|
+
|
|
154348
154625
|
### 第 198 次发布
|
|
154349
154626
|
|
|
154350
154627
|
发布时间:2024-08-06 02:28:26
|
|
@@ -154355,7 +154632,7 @@
|
|
|
154355
154632
|
|
|
154356
154633
|
新增数据结构:
|
|
154357
154634
|
|
|
154358
|
-
* [
|
|
154635
|
+
* [PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)
|
|
154359
154636
|
|
|
154360
154637
|
修改数据结构:
|
|
154361
154638
|
|
|
@@ -158756,6 +159033,40 @@
|
|
|
158756
159033
|
|
|
158757
159034
|
## 声音复刻(vrs) 版本:2020-08-24
|
|
158758
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
|
+
|
|
158759
159070
|
### 第 6 次发布
|
|
158760
159071
|
|
|
158761
159072
|
发布时间:2024-04-02 01:27:45
|
|
@@ -161449,6 +161760,105 @@
|
|
|
161449
161760
|
|
|
161450
161761
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
161451
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
|
+
|
|
161452
161862
|
### 第 101 次发布
|
|
161453
161863
|
|
|
161454
161864
|
发布时间:2024-07-25 02:32:09
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -71,18 +71,18 @@
|
|
|
71
71
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
72
72
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-02 01:20:09 |
|
|
73
73
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
74
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-07
|
|
75
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07
|
|
74
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-07 01:23:06 |
|
|
75
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-07 01:24:12 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
77
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-05 01:24:50 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
79
79
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
80
80
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
81
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07
|
|
81
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-08-07 01:30:42 |
|
|
82
82
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
83
83
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
|
|
84
84
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
|
|
85
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-07
|
|
85
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-07 01:32:36 |
|
|
86
86
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-29 01:33:59 |
|
|
87
87
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
88
88
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-01 01:40:41 |
|
|
100
100
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-22 01:39:08 |
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-07 01:41:05 |
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-07 01:42:10 |
|
|
103
103
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-07-16 01:16:45 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-07-31 01:37:45 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
115
115
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
116
116
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
117
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-
|
|
117
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-07 01:45:31 |
|
|
118
118
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
119
119
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
120
120
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -157,16 +157,16 @@
|
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-07 02:04:23 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
162
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-02 01:58:09 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
165
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-23 01:55:36 |
|
|
166
166
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
167
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-
|
|
167
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-07 02:07:54 |
|
|
168
168
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
|
|
169
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-
|
|
169
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-08-07 02:08:35 |
|
|
170
170
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
171
171
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
172
172
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
196
196
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2024-03-20 01:24:24 |
|
|
197
197
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2024-08-05 02:05:20 |
|
|
198
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-
|
|
198
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-08-07 02:15:35 |
|
|
199
199
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2024-06-18 02:13:09 |
|
|
200
200
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
201
201
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
207
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
208
208
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-17 01:25:48 |
|
|
209
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-
|
|
209
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
210
210
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
211
211
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
|
|
212
212
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-24 02:16:49 |
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
233
233
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
234
234
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
235
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-07
|
|
235
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-07 02:33:08 |
|
|
236
236
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
237
237
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
238
238
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-07-31 02:21:05 |
|
|
@@ -240,12 +240,12 @@
|
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
242
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-23 11:34:10 |
|
|
243
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-
|
|
244
|
-
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-07 02:36:08 |
|
|
244
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
246
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-29 02:30:48 |
|
|
247
247
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
248
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07
|
|
248
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-08-07 02:40:50 |
|
|
249
249
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
250
250
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
251
251
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.912"
|
|
@@ -1444,7 +1444,7 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
1444
1444
|
* 本接口 (ResetInstancesInternetMaxBandwidth) 用于调整实例公网带宽上限。
|
|
1445
1445
|
|
|
1446
1446
|
* 不同机型带宽上限范围不一致,具体限制详见[公网带宽上限](https://cloud.tencent.com/document/product/213/12523)。
|
|
1447
|
-
* 对于 `BANDWIDTH_PREPAID` 计费方式的带宽,需要输入参数 `StartTime` 和 `EndTime` ,指定调整后的带宽的生效时间段。在这种场景下目前不支持调小带宽,会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance]
|
|
1447
|
+
* 对于 `BANDWIDTH_PREPAID` 计费方式的带宽,需要输入参数 `StartTime` 和 `EndTime` ,指定调整后的带宽的生效时间段。在这种场景下目前不支持调小带宽,会涉及扣费,请确保账户余额充足。可通过 [DescribeAccountBalance](https://cloud.tencent.com/document/product/555/20253)接口查询账户余额。
|
|
1448
1448
|
* 对于 `TRAFFIC_POSTPAID_BY_HOUR` 、 `BANDWIDTH_POSTPAID_BY_HOUR` 和 `BANDWIDTH_PACKAGE` 计费方式的带宽,使用该接口调整带宽上限是实时生效的,可以在带宽允许的范围内调大或者调小带宽,不支持输入参数 `StartTime` 和 `EndTime` 。
|
|
1449
1449
|
* 接口不支持调整 `BANDWIDTH_POSTPAID_BY_MONTH` 计费方式的带宽。
|
|
1450
1450
|
* 接口不支持批量调整 `BANDWIDTH_PREPAID` 和 `BANDWIDTH_POSTPAID_BY_HOUR` 计费方式的带宽。
|