tencentcloud-sdk-nodejs 4.0.632 → 4.0.634
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 +229 -0
- package/SERVICE_CHANGELOG.md +241 -265
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +34 -24
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ciam/v20220331/ciam_client.ts +156 -56
- package/src/services/ciam/v20220331/ciam_models.ts +403 -36
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +115 -39
- package/src/services/cls/v20201016/cls_models.ts +566 -56
- package/src/services/cme/v20191029/cme_client.ts +11 -11
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +3 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +27 -14
- package/src/services/dnspod/v20210323/dnspod_models.ts +71 -12
- package/src/services/dts/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +22 -6
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +4 -4
- package/src/services/ims/index.ts +2 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/live/v20180801/live_models.ts +6 -6
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/wav/v20210129/wav_client.ts +100 -74
- package/src/services/wav/v20210129/wav_models.ts +1445 -1142
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +51 -19
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +75 -27
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +383 -36
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -15
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +37 -13
- package/tencentcloud/services/cls/v20201016/cls_client.js +54 -18
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +550 -56
- package/tencentcloud/services/cme/v20191029/cme_client.d.ts +11 -11
- package/tencentcloud/services/cme/v20191029/cme_client.js +11 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +3 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -5
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -6
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +68 -12
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -6
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -4
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/wav/v20210129/wav_client.d.ts +13 -5
- package/tencentcloud/services/wav/v20210129/wav_client.js +18 -6
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1413 -1116
- package/test/ciam.v20220331.test.js +98 -18
- package/test/cls.v20201016.test.js +72 -12
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/wav.v20210129.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,163 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 51 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-06-30 01:11:07
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [CreateExtension](https://cloud.tencent.com/document/api/679/82130)
|
|
16
|
-
|
|
17
|
-
* 新增入参:SkillGroupIds, Relation
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
修改数据结构:
|
|
21
|
-
|
|
22
|
-
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
23
|
-
|
|
24
|
-
* 新增成员:VoicemailAsrURL
|
|
25
|
-
|
|
26
|
-
* <font color="#dd0000">**修改成员**:</font>Caller, Callee, Time, Direction, Duration, RecordURL, SeatUser, EndStatus, SkillGroup, CallerLocation, IVRDuration, RingTimestamp, AcceptTimestamp, EndedTimestamp, IVRKeyPressed, HungUpSide, ServeParticipants, SkillGroupId, EndStatusString, StartTimestamp, QueuedTimestamp, PostIVRKeyPressed, QueuedSkillGroupId, SessionId, ProtectedCaller, ProtectedCallee, Uui, IVRKeyPressedEx, AsrUrl, CustomRecordURL, Remark, QueuedSkillGroupName, VoicemailRecordURL
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
32
|
-
|
|
33
|
-
### 第 12 次发布
|
|
34
|
-
|
|
35
|
-
发布时间:2023-06-30 01:12:59
|
|
36
|
-
|
|
37
|
-
本次发布包含了以下内容:
|
|
38
|
-
|
|
39
|
-
改善已有的文档。
|
|
40
|
-
|
|
41
|
-
修改接口:
|
|
42
|
-
|
|
43
|
-
* [DescribeBackUpSchedule](https://cloud.tencent.com/document/api/1299/86155)
|
|
44
|
-
|
|
45
|
-
* 新增出参:ErrorMsg
|
|
46
|
-
|
|
47
|
-
* [DescribeInstancesNew](https://cloud.tencent.com/document/api/1299/93328)
|
|
48
|
-
|
|
49
|
-
* 新增入参:IsSimple
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
修改数据结构:
|
|
53
|
-
|
|
54
|
-
* [BackupTableContent](https://cloud.tencent.com/document/api/1299/83429#BackupTableContent)
|
|
55
|
-
|
|
56
|
-
* 新增成员:ZooPath, Rip
|
|
57
|
-
|
|
58
|
-
* [ScheduleStrategy](https://cloud.tencent.com/document/api/1299/83429#ScheduleStrategy)
|
|
59
|
-
|
|
60
|
-
* 新增成员:NextBackupTime
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
66
|
-
|
|
67
|
-
### 第 39 次发布
|
|
68
|
-
|
|
69
|
-
发布时间:2023-06-30 01:13:38
|
|
70
|
-
|
|
71
|
-
本次发布包含了以下内容:
|
|
72
|
-
|
|
73
|
-
改善已有的文档。
|
|
74
|
-
|
|
75
|
-
修改接口:
|
|
76
|
-
|
|
77
|
-
* [DescribeBlockIgnoreList](https://cloud.tencent.com/document/api/1132/86691)
|
|
78
|
-
|
|
79
|
-
* 新增出参:SourceList
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
修改数据结构:
|
|
83
|
-
|
|
84
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1132/49071#InstanceInfo)
|
|
85
|
-
|
|
86
|
-
* 新增成员:RegionKey
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
92
|
-
|
|
93
|
-
### 第 60 次发布
|
|
94
|
-
|
|
95
|
-
发布时间:2023-06-29 14:25:48
|
|
96
|
-
|
|
97
|
-
本次发布包含了以下内容:
|
|
98
|
-
|
|
99
|
-
改善已有的文档。
|
|
100
|
-
|
|
101
|
-
修改接口:
|
|
102
|
-
|
|
103
|
-
* [CreateProxyEndPoint](https://cloud.tencent.com/document/api/1003/94133)
|
|
104
|
-
|
|
105
|
-
* 新增出参:ProxyGroupId
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
### 第 59 次发布
|
|
109
|
-
|
|
110
|
-
发布时间:2023-06-29 11:34:47
|
|
111
|
-
|
|
112
|
-
本次发布包含了以下内容:
|
|
113
|
-
|
|
114
|
-
改善已有的文档。
|
|
115
|
-
|
|
116
|
-
修改接口:
|
|
117
|
-
|
|
118
|
-
* [CreateProxy](https://cloud.tencent.com/document/api/1003/94134)
|
|
119
|
-
|
|
120
|
-
* 新增出参:ProxyGroupId
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
126
|
-
|
|
127
|
-
### 第 82 次发布
|
|
128
|
-
|
|
129
|
-
发布时间:2023-06-30 01:25:52
|
|
130
|
-
|
|
131
|
-
本次发布包含了以下内容:
|
|
132
|
-
|
|
133
|
-
改善已有的文档。
|
|
134
|
-
|
|
135
|
-
修改接口:
|
|
136
|
-
|
|
137
|
-
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
138
|
-
|
|
139
|
-
* 新增入参:Agent
|
|
140
|
-
|
|
141
|
-
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
142
|
-
|
|
143
|
-
* 新增入参:Agent
|
|
144
|
-
|
|
145
|
-
* [CreateFlowReminds](https://cloud.tencent.com/document/api/1323/86002)
|
|
146
|
-
|
|
147
|
-
* 新增入参:Agent
|
|
148
|
-
|
|
149
|
-
* [DescribeFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/83441)
|
|
150
|
-
|
|
151
|
-
* 新增入参:Agent
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
## 集团账号管理(organization) 版本:2021-03-31
|
|
3
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
157
4
|
|
|
158
|
-
### 第
|
|
5
|
+
### 第 9 次发布
|
|
159
6
|
|
|
160
|
-
发布时间:2023-
|
|
7
|
+
发布时间:2023-07-04 01:14:49
|
|
161
8
|
|
|
162
9
|
本次发布包含了以下内容:
|
|
163
10
|
|
|
@@ -165,19 +12,29 @@
|
|
|
165
12
|
|
|
166
13
|
新增接口:
|
|
167
14
|
|
|
168
|
-
* [
|
|
15
|
+
* [CreateUserGroup](https://cloud.tencent.com/document/api/1441/94455)
|
|
16
|
+
* [CreateUserStore](https://cloud.tencent.com/document/api/1441/94460)
|
|
17
|
+
* [DeleteUserGroups](https://cloud.tencent.com/document/api/1441/94454)
|
|
18
|
+
* [DeleteUserStore](https://cloud.tencent.com/document/api/1441/94459)
|
|
19
|
+
* [ListUserGroups](https://cloud.tencent.com/document/api/1441/94453)
|
|
20
|
+
* [ListUserStore](https://cloud.tencent.com/document/api/1441/94458)
|
|
21
|
+
* [UpdateUserGroup](https://cloud.tencent.com/document/api/1441/94452)
|
|
22
|
+
* [UpdateUserStore](https://cloud.tencent.com/document/api/1441/94457)
|
|
169
23
|
|
|
24
|
+
新增数据结构:
|
|
170
25
|
|
|
26
|
+
* [AppAssociatedUserGroupIds](https://cloud.tencent.com/document/api/1441/75643#AppAssociatedUserGroupIds)
|
|
27
|
+
* [UserGroup](https://cloud.tencent.com/document/api/1441/75643#UserGroup)
|
|
28
|
+
* [UserGroupDeleteResp](https://cloud.tencent.com/document/api/1441/75643#UserGroupDeleteResp)
|
|
29
|
+
* [UserStore](https://cloud.tencent.com/document/api/1441/75643#UserStore)
|
|
171
30
|
|
|
172
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
173
31
|
|
|
174
32
|
|
|
33
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
175
34
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### 第 56 次发布
|
|
35
|
+
### 第 53 次发布
|
|
179
36
|
|
|
180
|
-
发布时间:2023-
|
|
37
|
+
发布时间:2023-07-03 17:15:42
|
|
181
38
|
|
|
182
39
|
本次发布包含了以下内容:
|
|
183
40
|
|
|
@@ -185,18 +42,18 @@
|
|
|
185
42
|
|
|
186
43
|
修改接口:
|
|
187
44
|
|
|
188
|
-
* [
|
|
189
|
-
|
|
190
|
-
* 新增入参:AutoDeployClsTopicIndex, AutoCreateClsTopic
|
|
45
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
191
46
|
|
|
47
|
+
* 新增入参:ConsumerContent
|
|
192
48
|
|
|
193
49
|
|
|
50
|
+
新增数据结构:
|
|
194
51
|
|
|
195
|
-
|
|
52
|
+
* [KafkaConsumerContent](https://cloud.tencent.com/document/api/614/56471#KafkaConsumerContent)
|
|
196
53
|
|
|
197
|
-
### 第
|
|
54
|
+
### 第 52 次发布
|
|
198
55
|
|
|
199
|
-
发布时间:2023-
|
|
56
|
+
发布时间:2023-07-03 16:20:49
|
|
200
57
|
|
|
201
58
|
本次发布包含了以下内容:
|
|
202
59
|
|
|
@@ -204,88 +61,18 @@
|
|
|
204
61
|
|
|
205
62
|
新增接口:
|
|
206
63
|
|
|
207
|
-
* [
|
|
208
|
-
* [
|
|
209
|
-
* [
|
|
210
|
-
* [
|
|
211
|
-
* [
|
|
212
|
-
* [
|
|
213
|
-
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
214
|
-
* [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
|
|
64
|
+
* [CheckRechargeKafkaServer](https://cloud.tencent.com/document/api/614/94449)
|
|
65
|
+
* [CreateKafkaRecharge](https://cloud.tencent.com/document/api/614/94448)
|
|
66
|
+
* [DeleteKafkaRecharge](https://cloud.tencent.com/document/api/614/94447)
|
|
67
|
+
* [DescribeKafkaRecharges](https://cloud.tencent.com/document/api/614/94446)
|
|
68
|
+
* [ModifyKafkaRecharge](https://cloud.tencent.com/document/api/614/94445)
|
|
69
|
+
* [PreviewKafkaRecharge](https://cloud.tencent.com/document/api/614/94444)
|
|
215
70
|
|
|
216
71
|
新增数据结构:
|
|
217
72
|
|
|
218
|
-
* [
|
|
219
|
-
* [
|
|
220
|
-
* [
|
|
221
|
-
* [CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig)
|
|
222
|
-
* [FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig)
|
|
223
|
-
* [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
|
|
224
|
-
* [GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem)
|
|
225
|
-
* [WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig)
|
|
226
|
-
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
227
|
-
|
|
228
|
-
修改数据结构:
|
|
229
|
-
|
|
230
|
-
* [EnvInfo](https://cloud.tencent.com/document/api/876/34822#EnvInfo)
|
|
231
|
-
|
|
232
|
-
* 新增成员:ArchitectureType, Recycle
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
238
|
-
|
|
239
|
-
### 第 57 次发布
|
|
240
|
-
|
|
241
|
-
发布时间:2023-06-30 01:44:37
|
|
242
|
-
|
|
243
|
-
本次发布包含了以下内容:
|
|
244
|
-
|
|
245
|
-
改善已有的文档。
|
|
246
|
-
|
|
247
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
248
|
-
|
|
249
|
-
* CreateImageLifecyclePersonal
|
|
250
|
-
* DeleteImageLifecyclePersonal
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
255
|
-
|
|
256
|
-
### 第 47 次发布
|
|
257
|
-
|
|
258
|
-
发布时间:2023-06-30 01:45:16
|
|
259
|
-
|
|
260
|
-
本次发布包含了以下内容:
|
|
261
|
-
|
|
262
|
-
改善已有的文档。
|
|
263
|
-
|
|
264
|
-
修改数据结构:
|
|
265
|
-
|
|
266
|
-
* [ComplianceHostDetailInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceHostDetailInfo)
|
|
267
|
-
|
|
268
|
-
* 新增成员:ContainerdVersion
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
274
|
-
|
|
275
|
-
### 第 155 次发布
|
|
276
|
-
|
|
277
|
-
发布时间:2023-06-30 01:49:36
|
|
278
|
-
|
|
279
|
-
本次发布包含了以下内容:
|
|
280
|
-
|
|
281
|
-
改善已有的文档。
|
|
282
|
-
|
|
283
|
-
修改数据结构:
|
|
284
|
-
|
|
285
|
-
* [KMSConfiguration](https://cloud.tencent.com/document/api/457/31866#KMSConfiguration)
|
|
286
|
-
|
|
287
|
-
* 新增成员:KeyId, KmsRegion
|
|
288
|
-
|
|
73
|
+
* [KafkaProtocolInfo](https://cloud.tencent.com/document/api/614/56471#KafkaProtocolInfo)
|
|
74
|
+
* [KafkaRechargeInfo](https://cloud.tencent.com/document/api/614/56471#KafkaRechargeInfo)
|
|
75
|
+
* [LogRechargeRuleInfo](https://cloud.tencent.com/document/api/614/56471#LogRechargeRuleInfo)
|
|
289
76
|
|
|
290
77
|
|
|
291
78
|
|
|
@@ -7872,6 +7659,23 @@
|
|
|
7872
7659
|
|
|
7873
7660
|
## 费用中心(billing) 版本:2018-07-09
|
|
7874
7661
|
|
|
7662
|
+
### 第 44 次发布
|
|
7663
|
+
|
|
7664
|
+
发布时间:2023-07-03 01:04:02
|
|
7665
|
+
|
|
7666
|
+
本次发布包含了以下内容:
|
|
7667
|
+
|
|
7668
|
+
改善已有的文档。
|
|
7669
|
+
|
|
7670
|
+
修改数据结构:
|
|
7671
|
+
|
|
7672
|
+
* [BillDetailComponent](https://cloud.tencent.com/document/api/555/19183#BillDetailComponent)
|
|
7673
|
+
|
|
7674
|
+
* 新增成员:RealTotalMeasure, DeductedMeasure
|
|
7675
|
+
|
|
7676
|
+
* <font color="#dd0000">**修改成员**:</font>SpecifiedPrice, TransferPayAmount, SPDeduction
|
|
7677
|
+
|
|
7678
|
+
|
|
7875
7679
|
### 第 43 次发布
|
|
7876
7680
|
|
|
7877
7681
|
发布时间:2023-06-28 01:03:11
|
|
@@ -21690,6 +21494,32 @@
|
|
|
21690
21494
|
|
|
21691
21495
|
## 账号风控平台(ciam) 版本:2022-03-31
|
|
21692
21496
|
|
|
21497
|
+
### 第 9 次发布
|
|
21498
|
+
|
|
21499
|
+
发布时间:2023-07-04 01:14:49
|
|
21500
|
+
|
|
21501
|
+
本次发布包含了以下内容:
|
|
21502
|
+
|
|
21503
|
+
改善已有的文档。
|
|
21504
|
+
|
|
21505
|
+
新增接口:
|
|
21506
|
+
|
|
21507
|
+
* [[CreateUserGroup](https://cloud.tencent.com/document/api/1441/94455)](https://cloud.tencent.com/document/api/#/#)
|
|
21508
|
+
* [[CreateUserStore](https://cloud.tencent.com/document/api/1441/94460)](https://cloud.tencent.com/document/api/#/#)
|
|
21509
|
+
* [[DeleteUserGroups](https://cloud.tencent.com/document/api/1441/94454)](https://cloud.tencent.com/document/api/#/#)
|
|
21510
|
+
* [[DeleteUserStore](https://cloud.tencent.com/document/api/1441/94459)](https://cloud.tencent.com/document/api/#/#)
|
|
21511
|
+
* [[ListUserGroups](https://cloud.tencent.com/document/api/1441/94453)](https://cloud.tencent.com/document/api/#/#)
|
|
21512
|
+
* [[ListUserStore](https://cloud.tencent.com/document/api/1441/94458)](https://cloud.tencent.com/document/api/#/#)
|
|
21513
|
+
* [[UpdateUserGroup](https://cloud.tencent.com/document/api/1441/94452)](https://cloud.tencent.com/document/api/#/#)
|
|
21514
|
+
* [[UpdateUserStore](https://cloud.tencent.com/document/api/1441/94457)](https://cloud.tencent.com/document/api/#/#)
|
|
21515
|
+
|
|
21516
|
+
新增数据结构:
|
|
21517
|
+
|
|
21518
|
+
* [[AppAssociatedUserGroupIds](https://cloud.tencent.com/document/api/1441/75643#AppAssociatedUserGroupIds)](https://cloud.tencent.com/document/api/1441/75643#[AppAssociatedUserGroupIds](https://cloud.tencent.com/document/api/1441/75643#AppAssociatedUserGroupIds))
|
|
21519
|
+
* [[UserGroup](https://cloud.tencent.com/document/api/1441/75643#UserGroup)](https://cloud.tencent.com/document/api/1441/75643#[UserGroup](https://cloud.tencent.com/document/api/1441/75643#UserGroup))
|
|
21520
|
+
* [[UserGroupDeleteResp](https://cloud.tencent.com/document/api/1441/75643#UserGroupDeleteResp)](https://cloud.tencent.com/document/api/1441/75643#[UserGroupDeleteResp](https://cloud.tencent.com/document/api/1441/75643#UserGroupDeleteResp))
|
|
21521
|
+
* [[UserStore](https://cloud.tencent.com/document/api/1441/75643#UserStore)](https://cloud.tencent.com/document/api/1441/75643#[UserStore](https://cloud.tencent.com/document/api/1441/75643#UserStore))
|
|
21522
|
+
|
|
21693
21523
|
### 第 8 次发布
|
|
21694
21524
|
|
|
21695
21525
|
发布时间:2022-09-27 06:14:52
|
|
@@ -26554,6 +26384,48 @@
|
|
|
26554
26384
|
|
|
26555
26385
|
## 日志服务(cls) 版本:2020-10-16
|
|
26556
26386
|
|
|
26387
|
+
### 第 53 次发布
|
|
26388
|
+
|
|
26389
|
+
发布时间:2023-07-03 17:15:42
|
|
26390
|
+
|
|
26391
|
+
本次发布包含了以下内容:
|
|
26392
|
+
|
|
26393
|
+
改善已有的文档。
|
|
26394
|
+
|
|
26395
|
+
修改接口:
|
|
26396
|
+
|
|
26397
|
+
* [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
|
|
26398
|
+
|
|
26399
|
+
* 新增入参:ConsumerContent
|
|
26400
|
+
|
|
26401
|
+
|
|
26402
|
+
新增数据结构:
|
|
26403
|
+
|
|
26404
|
+
* [[KafkaConsumerContent](https://cloud.tencent.com/document/api/614/56471#KafkaConsumerContent)](https://cloud.tencent.com/document/api/614/56471#[KafkaConsumerContent](https://cloud.tencent.com/document/api/614/56471#KafkaConsumerContent))
|
|
26405
|
+
|
|
26406
|
+
### 第 52 次发布
|
|
26407
|
+
|
|
26408
|
+
发布时间:2023-07-03 16:20:49
|
|
26409
|
+
|
|
26410
|
+
本次发布包含了以下内容:
|
|
26411
|
+
|
|
26412
|
+
改善已有的文档。
|
|
26413
|
+
|
|
26414
|
+
新增接口:
|
|
26415
|
+
|
|
26416
|
+
* [[CheckRechargeKafkaServer](https://cloud.tencent.com/document/api/614/94449)](https://cloud.tencent.com/document/api/#/#)
|
|
26417
|
+
* [[CreateKafkaRecharge](https://cloud.tencent.com/document/api/614/94448)](https://cloud.tencent.com/document/api/#/#)
|
|
26418
|
+
* [[DeleteKafkaRecharge](https://cloud.tencent.com/document/api/614/94447)](https://cloud.tencent.com/document/api/#/#)
|
|
26419
|
+
* [[DescribeKafkaRecharges](https://cloud.tencent.com/document/api/614/94446)](https://cloud.tencent.com/document/api/#/#)
|
|
26420
|
+
* [[ModifyKafkaRecharge](https://cloud.tencent.com/document/api/614/94445)](https://cloud.tencent.com/document/api/#/#)
|
|
26421
|
+
* [[PreviewKafkaRecharge](https://cloud.tencent.com/document/api/614/94444)](https://cloud.tencent.com/document/api/#/#)
|
|
26422
|
+
|
|
26423
|
+
新增数据结构:
|
|
26424
|
+
|
|
26425
|
+
* [[KafkaProtocolInfo](https://cloud.tencent.com/document/api/614/56471#KafkaProtocolInfo)](https://cloud.tencent.com/document/api/614/56471#[KafkaProtocolInfo](https://cloud.tencent.com/document/api/614/56471#KafkaProtocolInfo))
|
|
26426
|
+
* [[KafkaRechargeInfo](https://cloud.tencent.com/document/api/614/56471#KafkaRechargeInfo)](https://cloud.tencent.com/document/api/614/56471#[KafkaRechargeInfo](https://cloud.tencent.com/document/api/614/56471#KafkaRechargeInfo))
|
|
26427
|
+
* [[LogRechargeRuleInfo](https://cloud.tencent.com/document/api/614/56471#LogRechargeRuleInfo)](https://cloud.tencent.com/document/api/614/56471#[LogRechargeRuleInfo](https://cloud.tencent.com/document/api/614/56471#LogRechargeRuleInfo))
|
|
26428
|
+
|
|
26557
26429
|
### 第 51 次发布
|
|
26558
26430
|
|
|
26559
26431
|
发布时间:2023-06-19 01:10:34
|
|
@@ -41627,6 +41499,19 @@
|
|
|
41627
41499
|
|
|
41628
41500
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
41629
41501
|
|
|
41502
|
+
### 第 53 次发布
|
|
41503
|
+
|
|
41504
|
+
发布时间:2023-07-03 01:18:43
|
|
41505
|
+
|
|
41506
|
+
本次发布包含了以下内容:
|
|
41507
|
+
|
|
41508
|
+
改善已有的文档。
|
|
41509
|
+
|
|
41510
|
+
修改接口:
|
|
41511
|
+
|
|
41512
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
41513
|
+
|
|
41514
|
+
|
|
41630
41515
|
### 第 52 次发布
|
|
41631
41516
|
|
|
41632
41517
|
发布时间:2023-06-20 01:28:13
|
|
@@ -42850,6 +42735,22 @@
|
|
|
42850
42735
|
|
|
42851
42736
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
42852
42737
|
|
|
42738
|
+
### 第 20 次发布
|
|
42739
|
+
|
|
42740
|
+
发布时间:2023-07-03 01:19:17
|
|
42741
|
+
|
|
42742
|
+
本次发布包含了以下内容:
|
|
42743
|
+
|
|
42744
|
+
改善已有的文档。
|
|
42745
|
+
|
|
42746
|
+
新增接口:
|
|
42747
|
+
|
|
42748
|
+
* [DeleteRecordBatch](https://cloud.tencent.com/document/api/1427/94422)
|
|
42749
|
+
|
|
42750
|
+
新增数据结构:
|
|
42751
|
+
|
|
42752
|
+
* [DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail)
|
|
42753
|
+
|
|
42853
42754
|
### 第 19 次发布
|
|
42854
42755
|
|
|
42855
42756
|
发布时间:2023-06-21 01:16:19
|
|
@@ -49395,6 +49296,28 @@
|
|
|
49395
49296
|
|
|
49396
49297
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
49397
49298
|
|
|
49299
|
+
### 第 83 次发布
|
|
49300
|
+
|
|
49301
|
+
发布时间:2023-06-30 18:46:08
|
|
49302
|
+
|
|
49303
|
+
本次发布包含了以下内容:
|
|
49304
|
+
|
|
49305
|
+
改善已有的文档。
|
|
49306
|
+
|
|
49307
|
+
修改接口:
|
|
49308
|
+
|
|
49309
|
+
* [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
|
|
49310
|
+
|
|
49311
|
+
* 新增入参:Deadline
|
|
49312
|
+
|
|
49313
|
+
|
|
49314
|
+
修改数据结构:
|
|
49315
|
+
|
|
49316
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
|
|
49317
|
+
|
|
49318
|
+
* 新增成员:ApproverSignComponentType, ApproverSignRole
|
|
49319
|
+
|
|
49320
|
+
|
|
49398
49321
|
### 第 82 次发布
|
|
49399
49322
|
|
|
49400
49323
|
发布时间:2023-06-30 01:25:52
|
|
@@ -50985,6 +50908,28 @@
|
|
|
50985
50908
|
|
|
50986
50909
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
50987
50910
|
|
|
50911
|
+
### 第 87 次发布
|
|
50912
|
+
|
|
50913
|
+
发布时间:2023-06-30 17:26:03
|
|
50914
|
+
|
|
50915
|
+
本次发布包含了以下内容:
|
|
50916
|
+
|
|
50917
|
+
改善已有的文档。
|
|
50918
|
+
|
|
50919
|
+
修改接口:
|
|
50920
|
+
|
|
50921
|
+
* [ChannelCreateReleaseFlow](https://cloud.tencent.com/document/api/1420/83461)
|
|
50922
|
+
|
|
50923
|
+
* 新增入参:Deadline
|
|
50924
|
+
|
|
50925
|
+
|
|
50926
|
+
修改数据结构:
|
|
50927
|
+
|
|
50928
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
|
|
50929
|
+
|
|
50930
|
+
* 新增成员:ApproverSignComponentType, ApproverSignRole
|
|
50931
|
+
|
|
50932
|
+
|
|
50988
50933
|
### 第 86 次发布
|
|
50989
50934
|
|
|
50990
50935
|
发布时间:2023-06-29 01:22:07
|
|
@@ -78003,7 +77948,7 @@
|
|
|
78003
77948
|
|
|
78004
77949
|
新增接口:
|
|
78005
77950
|
|
|
78006
|
-
* [
|
|
77951
|
+
* [UpdateOrganizationMember](https://cloud.tencent.com/document/api/850/94392)
|
|
78007
77952
|
|
|
78008
77953
|
### 第 19 次发布
|
|
78009
77954
|
|
|
@@ -89545,26 +89490,26 @@
|
|
|
89545
89490
|
|
|
89546
89491
|
新增接口:
|
|
89547
89492
|
|
|
89548
|
-
* [
|
|
89549
|
-
* [
|
|
89550
|
-
* [
|
|
89551
|
-
* [
|
|
89552
|
-
* [
|
|
89553
|
-
* [
|
|
89554
|
-
* [
|
|
89555
|
-
* [
|
|
89493
|
+
* [DeleteGatewayVersion](https://cloud.tencent.com/document/api/876/94391)
|
|
89494
|
+
* [DescribeBillingInfo](https://cloud.tencent.com/document/api/876/94390)
|
|
89495
|
+
* [DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)
|
|
89496
|
+
* [DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)
|
|
89497
|
+
* [DescribeGraphData](https://cloud.tencent.com/document/api/876/59512)
|
|
89498
|
+
* [DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)
|
|
89499
|
+
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
89500
|
+
* [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
|
|
89556
89501
|
|
|
89557
89502
|
新增数据结构:
|
|
89558
89503
|
|
|
89559
|
-
* [
|
|
89560
|
-
* [
|
|
89561
|
-
* [
|
|
89562
|
-
* [
|
|
89563
|
-
* [
|
|
89564
|
-
* [
|
|
89565
|
-
* [
|
|
89566
|
-
* [
|
|
89567
|
-
* [
|
|
89504
|
+
* [BanConfig](https://cloud.tencent.com/document/api/876/34822#BanConfig)
|
|
89505
|
+
* [CbrPackageInfo](https://cloud.tencent.com/document/api/876/34822#CbrPackageInfo)
|
|
89506
|
+
* [CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo)
|
|
89507
|
+
* [CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig)
|
|
89508
|
+
* [FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig)
|
|
89509
|
+
* [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
|
|
89510
|
+
* [GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem)
|
|
89511
|
+
* [WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig)
|
|
89512
|
+
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
89568
89513
|
|
|
89569
89514
|
修改数据结构:
|
|
89570
89515
|
|
|
@@ -121364,6 +121309,37 @@
|
|
|
121364
121309
|
|
|
121365
121310
|
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
121366
121311
|
|
|
121312
|
+
### 第 14 次发布
|
|
121313
|
+
|
|
121314
|
+
发布时间:2023-06-30 12:15:39
|
|
121315
|
+
|
|
121316
|
+
本次发布包含了以下内容:
|
|
121317
|
+
|
|
121318
|
+
改善已有的文档。
|
|
121319
|
+
|
|
121320
|
+
新增接口:
|
|
121321
|
+
|
|
121322
|
+
* [QueryArrivalList](https://cloud.tencent.com/document/api/1318/94396)
|
|
121323
|
+
* [QueryFollowList](https://cloud.tencent.com/document/api/1318/94395)
|
|
121324
|
+
|
|
121325
|
+
新增数据结构:
|
|
121326
|
+
|
|
121327
|
+
* [ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo)
|
|
121328
|
+
* [FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo)
|
|
121329
|
+
|
|
121330
|
+
修改数据结构:
|
|
121331
|
+
|
|
121332
|
+
* [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
|
|
121333
|
+
|
|
121334
|
+
* 新增成员:WxId, BrandCode, BuildTime, OrderTime, ArrivalTime, DeliveryTime, FollowTime, NextFollowTime, OrgId, OrgName, Introducer, IntroducerPhone, IsBindWx, IsMerge, IsInvalid, InvalidType, InvalidTypeName, InvalidRemark, InvalidTime, DealerName, ShopId, ShopName, Position
|
|
121335
|
+
|
|
121336
|
+
* <font color="#dd0000">**修改成员**:</font>LeadUserType, LeadType, ChannelId, ChannelName, SourceChannelName, Gender, CreateTime, LeadStatus, LevelCode, ImportAtTime, DistributeTime, CreateAtTime
|
|
121337
|
+
|
|
121338
|
+
* [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
|
|
121339
|
+
|
|
121340
|
+
* 新增成员:JobNumber
|
|
121341
|
+
|
|
121342
|
+
|
|
121367
121343
|
### 第 13 次发布
|
|
121368
121344
|
|
|
121369
121345
|
发布时间:2023-03-14 12:01:08
|