tencentcloud-sdk-nodejs 4.0.912 → 4.0.914
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 +330 -0
- package/SERVICE_CHANGELOG.md +343 -169
- package/examples/hunyuan/v20230901/{chat_std.js → chat_completions.js} +5 -3
- package/examples/hunyuan/v20230901/{chat_std.ts → chat_completions.ts} +5 -3
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +5 -0
- package/src/services/as/v20180419/as_models.ts +38 -20
- package/src/services/cls/v20201016/cls_client.ts +61 -11
- package/src/services/cls/v20201016/cls_models.ts +312 -145
- package/src/services/dlc/v20210125/dlc_models.ts +8 -0
- package/src/services/es/v20180416/es_models.ts +13 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +15 -0
- package/src/services/organization/v20210331/organization_client.ts +51 -13
- package/src/services/organization/v20210331/organization_models.ts +204 -39
- package/src/services/pts/v20210728/pts_models.ts +9 -9
- package/src/services/sms/v20210111/sms_models.ts +1 -2
- package/src/services/ssl/v20191205/ssl_models.ts +36 -26
- package/src/services/tcbr/v20220217/tcbr_models.ts +7 -0
- package/src/services/tcss/v20201101/tcss_models.ts +99 -52
- package/src/services/trocket/v20230308/trocket_client.ts +16 -4
- package/src/services/trocket/v20230308/trocket_models.ts +94 -58
- package/src/services/trtc/v20190722/trtc_client.ts +4 -2
- package/src/services/trtc/v20190722/trtc_models.ts +62 -27
- package/src/services/wedata/v20210820/wedata_models.ts +6 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -20
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +297 -140
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -4
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +15 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -5
- package/tencentcloud/services/organization/v20210331/organization_client.js +24 -6
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +196 -39
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +9 -9
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +36 -26
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +7 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +99 -52
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +91 -57
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +61 -26
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -2
- package/test/cls.v20201016.test.js +42 -2
- package/test/organization.v20210331.test.js +34 -4
- package/test/trocket.v20230308.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,48 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 16 次发布
|
|
6
|
-
|
|
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
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
42
4
|
|
|
43
|
-
### 第
|
|
5
|
+
### 第 10 次发布
|
|
44
6
|
|
|
45
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-09 01:03:15
|
|
46
8
|
|
|
47
9
|
本次发布包含了以下内容:
|
|
48
10
|
|
|
@@ -50,192 +12,118 @@
|
|
|
50
12
|
|
|
51
13
|
修改接口:
|
|
52
14
|
|
|
53
|
-
* [
|
|
15
|
+
* [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
|
|
54
16
|
|
|
55
|
-
*
|
|
17
|
+
* 新增入参:LogoParam
|
|
56
18
|
|
|
57
19
|
|
|
58
20
|
|
|
59
21
|
|
|
60
|
-
##
|
|
22
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
61
23
|
|
|
62
|
-
### 第
|
|
24
|
+
### 第 102 次发布
|
|
63
25
|
|
|
64
|
-
发布时间:2024-08-
|
|
26
|
+
发布时间:2024-08-09 01:19:04
|
|
65
27
|
|
|
66
28
|
本次发布包含了以下内容:
|
|
67
29
|
|
|
68
30
|
改善已有的文档。
|
|
69
31
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
* [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
|
|
73
|
-
|
|
74
|
-
* 新增入参:DataAuthorization
|
|
32
|
+
新增接口:
|
|
75
33
|
|
|
34
|
+
* [CreateConsoleSharing](https://cloud.tencent.com/document/api/614/109800)
|
|
35
|
+
* [DeleteConsoleSharing](https://cloud.tencent.com/document/api/614/109799)
|
|
36
|
+
* [DescribeConsoleSharingList](https://cloud.tencent.com/document/api/614/109798)
|
|
37
|
+
* [ModifyConsoleSharing](https://cloud.tencent.com/document/api/614/109797)
|
|
76
38
|
|
|
77
39
|
新增数据结构:
|
|
78
40
|
|
|
79
|
-
* [
|
|
80
|
-
|
|
81
|
-
|
|
41
|
+
* [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
|
|
42
|
+
* [ConsoleSharingParam](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingParam)
|
|
82
43
|
|
|
83
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
84
|
-
|
|
85
|
-
### 第 199 次发布
|
|
86
44
|
|
|
87
|
-
发布时间:2024-08-07 02:36:08
|
|
88
45
|
|
|
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
|
|
46
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
103
47
|
|
|
104
|
-
### 第
|
|
48
|
+
### 第 35 次发布
|
|
105
49
|
|
|
106
|
-
发布时间:2024-08-
|
|
50
|
+
发布时间:2024-08-09 02:00:03
|
|
107
51
|
|
|
108
52
|
本次发布包含了以下内容:
|
|
109
53
|
|
|
110
54
|
改善已有的文档。
|
|
111
55
|
|
|
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
|
|
56
|
+
新增接口:
|
|
125
57
|
|
|
58
|
+
* [CreateOrgServiceAssign](https://cloud.tencent.com/document/api/850/109802)
|
|
59
|
+
* [DeleteOrgServiceAssign](https://cloud.tencent.com/document/api/850/109801)
|
|
60
|
+
* [ListOrgServiceAssignMember](https://cloud.tencent.com/document/api/850/109803)
|
|
126
61
|
|
|
127
|
-
|
|
62
|
+
新增数据结构:
|
|
128
63
|
|
|
129
|
-
* [
|
|
64
|
+
* [NodeMainInfo](https://cloud.tencent.com/document/api/850/67060#NodeMainInfo)
|
|
65
|
+
* [OrganizationServiceAssignMember](https://cloud.tencent.com/document/api/850/67060#OrganizationServiceAssignMember)
|
|
130
66
|
|
|
131
|
-
* 新增成员:ExpireTime, FastVoiceType
|
|
132
67
|
|
|
133
|
-
* [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
|
|
134
|
-
|
|
135
|
-
* 新增成员:ExpireTime, FastVoiceType
|
|
136
68
|
|
|
69
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
137
70
|
|
|
138
71
|
|
|
139
72
|
|
|
140
|
-
##
|
|
73
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
141
74
|
|
|
142
|
-
### 第
|
|
75
|
+
### 第 64 次发布
|
|
143
76
|
|
|
144
|
-
发布时间:2024-08-
|
|
77
|
+
发布时间:2024-08-09 02:10:59
|
|
145
78
|
|
|
146
79
|
本次发布包含了以下内容:
|
|
147
80
|
|
|
148
81
|
改善已有的文档。
|
|
149
82
|
|
|
150
|
-
新增接口:
|
|
151
|
-
|
|
152
|
-
* [DescribeTaskLineage](https://cloud.tencent.com/document/api/1267/109754)
|
|
153
|
-
|
|
154
83
|
修改接口:
|
|
155
84
|
|
|
156
|
-
* [
|
|
157
|
-
|
|
158
|
-
* 新增入参:MakeExtList, SameSelfWorkflowDependType, SelfWorkflowDependency
|
|
85
|
+
* [AddComplianceAssetPolicySetToWhitelist](https://cloud.tencent.com/document/api/1285/81795)
|
|
159
86
|
|
|
160
|
-
*
|
|
87
|
+
* 新增入参:AssetType
|
|
161
88
|
|
|
162
|
-
|
|
89
|
+
* [DeleteComplianceAssetPolicySetFromWhitelist](https://cloud.tencent.com/document/api/1285/81793)
|
|
163
90
|
|
|
164
|
-
*
|
|
91
|
+
* 新增入参:AssetType
|
|
165
92
|
|
|
166
|
-
|
|
93
|
+
* [DescribeComplianceAssetDetailInfo](https://cloud.tencent.com/document/api/1285/65609)
|
|
167
94
|
|
|
168
|
-
*
|
|
95
|
+
* 新增入参:AssetType
|
|
169
96
|
|
|
170
|
-
|
|
97
|
+
* [DescribeComplianceAssetPolicyItemList](https://cloud.tencent.com/document/api/1285/65607)
|
|
171
98
|
|
|
172
|
-
*
|
|
99
|
+
* 新增入参:AssetType
|
|
173
100
|
|
|
174
|
-
* [
|
|
101
|
+
* [ScanComplianceAssets](https://cloud.tencent.com/document/api/1285/65596)
|
|
175
102
|
|
|
176
|
-
* 新增入参:
|
|
103
|
+
* 新增入参:AssetType
|
|
177
104
|
|
|
178
|
-
* [
|
|
105
|
+
* [ScanComplianceAssetsByPolicyItem](https://cloud.tencent.com/document/api/1285/65595)
|
|
179
106
|
|
|
180
|
-
* 新增入参:
|
|
107
|
+
* 新增入参:AssetType
|
|
181
108
|
|
|
109
|
+
* [ScanComplianceScanFailedAssets](https://cloud.tencent.com/document/api/1285/65593)
|
|
182
110
|
|
|
183
|
-
|
|
111
|
+
* 新增入参:AssetType
|
|
184
112
|
|
|
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
113
|
|
|
190
114
|
修改数据结构:
|
|
191
115
|
|
|
192
|
-
* [
|
|
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)
|
|
116
|
+
* [ComplianceAssetSummary](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetSummary)
|
|
229
117
|
|
|
230
|
-
* 新增成员:
|
|
118
|
+
* 新增成员:TotalPolicyItemCount, DetectHostCount, LeftTime
|
|
231
119
|
|
|
232
|
-
*
|
|
120
|
+
* <font color="#dd0000">**修改成员**:</font>OpenPolicyItemCount, IgnoredPolicyItemCount
|
|
233
121
|
|
|
234
|
-
|
|
122
|
+
* [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
|
|
235
123
|
|
|
236
|
-
*
|
|
124
|
+
* 新增成员:IsEnable
|
|
237
125
|
|
|
238
|
-
*
|
|
126
|
+
* <font color="#dd0000">**修改成员**:</font>Description, AuditProcedure
|
|
239
127
|
|
|
240
128
|
|
|
241
129
|
|
|
@@ -884,6 +772,21 @@
|
|
|
884
772
|
|
|
885
773
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
886
774
|
|
|
775
|
+
### 第 10 次发布
|
|
776
|
+
|
|
777
|
+
发布时间:2024-08-09 01:03:15
|
|
778
|
+
|
|
779
|
+
本次发布包含了以下内容:
|
|
780
|
+
|
|
781
|
+
改善已有的文档。
|
|
782
|
+
|
|
783
|
+
修改接口:
|
|
784
|
+
|
|
785
|
+
* [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
|
|
786
|
+
|
|
787
|
+
* 新增入参:LogoParam
|
|
788
|
+
|
|
789
|
+
|
|
887
790
|
### 第 9 次发布
|
|
888
791
|
|
|
889
792
|
发布时间:2024-08-01 01:08:13
|
|
@@ -5289,6 +5192,32 @@
|
|
|
5289
5192
|
|
|
5290
5193
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5291
5194
|
|
|
5195
|
+
### 第 72 次发布
|
|
5196
|
+
|
|
5197
|
+
发布时间:2024-08-08 01:09:56
|
|
5198
|
+
|
|
5199
|
+
本次发布包含了以下内容:
|
|
5200
|
+
|
|
5201
|
+
改善已有的文档。
|
|
5202
|
+
|
|
5203
|
+
修改接口:
|
|
5204
|
+
|
|
5205
|
+
* [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
|
|
5206
|
+
|
|
5207
|
+
* 新增入参:ClearInstanceTags
|
|
5208
|
+
|
|
5209
|
+
* [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
|
|
5210
|
+
|
|
5211
|
+
* 新增入参:InstanceTags
|
|
5212
|
+
|
|
5213
|
+
|
|
5214
|
+
修改数据结构:
|
|
5215
|
+
|
|
5216
|
+
* [HostNameSettings](https://cloud.tencent.com/document/api/377/20453#HostNameSettings)
|
|
5217
|
+
|
|
5218
|
+
* 新增成员:HostNameSuffix
|
|
5219
|
+
|
|
5220
|
+
|
|
5292
5221
|
### 第 71 次发布
|
|
5293
5222
|
|
|
5294
5223
|
发布时间:2024-07-23 01:04:47
|
|
@@ -32242,6 +32171,26 @@
|
|
|
32242
32171
|
|
|
32243
32172
|
## 日志服务(cls) 版本:2020-10-16
|
|
32244
32173
|
|
|
32174
|
+
### 第 102 次发布
|
|
32175
|
+
|
|
32176
|
+
发布时间:2024-08-09 01:19:04
|
|
32177
|
+
|
|
32178
|
+
本次发布包含了以下内容:
|
|
32179
|
+
|
|
32180
|
+
改善已有的文档。
|
|
32181
|
+
|
|
32182
|
+
新增接口:
|
|
32183
|
+
|
|
32184
|
+
* [[CreateConsoleSharing](https://cloud.tencent.com/document/api/614/109800)](https://cloud.tencent.com/document/api/#/#)
|
|
32185
|
+
* [[DeleteConsoleSharing](https://cloud.tencent.com/document/api/614/109799)](https://cloud.tencent.com/document/api/#/#)
|
|
32186
|
+
* [[DescribeConsoleSharingList](https://cloud.tencent.com/document/api/614/109798)](https://cloud.tencent.com/document/api/#/#)
|
|
32187
|
+
* [[ModifyConsoleSharing](https://cloud.tencent.com/document/api/614/109797)](https://cloud.tencent.com/document/api/#/#)
|
|
32188
|
+
|
|
32189
|
+
新增数据结构:
|
|
32190
|
+
|
|
32191
|
+
* [[ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)](https://cloud.tencent.com/document/api/614/56471#[ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig))
|
|
32192
|
+
* [[ConsoleSharingParam](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingParam)](https://cloud.tencent.com/document/api/614/56471#[ConsoleSharingParam](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingParam))
|
|
32193
|
+
|
|
32245
32194
|
### 第 101 次发布
|
|
32246
32195
|
|
|
32247
32196
|
发布时间:2024-07-30 01:22:32
|
|
@@ -52102,6 +52051,21 @@
|
|
|
52102
52051
|
|
|
52103
52052
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
52104
52053
|
|
|
52054
|
+
### 第 99 次发布
|
|
52055
|
+
|
|
52056
|
+
发布时间:2024-08-08 01:33:40
|
|
52057
|
+
|
|
52058
|
+
本次发布包含了以下内容:
|
|
52059
|
+
|
|
52060
|
+
改善已有的文档。
|
|
52061
|
+
|
|
52062
|
+
修改接口:
|
|
52063
|
+
|
|
52064
|
+
* [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
|
|
52065
|
+
|
|
52066
|
+
* 新增入参:UseLakeFs, CustomResultPath
|
|
52067
|
+
|
|
52068
|
+
|
|
52105
52069
|
### 第 98 次发布
|
|
52106
52070
|
|
|
52107
52071
|
发布时间:2024-07-31 01:28:29
|
|
@@ -62340,6 +62304,32 @@
|
|
|
62340
62304
|
|
|
62341
62305
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
62342
62306
|
|
|
62307
|
+
### 第 64 次发布
|
|
62308
|
+
|
|
62309
|
+
发布时间:2024-08-08 01:41:08
|
|
62310
|
+
|
|
62311
|
+
本次发布包含了以下内容:
|
|
62312
|
+
|
|
62313
|
+
改善已有的文档。
|
|
62314
|
+
|
|
62315
|
+
修改接口:
|
|
62316
|
+
|
|
62317
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
62318
|
+
|
|
62319
|
+
* 新增入参:SubProductCode
|
|
62320
|
+
|
|
62321
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
62322
|
+
|
|
62323
|
+
* 新增入参:CdcId
|
|
62324
|
+
|
|
62325
|
+
|
|
62326
|
+
修改数据结构:
|
|
62327
|
+
|
|
62328
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
62329
|
+
|
|
62330
|
+
* 新增成员:SubProductCode
|
|
62331
|
+
|
|
62332
|
+
|
|
62343
62333
|
### 第 63 次发布
|
|
62344
62334
|
|
|
62345
62335
|
发布时间:2024-07-22 01:39:08
|
|
@@ -75812,8 +75802,8 @@
|
|
|
75812
75802
|
|
|
75813
75803
|
新增接口:
|
|
75814
75804
|
|
|
75815
|
-
* [
|
|
75816
|
-
* [
|
|
75805
|
+
* [ActivateService](https://cloud.tencent.com/document/api/1729/109752)
|
|
75806
|
+
* [SetPayMode](https://cloud.tencent.com/document/api/1729/109751)
|
|
75817
75807
|
|
|
75818
75808
|
### 第 15 次发布
|
|
75819
75809
|
|
|
@@ -79254,6 +79244,28 @@
|
|
|
79254
79244
|
|
|
79255
79245
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
79256
79246
|
|
|
79247
|
+
### 第 76 次发布
|
|
79248
|
+
|
|
79249
|
+
发布时间:2024-08-08 01:47:56
|
|
79250
|
+
|
|
79251
|
+
本次发布包含了以下内容:
|
|
79252
|
+
|
|
79253
|
+
改善已有的文档。
|
|
79254
|
+
|
|
79255
|
+
修改接口:
|
|
79256
|
+
|
|
79257
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
79258
|
+
|
|
79259
|
+
* 新增出参:FailureList, SuccessList
|
|
79260
|
+
|
|
79261
|
+
|
|
79262
|
+
修改数据结构:
|
|
79263
|
+
|
|
79264
|
+
* [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
|
|
79265
|
+
|
|
79266
|
+
* 新增成员:ExpireTime
|
|
79267
|
+
|
|
79268
|
+
|
|
79257
79269
|
### 第 75 次发布
|
|
79258
79270
|
|
|
79259
79271
|
发布时间:2024-08-02 01:42:30
|
|
@@ -104683,6 +104695,25 @@
|
|
|
104683
104695
|
|
|
104684
104696
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
104685
104697
|
|
|
104698
|
+
### 第 35 次发布
|
|
104699
|
+
|
|
104700
|
+
发布时间:2024-08-09 02:00:03
|
|
104701
|
+
|
|
104702
|
+
本次发布包含了以下内容:
|
|
104703
|
+
|
|
104704
|
+
改善已有的文档。
|
|
104705
|
+
|
|
104706
|
+
新增接口:
|
|
104707
|
+
|
|
104708
|
+
* [[CreateOrgServiceAssign](https://cloud.tencent.com/document/api/850/109802)](https://cloud.tencent.com/document/api/#/#)
|
|
104709
|
+
* [[DeleteOrgServiceAssign](https://cloud.tencent.com/document/api/850/109801)](https://cloud.tencent.com/document/api/#/#)
|
|
104710
|
+
* [[ListOrgServiceAssignMember](https://cloud.tencent.com/document/api/850/109803)](https://cloud.tencent.com/document/api/#/#)
|
|
104711
|
+
|
|
104712
|
+
新增数据结构:
|
|
104713
|
+
|
|
104714
|
+
* [[NodeMainInfo](https://cloud.tencent.com/document/api/850/67060#NodeMainInfo)](https://cloud.tencent.com/document/api/850/67060#[NodeMainInfo](https://cloud.tencent.com/document/api/850/67060#NodeMainInfo))
|
|
104715
|
+
* [[OrganizationServiceAssignMember](https://cloud.tencent.com/document/api/850/67060#OrganizationServiceAssignMember)](https://cloud.tencent.com/document/api/850/67060#[OrganizationServiceAssignMember](https://cloud.tencent.com/document/api/850/67060#OrganizationServiceAssignMember))
|
|
104716
|
+
|
|
104686
104717
|
### 第 34 次发布
|
|
104687
104718
|
|
|
104688
104719
|
发布时间:2024-08-01 02:03:22
|
|
@@ -114620,6 +114651,27 @@
|
|
|
114620
114651
|
|
|
114621
114652
|
## SSL 证书(ssl) 版本:2019-12-05
|
|
114622
114653
|
|
|
114654
|
+
### 第 64 次发布
|
|
114655
|
+
|
|
114656
|
+
发布时间:2024-08-08 02:09:39
|
|
114657
|
+
|
|
114658
|
+
本次发布包含了以下内容:
|
|
114659
|
+
|
|
114660
|
+
改善已有的文档。
|
|
114661
|
+
|
|
114662
|
+
修改数据结构:
|
|
114663
|
+
|
|
114664
|
+
* [CompanyInfo](https://cloud.tencent.com/document/api/400/41679#CompanyInfo)
|
|
114665
|
+
|
|
114666
|
+
* 新增成员:Tags
|
|
114667
|
+
|
|
114668
|
+
* <font color="#dd0000">**修改成员**:</font>IdType, IdNumber
|
|
114669
|
+
|
|
114670
|
+
* [ManagerInfo](https://cloud.tencent.com/document/api/400/41679#ManagerInfo)
|
|
114671
|
+
|
|
114672
|
+
* 新增成员:Tags
|
|
114673
|
+
|
|
114674
|
+
|
|
114623
114675
|
### 第 63 次发布
|
|
114624
114676
|
|
|
114625
114677
|
发布时间:2024-07-05 01:16:31
|
|
@@ -120682,6 +120734,21 @@
|
|
|
120682
120734
|
|
|
120683
120735
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
120684
120736
|
|
|
120737
|
+
### 第 10 次发布
|
|
120738
|
+
|
|
120739
|
+
发布时间:2024-08-08 02:12:50
|
|
120740
|
+
|
|
120741
|
+
本次发布包含了以下内容:
|
|
120742
|
+
|
|
120743
|
+
改善已有的文档。
|
|
120744
|
+
|
|
120745
|
+
修改数据结构:
|
|
120746
|
+
|
|
120747
|
+
* [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
|
|
120748
|
+
|
|
120749
|
+
* 新增成员:Tag
|
|
120750
|
+
|
|
120751
|
+
|
|
120685
120752
|
### 第 9 次发布
|
|
120686
120753
|
|
|
120687
120754
|
发布时间:2023-03-08 01:54:20
|
|
@@ -122913,6 +122980,60 @@
|
|
|
122913
122980
|
|
|
122914
122981
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
122915
122982
|
|
|
122983
|
+
### 第 64 次发布
|
|
122984
|
+
|
|
122985
|
+
发布时间:2024-08-09 02:10:59
|
|
122986
|
+
|
|
122987
|
+
本次发布包含了以下内容:
|
|
122988
|
+
|
|
122989
|
+
改善已有的文档。
|
|
122990
|
+
|
|
122991
|
+
修改接口:
|
|
122992
|
+
|
|
122993
|
+
* [AddComplianceAssetPolicySetToWhitelist](https://cloud.tencent.com/document/api/1285/81795)
|
|
122994
|
+
|
|
122995
|
+
* 新增入参:AssetType
|
|
122996
|
+
|
|
122997
|
+
* [DeleteComplianceAssetPolicySetFromWhitelist](https://cloud.tencent.com/document/api/1285/81793)
|
|
122998
|
+
|
|
122999
|
+
* 新增入参:AssetType
|
|
123000
|
+
|
|
123001
|
+
* [DescribeComplianceAssetDetailInfo](https://cloud.tencent.com/document/api/1285/65609)
|
|
123002
|
+
|
|
123003
|
+
* 新增入参:AssetType
|
|
123004
|
+
|
|
123005
|
+
* [DescribeComplianceAssetPolicyItemList](https://cloud.tencent.com/document/api/1285/65607)
|
|
123006
|
+
|
|
123007
|
+
* 新增入参:AssetType
|
|
123008
|
+
|
|
123009
|
+
* [ScanComplianceAssets](https://cloud.tencent.com/document/api/1285/65596)
|
|
123010
|
+
|
|
123011
|
+
* 新增入参:AssetType
|
|
123012
|
+
|
|
123013
|
+
* [ScanComplianceAssetsByPolicyItem](https://cloud.tencent.com/document/api/1285/65595)
|
|
123014
|
+
|
|
123015
|
+
* 新增入参:AssetType
|
|
123016
|
+
|
|
123017
|
+
* [ScanComplianceScanFailedAssets](https://cloud.tencent.com/document/api/1285/65593)
|
|
123018
|
+
|
|
123019
|
+
* 新增入参:AssetType
|
|
123020
|
+
|
|
123021
|
+
|
|
123022
|
+
修改数据结构:
|
|
123023
|
+
|
|
123024
|
+
* [ComplianceAssetSummary](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetSummary)
|
|
123025
|
+
|
|
123026
|
+
* 新增成员:TotalPolicyItemCount, DetectHostCount, LeftTime
|
|
123027
|
+
|
|
123028
|
+
* <font color="#dd0000">**修改成员**:</font>OpenPolicyItemCount, IgnoredPolicyItemCount
|
|
123029
|
+
|
|
123030
|
+
* [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
|
|
123031
|
+
|
|
123032
|
+
* 新增成员:IsEnable
|
|
123033
|
+
|
|
123034
|
+
* <font color="#dd0000">**修改成员**:</font>Description, AuditProcedure
|
|
123035
|
+
|
|
123036
|
+
|
|
122916
123037
|
### 第 63 次发布
|
|
122917
123038
|
|
|
122918
123039
|
发布时间:2024-06-26 01:23:56
|
|
@@ -128118,7 +128239,7 @@
|
|
|
128118
128239
|
|
|
128119
128240
|
新增数据结构:
|
|
128120
128241
|
|
|
128121
|
-
* [
|
|
128242
|
+
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo)
|
|
128122
128243
|
|
|
128123
128244
|
### 第 3 次发布
|
|
128124
128245
|
|
|
@@ -141407,6 +141528,18 @@
|
|
|
141407
141528
|
|
|
141408
141529
|
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
141409
141530
|
|
|
141531
|
+
### 第 18 次发布
|
|
141532
|
+
|
|
141533
|
+
发布时间:2024-08-08 17:17:39
|
|
141534
|
+
|
|
141535
|
+
本次发布包含了以下内容:
|
|
141536
|
+
|
|
141537
|
+
改善已有的文档。
|
|
141538
|
+
|
|
141539
|
+
新增接口:
|
|
141540
|
+
|
|
141541
|
+
* [DescribeConsumerLag](https://cloud.tencent.com/document/api/1493/109793)
|
|
141542
|
+
|
|
141410
141543
|
### 第 17 次发布
|
|
141411
141544
|
|
|
141412
141545
|
发布时间:2024-07-05 01:19:38
|
|
@@ -142761,6 +142894,32 @@
|
|
|
142761
142894
|
|
|
142762
142895
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
142763
142896
|
|
|
142897
|
+
### 第 85 次发布
|
|
142898
|
+
|
|
142899
|
+
发布时间:2024-08-08 02:24:11
|
|
142900
|
+
|
|
142901
|
+
本次发布包含了以下内容:
|
|
142902
|
+
|
|
142903
|
+
改善已有的文档。
|
|
142904
|
+
|
|
142905
|
+
修改接口:
|
|
142906
|
+
|
|
142907
|
+
* [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
|
|
142908
|
+
|
|
142909
|
+
* 新增入参:AutoPush, RepeatNum, MaxDuration
|
|
142910
|
+
|
|
142911
|
+
|
|
142912
|
+
修改数据结构:
|
|
142913
|
+
|
|
142914
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
142915
|
+
|
|
142916
|
+
* 新增成员:WelcomeMessage
|
|
142917
|
+
|
|
142918
|
+
* [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
|
|
142919
|
+
|
|
142920
|
+
* 新增成员:StopAfterPlay
|
|
142921
|
+
|
|
142922
|
+
|
|
142764
142923
|
### 第 84 次发布
|
|
142765
142924
|
|
|
142766
142925
|
发布时间:2024-08-02 02:18:56
|
|
@@ -161760,6 +161919,21 @@
|
|
|
161760
161919
|
|
|
161761
161920
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
161762
161921
|
|
|
161922
|
+
### 第 103 次发布
|
|
161923
|
+
|
|
161924
|
+
发布时间:2024-08-08 02:34:16
|
|
161925
|
+
|
|
161926
|
+
本次发布包含了以下内容:
|
|
161927
|
+
|
|
161928
|
+
改善已有的文档。
|
|
161929
|
+
|
|
161930
|
+
修改接口:
|
|
161931
|
+
|
|
161932
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
161933
|
+
|
|
161934
|
+
* 新增入参:ProjectId
|
|
161935
|
+
|
|
161936
|
+
|
|
161763
161937
|
### 第 102 次发布
|
|
161764
161938
|
|
|
161765
161939
|
发布时间:2024-08-07 02:40:50
|
|
@@ -161770,7 +161944,7 @@
|
|
|
161770
161944
|
|
|
161771
161945
|
新增接口:
|
|
161772
161946
|
|
|
161773
|
-
* [
|
|
161947
|
+
* [DescribeTaskLineage](https://cloud.tencent.com/document/api/1267/109754)
|
|
161774
161948
|
|
|
161775
161949
|
修改接口:
|
|
161776
161950
|
|
|
@@ -161803,10 +161977,10 @@
|
|
|
161803
161977
|
|
|
161804
161978
|
新增数据结构:
|
|
161805
161979
|
|
|
161806
|
-
* [
|
|
161807
|
-
* [
|
|
161808
|
-
* [
|
|
161809
|
-
* [
|
|
161980
|
+
* [LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo)
|
|
161981
|
+
* [TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum)
|
|
161982
|
+
* [TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo)
|
|
161983
|
+
* [TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair)
|
|
161810
161984
|
|
|
161811
161985
|
修改数据结构:
|
|
161812
161986
|
|