tencentcloud-sdk-nodejs 4.0.458 → 4.0.459
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 +124 -0
- package/SERVICE_CHANGELOG.md +162 -75
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +7 -23
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +48 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +3 -29
- package/src/services/mariadb/v20170312/mariadb_models.ts +16 -168
- package/src/services/redis/v20180412/redis_models.ts +5 -5
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
- package/src/services/trp/v20210515/trp_client.ts +4 -3
- package/src/services/trp/v20210515/trp_models.ts +136 -67
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/tencentcloud/common/abstract_client.js +2 -2
- package/tencentcloud/common/http/fetch.d.ts +1 -1
- package/tencentcloud/common/http/http_connection.d.ts +2 -2
- package/tencentcloud/common/http/http_connection.js +4 -4
- package/tencentcloud/common/interface.d.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +7 -23
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +40 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -9
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +0 -12
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +16 -144
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -5
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +2 -2
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +115 -58
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
- package/test/mariadb.v20170312.test.js +0 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,127 @@
|
|
|
1
|
+
# Release 4.0.459
|
|
2
|
+
|
|
3
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
4
|
+
|
|
5
|
+
### 第 37 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-10-13 06:28:02
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [HTTPListener](https://cloud.tencent.com/document/api/608/37023#HTTPListener)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ProxyId, GroupId
|
|
18
|
+
|
|
19
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
20
|
+
|
|
21
|
+
* 新增成员:ProxyId, GroupId
|
|
22
|
+
|
|
23
|
+
* [TCPListener](https://cloud.tencent.com/document/api/608/37023#TCPListener)
|
|
24
|
+
|
|
25
|
+
* 新增成员:ProxyId, GroupId
|
|
26
|
+
|
|
27
|
+
* [UDPListener](https://cloud.tencent.com/document/api/608/37023#UDPListener)
|
|
28
|
+
|
|
29
|
+
* 新增成员:ProxyId, GroupId
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
35
|
+
|
|
36
|
+
### 第 42 次发布
|
|
37
|
+
|
|
38
|
+
发布时间:2022-10-13 06:35:29
|
|
39
|
+
|
|
40
|
+
本次发布包含了以下内容:
|
|
41
|
+
|
|
42
|
+
改善已有的文档。
|
|
43
|
+
|
|
44
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
45
|
+
|
|
46
|
+
* DescribeDBResourceUsage
|
|
47
|
+
* DescribeDBResourceUsageDetails
|
|
48
|
+
|
|
49
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
50
|
+
|
|
51
|
+
* MonitorData
|
|
52
|
+
* ResourceUsageMonitorSet
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
57
|
+
|
|
58
|
+
### 第 5 次发布
|
|
59
|
+
|
|
60
|
+
发布时间:2022-10-12 19:31:50
|
|
61
|
+
|
|
62
|
+
本次发布包含了以下内容:
|
|
63
|
+
|
|
64
|
+
改善已有的文档。
|
|
65
|
+
|
|
66
|
+
修改接口:
|
|
67
|
+
|
|
68
|
+
* [CreateMerchant](https://cloud.tencent.com/document/api/1458/75027)
|
|
69
|
+
|
|
70
|
+
* 新增入参:CodeType, CodeUrl
|
|
71
|
+
|
|
72
|
+
* [DescribeMerchants](https://cloud.tencent.com/document/api/1458/75013)
|
|
73
|
+
|
|
74
|
+
* 新增入参:CodeType
|
|
75
|
+
|
|
76
|
+
* [ModifyMerchant](https://cloud.tencent.com/document/api/1458/75006)
|
|
77
|
+
|
|
78
|
+
* 新增入参:CodeType, CodeUrl
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
新增数据结构:
|
|
82
|
+
|
|
83
|
+
* [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
|
|
84
|
+
|
|
85
|
+
修改数据结构:
|
|
86
|
+
|
|
87
|
+
* [CodeBatch](https://cloud.tencent.com/document/api/1458/75030#CodeBatch)
|
|
88
|
+
|
|
89
|
+
* 新增成员:Job
|
|
90
|
+
|
|
91
|
+
* [Merchant](https://cloud.tencent.com/document/api/1458/75030#Merchant)
|
|
92
|
+
|
|
93
|
+
* 新增成员:CodeType, CodeUrl
|
|
94
|
+
|
|
95
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
96
|
+
|
|
97
|
+
* 新增成员:CustomId
|
|
98
|
+
|
|
99
|
+
* [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
|
|
100
|
+
|
|
101
|
+
* 新增成员:Ext
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
## 云点播(vod) 版本:2018-07-17
|
|
107
|
+
|
|
108
|
+
### 第 122 次发布
|
|
109
|
+
|
|
110
|
+
发布时间:2022-10-13 06:54:26
|
|
111
|
+
|
|
112
|
+
本次发布包含了以下内容:
|
|
113
|
+
|
|
114
|
+
改善已有的文档。
|
|
115
|
+
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/266/31773#MediaVideoStreamItem)
|
|
119
|
+
|
|
120
|
+
* 新增成员:CodecTag
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
1
125
|
# Release 4.0.458
|
|
2
126
|
|
|
3
127
|
## 品牌经营管家(bma) 版本:2021-06-24
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,54 +1,41 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 37 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-10-
|
|
7
|
+
发布时间:2022-10-13 06:28:02
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CreateCRUserVerify](https://cloud.tencent.com/document/api/1296/79150)
|
|
16
|
-
|
|
17
|
-
* <font color="#dd0000">**修改入参**:</font>VerificationCode
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
13
|
+
修改数据结构:
|
|
21
14
|
|
|
22
|
-
|
|
15
|
+
* [HTTPListener](https://cloud.tencent.com/document/api/608/37023#HTTPListener)
|
|
23
16
|
|
|
24
|
-
|
|
17
|
+
* 新增成员:ProxyId, GroupId
|
|
25
18
|
|
|
26
|
-
|
|
19
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
27
20
|
|
|
28
|
-
|
|
21
|
+
* 新增成员:ProxyId, GroupId
|
|
29
22
|
|
|
30
|
-
|
|
23
|
+
* [TCPListener](https://cloud.tencent.com/document/api/608/37023#TCPListener)
|
|
31
24
|
|
|
32
|
-
|
|
25
|
+
* 新增成员:ProxyId, GroupId
|
|
33
26
|
|
|
34
|
-
* [
|
|
35
|
-
* [DescribeBaselineItemList](https://cloud.tencent.com/document/api/296/81350)
|
|
36
|
-
* [StartBaselineDetect](https://cloud.tencent.com/document/api/296/81349)
|
|
37
|
-
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
27
|
+
* [UDPListener](https://cloud.tencent.com/document/api/608/37023#UDPListener)
|
|
38
28
|
|
|
39
|
-
|
|
29
|
+
* 新增成员:ProxyId, GroupId
|
|
40
30
|
|
|
41
|
-
* [BaselineDetectParam](https://cloud.tencent.com/document/api/296/19867#BaselineDetectParam)
|
|
42
|
-
* [BaselineItem](https://cloud.tencent.com/document/api/296/19867#BaselineItem)
|
|
43
|
-
* [BaselineItemDetect](https://cloud.tencent.com/document/api/296/19867#BaselineItemDetect)
|
|
44
31
|
|
|
45
32
|
|
|
46
33
|
|
|
47
34
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
48
35
|
|
|
49
|
-
### 第
|
|
36
|
+
### 第 42 次发布
|
|
50
37
|
|
|
51
|
-
发布时间:2022-10-
|
|
38
|
+
发布时间:2022-10-13 06:35:29
|
|
52
39
|
|
|
53
40
|
本次发布包含了以下内容:
|
|
54
41
|
|
|
@@ -56,88 +43,82 @@
|
|
|
56
43
|
|
|
57
44
|
<font color="#dd0000">**删除接口**:</font>
|
|
58
45
|
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
* DescribeSqlLogs
|
|
46
|
+
* DescribeDBResourceUsage
|
|
47
|
+
* DescribeDBResourceUsageDetails
|
|
62
48
|
|
|
63
49
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
64
50
|
|
|
65
|
-
*
|
|
66
|
-
*
|
|
51
|
+
* MonitorData
|
|
52
|
+
* ResourceUsageMonitorSet
|
|
67
53
|
|
|
68
54
|
|
|
69
55
|
|
|
70
|
-
##
|
|
56
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
71
57
|
|
|
72
|
-
### 第
|
|
58
|
+
### 第 5 次发布
|
|
73
59
|
|
|
74
|
-
发布时间:2022-10-12
|
|
60
|
+
发布时间:2022-10-12 19:31:50
|
|
75
61
|
|
|
76
62
|
本次发布包含了以下内容:
|
|
77
63
|
|
|
78
64
|
改善已有的文档。
|
|
79
65
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
* [UpdateEngineInternetAccess](https://cloud.tencent.com/document/api/1364/81352)
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
## 云点播(vod) 版本:2018-07-17
|
|
87
|
-
|
|
88
|
-
### 第 121 次发布
|
|
66
|
+
修改接口:
|
|
89
67
|
|
|
90
|
-
|
|
68
|
+
* [CreateMerchant](https://cloud.tencent.com/document/api/1458/75027)
|
|
91
69
|
|
|
92
|
-
|
|
70
|
+
* 新增入参:CodeType, CodeUrl
|
|
93
71
|
|
|
94
|
-
|
|
72
|
+
* [DescribeMerchants](https://cloud.tencent.com/document/api/1458/75013)
|
|
95
73
|
|
|
96
|
-
|
|
74
|
+
* 新增入参:CodeType
|
|
97
75
|
|
|
98
|
-
* [
|
|
76
|
+
* [ModifyMerchant](https://cloud.tencent.com/document/api/1458/75006)
|
|
99
77
|
|
|
100
|
-
*
|
|
78
|
+
* 新增入参:CodeType, CodeUrl
|
|
101
79
|
|
|
102
|
-
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#VideoTemplateInfoForUpdate)
|
|
103
80
|
|
|
104
|
-
|
|
81
|
+
新增数据结构:
|
|
105
82
|
|
|
83
|
+
* [Job](https://cloud.tencent.com/document/api/1458/75030#Job)
|
|
106
84
|
|
|
85
|
+
修改数据结构:
|
|
107
86
|
|
|
87
|
+
* [CodeBatch](https://cloud.tencent.com/document/api/1458/75030#CodeBatch)
|
|
108
88
|
|
|
109
|
-
|
|
89
|
+
* 新增成员:Job
|
|
110
90
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
发布时间:2022-10-12 07:10:28
|
|
91
|
+
* [Merchant](https://cloud.tencent.com/document/api/1458/75030#Merchant)
|
|
114
92
|
|
|
115
|
-
|
|
93
|
+
* 新增成员:CodeType, CodeUrl
|
|
116
94
|
|
|
117
|
-
|
|
95
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
118
96
|
|
|
119
|
-
|
|
97
|
+
* 新增成员:CustomId
|
|
120
98
|
|
|
121
|
-
* [
|
|
99
|
+
* [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
|
|
122
100
|
|
|
123
|
-
* 新增成员:
|
|
101
|
+
* 新增成员:Ext
|
|
124
102
|
|
|
125
103
|
|
|
126
104
|
|
|
127
105
|
|
|
128
|
-
##
|
|
106
|
+
## 云点播(vod) 版本:2018-07-17
|
|
129
107
|
|
|
130
|
-
### 第
|
|
108
|
+
### 第 122 次发布
|
|
131
109
|
|
|
132
|
-
发布时间:2022-10-
|
|
110
|
+
发布时间:2022-10-13 06:54:26
|
|
133
111
|
|
|
134
112
|
本次发布包含了以下内容:
|
|
135
113
|
|
|
136
114
|
改善已有的文档。
|
|
137
115
|
|
|
138
|
-
|
|
116
|
+
修改数据结构:
|
|
117
|
+
|
|
118
|
+
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/266/31773#MediaVideoStreamItem)
|
|
119
|
+
|
|
120
|
+
* 新增成员:CodecTag
|
|
139
121
|
|
|
140
|
-
* [CreateCustomFunction](https://cloud.tencent.com/document/api/1267/81354)
|
|
141
122
|
|
|
142
123
|
|
|
143
124
|
|
|
@@ -27866,16 +27847,16 @@
|
|
|
27866
27847
|
|
|
27867
27848
|
新增接口:
|
|
27868
27849
|
|
|
27869
|
-
* [
|
|
27870
|
-
* [
|
|
27871
|
-
* [
|
|
27872
|
-
* [
|
|
27850
|
+
* [DescribeBaselineItemDetectList](https://cloud.tencent.com/document/api/296/81351)
|
|
27851
|
+
* [DescribeBaselineItemList](https://cloud.tencent.com/document/api/296/81350)
|
|
27852
|
+
* [StartBaselineDetect](https://cloud.tencent.com/document/api/296/81349)
|
|
27853
|
+
* [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
|
|
27873
27854
|
|
|
27874
27855
|
新增数据结构:
|
|
27875
27856
|
|
|
27876
|
-
* [
|
|
27877
|
-
* [
|
|
27878
|
-
* [
|
|
27857
|
+
* [BaselineDetectParam](https://cloud.tencent.com/document/api/296/19867#BaselineDetectParam)
|
|
27858
|
+
* [BaselineItem](https://cloud.tencent.com/document/api/296/19867#BaselineItem)
|
|
27859
|
+
* [BaselineItemDetect](https://cloud.tencent.com/document/api/296/19867#BaselineItemDetect)
|
|
27879
27860
|
|
|
27880
27861
|
### 第 55 次发布
|
|
27881
27862
|
|
|
@@ -41241,6 +41222,33 @@
|
|
|
41241
41222
|
|
|
41242
41223
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
41243
41224
|
|
|
41225
|
+
### 第 37 次发布
|
|
41226
|
+
|
|
41227
|
+
发布时间:2022-10-13 06:28:02
|
|
41228
|
+
|
|
41229
|
+
本次发布包含了以下内容:
|
|
41230
|
+
|
|
41231
|
+
改善已有的文档。
|
|
41232
|
+
|
|
41233
|
+
修改数据结构:
|
|
41234
|
+
|
|
41235
|
+
* [HTTPListener](https://cloud.tencent.com/document/api/608/37023#HTTPListener)
|
|
41236
|
+
|
|
41237
|
+
* 新增成员:ProxyId, GroupId
|
|
41238
|
+
|
|
41239
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
41240
|
+
|
|
41241
|
+
* 新增成员:ProxyId, GroupId
|
|
41242
|
+
|
|
41243
|
+
* [TCPListener](https://cloud.tencent.com/document/api/608/37023#TCPListener)
|
|
41244
|
+
|
|
41245
|
+
* 新增成员:ProxyId, GroupId
|
|
41246
|
+
|
|
41247
|
+
* [UDPListener](https://cloud.tencent.com/document/api/608/37023#UDPListener)
|
|
41248
|
+
|
|
41249
|
+
* 新增成员:ProxyId, GroupId
|
|
41250
|
+
|
|
41251
|
+
|
|
41244
41252
|
### 第 36 次发布
|
|
41245
41253
|
|
|
41246
41254
|
发布时间:2022-09-01 06:29:26
|
|
@@ -52447,6 +52455,24 @@
|
|
|
52447
52455
|
|
|
52448
52456
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
52449
52457
|
|
|
52458
|
+
### 第 42 次发布
|
|
52459
|
+
|
|
52460
|
+
发布时间:2022-10-13 06:35:29
|
|
52461
|
+
|
|
52462
|
+
本次发布包含了以下内容:
|
|
52463
|
+
|
|
52464
|
+
改善已有的文档。
|
|
52465
|
+
|
|
52466
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
52467
|
+
|
|
52468
|
+
* DescribeDBResourceUsage
|
|
52469
|
+
* DescribeDBResourceUsageDetails
|
|
52470
|
+
|
|
52471
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
52472
|
+
|
|
52473
|
+
* MonitorData
|
|
52474
|
+
* ResourceUsageMonitorSet
|
|
52475
|
+
|
|
52450
52476
|
### 第 41 次发布
|
|
52451
52477
|
|
|
52452
52478
|
发布时间:2022-10-12 06:43:12
|
|
@@ -81970,6 +81996,52 @@
|
|
|
81970
81996
|
|
|
81971
81997
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
81972
81998
|
|
|
81999
|
+
### 第 5 次发布
|
|
82000
|
+
|
|
82001
|
+
发布时间:2022-10-12 19:31:50
|
|
82002
|
+
|
|
82003
|
+
本次发布包含了以下内容:
|
|
82004
|
+
|
|
82005
|
+
改善已有的文档。
|
|
82006
|
+
|
|
82007
|
+
修改接口:
|
|
82008
|
+
|
|
82009
|
+
* [CreateMerchant](https://cloud.tencent.com/document/api/1458/75027)
|
|
82010
|
+
|
|
82011
|
+
* 新增入参:CodeType, CodeUrl
|
|
82012
|
+
|
|
82013
|
+
* [DescribeMerchants](https://cloud.tencent.com/document/api/1458/75013)
|
|
82014
|
+
|
|
82015
|
+
* 新增入参:CodeType
|
|
82016
|
+
|
|
82017
|
+
* [ModifyMerchant](https://cloud.tencent.com/document/api/1458/75006)
|
|
82018
|
+
|
|
82019
|
+
* 新增入参:CodeType, CodeUrl
|
|
82020
|
+
|
|
82021
|
+
|
|
82022
|
+
新增数据结构:
|
|
82023
|
+
|
|
82024
|
+
* [[Job](https://cloud.tencent.com/document/api/1458/75030#Job)](https://cloud.tencent.com/document/api/1458/75030#[Job](https://cloud.tencent.com/document/api/1458/75030#Job))
|
|
82025
|
+
|
|
82026
|
+
修改数据结构:
|
|
82027
|
+
|
|
82028
|
+
* [CodeBatch](https://cloud.tencent.com/document/api/1458/75030#CodeBatch)
|
|
82029
|
+
|
|
82030
|
+
* 新增成员:Job
|
|
82031
|
+
|
|
82032
|
+
* [Merchant](https://cloud.tencent.com/document/api/1458/75030#Merchant)
|
|
82033
|
+
|
|
82034
|
+
* 新增成员:CodeType, CodeUrl
|
|
82035
|
+
|
|
82036
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
82037
|
+
|
|
82038
|
+
* 新增成员:CustomId
|
|
82039
|
+
|
|
82040
|
+
* [TraceItem](https://cloud.tencent.com/document/api/1458/75030#TraceItem)
|
|
82041
|
+
|
|
82042
|
+
* 新增成员:Ext
|
|
82043
|
+
|
|
82044
|
+
|
|
81973
82045
|
### 第 4 次发布
|
|
81974
82046
|
|
|
81975
82047
|
发布时间:2022-09-02 07:00:24
|
|
@@ -82796,7 +82868,7 @@
|
|
|
82796
82868
|
|
|
82797
82869
|
新增接口:
|
|
82798
82870
|
|
|
82799
|
-
* [
|
|
82871
|
+
* [UpdateEngineInternetAccess](https://cloud.tencent.com/document/api/1364/81352)
|
|
82800
82872
|
|
|
82801
82873
|
### 第 27 次发布
|
|
82802
82874
|
|
|
@@ -86045,6 +86117,21 @@
|
|
|
86045
86117
|
|
|
86046
86118
|
## 云点播(vod) 版本:2018-07-17
|
|
86047
86119
|
|
|
86120
|
+
### 第 122 次发布
|
|
86121
|
+
|
|
86122
|
+
发布时间:2022-10-13 06:54:26
|
|
86123
|
+
|
|
86124
|
+
本次发布包含了以下内容:
|
|
86125
|
+
|
|
86126
|
+
改善已有的文档。
|
|
86127
|
+
|
|
86128
|
+
修改数据结构:
|
|
86129
|
+
|
|
86130
|
+
* [MediaVideoStreamItem](https://cloud.tencent.com/document/api/266/31773#MediaVideoStreamItem)
|
|
86131
|
+
|
|
86132
|
+
* 新增成员:CodecTag
|
|
86133
|
+
|
|
86134
|
+
|
|
86048
86135
|
### 第 121 次发布
|
|
86049
86136
|
|
|
86050
86137
|
发布时间:2022-10-12 07:06:19
|
|
@@ -92857,7 +92944,7 @@
|
|
|
92857
92944
|
|
|
92858
92945
|
新增接口:
|
|
92859
92946
|
|
|
92860
|
-
* [
|
|
92947
|
+
* [CreateCustomFunction](https://cloud.tencent.com/document/api/1267/81354)
|
|
92861
92948
|
|
|
92862
92949
|
### 第 6 次发布
|
|
92863
92950
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
34
34
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
35
35
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-09-23 06:11:49 |
|
|
36
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-
|
|
36
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-10-13 06:12:01 |
|
|
37
37
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
|
|
38
38
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
39
39
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
57
57
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
58
58
|
| cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-28 17:57:07 |
|
|
59
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
59
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-10-13 06:17:18 |
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
61
61
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
96
96
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
97
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-
|
|
97
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-10-13 06:28:02 |
|
|
98
98
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-09-15 06:25:14 |
|
|
99
99
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
100
100
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-08-19 06:23:23 |
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-23 06:36:42 |
|
|
123
123
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
124
124
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
125
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-
|
|
125
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-10-13 06:35:29 |
|
|
126
126
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
|
|
127
127
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
|
|
128
128
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-09-19 06:43:11 |
|
|
147
147
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-09-19 06:43:24 |
|
|
148
148
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
|
|
149
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-
|
|
149
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-10-13 06:40:54 |
|
|
150
150
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
151
151
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
152
152
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-08-17 06:36:01 |
|
|
159
159
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
|
|
160
160
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
161
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-10-
|
|
161
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-10-13 06:43:00 |
|
|
162
162
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
163
163
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-09-08 06:38:47 |
|
|
164
164
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
200
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
201
201
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
202
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-
|
|
202
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-10-12 19:31:50 |
|
|
203
203
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-28 06:58:25 |
|
|
204
204
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-10-12 07:03:55 |
|
|
205
205
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-10-11 07:02:55 |
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
209
209
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-09-16 06:48:14 |
|
|
210
210
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
211
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-
|
|
211
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-10-13 06:54:26 |
|
|
212
212
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-10-10 06:50:01 |
|
|
213
213
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
214
214
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.459"
|
|
@@ -834,29 +834,13 @@ export interface DescribeCaptchaResultRequest {
|
|
|
834
834
|
export interface DescribeCaptchaResultResponse {
|
|
835
835
|
/**
|
|
836
836
|
* 1 OK 验证通过
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
13 verify ip no match ip不匹配,非法请求,可能存在不规范接入
|
|
845
|
-
15 decrypt fail 验证码签名解密失败,票据校验失败,请检查Ticket票据是否与前端返回Ticket一致
|
|
846
|
-
16 appid no match 验证码强校验appid错误,前端代码 data-appid 和后端 CaptchaAppId 所填写的值,必须和 验证码控制台 中【验证详情】>【基础配置】内的 AppID 一致,请检查CaptchaAppId是否为控制台基础配置界面系统分配的APPID
|
|
847
|
-
17 cmd no much 验证码系统命令不匹配
|
|
848
|
-
18 uin no match 号码不匹配
|
|
849
|
-
19 seq redirect 重定向验证
|
|
850
|
-
20 opt no vcode 操作使用pt免验证码校验错误
|
|
851
|
-
21 diff 差别,验证错误
|
|
852
|
-
该情况出现原因一般为,当验证码前端生成terror格式票据并进行后端票据校验时,用户网络较差,该情况下仍会返回可用票据,业务侧可以自行根据需要,进行票据生成或做其他处理。详情参见 [验证码Web前端接入-异常处理文档](https://cloud.tencent.com/document/product/1110/36841#.E5.BC.82.E5.B8.B8.E5.A4.84.E7.90.86)。
|
|
853
|
-
22 captcha type not match 验证码类型与拉取时不一致
|
|
854
|
-
23 verify type error 验证类型错误
|
|
855
|
-
24 invalid pkg 非法请求包
|
|
856
|
-
25 bad visitor 策略拦截
|
|
857
|
-
26 system busy 系统内部错误
|
|
858
|
-
100 param err appsecretkey 参数校验错误,CaptchaAppId 与对应 AppSecretKey 不一致,需检查 AppSecretKey 参数是否有误。其中 CaptchaAppId、 AppSecretKey 在 验证码控制台 的【验证详情】>【基础配置】中获取
|
|
859
|
-
104 Ticket Reuse 票据重复使用,同个票据验证多次,请重新生成Randstr、Ticket进行校验
|
|
837
|
+
7 captcha no match 传入的Randstr不合法,请检查Randstr是否与前端返回的Randstr一致
|
|
838
|
+
8 ticket expired 传入的Ticket已过期(Ticket有效期5分钟),请重新生成Ticket、Randstr进行校验
|
|
839
|
+
9 ticket reused 传入的Ticket被重复使用,请重新生成Ticket、Randstr进行校验
|
|
840
|
+
15 decrypt fail 传入的Ticket不合法,请检查Ticket是否与前端返回的Ticket一致
|
|
841
|
+
16 appid-ticket mismatch 传入的CaptchaAppId错误,请检查CaptchaAppId是否与前端传入的CaptchaAppId一致,并且保障CaptchaAppId是从验证码控制台【验证管理】->【基础配置】中获取
|
|
842
|
+
21 diff 票据校验异常,可能的原因是(1)若Ticket包含terror前缀,一般是由于用户网络较差,导致前端自动容灾,而生成了容灾票据,业务侧可根据需要进行跳过或二次处理。(2)若Ticket不包含terror前缀,则是由于验证码风控系统发现请求有安全风险,业务侧可根据需要进行拦截。
|
|
843
|
+
100 appid-secretkey-ticket mismatch 参数校验错误,(1)请检查CaptchaAppId与AppSecretKey是否正确,CaptchaAppId、AppSecretKey需要在验证码控制台【验证管理】>【基础配置】中获取(2)请检查传入的Ticket是否由传入的CaptchaAppId生成
|
|
860
844
|
*/
|
|
861
845
|
CaptchaCode: number
|
|
862
846
|
|