tencentcloud-sdk-nodejs 4.0.917 → 4.0.918
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 +190 -0
- package/SERVICE_CHANGELOG.md +301 -234
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +54 -1
- package/src/services/ess/v20201111/ess_client.ts +45 -28
- package/src/services/ess/v20201111/ess_models.ts +122 -41
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/iss/v20230517/iss_models.ts +27 -0
- package/src/services/mna/v20210119/mna_client.ts +12 -0
- package/src/services/mna/v20210119/mna_models.ts +42 -0
- package/src/services/teo/v20220901/teo_models.ts +2 -3
- package/src/services/trtc/v20190722/trtc_models.ts +10 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +29 -20
- package/tencentcloud/services/ess/v20201111/ess_client.js +34 -23
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -41
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/mna.v20210119.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 100 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-08-
|
|
7
|
+
发布时间:2024-08-15 01:32:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,263 +12,178 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:DefaultBucket, ShortName, Description, Status
|
|
18
18
|
|
|
19
|
-
* [
|
|
19
|
+
* [SmartOptimizerLifecyclePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerLifecyclePolicy)
|
|
20
20
|
|
|
21
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:ExpiredField, ExpiredFieldFormat
|
|
22
22
|
|
|
23
|
+
* [SmartOptimizerWrittenPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerWrittenPolicy)
|
|
23
24
|
|
|
25
|
+
* 新增成员:WrittenEnable
|
|
24
26
|
|
|
27
|
+
* [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
|
|
25
28
|
|
|
26
|
-
|
|
29
|
+
* 新增成员:Position, IsPartition
|
|
27
30
|
|
|
28
|
-
### 第 65 次发布
|
|
29
31
|
|
|
30
|
-
发布时间:2024-08-14 01:44:38
|
|
31
32
|
|
|
32
|
-
本次发布包含了以下内容:
|
|
33
33
|
|
|
34
|
-
|
|
34
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
### 第 183 次发布
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
发布时间:2024-08-15 01:41:24
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
本次发布包含了以下内容:
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
改善已有的文档。
|
|
43
43
|
|
|
44
|
-
|
|
44
|
+
新增接口:
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
* [CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)
|
|
47
47
|
|
|
48
|
-
|
|
48
|
+
修改数据结构:
|
|
49
49
|
|
|
50
|
-
|
|
50
|
+
* [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
|
|
51
51
|
|
|
52
|
+
* 新增成员:NoTransfer
|
|
52
53
|
|
|
53
|
-
修改数据结构:
|
|
54
54
|
|
|
55
|
-
* [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
|
|
56
55
|
|
|
57
|
-
* 新增成员:IndexTraffic
|
|
58
56
|
|
|
59
|
-
|
|
57
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
60
58
|
|
|
61
|
-
|
|
59
|
+
### 第 179 次发布
|
|
62
60
|
|
|
61
|
+
发布时间:2024-08-15 01:42:34
|
|
63
62
|
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
64
|
|
|
65
|
+
改善已有的文档。
|
|
65
66
|
|
|
66
|
-
|
|
67
|
+
修改数据结构:
|
|
67
68
|
|
|
68
|
-
|
|
69
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
69
70
|
|
|
70
|
-
|
|
71
|
+
* 新增成员:NoTransfer
|
|
71
72
|
|
|
72
|
-
本次发布包含了以下内容:
|
|
73
73
|
|
|
74
|
-
改善已有的文档。
|
|
75
74
|
|
|
76
|
-
新增接口:
|
|
77
75
|
|
|
78
|
-
|
|
76
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
79
77
|
|
|
80
78
|
|
|
81
79
|
|
|
82
|
-
##
|
|
80
|
+
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
83
81
|
|
|
84
|
-
### 第
|
|
82
|
+
### 第 10 次发布
|
|
85
83
|
|
|
86
|
-
发布时间:2024-08-
|
|
84
|
+
发布时间:2024-08-15 01:45:31
|
|
87
85
|
|
|
88
86
|
本次发布包含了以下内容:
|
|
89
87
|
|
|
90
88
|
改善已有的文档。
|
|
91
89
|
|
|
92
|
-
|
|
90
|
+
修改数据结构:
|
|
93
91
|
|
|
94
|
-
* [
|
|
92
|
+
* [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
|
|
95
93
|
|
|
94
|
+
* 新增成员:VpcId, SubnetId, InstanceId, MountPoint
|
|
96
95
|
|
|
96
|
+
* [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
|
|
97
97
|
|
|
98
|
-
|
|
98
|
+
* 新增成员:MountPoint
|
|
99
99
|
|
|
100
100
|
|
|
101
101
|
|
|
102
|
-
## 移动应用安全(ms) 版本:2018-04-08
|
|
103
102
|
|
|
104
|
-
|
|
103
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
105
104
|
|
|
106
|
-
|
|
105
|
+
### 第 17 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-08-15 01:45:59
|
|
107
108
|
|
|
108
109
|
本次发布包含了以下内容:
|
|
109
110
|
|
|
110
111
|
改善已有的文档。
|
|
111
112
|
|
|
112
|
-
|
|
113
|
+
修改接口:
|
|
113
114
|
|
|
114
|
-
*
|
|
115
|
-
* CreateBindInstance
|
|
116
|
-
* CreateCosSecKeyInstance
|
|
117
|
-
* CreateEncryptInstance
|
|
118
|
-
* CreateOrderInstance
|
|
119
|
-
* CreateResourceInstances
|
|
120
|
-
* CreateShieldInstance
|
|
121
|
-
* CreateShieldPlanInstance
|
|
122
|
-
* DeleteShieldInstances
|
|
123
|
-
* DescribeApkDetectionResult
|
|
124
|
-
* DescribeEncryptInstances
|
|
125
|
-
* DescribeEncryptPlan
|
|
126
|
-
* DescribeOrderInstances
|
|
127
|
-
* DescribeResourceInstances
|
|
128
|
-
* DescribeShieldInstances
|
|
129
|
-
* DescribeShieldPlanInstance
|
|
130
|
-
* DescribeShieldResult
|
|
131
|
-
* DescribeUrlDetectionResult
|
|
132
|
-
* DescribeUserBaseInfoInstance
|
|
133
|
-
* DestroyResourceInstances
|
|
134
|
-
* RequestLocalTask
|
|
135
|
-
* UpdateClientState
|
|
136
|
-
* UpdateLocalTaskResult
|
|
115
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
137
116
|
|
|
117
|
+
* 新增入参:EnableSpeedSearch
|
|
138
118
|
|
|
139
119
|
|
|
140
|
-
## 集团账号管理(organization) 版本:2021-03-31
|
|
141
120
|
|
|
142
|
-
### 第 36 次发布
|
|
143
121
|
|
|
144
|
-
|
|
122
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
123
|
+
|
|
124
|
+
### 第 17 次发布
|
|
125
|
+
|
|
126
|
+
发布时间:2024-08-14 19:42:55
|
|
145
127
|
|
|
146
128
|
本次发布包含了以下内容:
|
|
147
129
|
|
|
148
130
|
改善已有的文档。
|
|
149
131
|
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
* [AddExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109966)
|
|
153
|
-
* [AddPermissionPolicyToRoleConfiguration](https://cloud.tencent.com/document/api/850/109938)
|
|
154
|
-
* [AddUserToGroup](https://cloud.tencent.com/document/api/850/109921)
|
|
155
|
-
* [ClearExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109965)
|
|
156
|
-
* [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
|
|
157
|
-
* [CreateRoleAssignment](https://cloud.tencent.com/document/api/850/109958)
|
|
158
|
-
* [CreateRoleConfiguration](https://cloud.tencent.com/document/api/850/109937)
|
|
159
|
-
* [CreateUser](https://cloud.tencent.com/document/api/850/109928)
|
|
160
|
-
* [CreateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109950)
|
|
161
|
-
* [DeleteGroup](https://cloud.tencent.com/document/api/850/109919)
|
|
162
|
-
* [DeleteRoleAssignment](https://cloud.tencent.com/document/api/850/109957)
|
|
163
|
-
* [DeleteRoleConfiguration](https://cloud.tencent.com/document/api/850/109936)
|
|
164
|
-
* [DeleteUser](https://cloud.tencent.com/document/api/850/109927)
|
|
165
|
-
* [DeleteUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109949)
|
|
166
|
-
* [DescribeIdentityCenter](https://cloud.tencent.com/document/api/850/109943)
|
|
167
|
-
* [DismantleRoleConfiguration](https://cloud.tencent.com/document/api/850/109956)
|
|
168
|
-
* [GetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109964)
|
|
169
|
-
* [GetGroup](https://cloud.tencent.com/document/api/850/109918)
|
|
170
|
-
* [GetProvisioningTaskStatus](https://cloud.tencent.com/document/api/850/109948)
|
|
171
|
-
* [GetRoleConfiguration](https://cloud.tencent.com/document/api/850/109935)
|
|
172
|
-
* [GetTaskStatus](https://cloud.tencent.com/document/api/850/109955)
|
|
173
|
-
* [GetUser](https://cloud.tencent.com/document/api/850/109926)
|
|
174
|
-
* [GetUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109947)
|
|
175
|
-
* [GetZoneSAMLServiceProviderInfo](https://cloud.tencent.com/document/api/850/109963)
|
|
176
|
-
* [GetZoneStatistics](https://cloud.tencent.com/document/api/850/109942)
|
|
177
|
-
* [ListExternalSAMLIdPCertificates](https://cloud.tencent.com/document/api/850/109962)
|
|
178
|
-
* [ListGroupMembers](https://cloud.tencent.com/document/api/850/109917)
|
|
179
|
-
* [ListGroups](https://cloud.tencent.com/document/api/850/109916)
|
|
180
|
-
* [ListJoinedGroupsForUser](https://cloud.tencent.com/document/api/850/109915)
|
|
181
|
-
* [ListPermissionPoliciesInRoleConfiguration](https://cloud.tencent.com/document/api/850/109934)
|
|
182
|
-
* [ListRoleAssignments](https://cloud.tencent.com/document/api/850/109954)
|
|
183
|
-
* [ListRoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/109933)
|
|
184
|
-
* [ListRoleConfigurations](https://cloud.tencent.com/document/api/850/109932)
|
|
185
|
-
* [ListTasks](https://cloud.tencent.com/document/api/850/109953)
|
|
186
|
-
* [ListUserSyncProvisionings](https://cloud.tencent.com/document/api/850/109946)
|
|
187
|
-
* [ListUsers](https://cloud.tencent.com/document/api/850/109925)
|
|
188
|
-
* [OpenIdentityCenter](https://cloud.tencent.com/document/api/850/109941)
|
|
189
|
-
* [ProvisionRoleConfiguration](https://cloud.tencent.com/document/api/850/109952)
|
|
190
|
-
* [RemoveExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109961)
|
|
191
|
-
* [RemovePermissionPolicyFromRoleConfiguration](https://cloud.tencent.com/document/api/850/109931)
|
|
192
|
-
* [RemoveUserFromGroup](https://cloud.tencent.com/document/api/850/109914)
|
|
193
|
-
* [SetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109960)
|
|
194
|
-
* [UpdateGroup](https://cloud.tencent.com/document/api/850/109913)
|
|
195
|
-
* [UpdateRoleConfiguration](https://cloud.tencent.com/document/api/850/109930)
|
|
196
|
-
* [UpdateUser](https://cloud.tencent.com/document/api/850/109924)
|
|
197
|
-
* [UpdateUserStatus](https://cloud.tencent.com/document/api/850/109923)
|
|
198
|
-
* [UpdateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109945)
|
|
199
|
-
* [UpdateZone](https://cloud.tencent.com/document/api/850/109940)
|
|
132
|
+
修改接口:
|
|
200
133
|
|
|
201
|
-
|
|
134
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
202
135
|
|
|
203
|
-
*
|
|
204
|
-
* [GroupMembers](https://cloud.tencent.com/document/api/850/67060#GroupMembers)
|
|
205
|
-
* [JoinedGroups](https://cloud.tencent.com/document/api/850/67060#JoinedGroups)
|
|
206
|
-
* [PolicyDetail](https://cloud.tencent.com/document/api/850/67060#PolicyDetail)
|
|
207
|
-
* [RoleAssignmentInfo](https://cloud.tencent.com/document/api/850/67060#RoleAssignmentInfo)
|
|
208
|
-
* [RoleAssignments](https://cloud.tencent.com/document/api/850/67060#RoleAssignments)
|
|
209
|
-
* [RoleConfiguration](https://cloud.tencent.com/document/api/850/67060#RoleConfiguration)
|
|
210
|
-
* [RoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/67060#RoleConfigurationProvisionings)
|
|
211
|
-
* [RolePolicie](https://cloud.tencent.com/document/api/850/67060#RolePolicie)
|
|
212
|
-
* [RoleProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#RoleProvisioningsTask)
|
|
213
|
-
* [SAMLIdPCertificate](https://cloud.tencent.com/document/api/850/67060#SAMLIdPCertificate)
|
|
214
|
-
* [SAMLIdentityProviderConfiguration](https://cloud.tencent.com/document/api/850/67060#SAMLIdentityProviderConfiguration)
|
|
215
|
-
* [SAMLServiceProvider](https://cloud.tencent.com/document/api/850/67060#SAMLServiceProvider)
|
|
216
|
-
* [TaskInfo](https://cloud.tencent.com/document/api/850/67060#TaskInfo)
|
|
217
|
-
* [TaskStatus](https://cloud.tencent.com/document/api/850/67060#TaskStatus)
|
|
218
|
-
* [UserInfo](https://cloud.tencent.com/document/api/850/67060#UserInfo)
|
|
219
|
-
* [UserProvisioning](https://cloud.tencent.com/document/api/850/67060#UserProvisioning)
|
|
220
|
-
* [UserProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#UserProvisioningsTask)
|
|
221
|
-
* [UserSyncProvisioning](https://cloud.tencent.com/document/api/850/67060#UserSyncProvisioning)
|
|
222
|
-
* [ZoneStatistics](https://cloud.tencent.com/document/api/850/67060#ZoneStatistics)
|
|
136
|
+
* 新增入参:AppName, StreamName
|
|
223
137
|
|
|
138
|
+
* [DescribeCNAME](https://cloud.tencent.com/document/api/1344/95899)
|
|
224
139
|
|
|
140
|
+
* 新增入参:DomainType
|
|
225
141
|
|
|
226
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
227
142
|
|
|
143
|
+
修改数据结构:
|
|
228
144
|
|
|
145
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
229
146
|
|
|
230
|
-
|
|
147
|
+
* 新增成员:AppName, StreamName
|
|
231
148
|
|
|
232
|
-
|
|
149
|
+
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
233
150
|
|
|
234
|
-
|
|
151
|
+
* 新增成员:DomainType
|
|
235
152
|
|
|
236
|
-
本次发布包含了以下内容:
|
|
237
153
|
|
|
238
|
-
改善已有的文档。
|
|
239
154
|
|
|
240
|
-
新增接口:
|
|
241
155
|
|
|
242
|
-
|
|
156
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
243
157
|
|
|
244
|
-
|
|
158
|
+
### 第 22 次发布
|
|
245
159
|
|
|
246
|
-
|
|
160
|
+
发布时间:2024-08-15 02:00:04
|
|
247
161
|
|
|
162
|
+
本次发布包含了以下内容:
|
|
248
163
|
|
|
164
|
+
改善已有的文档。
|
|
249
165
|
|
|
250
|
-
|
|
166
|
+
新增接口:
|
|
251
167
|
|
|
252
|
-
|
|
168
|
+
* [OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)
|
|
253
169
|
|
|
254
|
-
发布时间:2024-08-14 02:39:09
|
|
255
170
|
|
|
256
|
-
本次发布包含了以下内容:
|
|
257
171
|
|
|
258
|
-
|
|
172
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
259
173
|
|
|
260
|
-
|
|
174
|
+
### 第 87 次发布
|
|
261
175
|
|
|
262
|
-
|
|
176
|
+
发布时间:2024-08-15 02:31:34
|
|
263
177
|
|
|
264
|
-
|
|
178
|
+
本次发布包含了以下内容:
|
|
265
179
|
|
|
180
|
+
改善已有的文档。
|
|
266
181
|
|
|
267
182
|
修改数据结构:
|
|
268
183
|
|
|
269
|
-
* [
|
|
184
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
270
185
|
|
|
271
|
-
* 新增成员:
|
|
186
|
+
* 新增成员:InterruptMode, InterruptSpeechDuration
|
|
272
187
|
|
|
273
188
|
|
|
274
189
|
|
|
@@ -52273,6 +52188,33 @@
|
|
|
52273
52188
|
|
|
52274
52189
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
52275
52190
|
|
|
52191
|
+
### 第 100 次发布
|
|
52192
|
+
|
|
52193
|
+
发布时间:2024-08-15 01:32:44
|
|
52194
|
+
|
|
52195
|
+
本次发布包含了以下内容:
|
|
52196
|
+
|
|
52197
|
+
改善已有的文档。
|
|
52198
|
+
|
|
52199
|
+
修改数据结构:
|
|
52200
|
+
|
|
52201
|
+
* [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
|
|
52202
|
+
|
|
52203
|
+
* 新增成员:DefaultBucket, ShortName, Description, Status
|
|
52204
|
+
|
|
52205
|
+
* [SmartOptimizerLifecyclePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerLifecyclePolicy)
|
|
52206
|
+
|
|
52207
|
+
* 新增成员:ExpiredField, ExpiredFieldFormat
|
|
52208
|
+
|
|
52209
|
+
* [SmartOptimizerWrittenPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerWrittenPolicy)
|
|
52210
|
+
|
|
52211
|
+
* 新增成员:WrittenEnable
|
|
52212
|
+
|
|
52213
|
+
* [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
|
|
52214
|
+
|
|
52215
|
+
* 新增成员:Position, IsPartition
|
|
52216
|
+
|
|
52217
|
+
|
|
52276
52218
|
### 第 99 次发布
|
|
52277
52219
|
|
|
52278
52220
|
发布时间:2024-08-08 01:33:40
|
|
@@ -63996,6 +63938,25 @@
|
|
|
63996
63938
|
|
|
63997
63939
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
63998
63940
|
|
|
63941
|
+
### 第 183 次发布
|
|
63942
|
+
|
|
63943
|
+
发布时间:2024-08-15 01:41:24
|
|
63944
|
+
|
|
63945
|
+
本次发布包含了以下内容:
|
|
63946
|
+
|
|
63947
|
+
改善已有的文档。
|
|
63948
|
+
|
|
63949
|
+
新增接口:
|
|
63950
|
+
|
|
63951
|
+
* [[CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)](https://cloud.tencent.com/document/api/#/#)
|
|
63952
|
+
|
|
63953
|
+
修改数据结构:
|
|
63954
|
+
|
|
63955
|
+
* [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
|
|
63956
|
+
|
|
63957
|
+
* 新增成员:NoTransfer
|
|
63958
|
+
|
|
63959
|
+
|
|
63999
63960
|
### 第 182 次发布
|
|
64000
63961
|
|
|
64001
63962
|
发布时间:2024-08-14 01:45:25
|
|
@@ -64006,7 +63967,7 @@
|
|
|
64006
63967
|
|
|
64007
63968
|
新增接口:
|
|
64008
63969
|
|
|
64009
|
-
* [
|
|
63970
|
+
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1323/109910)
|
|
64010
63971
|
|
|
64011
63972
|
### 第 181 次发布
|
|
64012
63973
|
|
|
@@ -67459,6 +67420,21 @@
|
|
|
67459
67420
|
|
|
67460
67421
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
67461
67422
|
|
|
67423
|
+
### 第 179 次发布
|
|
67424
|
+
|
|
67425
|
+
发布时间:2024-08-15 01:42:34
|
|
67426
|
+
|
|
67427
|
+
本次发布包含了以下内容:
|
|
67428
|
+
|
|
67429
|
+
改善已有的文档。
|
|
67430
|
+
|
|
67431
|
+
修改数据结构:
|
|
67432
|
+
|
|
67433
|
+
* [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
|
|
67434
|
+
|
|
67435
|
+
* 新增成员:NoTransfer
|
|
67436
|
+
|
|
67437
|
+
|
|
67462
67438
|
### 第 178 次发布
|
|
67463
67439
|
|
|
67464
67440
|
发布时间:2024-08-14 01:46:41
|
|
@@ -67469,7 +67445,7 @@
|
|
|
67469
67445
|
|
|
67470
67446
|
新增接口:
|
|
67471
67447
|
|
|
67472
|
-
* [
|
|
67448
|
+
* [CreateBatchInitOrganizationUrl](https://cloud.tencent.com/document/api/1420/109911)
|
|
67473
67449
|
|
|
67474
67450
|
### 第 177 次发布
|
|
67475
67451
|
|
|
@@ -74508,6 +74484,25 @@
|
|
|
74508
74484
|
|
|
74509
74485
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
74510
74486
|
|
|
74487
|
+
### 第 10 次发布
|
|
74488
|
+
|
|
74489
|
+
发布时间:2024-08-15 01:45:31
|
|
74490
|
+
|
|
74491
|
+
本次发布包含了以下内容:
|
|
74492
|
+
|
|
74493
|
+
改善已有的文档。
|
|
74494
|
+
|
|
74495
|
+
修改数据结构:
|
|
74496
|
+
|
|
74497
|
+
* [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
|
|
74498
|
+
|
|
74499
|
+
* 新增成员:VpcId, SubnetId, InstanceId, MountPoint
|
|
74500
|
+
|
|
74501
|
+
* [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
|
|
74502
|
+
|
|
74503
|
+
* 新增成员:MountPoint
|
|
74504
|
+
|
|
74505
|
+
|
|
74511
74506
|
### 第 9 次发布
|
|
74512
74507
|
|
|
74513
74508
|
发布时间:2024-07-10 01:17:00
|
|
@@ -76097,6 +76092,21 @@
|
|
|
76097
76092
|
|
|
76098
76093
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
76099
76094
|
|
|
76095
|
+
### 第 17 次发布
|
|
76096
|
+
|
|
76097
|
+
发布时间:2024-08-15 01:45:59
|
|
76098
|
+
|
|
76099
|
+
本次发布包含了以下内容:
|
|
76100
|
+
|
|
76101
|
+
改善已有的文档。
|
|
76102
|
+
|
|
76103
|
+
修改接口:
|
|
76104
|
+
|
|
76105
|
+
* [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
|
|
76106
|
+
|
|
76107
|
+
* 新增入参:EnableSpeedSearch
|
|
76108
|
+
|
|
76109
|
+
|
|
76100
76110
|
### 第 16 次发布
|
|
76101
76111
|
|
|
76102
76112
|
发布时间:2024-08-07 01:45:31
|
|
@@ -83194,6 +83204,36 @@
|
|
|
83194
83204
|
|
|
83195
83205
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
83196
83206
|
|
|
83207
|
+
### 第 17 次发布
|
|
83208
|
+
|
|
83209
|
+
发布时间:2024-08-14 19:42:55
|
|
83210
|
+
|
|
83211
|
+
本次发布包含了以下内容:
|
|
83212
|
+
|
|
83213
|
+
改善已有的文档。
|
|
83214
|
+
|
|
83215
|
+
修改接口:
|
|
83216
|
+
|
|
83217
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
83218
|
+
|
|
83219
|
+
* 新增入参:AppName, StreamName
|
|
83220
|
+
|
|
83221
|
+
* [DescribeCNAME](https://cloud.tencent.com/document/api/1344/95899)
|
|
83222
|
+
|
|
83223
|
+
* 新增入参:DomainType
|
|
83224
|
+
|
|
83225
|
+
|
|
83226
|
+
修改数据结构:
|
|
83227
|
+
|
|
83228
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
83229
|
+
|
|
83230
|
+
* 新增成员:AppName, StreamName
|
|
83231
|
+
|
|
83232
|
+
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
83233
|
+
|
|
83234
|
+
* 新增成员:DomainType
|
|
83235
|
+
|
|
83236
|
+
|
|
83197
83237
|
### 第 16 次发布
|
|
83198
83238
|
|
|
83199
83239
|
发布时间:2024-06-28 15:23:39
|
|
@@ -91965,6 +92005,18 @@
|
|
|
91965
92005
|
|
|
91966
92006
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
91967
92007
|
|
|
92008
|
+
### 第 22 次发布
|
|
92009
|
+
|
|
92010
|
+
发布时间:2024-08-15 02:00:04
|
|
92011
|
+
|
|
92012
|
+
本次发布包含了以下内容:
|
|
92013
|
+
|
|
92014
|
+
改善已有的文档。
|
|
92015
|
+
|
|
92016
|
+
新增接口:
|
|
92017
|
+
|
|
92018
|
+
* [[OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)](https://cloud.tencent.com/document/api/#/#)
|
|
92019
|
+
|
|
91968
92020
|
### 第 21 次发布
|
|
91969
92021
|
|
|
91970
92022
|
发布时间:2024-07-22 01:55:24
|
|
@@ -105044,77 +105096,77 @@
|
|
|
105044
105096
|
|
|
105045
105097
|
新增接口:
|
|
105046
105098
|
|
|
105047
|
-
* [
|
|
105048
|
-
* [
|
|
105049
|
-
* [
|
|
105050
|
-
* [
|
|
105051
|
-
* [
|
|
105052
|
-
* [
|
|
105053
|
-
* [
|
|
105054
|
-
* [
|
|
105055
|
-
* [
|
|
105056
|
-
* [
|
|
105057
|
-
* [
|
|
105058
|
-
* [
|
|
105059
|
-
* [
|
|
105060
|
-
* [
|
|
105061
|
-
* [
|
|
105062
|
-
* [
|
|
105063
|
-
* [
|
|
105064
|
-
* [
|
|
105065
|
-
* [
|
|
105066
|
-
* [
|
|
105067
|
-
* [
|
|
105068
|
-
* [
|
|
105069
|
-
* [
|
|
105070
|
-
* [
|
|
105071
|
-
* [
|
|
105072
|
-
* [
|
|
105073
|
-
* [
|
|
105074
|
-
* [
|
|
105075
|
-
* [
|
|
105076
|
-
* [
|
|
105077
|
-
* [
|
|
105078
|
-
* [
|
|
105079
|
-
* [
|
|
105080
|
-
* [
|
|
105081
|
-
* [
|
|
105082
|
-
* [
|
|
105083
|
-
* [
|
|
105084
|
-
* [
|
|
105085
|
-
* [
|
|
105086
|
-
* [
|
|
105087
|
-
* [
|
|
105088
|
-
* [
|
|
105089
|
-
* [
|
|
105090
|
-
* [
|
|
105091
|
-
* [
|
|
105092
|
-
* [
|
|
105093
|
-
* [
|
|
105094
|
-
* [
|
|
105095
|
-
|
|
105096
|
-
新增数据结构:
|
|
105097
|
-
|
|
105098
|
-
* [
|
|
105099
|
-
* [
|
|
105100
|
-
* [
|
|
105101
|
-
* [
|
|
105102
|
-
* [
|
|
105103
|
-
* [
|
|
105104
|
-
* [
|
|
105105
|
-
* [
|
|
105106
|
-
* [
|
|
105107
|
-
* [
|
|
105108
|
-
* [
|
|
105109
|
-
* [
|
|
105110
|
-
* [
|
|
105111
|
-
* [
|
|
105112
|
-
* [
|
|
105113
|
-
* [
|
|
105114
|
-
* [
|
|
105115
|
-
* [
|
|
105116
|
-
* [
|
|
105117
|
-
* [
|
|
105099
|
+
* [AddExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109966)
|
|
105100
|
+
* [AddPermissionPolicyToRoleConfiguration](https://cloud.tencent.com/document/api/850/109938)
|
|
105101
|
+
* [AddUserToGroup](https://cloud.tencent.com/document/api/850/109921)
|
|
105102
|
+
* [ClearExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109965)
|
|
105103
|
+
* [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
|
|
105104
|
+
* [CreateRoleAssignment](https://cloud.tencent.com/document/api/850/109958)
|
|
105105
|
+
* [CreateRoleConfiguration](https://cloud.tencent.com/document/api/850/109937)
|
|
105106
|
+
* [CreateUser](https://cloud.tencent.com/document/api/850/109928)
|
|
105107
|
+
* [CreateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109950)
|
|
105108
|
+
* [DeleteGroup](https://cloud.tencent.com/document/api/850/109919)
|
|
105109
|
+
* [DeleteRoleAssignment](https://cloud.tencent.com/document/api/850/109957)
|
|
105110
|
+
* [DeleteRoleConfiguration](https://cloud.tencent.com/document/api/850/109936)
|
|
105111
|
+
* [DeleteUser](https://cloud.tencent.com/document/api/850/109927)
|
|
105112
|
+
* [DeleteUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109949)
|
|
105113
|
+
* [DescribeIdentityCenter](https://cloud.tencent.com/document/api/850/109943)
|
|
105114
|
+
* [DismantleRoleConfiguration](https://cloud.tencent.com/document/api/850/109956)
|
|
105115
|
+
* [GetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109964)
|
|
105116
|
+
* [GetGroup](https://cloud.tencent.com/document/api/850/109918)
|
|
105117
|
+
* [GetProvisioningTaskStatus](https://cloud.tencent.com/document/api/850/109948)
|
|
105118
|
+
* [GetRoleConfiguration](https://cloud.tencent.com/document/api/850/109935)
|
|
105119
|
+
* [GetTaskStatus](https://cloud.tencent.com/document/api/850/109955)
|
|
105120
|
+
* [GetUser](https://cloud.tencent.com/document/api/850/109926)
|
|
105121
|
+
* [GetUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109947)
|
|
105122
|
+
* [GetZoneSAMLServiceProviderInfo](https://cloud.tencent.com/document/api/850/109963)
|
|
105123
|
+
* [GetZoneStatistics](https://cloud.tencent.com/document/api/850/109942)
|
|
105124
|
+
* [ListExternalSAMLIdPCertificates](https://cloud.tencent.com/document/api/850/109962)
|
|
105125
|
+
* [ListGroupMembers](https://cloud.tencent.com/document/api/850/109917)
|
|
105126
|
+
* [ListGroups](https://cloud.tencent.com/document/api/850/109916)
|
|
105127
|
+
* [ListJoinedGroupsForUser](https://cloud.tencent.com/document/api/850/109915)
|
|
105128
|
+
* [ListPermissionPoliciesInRoleConfiguration](https://cloud.tencent.com/document/api/850/109934)
|
|
105129
|
+
* [ListRoleAssignments](https://cloud.tencent.com/document/api/850/109954)
|
|
105130
|
+
* [ListRoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/109933)
|
|
105131
|
+
* [ListRoleConfigurations](https://cloud.tencent.com/document/api/850/109932)
|
|
105132
|
+
* [ListTasks](https://cloud.tencent.com/document/api/850/109953)
|
|
105133
|
+
* [ListUserSyncProvisionings](https://cloud.tencent.com/document/api/850/109946)
|
|
105134
|
+
* [ListUsers](https://cloud.tencent.com/document/api/850/109925)
|
|
105135
|
+
* [OpenIdentityCenter](https://cloud.tencent.com/document/api/850/109941)
|
|
105136
|
+
* [ProvisionRoleConfiguration](https://cloud.tencent.com/document/api/850/109952)
|
|
105137
|
+
* [RemoveExternalSAMLIdPCertificate](https://cloud.tencent.com/document/api/850/109961)
|
|
105138
|
+
* [RemovePermissionPolicyFromRoleConfiguration](https://cloud.tencent.com/document/api/850/109931)
|
|
105139
|
+
* [RemoveUserFromGroup](https://cloud.tencent.com/document/api/850/109914)
|
|
105140
|
+
* [SetExternalSAMLIdentityProvider](https://cloud.tencent.com/document/api/850/109960)
|
|
105141
|
+
* [UpdateGroup](https://cloud.tencent.com/document/api/850/109913)
|
|
105142
|
+
* [UpdateRoleConfiguration](https://cloud.tencent.com/document/api/850/109930)
|
|
105143
|
+
* [UpdateUser](https://cloud.tencent.com/document/api/850/109924)
|
|
105144
|
+
* [UpdateUserStatus](https://cloud.tencent.com/document/api/850/109923)
|
|
105145
|
+
* [UpdateUserSyncProvisioning](https://cloud.tencent.com/document/api/850/109945)
|
|
105146
|
+
* [UpdateZone](https://cloud.tencent.com/document/api/850/109940)
|
|
105147
|
+
|
|
105148
|
+
新增数据结构:
|
|
105149
|
+
|
|
105150
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/850/67060#GroupInfo)
|
|
105151
|
+
* [GroupMembers](https://cloud.tencent.com/document/api/850/67060#GroupMembers)
|
|
105152
|
+
* [JoinedGroups](https://cloud.tencent.com/document/api/850/67060#JoinedGroups)
|
|
105153
|
+
* [PolicyDetail](https://cloud.tencent.com/document/api/850/67060#PolicyDetail)
|
|
105154
|
+
* [RoleAssignmentInfo](https://cloud.tencent.com/document/api/850/67060#RoleAssignmentInfo)
|
|
105155
|
+
* [RoleAssignments](https://cloud.tencent.com/document/api/850/67060#RoleAssignments)
|
|
105156
|
+
* [RoleConfiguration](https://cloud.tencent.com/document/api/850/67060#RoleConfiguration)
|
|
105157
|
+
* [RoleConfigurationProvisionings](https://cloud.tencent.com/document/api/850/67060#RoleConfigurationProvisionings)
|
|
105158
|
+
* [RolePolicie](https://cloud.tencent.com/document/api/850/67060#RolePolicie)
|
|
105159
|
+
* [RoleProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#RoleProvisioningsTask)
|
|
105160
|
+
* [SAMLIdPCertificate](https://cloud.tencent.com/document/api/850/67060#SAMLIdPCertificate)
|
|
105161
|
+
* [SAMLIdentityProviderConfiguration](https://cloud.tencent.com/document/api/850/67060#SAMLIdentityProviderConfiguration)
|
|
105162
|
+
* [SAMLServiceProvider](https://cloud.tencent.com/document/api/850/67060#SAMLServiceProvider)
|
|
105163
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/850/67060#TaskInfo)
|
|
105164
|
+
* [TaskStatus](https://cloud.tencent.com/document/api/850/67060#TaskStatus)
|
|
105165
|
+
* [UserInfo](https://cloud.tencent.com/document/api/850/67060#UserInfo)
|
|
105166
|
+
* [UserProvisioning](https://cloud.tencent.com/document/api/850/67060#UserProvisioning)
|
|
105167
|
+
* [UserProvisioningsTask](https://cloud.tencent.com/document/api/850/67060#UserProvisioningsTask)
|
|
105168
|
+
* [UserSyncProvisioning](https://cloud.tencent.com/document/api/850/67060#UserSyncProvisioning)
|
|
105169
|
+
* [ZoneStatistics](https://cloud.tencent.com/document/api/850/67060#ZoneStatistics)
|
|
105118
105170
|
|
|
105119
105171
|
### 第 35 次发布
|
|
105120
105172
|
|
|
@@ -117543,11 +117595,11 @@
|
|
|
117543
117595
|
|
|
117544
117596
|
新增接口:
|
|
117545
117597
|
|
|
117546
|
-
* [
|
|
117598
|
+
* [DescribeScenes](https://cloud.tencent.com/document/api/1340/109968)
|
|
117547
117599
|
|
|
117548
117600
|
新增数据结构:
|
|
117549
117601
|
|
|
117550
|
-
* [
|
|
117602
|
+
* [Scene](https://cloud.tencent.com/document/api/1340/52687#Scene)
|
|
117551
117603
|
|
|
117552
117604
|
### 第 22 次发布
|
|
117553
117605
|
|
|
@@ -143373,6 +143425,21 @@
|
|
|
143373
143425
|
|
|
143374
143426
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
143375
143427
|
|
|
143428
|
+
### 第 87 次发布
|
|
143429
|
+
|
|
143430
|
+
发布时间:2024-08-15 02:31:34
|
|
143431
|
+
|
|
143432
|
+
本次发布包含了以下内容:
|
|
143433
|
+
|
|
143434
|
+
改善已有的文档。
|
|
143435
|
+
|
|
143436
|
+
修改数据结构:
|
|
143437
|
+
|
|
143438
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
143439
|
+
|
|
143440
|
+
* 新增成员:InterruptMode, InterruptSpeechDuration
|
|
143441
|
+
|
|
143442
|
+
|
|
143376
143443
|
### 第 86 次发布
|
|
143377
143444
|
|
|
143378
143445
|
发布时间:2024-08-12 02:26:47
|