tencentcloud-sdk-nodejs 4.0.632 → 4.0.633
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 +151 -0
- package/SERVICE_CHANGELOG.md +185 -204
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/billing/v20180709/billing_models.ts +34 -24
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -15
- package/src/services/cme/v20191029/cme_client.ts +11 -11
- package/src/services/cme/v20191029/cme_models.ts +2 -2
- package/src/services/dbbrain/index.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/eis/index.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +16 -0
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/faceid/v20180301/faceid_models.ts +4 -4
- package/src/services/iai/index.ts +2 -2
- package/src/services/ims/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/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/postgres/v20170312/postgres_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/tbp/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tms/index.ts +2 -2
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vm/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/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -24
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- 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/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/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +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/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -0
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -5
- 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/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/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/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- 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/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- 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/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/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/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/dnspod.v20210323.test.js +14 -4
- package/test/wav.v20210129.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,72 +1,31 @@
|
|
|
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
|
-
|
|
3
|
+
## 费用中心(billing) 版本:2018-07-09
|
|
30
4
|
|
|
31
|
-
|
|
5
|
+
### 第 44 次发布
|
|
32
6
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
发布时间:2023-06-30 01:12:59
|
|
7
|
+
发布时间:2023-07-03 01:04:02
|
|
36
8
|
|
|
37
9
|
本次发布包含了以下内容:
|
|
38
10
|
|
|
39
11
|
改善已有的文档。
|
|
40
12
|
|
|
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
13
|
修改数据结构:
|
|
53
14
|
|
|
54
|
-
* [
|
|
15
|
+
* [BillDetailComponent](https://cloud.tencent.com/document/api/555/19183#BillDetailComponent)
|
|
55
16
|
|
|
56
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:RealTotalMeasure, DeductedMeasure
|
|
57
18
|
|
|
58
|
-
*
|
|
59
|
-
|
|
60
|
-
* 新增成员:NextBackupTime
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>SpecifiedPrice, TransferPayAmount, SPDeduction
|
|
61
20
|
|
|
62
21
|
|
|
63
22
|
|
|
64
23
|
|
|
65
|
-
##
|
|
24
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
66
25
|
|
|
67
|
-
### 第
|
|
26
|
+
### 第 53 次发布
|
|
68
27
|
|
|
69
|
-
发布时间:2023-
|
|
28
|
+
发布时间:2023-07-03 01:18:43
|
|
70
29
|
|
|
71
30
|
本次发布包含了以下内容:
|
|
72
31
|
|
|
@@ -74,59 +33,36 @@
|
|
|
74
33
|
|
|
75
34
|
修改接口:
|
|
76
35
|
|
|
77
|
-
* [
|
|
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
|
-
改善已有的文档。
|
|
36
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
100
37
|
|
|
101
|
-
修改接口:
|
|
102
38
|
|
|
103
|
-
* [CreateProxyEndPoint](https://cloud.tencent.com/document/api/1003/94133)
|
|
104
39
|
|
|
105
|
-
* 新增出参:ProxyGroupId
|
|
106
40
|
|
|
41
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
107
42
|
|
|
108
|
-
### 第
|
|
43
|
+
### 第 20 次发布
|
|
109
44
|
|
|
110
|
-
发布时间:2023-
|
|
45
|
+
发布时间:2023-07-03 01:19:17
|
|
111
46
|
|
|
112
47
|
本次发布包含了以下内容:
|
|
113
48
|
|
|
114
49
|
改善已有的文档。
|
|
115
50
|
|
|
116
|
-
|
|
51
|
+
新增接口:
|
|
117
52
|
|
|
118
|
-
* [
|
|
53
|
+
* [DeleteRecordBatch](https://cloud.tencent.com/document/api/1427/94422)
|
|
119
54
|
|
|
120
|
-
|
|
55
|
+
新增数据结构:
|
|
121
56
|
|
|
57
|
+
* [DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail)
|
|
122
58
|
|
|
123
59
|
|
|
124
60
|
|
|
125
61
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
126
62
|
|
|
127
|
-
### 第
|
|
63
|
+
### 第 83 次发布
|
|
128
64
|
|
|
129
|
-
发布时间:2023-06-30
|
|
65
|
+
发布时间:2023-06-30 18:46:08
|
|
130
66
|
|
|
131
67
|
本次发布包含了以下内容:
|
|
132
68
|
|
|
@@ -134,69 +70,55 @@
|
|
|
134
70
|
|
|
135
71
|
修改接口:
|
|
136
72
|
|
|
137
|
-
* [
|
|
138
|
-
|
|
139
|
-
* 新增入参:Agent
|
|
140
|
-
|
|
141
|
-
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
73
|
+
* [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
|
|
142
74
|
|
|
143
|
-
* 新增入参:
|
|
75
|
+
* 新增入参:Deadline
|
|
144
76
|
|
|
145
|
-
* [CreateFlowReminds](https://cloud.tencent.com/document/api/1323/86002)
|
|
146
77
|
|
|
147
|
-
|
|
78
|
+
修改数据结构:
|
|
148
79
|
|
|
149
|
-
* [
|
|
80
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
|
|
150
81
|
|
|
151
|
-
*
|
|
82
|
+
* 新增成员:ApproverSignComponentType, ApproverSignRole
|
|
152
83
|
|
|
153
84
|
|
|
154
85
|
|
|
155
86
|
|
|
156
|
-
##
|
|
87
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
157
88
|
|
|
158
|
-
### 第
|
|
89
|
+
### 第 87 次发布
|
|
159
90
|
|
|
160
|
-
发布时间:2023-06-30
|
|
91
|
+
发布时间:2023-06-30 17:26:03
|
|
161
92
|
|
|
162
93
|
本次发布包含了以下内容:
|
|
163
94
|
|
|
164
95
|
改善已有的文档。
|
|
165
96
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
* [UpdateOrganizationMember](https://cloud.tencent.com/document/api/850/94392)
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
173
|
-
|
|
97
|
+
修改接口:
|
|
174
98
|
|
|
99
|
+
* [ChannelCreateReleaseFlow](https://cloud.tencent.com/document/api/1420/83461)
|
|
175
100
|
|
|
176
|
-
|
|
101
|
+
* 新增入参:Deadline
|
|
177
102
|
|
|
178
|
-
### 第 56 次发布
|
|
179
103
|
|
|
180
|
-
|
|
104
|
+
修改数据结构:
|
|
181
105
|
|
|
182
|
-
|
|
106
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
|
|
183
107
|
|
|
184
|
-
|
|
108
|
+
* 新增成员:ApproverSignComponentType, ApproverSignRole
|
|
185
109
|
|
|
186
|
-
修改接口:
|
|
187
110
|
|
|
188
|
-
* [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
|
|
189
111
|
|
|
190
|
-
* 新增入参:AutoDeployClsTopicIndex, AutoCreateClsTopic
|
|
191
112
|
|
|
113
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
192
114
|
|
|
193
115
|
|
|
194
116
|
|
|
195
|
-
##
|
|
117
|
+
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
196
118
|
|
|
197
|
-
### 第
|
|
119
|
+
### 第 14 次发布
|
|
198
120
|
|
|
199
|
-
发布时间:2023-06-
|
|
121
|
+
发布时间:2023-06-30 12:15:39
|
|
200
122
|
|
|
201
123
|
本次发布包含了以下内容:
|
|
202
124
|
|
|
@@ -204,87 +126,25 @@
|
|
|
204
126
|
|
|
205
127
|
新增接口:
|
|
206
128
|
|
|
207
|
-
* [
|
|
208
|
-
* [
|
|
209
|
-
* [DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)
|
|
210
|
-
* [DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)
|
|
211
|
-
* [DescribeGraphData](https://cloud.tencent.com/document/api/876/59512)
|
|
212
|
-
* [DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)
|
|
213
|
-
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
214
|
-
* [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
|
|
129
|
+
* [QueryArrivalList](https://cloud.tencent.com/document/api/1318/94396)
|
|
130
|
+
* [QueryFollowList](https://cloud.tencent.com/document/api/1318/94395)
|
|
215
131
|
|
|
216
132
|
新增数据结构:
|
|
217
133
|
|
|
218
|
-
* [
|
|
219
|
-
* [
|
|
220
|
-
* [CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo)
|
|
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)
|
|
134
|
+
* [ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo)
|
|
135
|
+
* [FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo)
|
|
227
136
|
|
|
228
137
|
修改数据结构:
|
|
229
138
|
|
|
230
|
-
* [
|
|
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
|
|
139
|
+
* [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
|
|
278
140
|
|
|
279
|
-
|
|
141
|
+
* 新增成员:WxId, BrandCode, BuildTime, OrderTime, ArrivalTime, DeliveryTime, FollowTime, NextFollowTime, OrgId, OrgName, Introducer, IntroducerPhone, IsBindWx, IsMerge, IsInvalid, InvalidType, InvalidTypeName, InvalidRemark, InvalidTime, DealerName, ShopId, ShopName, Position
|
|
280
142
|
|
|
281
|
-
|
|
143
|
+
* <font color="#dd0000">**修改成员**:</font>LeadUserType, LeadType, ChannelId, ChannelName, SourceChannelName, Gender, CreateTime, LeadStatus, LevelCode, ImportAtTime, DistributeTime, CreateAtTime
|
|
282
144
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
* [KMSConfiguration](https://cloud.tencent.com/document/api/457/31866#KMSConfiguration)
|
|
145
|
+
* [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
|
|
286
146
|
|
|
287
|
-
* 新增成员:
|
|
147
|
+
* 新增成员:JobNumber
|
|
288
148
|
|
|
289
149
|
|
|
290
150
|
|
|
@@ -7872,6 +7732,23 @@
|
|
|
7872
7732
|
|
|
7873
7733
|
## 费用中心(billing) 版本:2018-07-09
|
|
7874
7734
|
|
|
7735
|
+
### 第 44 次发布
|
|
7736
|
+
|
|
7737
|
+
发布时间:2023-07-03 01:04:02
|
|
7738
|
+
|
|
7739
|
+
本次发布包含了以下内容:
|
|
7740
|
+
|
|
7741
|
+
改善已有的文档。
|
|
7742
|
+
|
|
7743
|
+
修改数据结构:
|
|
7744
|
+
|
|
7745
|
+
* [BillDetailComponent](https://cloud.tencent.com/document/api/555/19183#BillDetailComponent)
|
|
7746
|
+
|
|
7747
|
+
* 新增成员:RealTotalMeasure, DeductedMeasure
|
|
7748
|
+
|
|
7749
|
+
* <font color="#dd0000">**修改成员**:</font>SpecifiedPrice, TransferPayAmount, SPDeduction
|
|
7750
|
+
|
|
7751
|
+
|
|
7875
7752
|
### 第 43 次发布
|
|
7876
7753
|
|
|
7877
7754
|
发布时间:2023-06-28 01:03:11
|
|
@@ -41627,6 +41504,19 @@
|
|
|
41627
41504
|
|
|
41628
41505
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
41629
41506
|
|
|
41507
|
+
### 第 53 次发布
|
|
41508
|
+
|
|
41509
|
+
发布时间:2023-07-03 01:18:43
|
|
41510
|
+
|
|
41511
|
+
本次发布包含了以下内容:
|
|
41512
|
+
|
|
41513
|
+
改善已有的文档。
|
|
41514
|
+
|
|
41515
|
+
修改接口:
|
|
41516
|
+
|
|
41517
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
41518
|
+
|
|
41519
|
+
|
|
41630
41520
|
### 第 52 次发布
|
|
41631
41521
|
|
|
41632
41522
|
发布时间:2023-06-20 01:28:13
|
|
@@ -42850,6 +42740,22 @@
|
|
|
42850
42740
|
|
|
42851
42741
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
42852
42742
|
|
|
42743
|
+
### 第 20 次发布
|
|
42744
|
+
|
|
42745
|
+
发布时间:2023-07-03 01:19:17
|
|
42746
|
+
|
|
42747
|
+
本次发布包含了以下内容:
|
|
42748
|
+
|
|
42749
|
+
改善已有的文档。
|
|
42750
|
+
|
|
42751
|
+
新增接口:
|
|
42752
|
+
|
|
42753
|
+
* [[DeleteRecordBatch](https://cloud.tencent.com/document/api/1427/94422)](https://cloud.tencent.com/document/api/#/#)
|
|
42754
|
+
|
|
42755
|
+
新增数据结构:
|
|
42756
|
+
|
|
42757
|
+
* [[DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail)](https://cloud.tencent.com/document/api/1427/56185#[DeleteRecordBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteRecordBatchDetail))
|
|
42758
|
+
|
|
42853
42759
|
### 第 19 次发布
|
|
42854
42760
|
|
|
42855
42761
|
发布时间:2023-06-21 01:16:19
|
|
@@ -49395,6 +49301,28 @@
|
|
|
49395
49301
|
|
|
49396
49302
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
49397
49303
|
|
|
49304
|
+
### 第 83 次发布
|
|
49305
|
+
|
|
49306
|
+
发布时间:2023-06-30 18:46:08
|
|
49307
|
+
|
|
49308
|
+
本次发布包含了以下内容:
|
|
49309
|
+
|
|
49310
|
+
改善已有的文档。
|
|
49311
|
+
|
|
49312
|
+
修改接口:
|
|
49313
|
+
|
|
49314
|
+
* [CreateReleaseFlow](https://cloud.tencent.com/document/api/1323/88045)
|
|
49315
|
+
|
|
49316
|
+
* 新增入参:Deadline
|
|
49317
|
+
|
|
49318
|
+
|
|
49319
|
+
修改数据结构:
|
|
49320
|
+
|
|
49321
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
|
|
49322
|
+
|
|
49323
|
+
* 新增成员:ApproverSignComponentType, ApproverSignRole
|
|
49324
|
+
|
|
49325
|
+
|
|
49398
49326
|
### 第 82 次发布
|
|
49399
49327
|
|
|
49400
49328
|
发布时间:2023-06-30 01:25:52
|
|
@@ -50985,6 +50913,28 @@
|
|
|
50985
50913
|
|
|
50986
50914
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
50987
50915
|
|
|
50916
|
+
### 第 87 次发布
|
|
50917
|
+
|
|
50918
|
+
发布时间:2023-06-30 17:26:03
|
|
50919
|
+
|
|
50920
|
+
本次发布包含了以下内容:
|
|
50921
|
+
|
|
50922
|
+
改善已有的文档。
|
|
50923
|
+
|
|
50924
|
+
修改接口:
|
|
50925
|
+
|
|
50926
|
+
* [ChannelCreateReleaseFlow](https://cloud.tencent.com/document/api/1420/83461)
|
|
50927
|
+
|
|
50928
|
+
* 新增入参:Deadline
|
|
50929
|
+
|
|
50930
|
+
|
|
50931
|
+
修改数据结构:
|
|
50932
|
+
|
|
50933
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
|
|
50934
|
+
|
|
50935
|
+
* 新增成员:ApproverSignComponentType, ApproverSignRole
|
|
50936
|
+
|
|
50937
|
+
|
|
50988
50938
|
### 第 86 次发布
|
|
50989
50939
|
|
|
50990
50940
|
发布时间:2023-06-29 01:22:07
|
|
@@ -78003,7 +77953,7 @@
|
|
|
78003
77953
|
|
|
78004
77954
|
新增接口:
|
|
78005
77955
|
|
|
78006
|
-
* [
|
|
77956
|
+
* [UpdateOrganizationMember](https://cloud.tencent.com/document/api/850/94392)
|
|
78007
77957
|
|
|
78008
77958
|
### 第 19 次发布
|
|
78009
77959
|
|
|
@@ -89545,26 +89495,26 @@
|
|
|
89545
89495
|
|
|
89546
89496
|
新增接口:
|
|
89547
89497
|
|
|
89548
|
-
* [
|
|
89549
|
-
* [
|
|
89550
|
-
* [
|
|
89551
|
-
* [
|
|
89552
|
-
* [
|
|
89553
|
-
* [
|
|
89554
|
-
* [
|
|
89555
|
-
* [
|
|
89498
|
+
* [DeleteGatewayVersion](https://cloud.tencent.com/document/api/876/94391)
|
|
89499
|
+
* [DescribeBillingInfo](https://cloud.tencent.com/document/api/876/94390)
|
|
89500
|
+
* [DescribeCbrServerVersion](https://cloud.tencent.com/document/api/876/94389)
|
|
89501
|
+
* [DescribeGatewayVersions](https://cloud.tencent.com/document/api/876/94388)
|
|
89502
|
+
* [DescribeGraphData](https://cloud.tencent.com/document/api/876/59512)
|
|
89503
|
+
* [DescribeWxGatewayRoutes](https://cloud.tencent.com/document/api/876/94387)
|
|
89504
|
+
* [DescribeWxGateways](https://cloud.tencent.com/document/api/876/94386)
|
|
89505
|
+
* [ModifyGatewayVersionTraffic](https://cloud.tencent.com/document/api/876/94385)
|
|
89556
89506
|
|
|
89557
89507
|
新增数据结构:
|
|
89558
89508
|
|
|
89559
|
-
* [
|
|
89560
|
-
* [
|
|
89561
|
-
* [
|
|
89562
|
-
* [
|
|
89563
|
-
* [
|
|
89564
|
-
* [
|
|
89565
|
-
* [
|
|
89566
|
-
* [
|
|
89567
|
-
* [
|
|
89509
|
+
* [BanConfig](https://cloud.tencent.com/document/api/876/34822#BanConfig)
|
|
89510
|
+
* [CbrPackageInfo](https://cloud.tencent.com/document/api/876/34822#CbrPackageInfo)
|
|
89511
|
+
* [CbrRepoInfo](https://cloud.tencent.com/document/api/876/34822#CbrRepoInfo)
|
|
89512
|
+
* [CustomLogConfig](https://cloud.tencent.com/document/api/876/34822#CustomLogConfig)
|
|
89513
|
+
* [FrequencyLimitConfig](https://cloud.tencent.com/document/api/876/34822#FrequencyLimitConfig)
|
|
89514
|
+
* [GatewayItem](https://cloud.tencent.com/document/api/876/34822#GatewayItem)
|
|
89515
|
+
* [GatewayVersionItem](https://cloud.tencent.com/document/api/876/34822#GatewayVersionItem)
|
|
89516
|
+
* [WxGatewayCustomConfig](https://cloud.tencent.com/document/api/876/34822#WxGatewayCustomConfig)
|
|
89517
|
+
* [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
|
|
89568
89518
|
|
|
89569
89519
|
修改数据结构:
|
|
89570
89520
|
|
|
@@ -121364,6 +121314,37 @@
|
|
|
121364
121314
|
|
|
121365
121315
|
## 企业微信汽车行业版(wav) 版本:2021-01-29
|
|
121366
121316
|
|
|
121317
|
+
### 第 14 次发布
|
|
121318
|
+
|
|
121319
|
+
发布时间:2023-06-30 12:15:39
|
|
121320
|
+
|
|
121321
|
+
本次发布包含了以下内容:
|
|
121322
|
+
|
|
121323
|
+
改善已有的文档。
|
|
121324
|
+
|
|
121325
|
+
新增接口:
|
|
121326
|
+
|
|
121327
|
+
* [[QueryArrivalList](https://cloud.tencent.com/document/api/1318/94396)](https://cloud.tencent.com/document/api/#/#)
|
|
121328
|
+
* [[QueryFollowList](https://cloud.tencent.com/document/api/1318/94395)](https://cloud.tencent.com/document/api/#/#)
|
|
121329
|
+
|
|
121330
|
+
新增数据结构:
|
|
121331
|
+
|
|
121332
|
+
* [[ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo)](https://cloud.tencent.com/document/api/1318/56791#[ArrivalInfo](https://cloud.tencent.com/document/api/1318/56791#ArrivalInfo))
|
|
121333
|
+
* [[FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo)](https://cloud.tencent.com/document/api/1318/56791#[FollowInfo](https://cloud.tencent.com/document/api/1318/56791#FollowInfo))
|
|
121334
|
+
|
|
121335
|
+
修改数据结构:
|
|
121336
|
+
|
|
121337
|
+
* [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
|
|
121338
|
+
|
|
121339
|
+
* 新增成员:WxId, BrandCode, BuildTime, OrderTime, ArrivalTime, DeliveryTime, FollowTime, NextFollowTime, OrgId, OrgName, Introducer, IntroducerPhone, IsBindWx, IsMerge, IsInvalid, InvalidType, InvalidTypeName, InvalidRemark, InvalidTime, DealerName, ShopId, ShopName, Position
|
|
121340
|
+
|
|
121341
|
+
* <font color="#dd0000">**修改成员**:</font>LeadUserType, LeadType, ChannelId, ChannelName, SourceChannelName, Gender, CreateTime, LeadStatus, LevelCode, ImportAtTime, DistributeTime, CreateAtTime
|
|
121342
|
+
|
|
121343
|
+
* [CorpUserInfo](https://cloud.tencent.com/document/api/1318/56791#CorpUserInfo)
|
|
121344
|
+
|
|
121345
|
+
* 新增成员:JobNumber
|
|
121346
|
+
|
|
121347
|
+
|
|
121367
121348
|
### 第 13 次发布
|
|
121368
121349
|
|
|
121369
121350
|
发布时间:2023-03-14 12:01:08
|