tencentcloud-sdk-nodejs 4.0.409 → 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 +195 -0
- package/SERVICE_CHANGELOG.md +270 -62
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bda/v20200324/bda_models.ts +12 -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/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/faceid/v20180301/faceid_models.ts +19 -3
- package/src/services/tcr/v20190924/tcr_models.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +72 -8
- package/src/services/tem/v20210701/tem_models.ts +550 -111
- package/src/services/teo/v20220106/teo_models.ts +9 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +10 -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/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/faceid/v20180301/faceid_models.d.ts +16 -3
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +23 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +32 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +469 -98
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +8 -3
- package/test/cpdp.v20190820.test.js +2 -22
- package/test/tem.v20210701.test.js +50 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,198 @@
|
|
|
1
|
+
# Release 4.0.410
|
|
2
|
+
|
|
3
|
+
## 人体分析(bda) 版本:2020-03-24
|
|
4
|
+
|
|
5
|
+
### 第 8 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-08-04 06:09:29
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
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
|
+
改善已有的文档。
|
|
122
|
+
|
|
123
|
+
修改接口:
|
|
124
|
+
|
|
125
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
126
|
+
|
|
127
|
+
* 新增出参:IntentionQuestionResult
|
|
128
|
+
|
|
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)
|
|
156
|
+
|
|
157
|
+
新增数据结构:
|
|
158
|
+
|
|
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)
|
|
163
|
+
|
|
164
|
+
修改数据结构:
|
|
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
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
1
196
|
# Release 4.0.409
|
|
2
197
|
|
|
3
198
|
## 应用性能观测(apm) 版本:2021-06-22
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
|
|
|
@@ -12,88 +12,135 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:LocalBodySwitch
|
|
18
18
|
|
|
19
|
-
* 新增出参:TotalCount
|
|
20
19
|
|
|
20
|
+
修改数据结构:
|
|
21
21
|
|
|
22
|
+
* [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
|
|
22
23
|
|
|
24
|
+
* 新增成员:BodyScore
|
|
23
25
|
|
|
24
|
-
## 应用云渲染(car) 版本:2022-01-10
|
|
25
26
|
|
|
26
|
-
### 第 3 次发布
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
|
|
29
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
30
|
+
|
|
31
|
+
### 第 43 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-08-04 06:12:23
|
|
29
34
|
|
|
30
35
|
本次发布包含了以下内容:
|
|
31
36
|
|
|
32
37
|
改善已有的文档。
|
|
33
38
|
|
|
34
|
-
|
|
39
|
+
修改数据结构:
|
|
35
40
|
|
|
36
|
-
* [
|
|
41
|
+
* [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
|
|
37
42
|
|
|
38
|
-
*
|
|
43
|
+
* 新增成员:StepSize, ExtraPerformanceRange
|
|
39
44
|
|
|
40
45
|
|
|
41
46
|
|
|
42
47
|
|
|
43
|
-
##
|
|
48
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
44
49
|
|
|
45
|
-
### 第
|
|
50
|
+
### 第 110 次发布
|
|
46
51
|
|
|
47
|
-
发布时间:2022-08-
|
|
52
|
+
发布时间:2022-08-04 06:14:18
|
|
48
53
|
|
|
49
54
|
本次发布包含了以下内容:
|
|
50
55
|
|
|
51
56
|
改善已有的文档。
|
|
52
57
|
|
|
53
|
-
|
|
58
|
+
修改数据结构:
|
|
54
59
|
|
|
55
|
-
* [
|
|
60
|
+
* [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
|
|
56
61
|
|
|
57
|
-
*
|
|
62
|
+
* 新增成员:Switch
|
|
58
63
|
|
|
64
|
+
* [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
|
|
59
65
|
|
|
66
|
+
* 新增成员:GlobalAdvancedRules
|
|
60
67
|
|
|
61
68
|
|
|
62
|
-
## 电子签服务(ess) 版本:2020-11-11
|
|
63
69
|
|
|
64
|
-
### 第 12 次发布
|
|
65
70
|
|
|
66
|
-
|
|
71
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
72
|
+
|
|
73
|
+
### 第 79 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2022-08-04 06:19:24
|
|
67
76
|
|
|
68
77
|
本次发布包含了以下内容:
|
|
69
78
|
|
|
70
79
|
改善已有的文档。
|
|
71
80
|
|
|
72
|
-
|
|
81
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
73
82
|
|
|
74
|
-
*
|
|
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
|
+
改善已有的文档。
|
|
75
122
|
|
|
76
123
|
修改接口:
|
|
77
124
|
|
|
78
|
-
* [
|
|
125
|
+
* [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
|
|
79
126
|
|
|
80
|
-
*
|
|
127
|
+
* 新增出参:IntentionQuestionResult
|
|
81
128
|
|
|
82
|
-
* 新增出参:SignUrls
|
|
83
129
|
|
|
130
|
+
修改数据结构:
|
|
84
131
|
|
|
85
|
-
|
|
132
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
133
|
+
|
|
134
|
+
* 新增成员:IntentionMode, IntentionQuestions
|
|
86
135
|
|
|
87
|
-
* [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
|
|
88
|
-
* [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
|
|
89
136
|
|
|
90
137
|
|
|
91
138
|
|
|
92
139
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
93
140
|
|
|
94
|
-
### 第
|
|
141
|
+
### 第 24 次发布
|
|
95
142
|
|
|
96
|
-
发布时间:2022-08-
|
|
143
|
+
发布时间:2022-08-04 06:55:33
|
|
97
144
|
|
|
98
145
|
本次发布包含了以下内容:
|
|
99
146
|
|
|
@@ -101,21 +148,25 @@
|
|
|
101
148
|
|
|
102
149
|
新增接口:
|
|
103
150
|
|
|
104
|
-
* [
|
|
105
|
-
* [
|
|
106
|
-
* [
|
|
107
|
-
* [
|
|
108
|
-
* [
|
|
109
|
-
* [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
|
|
110
|
-
* [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
|
|
111
|
-
* [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
|
|
112
|
-
* [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
|
|
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)
|
|
113
156
|
|
|
114
157
|
新增数据结构:
|
|
115
158
|
|
|
116
|
-
* [
|
|
117
|
-
* [
|
|
118
|
-
* [
|
|
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)
|
|
163
|
+
|
|
164
|
+
修改数据结构:
|
|
165
|
+
|
|
166
|
+
* [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
|
|
167
|
+
|
|
168
|
+
* 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
|
|
169
|
+
|
|
119
170
|
|
|
120
171
|
|
|
121
172
|
|
|
@@ -125,9 +176,9 @@
|
|
|
125
176
|
|
|
126
177
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
127
178
|
|
|
128
|
-
### 第
|
|
179
|
+
### 第 16 次发布
|
|
129
180
|
|
|
130
|
-
发布时间:2022-08-
|
|
181
|
+
发布时间:2022-08-04 06:55:59
|
|
131
182
|
|
|
132
183
|
本次发布包含了以下内容:
|
|
133
184
|
|
|
@@ -135,9 +186,9 @@
|
|
|
135
186
|
|
|
136
187
|
修改数据结构:
|
|
137
188
|
|
|
138
|
-
* [
|
|
189
|
+
* [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
|
|
139
190
|
|
|
140
|
-
* 新增成员:
|
|
191
|
+
* 新增成员:Algorithms
|
|
141
192
|
|
|
142
193
|
|
|
143
194
|
|
|
@@ -6118,6 +6169,28 @@
|
|
|
6118
6169
|
|
|
6119
6170
|
## 人体分析(bda) 版本:2020-03-24
|
|
6120
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
|
+
|
|
6121
6194
|
### 第 7 次发布
|
|
6122
6195
|
|
|
6123
6196
|
发布时间:2021-09-03 08:02:16
|
|
@@ -9717,6 +9790,21 @@
|
|
|
9717
9790
|
|
|
9718
9791
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
9719
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
|
+
|
|
9720
9808
|
### 第 42 次发布
|
|
9721
9809
|
|
|
9722
9810
|
发布时间:2022-07-06 06:07:59
|
|
@@ -13134,6 +13222,25 @@
|
|
|
13134
13222
|
|
|
13135
13223
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
13136
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
|
+
|
|
13137
13244
|
### 第 109 次发布
|
|
13138
13245
|
|
|
13139
13246
|
发布时间:2022-07-29 06:04:29
|
|
@@ -22087,6 +22194,25 @@
|
|
|
22087
22194
|
|
|
22088
22195
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22089
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
|
+
|
|
22090
22216
|
### 第 78 次发布
|
|
22091
22217
|
|
|
22092
22218
|
发布时间:2022-07-27 06:06:57
|
|
@@ -31385,6 +31511,21 @@
|
|
|
31385
31511
|
|
|
31386
31512
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
31387
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
|
+
|
|
31388
31529
|
### 第 6 次发布
|
|
31389
31530
|
|
|
31390
31531
|
发布时间:2022-06-23 06:11:27
|
|
@@ -36485,7 +36626,7 @@
|
|
|
36485
36626
|
|
|
36486
36627
|
新增接口:
|
|
36487
36628
|
|
|
36488
|
-
* [
|
|
36629
|
+
* [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
|
|
36489
36630
|
|
|
36490
36631
|
修改接口:
|
|
36491
36632
|
|
|
@@ -36498,8 +36639,8 @@
|
|
|
36498
36639
|
|
|
36499
36640
|
新增数据结构:
|
|
36500
36641
|
|
|
36501
|
-
* [
|
|
36502
|
-
* [
|
|
36642
|
+
* [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
|
|
36643
|
+
* [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
|
|
36503
36644
|
|
|
36504
36645
|
### 第 11 次发布
|
|
36505
36646
|
|
|
@@ -37389,6 +37530,28 @@
|
|
|
37389
37530
|
|
|
37390
37531
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
37391
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
|
+
|
|
37392
37555
|
### 第 43 次发布
|
|
37393
37556
|
|
|
37394
37557
|
发布时间:2022-07-30 15:12:30
|
|
@@ -70014,6 +70177,36 @@
|
|
|
70014
70177
|
|
|
70015
70178
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
70016
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
|
+
|
|
70017
70210
|
### 第 23 次发布
|
|
70018
70211
|
|
|
70019
70212
|
发布时间:2022-08-03 06:46:27
|
|
@@ -70024,21 +70217,21 @@
|
|
|
70024
70217
|
|
|
70025
70218
|
新增接口:
|
|
70026
70219
|
|
|
70027
|
-
* [
|
|
70028
|
-
* [
|
|
70029
|
-
* [
|
|
70030
|
-
* [
|
|
70031
|
-
* [
|
|
70032
|
-
* [
|
|
70033
|
-
* [
|
|
70034
|
-
* [
|
|
70035
|
-
* [
|
|
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)
|
|
70036
70229
|
|
|
70037
70230
|
新增数据结构:
|
|
70038
70231
|
|
|
70039
|
-
* [
|
|
70040
|
-
* [
|
|
70041
|
-
* [
|
|
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)
|
|
70042
70235
|
|
|
70043
70236
|
### 第 22 次发布
|
|
70044
70237
|
|
|
@@ -70485,6 +70678,21 @@
|
|
|
70485
70678
|
|
|
70486
70679
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
70487
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
|
+
|
|
70488
70696
|
### 第 15 次发布
|
|
70489
70697
|
|
|
70490
70698
|
发布时间:2022-08-03 06:46:50
|