tencentcloud-sdk-nodejs-ssl 4.0.461 → 4.0.462
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 +155 -0
- package/SERVICE_CHANGELOG.md +252 -172
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/services/ssl/v20191205/ssl_client.ts +15 -1
- package/src/services/ssl/v20191205/ssl_models.ts +191 -6
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +159 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,158 @@
|
|
|
1
|
+
# Release 4.0.462
|
|
2
|
+
|
|
3
|
+
## 验证码(captcha) 版本:2019-07-22
|
|
4
|
+
|
|
5
|
+
### 第 11 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-10-18 06:13:00
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [GetTotalTicketStatistics](https://cloud.tencent.com/document/api/1110/81517)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
20
|
+
|
|
21
|
+
### 第 4 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-10-18 06:36:52
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
新增接口:
|
|
30
|
+
|
|
31
|
+
* [DeleteRoom](https://cloud.tencent.com/document/api/1639/81518)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
36
|
+
|
|
37
|
+
### 第 57 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2022-10-18 06:44:04
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
修改接口:
|
|
46
|
+
|
|
47
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/239/20018)
|
|
48
|
+
|
|
49
|
+
* 新增入参:AzMode
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## 证书(ssl) 版本:2019-12-05
|
|
55
|
+
|
|
56
|
+
### 第 20 次发布
|
|
57
|
+
|
|
58
|
+
发布时间:2022-10-18 06:47:25
|
|
59
|
+
|
|
60
|
+
本次发布包含了以下内容:
|
|
61
|
+
|
|
62
|
+
改善已有的文档。
|
|
63
|
+
|
|
64
|
+
新增接口:
|
|
65
|
+
|
|
66
|
+
* [DescribePackages](https://cloud.tencent.com/document/api/400/81519)
|
|
67
|
+
|
|
68
|
+
新增数据结构:
|
|
69
|
+
|
|
70
|
+
* [PackageInfo](https://cloud.tencent.com/document/api/400/41679#PackageInfo)
|
|
71
|
+
* [PackageTransferOutInfo](https://cloud.tencent.com/document/api/400/41679#PackageTransferOutInfo)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
76
|
+
|
|
77
|
+
### 第 125 次发布
|
|
78
|
+
|
|
79
|
+
发布时间:2022-10-18 06:55:58
|
|
80
|
+
|
|
81
|
+
本次发布包含了以下内容:
|
|
82
|
+
|
|
83
|
+
改善已有的文档。
|
|
84
|
+
|
|
85
|
+
修改接口:
|
|
86
|
+
|
|
87
|
+
* [DescribeClusterAuthenticationOptions](https://cloud.tencent.com/document/api/457/62278)
|
|
88
|
+
|
|
89
|
+
* 新增出参:OIDCConfig
|
|
90
|
+
|
|
91
|
+
* [ModifyClusterAuthenticationOptions](https://cloud.tencent.com/document/api/457/62277)
|
|
92
|
+
|
|
93
|
+
* 新增入参:OIDCConfig
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
新增数据结构:
|
|
97
|
+
|
|
98
|
+
* [OIDCConfigAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#OIDCConfigAuthenticationOptions)
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
103
|
+
|
|
104
|
+
### 第 8 次发布
|
|
105
|
+
|
|
106
|
+
发布时间:2022-10-17 22:02:42
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
新增接口:
|
|
113
|
+
|
|
114
|
+
* [DescribeTmpToken](https://cloud.tencent.com/document/api/1458/81515)
|
|
115
|
+
|
|
116
|
+
修改接口:
|
|
117
|
+
|
|
118
|
+
* [CreateCustomPack](https://cloud.tencent.com/document/api/1458/81464)
|
|
119
|
+
|
|
120
|
+
* 新增入参:CodeParts
|
|
121
|
+
|
|
122
|
+
* [DescribeCodePackStatus](https://cloud.tencent.com/document/api/1458/81457)
|
|
123
|
+
|
|
124
|
+
* 新增出参:Status
|
|
125
|
+
|
|
126
|
+
* [DescribeCodePackUrl](https://cloud.tencent.com/document/api/1458/81456)
|
|
127
|
+
|
|
128
|
+
* 新增出参:ImgUrl, FileKey
|
|
129
|
+
|
|
130
|
+
* [DescribeCodePacks](https://cloud.tencent.com/document/api/1458/75016)
|
|
131
|
+
|
|
132
|
+
* 新增出参:CodePacks, TotalCount
|
|
133
|
+
|
|
134
|
+
* [DescribeJobFileUrl](https://cloud.tencent.com/document/api/1458/81455)
|
|
135
|
+
|
|
136
|
+
* 新增出参:Url
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
新增数据结构:
|
|
140
|
+
|
|
141
|
+
* [CodePack](https://cloud.tencent.com/document/api/1458/75030#CodePack)
|
|
142
|
+
|
|
143
|
+
修改数据结构:
|
|
144
|
+
|
|
145
|
+
* [PackSpec](https://cloud.tencent.com/document/api/1458/75030#PackSpec)
|
|
146
|
+
|
|
147
|
+
* 新增成员:CodeParts
|
|
148
|
+
|
|
149
|
+
* [TraceData](https://cloud.tencent.com/document/api/1458/75030#TraceData)
|
|
150
|
+
|
|
151
|
+
* 新增成员:PhaseData, Status
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
1
156
|
# Release 4.0.461
|
|
2
157
|
|
|
3
158
|
## 品牌经营管家(bma) 版本:2021-06-24
|