tencentcloud-sdk-nodejs 4.0.942 → 4.0.943
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 +58 -0
- package/SERVICE_CHANGELOG.md +107 -359
- package/package.json +1 -1
- package/products.md +3 -3
- package/src/common/sdk_version.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -0
- package/src/services/organization/v20210331/organization_client.ts +26 -0
- package/src/services/organization/v20210331/organization_models.ts +176 -26
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +170 -26
- package/test/organization.v20210331.test.js +20 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,61 @@
|
|
|
1
|
+
# Release 4.0.943
|
|
2
|
+
|
|
3
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
4
|
+
|
|
5
|
+
### 第 38 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-09-23 12:16:37
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
|
|
16
|
+
* [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
|
|
17
|
+
|
|
18
|
+
修改接口:
|
|
19
|
+
|
|
20
|
+
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
21
|
+
|
|
22
|
+
* 新增入参:Tags
|
|
23
|
+
|
|
24
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
25
|
+
|
|
26
|
+
* 新增入参:Tags
|
|
27
|
+
|
|
28
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
29
|
+
|
|
30
|
+
* 新增入参:Tags
|
|
31
|
+
|
|
32
|
+
* [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
|
|
33
|
+
|
|
34
|
+
* 新增入参:Tags
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
新增数据结构:
|
|
38
|
+
|
|
39
|
+
* [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
|
|
40
|
+
* [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
|
|
41
|
+
|
|
42
|
+
修改数据结构:
|
|
43
|
+
|
|
44
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
45
|
+
|
|
46
|
+
* 新增成员:Tags
|
|
47
|
+
|
|
48
|
+
* [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
|
|
49
|
+
|
|
50
|
+
* 新增成员:Tags
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
1
59
|
# Release 4.0.942
|
|
2
60
|
|
|
3
61
|
## 弹性伸缩(as) 版本:2018-04-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 73 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-09-20 12:54:26
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings)
|
|
16
|
-
|
|
17
|
-
* 新增成员:ReplaceMode
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 语音识别(asr) 版本:2019-06-14
|
|
3
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 38 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2024-09-23
|
|
7
|
+
发布时间:2024-09-23 12:16:37
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,328 +12,47 @@
|
|
|
31
12
|
|
|
32
13
|
新增接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
新增数据结构:
|
|
37
|
-
|
|
38
|
-
* [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
|
|
39
|
-
* [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
44
|
-
|
|
45
|
-
### 第 20 次发布
|
|
46
|
-
|
|
47
|
-
发布时间:2024-09-20 12:56:59
|
|
48
|
-
|
|
49
|
-
本次发布包含了以下内容:
|
|
50
|
-
|
|
51
|
-
改善已有的文档。
|
|
15
|
+
* [InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)
|
|
16
|
+
* [UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)
|
|
52
17
|
|
|
53
18
|
修改接口:
|
|
54
19
|
|
|
55
|
-
* [
|
|
56
|
-
|
|
57
|
-
* 新增入参:Record
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## 主机安全(cwp) 版本:2018-02-28
|
|
63
|
-
|
|
64
|
-
### 第 123 次发布
|
|
65
|
-
|
|
66
|
-
发布时间:2024-09-20 12:58:49
|
|
67
|
-
|
|
68
|
-
本次发布包含了以下内容:
|
|
69
|
-
|
|
70
|
-
改善已有的文档。
|
|
71
|
-
|
|
72
|
-
修改接口:
|
|
73
|
-
|
|
74
|
-
* [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650)
|
|
75
|
-
|
|
76
|
-
* 新增入参:Rules
|
|
77
|
-
|
|
78
|
-
* [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654)
|
|
79
|
-
|
|
80
|
-
* 新增入参:UpdateAll
|
|
81
|
-
|
|
82
|
-
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
新增数据结构:
|
|
86
|
-
|
|
87
|
-
* [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)
|
|
88
|
-
* [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)
|
|
89
|
-
|
|
90
|
-
修改数据结构:
|
|
91
|
-
|
|
92
|
-
* [BashPolicy](https://cloud.tencent.com/document/api/296/19867#BashPolicy)
|
|
93
|
-
|
|
94
|
-
* 新增成员:Rules
|
|
95
|
-
|
|
96
|
-
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
97
|
-
|
|
98
|
-
* 新增成员:ClassName, SuperClassName, Interfaces, Annotations, LoaderClassName
|
|
99
|
-
|
|
100
|
-
* <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid, MachineExtraInfo, Uuid
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
106
|
-
|
|
107
|
-
### 第 104 次发布
|
|
108
|
-
|
|
109
|
-
发布时间:2024-09-20 13:00:46
|
|
110
|
-
|
|
111
|
-
本次发布包含了以下内容:
|
|
112
|
-
|
|
113
|
-
改善已有的文档。
|
|
114
|
-
|
|
115
|
-
修改接口:
|
|
116
|
-
|
|
117
|
-
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
118
|
-
|
|
119
|
-
* 新增入参:IsMultiStatement
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
125
|
-
|
|
126
|
-
### 第 17 次发布
|
|
127
|
-
|
|
128
|
-
发布时间:2024-09-20 13:06:39
|
|
129
|
-
|
|
130
|
-
本次发布包含了以下内容:
|
|
131
|
-
|
|
132
|
-
改善已有的文档。
|
|
133
|
-
|
|
134
|
-
新增接口:
|
|
135
|
-
|
|
136
|
-
* [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)
|
|
137
|
-
* [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
|
|
138
|
-
* [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
|
|
139
|
-
* [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
|
|
140
|
-
* [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
|
|
141
|
-
* [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
|
|
142
|
-
* [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
|
|
143
|
-
* [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
|
|
144
|
-
|
|
145
|
-
新增数据结构:
|
|
146
|
-
|
|
147
|
-
* [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
|
|
148
|
-
* [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
153
|
-
|
|
154
|
-
### 第 96 次发布
|
|
155
|
-
|
|
156
|
-
发布时间:2024-09-20 13:07:52
|
|
157
|
-
|
|
158
|
-
本次发布包含了以下内容:
|
|
159
|
-
|
|
160
|
-
改善已有的文档。
|
|
161
|
-
|
|
162
|
-
修改数据结构:
|
|
163
|
-
|
|
164
|
-
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
165
|
-
|
|
166
|
-
* 新增成员:Zones
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
|
|
172
|
-
|
|
173
|
-
### 第 2 次发布
|
|
174
|
-
|
|
175
|
-
发布时间:2024-09-20 13:08:14
|
|
176
|
-
|
|
177
|
-
本次发布包含了以下内容:
|
|
178
|
-
|
|
179
|
-
改善已有的文档。
|
|
180
|
-
|
|
181
|
-
新增接口:
|
|
182
|
-
|
|
183
|
-
* [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
|
|
184
|
-
* [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
|
|
185
|
-
* [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
|
|
186
|
-
* [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
|
|
187
|
-
* [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
|
|
188
|
-
* [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
|
|
189
|
-
* [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
|
|
190
|
-
* [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
|
|
191
|
-
* [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
|
|
192
|
-
* [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
|
|
193
|
-
* [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
|
|
194
|
-
* [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
|
|
195
|
-
* [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
|
|
196
|
-
* [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
|
|
197
|
-
* [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
|
|
198
|
-
* [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
|
|
199
|
-
* [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
|
|
200
|
-
|
|
201
|
-
新增数据结构:
|
|
202
|
-
|
|
203
|
-
* [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)
|
|
204
|
-
* [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
|
|
205
|
-
* [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
|
|
206
|
-
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
211
|
-
|
|
212
|
-
### 第 27 次发布
|
|
213
|
-
|
|
214
|
-
发布时间:2024-09-20 13:08:23
|
|
215
|
-
|
|
216
|
-
本次发布包含了以下内容:
|
|
217
|
-
|
|
218
|
-
改善已有的文档。
|
|
219
|
-
|
|
220
|
-
修改数据结构:
|
|
221
|
-
|
|
222
|
-
* [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
|
|
223
|
-
|
|
224
|
-
* <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
230
|
-
|
|
231
|
-
### 第 65 次发布
|
|
232
|
-
|
|
233
|
-
发布时间:2024-09-20 13:11:46
|
|
234
|
-
|
|
235
|
-
本次发布包含了以下内容:
|
|
236
|
-
|
|
237
|
-
改善已有的文档。
|
|
238
|
-
|
|
239
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
240
|
-
|
|
241
|
-
* DeleteCompliancePolicyItemFromWhitelist
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
250
|
-
|
|
251
|
-
### 第 181 次发布
|
|
252
|
-
|
|
253
|
-
发布时间:2024-09-23 01:27:12
|
|
254
|
-
|
|
255
|
-
本次发布包含了以下内容:
|
|
256
|
-
|
|
257
|
-
改善已有的文档。
|
|
258
|
-
|
|
259
|
-
新增接口:
|
|
260
|
-
|
|
261
|
-
* [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
|
|
262
|
-
|
|
263
|
-
### 第 180 次发布
|
|
264
|
-
|
|
265
|
-
发布时间:2024-09-20 13:13:40
|
|
266
|
-
|
|
267
|
-
本次发布包含了以下内容:
|
|
268
|
-
|
|
269
|
-
改善已有的文档。
|
|
270
|
-
|
|
271
|
-
新增接口:
|
|
272
|
-
|
|
273
|
-
* [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## 向量数据库(vdb) 版本:2023-06-16
|
|
278
|
-
|
|
279
|
-
### 第 6 次发布
|
|
280
|
-
|
|
281
|
-
发布时间:2024-09-20 13:15:27
|
|
282
|
-
|
|
283
|
-
本次发布包含了以下内容:
|
|
284
|
-
|
|
285
|
-
改善已有的文档。
|
|
286
|
-
|
|
287
|
-
修改数据结构:
|
|
288
|
-
|
|
289
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
290
|
-
|
|
291
|
-
* 新增成员:ApiVersion
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
## 云点播(vod) 版本:2024-07-18
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
## 云点播(vod) 版本:2018-07-17
|
|
301
|
-
|
|
302
|
-
### 第 187 次发布
|
|
303
|
-
|
|
304
|
-
发布时间:2024-09-20 13:15:33
|
|
20
|
+
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
305
21
|
|
|
306
|
-
|
|
22
|
+
* 新增入参:Tags
|
|
307
23
|
|
|
308
|
-
|
|
24
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
309
25
|
|
|
310
|
-
|
|
26
|
+
* 新增入参:Tags
|
|
311
27
|
|
|
312
|
-
* [
|
|
28
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
313
29
|
|
|
314
|
-
*
|
|
30
|
+
* 新增入参:Tags
|
|
315
31
|
|
|
316
|
-
* [
|
|
32
|
+
* [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
|
|
317
33
|
|
|
318
|
-
* 新增入参:
|
|
34
|
+
* 新增入参:Tags
|
|
319
35
|
|
|
320
36
|
|
|
321
37
|
新增数据结构:
|
|
322
38
|
|
|
323
|
-
* [
|
|
39
|
+
* [AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)
|
|
40
|
+
* [Tag](https://cloud.tencent.com/document/api/850/67060#Tag)
|
|
324
41
|
|
|
325
42
|
修改数据结构:
|
|
326
43
|
|
|
327
|
-
* [
|
|
328
|
-
|
|
329
|
-
* 新增成员:PersistenceCompleteEvent
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
335
|
-
|
|
336
|
-
### 第 206 次发布
|
|
337
|
-
|
|
338
|
-
发布时间:2024-09-20 13:16:10
|
|
339
|
-
|
|
340
|
-
本次发布包含了以下内容:
|
|
341
|
-
|
|
342
|
-
改善已有的文档。
|
|
44
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
343
45
|
|
|
344
|
-
|
|
46
|
+
* 新增成员:Tags
|
|
345
47
|
|
|
346
|
-
* [
|
|
48
|
+
* [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
|
|
347
49
|
|
|
348
|
-
* 新增成员:
|
|
50
|
+
* 新增成员:Tags
|
|
349
51
|
|
|
350
|
-
* [Quota](https://cloud.tencent.com/document/api/215/15824#Quota)
|
|
351
52
|
|
|
352
|
-
* 新增成员:QuotaGroup
|
|
353
53
|
|
|
354
|
-
* <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit
|
|
355
54
|
|
|
55
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
356
56
|
|
|
357
57
|
|
|
358
58
|
|
|
@@ -7132,12 +6832,12 @@
|
|
|
7132
6832
|
|
|
7133
6833
|
新增接口:
|
|
7134
6834
|
|
|
7135
|
-
* [
|
|
6835
|
+
* [GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167)
|
|
7136
6836
|
|
|
7137
6837
|
新增数据结构:
|
|
7138
6838
|
|
|
7139
|
-
* [
|
|
7140
|
-
* [
|
|
6839
|
+
* [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
|
|
6840
|
+
* [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
|
|
7141
6841
|
|
|
7142
6842
|
### 第 39 次发布
|
|
7143
6843
|
|
|
@@ -43457,8 +43157,8 @@
|
|
|
43457
43157
|
|
|
43458
43158
|
新增数据结构:
|
|
43459
43159
|
|
|
43460
|
-
* [
|
|
43461
|
-
* [
|
|
43160
|
+
* [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)
|
|
43161
|
+
* [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)
|
|
43462
43162
|
|
|
43463
43163
|
修改数据结构:
|
|
43464
43164
|
|
|
@@ -92018,19 +91718,19 @@
|
|
|
92018
91718
|
|
|
92019
91719
|
新增接口:
|
|
92020
91720
|
|
|
92021
|
-
* [
|
|
92022
|
-
* [
|
|
92023
|
-
* [
|
|
92024
|
-
* [
|
|
92025
|
-
* [
|
|
92026
|
-
* [
|
|
92027
|
-
* [
|
|
92028
|
-
* [
|
|
91721
|
+
* [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)
|
|
91722
|
+
* [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
|
|
91723
|
+
* [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
|
|
91724
|
+
* [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
|
|
91725
|
+
* [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
|
|
91726
|
+
* [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
|
|
91727
|
+
* [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
|
|
91728
|
+
* [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
|
|
92029
91729
|
|
|
92030
91730
|
新增数据结构:
|
|
92031
91731
|
|
|
92032
|
-
* [
|
|
92033
|
-
* [
|
|
91732
|
+
* [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
|
|
91733
|
+
* [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
|
|
92034
91734
|
|
|
92035
91735
|
### 第 16 次发布
|
|
92036
91736
|
|
|
@@ -101103,30 +100803,30 @@
|
|
|
101103
100803
|
|
|
101104
100804
|
新增接口:
|
|
101105
100805
|
|
|
101106
|
-
* [
|
|
101107
|
-
* [
|
|
101108
|
-
* [
|
|
101109
|
-
* [
|
|
101110
|
-
* [
|
|
101111
|
-
* [
|
|
101112
|
-
* [
|
|
101113
|
-
* [
|
|
101114
|
-
* [
|
|
101115
|
-
* [
|
|
101116
|
-
* [
|
|
101117
|
-
* [
|
|
101118
|
-
* [
|
|
101119
|
-
* [
|
|
101120
|
-
* [
|
|
101121
|
-
* [
|
|
101122
|
-
* [
|
|
100806
|
+
* [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
|
|
100807
|
+
* [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
|
|
100808
|
+
* [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
|
|
100809
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
|
|
100810
|
+
* [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
|
|
100811
|
+
* [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
|
|
100812
|
+
* [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
|
|
100813
|
+
* [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
|
|
100814
|
+
* [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
|
|
100815
|
+
* [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
|
|
100816
|
+
* [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
|
|
100817
|
+
* [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
|
|
100818
|
+
* [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
|
|
100819
|
+
* [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
|
|
100820
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
|
|
100821
|
+
* [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
|
|
100822
|
+
* [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
|
|
101123
100823
|
|
|
101124
100824
|
新增数据结构:
|
|
101125
100825
|
|
|
101126
|
-
* [
|
|
101127
|
-
* [
|
|
101128
|
-
* [
|
|
101129
|
-
* [
|
|
100826
|
+
* [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)
|
|
100827
|
+
* [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
|
|
100828
|
+
* [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
|
|
100829
|
+
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
|
|
101130
100830
|
|
|
101131
100831
|
### 第 1 次发布
|
|
101132
100832
|
|
|
@@ -107778,6 +107478,54 @@
|
|
|
107778
107478
|
|
|
107779
107479
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
107780
107480
|
|
|
107481
|
+
### 第 38 次发布
|
|
107482
|
+
|
|
107483
|
+
发布时间:2024-09-23 12:16:37
|
|
107484
|
+
|
|
107485
|
+
本次发布包含了以下内容:
|
|
107486
|
+
|
|
107487
|
+
改善已有的文档。
|
|
107488
|
+
|
|
107489
|
+
新增接口:
|
|
107490
|
+
|
|
107491
|
+
* [[InviteOrganizationMember](https://cloud.tencent.com/document/api/850/110944)](https://cloud.tencent.com/document/api/#/#)
|
|
107492
|
+
* [[UpdateCustomPolicyForRoleConfiguration](https://cloud.tencent.com/document/api/850/111180)](https://cloud.tencent.com/document/api/#/#)
|
|
107493
|
+
|
|
107494
|
+
修改接口:
|
|
107495
|
+
|
|
107496
|
+
* [AddOrganizationNode](https://cloud.tencent.com/document/api/850/82930)
|
|
107497
|
+
|
|
107498
|
+
* 新增入参:Tags
|
|
107499
|
+
|
|
107500
|
+
* [CreateOrganizationMember](https://cloud.tencent.com/document/api/850/63310)
|
|
107501
|
+
|
|
107502
|
+
* 新增入参:Tags
|
|
107503
|
+
|
|
107504
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
107505
|
+
|
|
107506
|
+
* 新增入参:Tags
|
|
107507
|
+
|
|
107508
|
+
* [DescribeOrganizationNodes](https://cloud.tencent.com/document/api/850/82926)
|
|
107509
|
+
|
|
107510
|
+
* 新增入参:Tags
|
|
107511
|
+
|
|
107512
|
+
|
|
107513
|
+
新增数据结构:
|
|
107514
|
+
|
|
107515
|
+
* [[AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile)](https://cloud.tencent.com/document/api/850/67060#[AuthRelationFile](https://cloud.tencent.com/document/api/850/67060#AuthRelationFile))
|
|
107516
|
+
* [[Tag](https://cloud.tencent.com/document/api/850/67060#Tag)](https://cloud.tencent.com/document/api/850/67060#[Tag](https://cloud.tencent.com/document/api/850/67060#Tag))
|
|
107517
|
+
|
|
107518
|
+
修改数据结构:
|
|
107519
|
+
|
|
107520
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
107521
|
+
|
|
107522
|
+
* 新增成员:Tags
|
|
107523
|
+
|
|
107524
|
+
* [OrgNode](https://cloud.tencent.com/document/api/850/67060#OrgNode)
|
|
107525
|
+
|
|
107526
|
+
* 新增成员:Tags
|
|
107527
|
+
|
|
107528
|
+
|
|
107781
107529
|
### 第 37 次发布
|
|
107782
107530
|
|
|
107783
107531
|
发布时间:2024-08-28 02:12:13
|
|
@@ -140929,7 +140677,7 @@
|
|
|
140929
140677
|
|
|
140930
140678
|
新增接口:
|
|
140931
140679
|
|
|
140932
|
-
* [
|
|
140680
|
+
* [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
|
|
140933
140681
|
|
|
140934
140682
|
### 第 180 次发布
|
|
140935
140683
|
|
|
@@ -140941,7 +140689,7 @@
|
|
|
140941
140689
|
|
|
140942
140690
|
新增接口:
|
|
140943
140691
|
|
|
140944
|
-
* [
|
|
140692
|
+
* [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)
|
|
140945
140693
|
|
|
140946
140694
|
### 第 179 次发布
|
|
140947
140695
|
|
|
@@ -153785,7 +153533,7 @@
|
|
|
153785
153533
|
|
|
153786
153534
|
新增数据结构:
|
|
153787
153535
|
|
|
153788
|
-
* [
|
|
153536
|
+
* [PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask)
|
|
153789
153537
|
|
|
153790
153538
|
修改数据结构:
|
|
153791
153539
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
116
116
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
117
117
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
118
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-
|
|
118
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-09-23 10:42:09 |
|
|
119
119
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
120
120
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
121
121
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
|
|
162
162
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-16 02:10:16 |
|
|
163
163
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-16 02:11:25 |
|
|
164
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-
|
|
164
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
|
|
165
165
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
166
166
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
167
167
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-03 02:17:01 |
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
230
230
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
231
231
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
232
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-10
|
|
232
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-23 10:17:53 |
|
|
233
233
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
|
|
234
234
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-11 02:25:39 |
|
|
235
235
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.943"
|