tencentcloud-sdk-nodejs 4.0.407 → 4.0.410
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 +375 -0
- package/SERVICE_CHANGELOG.md +444 -14
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +16 -0
- package/src/services/bda/v20200324/bda_models.ts +12 -0
- package/src/services/car/v20220110/car_models.ts +7 -0
- package/src/services/cat/v20180409/cat_models.ts +1 -5
- package/src/services/cbs/v20170312/cbs_models.ts +31 -19
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cpdp/v20190820/cpdp_client.ts +9 -36
- package/src/services/cpdp/v20190820/cpdp_models.ts +19 -260
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +17 -2
- package/src/services/ess/v20201111/ess_models.ts +107 -12
- package/src/services/faceid/v20180301/faceid_models.ts +19 -3
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/tcr/v20190924/tcr_models.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +197 -22
- package/src/services/tem/v20210701/tem_models.ts +1091 -182
- package/src/services/teo/v20220106/teo_models.ts +22 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +13 -0
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +10 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +25 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +4 -12
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +4 -16
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -218
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +92 -12
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -3
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +63 -7
- package/tencentcloud/services/tem/v20210701/tem_client.js +92 -8
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +930 -159
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +20 -7
- package/test/cpdp.v20190820.test.js +2 -22
- package/test/ess.v20201111.test.js +10 -0
- package/test/tem.v20210701.test.js +144 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,36 +1,195 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 人体分析(bda) 版本:2020-03-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 8 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-
|
|
7
|
+
发布时间:2022-08-04 06:09:29
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
|
|
16
|
+
|
|
17
|
+
* 新增入参:LocalBodySwitch
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
|
|
23
|
+
|
|
24
|
+
* 新增成员:BodyScore
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
30
|
+
|
|
31
|
+
### 第 43 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-08-04 06:12:23
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改数据结构:
|
|
40
|
+
|
|
41
|
+
* [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
|
|
42
|
+
|
|
43
|
+
* 新增成员:StepSize, ExtraPerformanceRange
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
49
|
+
|
|
50
|
+
### 第 110 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2022-08-04 06:14:18
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
修改数据结构:
|
|
59
|
+
|
|
60
|
+
* [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
|
|
61
|
+
|
|
62
|
+
* 新增成员:Switch
|
|
63
|
+
|
|
64
|
+
* [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
|
|
65
|
+
|
|
66
|
+
* 新增成员:GlobalAdvancedRules
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
72
|
+
|
|
73
|
+
### 第 79 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2022-08-04 06:19:24
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
82
|
+
|
|
83
|
+
* CreateSinglePay
|
|
84
|
+
* QuerySinglePay
|
|
85
|
+
|
|
86
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
87
|
+
|
|
88
|
+
* CreateSinglePayResult
|
|
89
|
+
* QuerySinglePayItem
|
|
90
|
+
* QuerySinglePayResult
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
95
|
+
|
|
96
|
+
### 第 7 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-08-04 06:26:58
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
修改数据结构:
|
|
105
|
+
|
|
106
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
|
|
107
|
+
|
|
108
|
+
* 新增成员:FreeNs
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
114
|
+
|
|
115
|
+
### 第 44 次发布
|
|
116
|
+
|
|
117
|
+
发布时间:2022-08-03 18:41:29
|
|
118
|
+
|
|
119
|
+
本次发布包含了以下内容:
|
|
120
|
+
|
|
121
|
+
改善已有的文档。
|
|
16
122
|
|
|
17
123
|
修改接口:
|
|
18
124
|
|
|
19
|
-
* [
|
|
125
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
20
126
|
|
|
21
|
-
*
|
|
127
|
+
* 新增出参:IntentionQuestionResult
|
|
22
128
|
|
|
23
|
-
* 新增出参:SignUrls
|
|
24
129
|
|
|
130
|
+
修改数据结构:
|
|
131
|
+
|
|
132
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
133
|
+
|
|
134
|
+
* 新增成员:IntentionMode, IntentionQuestions
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
140
|
+
|
|
141
|
+
### 第 24 次发布
|
|
142
|
+
|
|
143
|
+
发布时间:2022-08-04 06:55:33
|
|
144
|
+
|
|
145
|
+
本次发布包含了以下内容:
|
|
146
|
+
|
|
147
|
+
改善已有的文档。
|
|
148
|
+
|
|
149
|
+
新增接口:
|
|
150
|
+
|
|
151
|
+
* [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
|
|
152
|
+
* [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
|
|
153
|
+
* [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
|
|
154
|
+
* [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
|
|
155
|
+
* [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
|
|
25
156
|
|
|
26
157
|
新增数据结构:
|
|
27
158
|
|
|
28
|
-
* [
|
|
29
|
-
* [
|
|
159
|
+
* [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
|
|
160
|
+
* [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
|
|
161
|
+
* [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
|
|
162
|
+
* [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
|
|
30
163
|
|
|
164
|
+
修改数据结构:
|
|
31
165
|
|
|
166
|
+
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
167
|
+
|
|
168
|
+
* 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
178
|
+
|
|
179
|
+
### 第 16 次发布
|
|
180
|
+
|
|
181
|
+
发布时间:2022-08-04 06:55:59
|
|
182
|
+
|
|
183
|
+
本次发布包含了以下内容:
|
|
184
|
+
|
|
185
|
+
改善已有的文档。
|
|
186
|
+
|
|
187
|
+
修改数据结构:
|
|
188
|
+
|
|
189
|
+
* [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
|
|
190
|
+
|
|
191
|
+
* 新增成员:Algorithms
|
|
32
192
|
|
|
33
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
34
193
|
|
|
35
194
|
|
|
36
195
|
|
|
@@ -3207,6 +3366,23 @@
|
|
|
3207
3366
|
|
|
3208
3367
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
3209
3368
|
|
|
3369
|
+
### 第 13 次发布
|
|
3370
|
+
|
|
3371
|
+
发布时间:2022-08-03 06:04:22
|
|
3372
|
+
|
|
3373
|
+
本次发布包含了以下内容:
|
|
3374
|
+
|
|
3375
|
+
改善已有的文档。
|
|
3376
|
+
|
|
3377
|
+
修改接口:
|
|
3378
|
+
|
|
3379
|
+
* [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
|
|
3380
|
+
|
|
3381
|
+
* 新增入参:PageIndex, PageSize
|
|
3382
|
+
|
|
3383
|
+
* 新增出参:TotalCount
|
|
3384
|
+
|
|
3385
|
+
|
|
3210
3386
|
### 第 12 次发布
|
|
3211
3387
|
|
|
3212
3388
|
发布时间:2022-07-12 06:04:29
|
|
@@ -5993,6 +6169,28 @@
|
|
|
5993
6169
|
|
|
5994
6170
|
## 人体分析(bda) 版本:2020-03-24
|
|
5995
6171
|
|
|
6172
|
+
### 第 8 次发布
|
|
6173
|
+
|
|
6174
|
+
发布时间:2022-08-04 06:09:29
|
|
6175
|
+
|
|
6176
|
+
本次发布包含了以下内容:
|
|
6177
|
+
|
|
6178
|
+
改善已有的文档。
|
|
6179
|
+
|
|
6180
|
+
修改接口:
|
|
6181
|
+
|
|
6182
|
+
* [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
|
|
6183
|
+
|
|
6184
|
+
* 新增入参:LocalBodySwitch
|
|
6185
|
+
|
|
6186
|
+
|
|
6187
|
+
修改数据结构:
|
|
6188
|
+
|
|
6189
|
+
* [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
|
|
6190
|
+
|
|
6191
|
+
* 新增成员:BodyScore
|
|
6192
|
+
|
|
6193
|
+
|
|
5996
6194
|
### 第 7 次发布
|
|
5997
6195
|
|
|
5998
6196
|
发布时间:2021-09-03 08:02:16
|
|
@@ -9217,6 +9415,21 @@
|
|
|
9217
9415
|
|
|
9218
9416
|
## 应用云渲染(car) 版本:2022-01-10
|
|
9219
9417
|
|
|
9418
|
+
### 第 3 次发布
|
|
9419
|
+
|
|
9420
|
+
发布时间:2022-08-03 06:08:12
|
|
9421
|
+
|
|
9422
|
+
本次发布包含了以下内容:
|
|
9423
|
+
|
|
9424
|
+
改善已有的文档。
|
|
9425
|
+
|
|
9426
|
+
修改接口:
|
|
9427
|
+
|
|
9428
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
9429
|
+
|
|
9430
|
+
* 新增入参:RunMode
|
|
9431
|
+
|
|
9432
|
+
|
|
9220
9433
|
### 第 2 次发布
|
|
9221
9434
|
|
|
9222
9435
|
发布时间:2022-04-21 06:07:22
|
|
@@ -9577,6 +9790,21 @@
|
|
|
9577
9790
|
|
|
9578
9791
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
9579
9792
|
|
|
9793
|
+
### 第 43 次发布
|
|
9794
|
+
|
|
9795
|
+
发布时间:2022-08-04 06:12:23
|
|
9796
|
+
|
|
9797
|
+
本次发布包含了以下内容:
|
|
9798
|
+
|
|
9799
|
+
改善已有的文档。
|
|
9800
|
+
|
|
9801
|
+
修改数据结构:
|
|
9802
|
+
|
|
9803
|
+
* [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
|
|
9804
|
+
|
|
9805
|
+
* 新增成员:StepSize, ExtraPerformanceRange
|
|
9806
|
+
|
|
9807
|
+
|
|
9580
9808
|
### 第 42 次发布
|
|
9581
9809
|
|
|
9582
9810
|
发布时间:2022-07-06 06:07:59
|
|
@@ -12994,6 +13222,25 @@
|
|
|
12994
13222
|
|
|
12995
13223
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
12996
13224
|
|
|
13225
|
+
### 第 110 次发布
|
|
13226
|
+
|
|
13227
|
+
发布时间:2022-08-04 06:14:18
|
|
13228
|
+
|
|
13229
|
+
本次发布包含了以下内容:
|
|
13230
|
+
|
|
13231
|
+
改善已有的文档。
|
|
13232
|
+
|
|
13233
|
+
修改数据结构:
|
|
13234
|
+
|
|
13235
|
+
* [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
|
|
13236
|
+
|
|
13237
|
+
* 新增成员:Switch
|
|
13238
|
+
|
|
13239
|
+
* [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
|
|
13240
|
+
|
|
13241
|
+
* 新增成员:GlobalAdvancedRules
|
|
13242
|
+
|
|
13243
|
+
|
|
12997
13244
|
### 第 109 次发布
|
|
12998
13245
|
|
|
12999
13246
|
发布时间:2022-07-29 06:04:29
|
|
@@ -21947,6 +22194,25 @@
|
|
|
21947
22194
|
|
|
21948
22195
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
21949
22196
|
|
|
22197
|
+
### 第 79 次发布
|
|
22198
|
+
|
|
22199
|
+
发布时间:2022-08-04 06:19:24
|
|
22200
|
+
|
|
22201
|
+
本次发布包含了以下内容:
|
|
22202
|
+
|
|
22203
|
+
改善已有的文档。
|
|
22204
|
+
|
|
22205
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
22206
|
+
|
|
22207
|
+
* CreateSinglePay
|
|
22208
|
+
* QuerySinglePay
|
|
22209
|
+
|
|
22210
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
22211
|
+
|
|
22212
|
+
* CreateSinglePayResult
|
|
22213
|
+
* QuerySinglePayItem
|
|
22214
|
+
* QuerySinglePayResult
|
|
22215
|
+
|
|
21950
22216
|
### 第 78 次发布
|
|
21951
22217
|
|
|
21952
22218
|
发布时间:2022-07-27 06:06:57
|
|
@@ -31245,6 +31511,21 @@
|
|
|
31245
31511
|
|
|
31246
31512
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
31247
31513
|
|
|
31514
|
+
### 第 7 次发布
|
|
31515
|
+
|
|
31516
|
+
发布时间:2022-08-04 06:26:58
|
|
31517
|
+
|
|
31518
|
+
本次发布包含了以下内容:
|
|
31519
|
+
|
|
31520
|
+
改善已有的文档。
|
|
31521
|
+
|
|
31522
|
+
修改数据结构:
|
|
31523
|
+
|
|
31524
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
|
|
31525
|
+
|
|
31526
|
+
* 新增成员:FreeNs
|
|
31527
|
+
|
|
31528
|
+
|
|
31248
31529
|
### 第 6 次发布
|
|
31249
31530
|
|
|
31250
31531
|
发布时间:2022-06-23 06:11:27
|
|
@@ -35583,6 +35864,21 @@
|
|
|
35583
35864
|
|
|
35584
35865
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
35585
35866
|
|
|
35867
|
+
### 第 32 次发布
|
|
35868
|
+
|
|
35869
|
+
发布时间:2022-08-03 06:23:52
|
|
35870
|
+
|
|
35871
|
+
本次发布包含了以下内容:
|
|
35872
|
+
|
|
35873
|
+
改善已有的文档。
|
|
35874
|
+
|
|
35875
|
+
修改接口:
|
|
35876
|
+
|
|
35877
|
+
* [DescribeLogstashInstances](https://cloud.tencent.com/document/api/845/77239)
|
|
35878
|
+
|
|
35879
|
+
* 新增入参:VpcIds
|
|
35880
|
+
|
|
35881
|
+
|
|
35586
35882
|
### 第 31 次发布
|
|
35587
35883
|
|
|
35588
35884
|
发布时间:2022-07-14 06:10:06
|
|
@@ -36320,6 +36616,32 @@
|
|
|
36320
36616
|
|
|
36321
36617
|
## 电子签服务(ess) 版本:2020-11-11
|
|
36322
36618
|
|
|
36619
|
+
### 第 12 次发布
|
|
36620
|
+
|
|
36621
|
+
发布时间:2022-08-03 06:24:12
|
|
36622
|
+
|
|
36623
|
+
本次发布包含了以下内容:
|
|
36624
|
+
|
|
36625
|
+
改善已有的文档。
|
|
36626
|
+
|
|
36627
|
+
新增接口:
|
|
36628
|
+
|
|
36629
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
36630
|
+
|
|
36631
|
+
修改接口:
|
|
36632
|
+
|
|
36633
|
+
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
36634
|
+
|
|
36635
|
+
* 新增入参:ApproverRestrictions
|
|
36636
|
+
|
|
36637
|
+
* 新增出参:SignUrls
|
|
36638
|
+
|
|
36639
|
+
|
|
36640
|
+
新增数据结构:
|
|
36641
|
+
|
|
36642
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
|
|
36643
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
|
|
36644
|
+
|
|
36323
36645
|
### 第 11 次发布
|
|
36324
36646
|
|
|
36325
36647
|
发布时间:2022-07-30 15:12:18
|
|
@@ -36644,7 +36966,7 @@
|
|
|
36644
36966
|
|
|
36645
36967
|
新增接口:
|
|
36646
36968
|
|
|
36647
|
-
* [
|
|
36969
|
+
* [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
|
|
36648
36970
|
|
|
36649
36971
|
修改接口:
|
|
36650
36972
|
|
|
@@ -36657,8 +36979,8 @@
|
|
|
36657
36979
|
|
|
36658
36980
|
新增数据结构:
|
|
36659
36981
|
|
|
36660
|
-
* [
|
|
36661
|
-
* [
|
|
36982
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
|
|
36983
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
|
|
36662
36984
|
|
|
36663
36985
|
### 第 23 次发布
|
|
36664
36986
|
|
|
@@ -37208,6 +37530,28 @@
|
|
|
37208
37530
|
|
|
37209
37531
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
37210
37532
|
|
|
37533
|
+
### 第 44 次发布
|
|
37534
|
+
|
|
37535
|
+
发布时间:2022-08-03 18:41:29
|
|
37536
|
+
|
|
37537
|
+
本次发布包含了以下内容:
|
|
37538
|
+
|
|
37539
|
+
改善已有的文档。
|
|
37540
|
+
|
|
37541
|
+
修改接口:
|
|
37542
|
+
|
|
37543
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
37544
|
+
|
|
37545
|
+
* 新增出参:IntentionQuestionResult
|
|
37546
|
+
|
|
37547
|
+
|
|
37548
|
+
修改数据结构:
|
|
37549
|
+
|
|
37550
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
37551
|
+
|
|
37552
|
+
* 新增成员:IntentionMode, IntentionQuestions
|
|
37553
|
+
|
|
37554
|
+
|
|
37211
37555
|
### 第 43 次发布
|
|
37212
37556
|
|
|
37213
37557
|
发布时间:2022-07-30 15:12:30
|
|
@@ -69833,6 +70177,62 @@
|
|
|
69833
70177
|
|
|
69834
70178
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
69835
70179
|
|
|
70180
|
+
### 第 24 次发布
|
|
70181
|
+
|
|
70182
|
+
发布时间:2022-08-04 06:55:33
|
|
70183
|
+
|
|
70184
|
+
本次发布包含了以下内容:
|
|
70185
|
+
|
|
70186
|
+
改善已有的文档。
|
|
70187
|
+
|
|
70188
|
+
新增接口:
|
|
70189
|
+
|
|
70190
|
+
* [[CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)](https://cloud.tencent.com/document/api/#/#)
|
|
70191
|
+
* [[DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)](https://cloud.tencent.com/document/api/#/#)
|
|
70192
|
+
* [[DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)](https://cloud.tencent.com/document/api/#/#)
|
|
70193
|
+
* [[DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)](https://cloud.tencent.com/document/api/#/#)
|
|
70194
|
+
* [[ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)](https://cloud.tencent.com/document/api/#/#)
|
|
70195
|
+
|
|
70196
|
+
新增数据结构:
|
|
70197
|
+
|
|
70198
|
+
* [[LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)](https://cloud.tencent.com/document/api/1371/60171#[LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig))
|
|
70199
|
+
* [[LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)](https://cloud.tencent.com/document/api/1371/60171#[LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage))
|
|
70200
|
+
* [[ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)](https://cloud.tencent.com/document/api/1371/60171#[ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping))
|
|
70201
|
+
* [[ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)](https://cloud.tencent.com/document/api/1371/60171#[ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem))
|
|
70202
|
+
|
|
70203
|
+
修改数据结构:
|
|
70204
|
+
|
|
70205
|
+
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
70206
|
+
|
|
70207
|
+
* 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
|
|
70208
|
+
|
|
70209
|
+
|
|
70210
|
+
### 第 23 次发布
|
|
70211
|
+
|
|
70212
|
+
发布时间:2022-08-03 06:46:27
|
|
70213
|
+
|
|
70214
|
+
本次发布包含了以下内容:
|
|
70215
|
+
|
|
70216
|
+
改善已有的文档。
|
|
70217
|
+
|
|
70218
|
+
新增接口:
|
|
70219
|
+
|
|
70220
|
+
* [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
|
|
70221
|
+
* [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
|
|
70222
|
+
* [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
|
|
70223
|
+
* [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
|
|
70224
|
+
* [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
|
|
70225
|
+
* [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
|
|
70226
|
+
* [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
|
|
70227
|
+
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
70228
|
+
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
70229
|
+
|
|
70230
|
+
新增数据结构:
|
|
70231
|
+
|
|
70232
|
+
* [Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)
|
|
70233
|
+
* [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
|
|
70234
|
+
* [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
|
|
70235
|
+
|
|
69836
70236
|
### 第 22 次发布
|
|
69837
70237
|
|
|
69838
70238
|
发布时间:2022-08-02 06:33:46
|
|
@@ -70278,6 +70678,36 @@
|
|
|
70278
70678
|
|
|
70279
70679
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
70280
70680
|
|
|
70681
|
+
### 第 16 次发布
|
|
70682
|
+
|
|
70683
|
+
发布时间:2022-08-04 06:55:59
|
|
70684
|
+
|
|
70685
|
+
本次发布包含了以下内容:
|
|
70686
|
+
|
|
70687
|
+
改善已有的文档。
|
|
70688
|
+
|
|
70689
|
+
修改数据结构:
|
|
70690
|
+
|
|
70691
|
+
* [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
|
|
70692
|
+
|
|
70693
|
+
* 新增成员:Algorithms
|
|
70694
|
+
|
|
70695
|
+
|
|
70696
|
+
### 第 15 次发布
|
|
70697
|
+
|
|
70698
|
+
发布时间:2022-08-03 06:46:50
|
|
70699
|
+
|
|
70700
|
+
本次发布包含了以下内容:
|
|
70701
|
+
|
|
70702
|
+
改善已有的文档。
|
|
70703
|
+
|
|
70704
|
+
修改数据结构:
|
|
70705
|
+
|
|
70706
|
+
* [OriginRecord](https://cloud.tencent.com/document/api/1552/73155#OriginRecord)
|
|
70707
|
+
|
|
70708
|
+
* 新增成员:Proto
|
|
70709
|
+
|
|
70710
|
+
|
|
70281
70711
|
### 第 14 次发布
|
|
70282
70712
|
|
|
70283
70713
|
发布时间:2022-07-28 06:23:18
|