tencentcloud-sdk-nodejs-cynosdb 4.0.605 → 4.0.606
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 +201 -0
- package/SERVICE_CHANGELOG.md +254 -91
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +772 -479
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1407 -234
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +249 -153
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +372 -228
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1189 -193
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,204 @@
|
|
1
|
+
# Release 4.0.606
|
2
|
+
|
3
|
+
## 云服务器(cvm) 版本:2017-03-12
|
4
|
+
|
5
|
+
### 第 109 次发布
|
6
|
+
|
7
|
+
发布时间:2023-05-25 01:20:37
|
8
|
+
|
9
|
+
本次发布包含了以下内容:
|
10
|
+
|
11
|
+
改善已有的文档。
|
12
|
+
|
13
|
+
修改数据结构:
|
14
|
+
|
15
|
+
* [InstanceTypeConfig](https://cloud.tencent.com/document/api/213/15753#InstanceTypeConfig)
|
16
|
+
|
17
|
+
* 新增成员:GpuCount
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
23
|
+
|
24
|
+
### 第 53 次发布
|
25
|
+
|
26
|
+
发布时间:2023-05-25 01:27:43
|
27
|
+
|
28
|
+
本次发布包含了以下内容:
|
29
|
+
|
30
|
+
改善已有的文档。
|
31
|
+
|
32
|
+
新增接口:
|
33
|
+
|
34
|
+
* [CloseClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92724)
|
35
|
+
* [CloseWan](https://cloud.tencent.com/document/api/1003/92737)
|
36
|
+
* [CopyClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92723)
|
37
|
+
* [CreateClusterDatabase](https://cloud.tencent.com/document/api/1003/92736)
|
38
|
+
* [CreateParamTemplate](https://cloud.tencent.com/document/api/1003/92731)
|
39
|
+
* [DeleteAccounts](https://cloud.tencent.com/document/api/1003/92718)
|
40
|
+
* [DeleteClusterDatabase](https://cloud.tencent.com/document/api/1003/92735)
|
41
|
+
* [DeleteParamTemplate](https://cloud.tencent.com/document/api/1003/92730)
|
42
|
+
* [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/1003/92717)
|
43
|
+
* [DescribeClusterDetailDatabases](https://cloud.tencent.com/document/api/1003/92734)
|
44
|
+
* [DescribeClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92722)
|
45
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1003/92729)
|
46
|
+
* [DescribeParamTemplateDetail](https://cloud.tencent.com/document/api/1003/92728)
|
47
|
+
* [ModifyAccountDescription](https://cloud.tencent.com/document/api/1003/92716)
|
48
|
+
* [ModifyAccountHost](https://cloud.tencent.com/document/api/1003/92715)
|
49
|
+
* [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/1003/92714)
|
50
|
+
* [ModifyBinlogSaveDays](https://cloud.tencent.com/document/api/1003/92725)
|
51
|
+
* [ModifyClusterDatabase](https://cloud.tencent.com/document/api/1003/92733)
|
52
|
+
* [ModifyClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92721)
|
53
|
+
* [ModifyInstanceParam](https://cloud.tencent.com/document/api/1003/92727)
|
54
|
+
* [ModifyParamTemplate](https://cloud.tencent.com/document/api/1003/92726)
|
55
|
+
* [OpenClusterPasswordComplexity](https://cloud.tencent.com/document/api/1003/92720)
|
56
|
+
* [OpenWan](https://cloud.tencent.com/document/api/1003/92732)
|
57
|
+
* [UpgradeClusterVersion](https://cloud.tencent.com/document/api/1003/92719)
|
58
|
+
|
59
|
+
新增数据结构:
|
60
|
+
|
61
|
+
* [DbInfo](https://cloud.tencent.com/document/api/1003/48097#DbInfo)
|
62
|
+
* [InstanceParamItem](https://cloud.tencent.com/document/api/1003/48097#InstanceParamItem)
|
63
|
+
* [ParamDetail](https://cloud.tencent.com/document/api/1003/48097#ParamDetail)
|
64
|
+
* [ParamItemDetail](https://cloud.tencent.com/document/api/1003/48097#ParamItemDetail)
|
65
|
+
* [UserHostPrivilege](https://cloud.tencent.com/document/api/1003/48097#UserHostPrivilege)
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
70
|
+
|
71
|
+
### 第 67 次发布
|
72
|
+
|
73
|
+
发布时间:2023-05-25 01:35:47
|
74
|
+
|
75
|
+
本次发布包含了以下内容:
|
76
|
+
|
77
|
+
改善已有的文档。
|
78
|
+
|
79
|
+
修改接口:
|
80
|
+
|
81
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
82
|
+
|
83
|
+
* 新增入参:ExpiredTime
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
89
|
+
|
90
|
+
### 第 79 次发布
|
91
|
+
|
92
|
+
发布时间:2023-05-25 01:36:12
|
93
|
+
|
94
|
+
本次发布包含了以下内容:
|
95
|
+
|
96
|
+
改善已有的文档。
|
97
|
+
|
98
|
+
修改接口:
|
99
|
+
|
100
|
+
* [ChannelCreateUserRoles](https://cloud.tencent.com/document/api/1420/89389)
|
101
|
+
|
102
|
+
* <font color="#dd0000">**修改入参**:</font>Operator
|
103
|
+
|
104
|
+
* [ChannelDeleteRoleUsers](https://cloud.tencent.com/document/api/1420/89388)
|
105
|
+
|
106
|
+
* <font color="#dd0000">**修改入参**:</font>Operator
|
107
|
+
|
108
|
+
* [ChannelDescribeRoles](https://cloud.tencent.com/document/api/1420/89387)
|
109
|
+
|
110
|
+
* <font color="#dd0000">**修改入参**:</font>Operator
|
111
|
+
|
112
|
+
|
113
|
+
修改数据结构:
|
114
|
+
|
115
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
116
|
+
|
117
|
+
* 新增成员:NeedCreateReview
|
118
|
+
|
119
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1420/61525#FlowDetailInfo)
|
120
|
+
|
121
|
+
* 新增成员:NeedCreateReview
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
|
126
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
## 文字识别(ocr) 版本:2018-11-19
|
131
|
+
|
132
|
+
### 第 100 次发布
|
133
|
+
|
134
|
+
发布时间:2023-05-25 01:49:38
|
135
|
+
|
136
|
+
本次发布包含了以下内容:
|
137
|
+
|
138
|
+
改善已有的文档。
|
139
|
+
|
140
|
+
修改数据结构:
|
141
|
+
|
142
|
+
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
143
|
+
|
144
|
+
* 新增成员:VehicleType, VehicleBrand, DeparturePlace, ArrivalPlace, TransportItemsName, ConstructionPlace, ConstructionName
|
145
|
+
|
146
|
+
|
147
|
+
|
148
|
+
|
149
|
+
## 云点播(vod) 版本:2018-07-17
|
150
|
+
|
151
|
+
### 第 155 次发布
|
152
|
+
|
153
|
+
发布时间:2023-05-25 02:08:29
|
154
|
+
|
155
|
+
本次发布包含了以下内容:
|
156
|
+
|
157
|
+
改善已有的文档。
|
158
|
+
|
159
|
+
修改接口:
|
160
|
+
|
161
|
+
* [CreateRoundPlay](https://cloud.tencent.com/document/api/266/86175)
|
162
|
+
|
163
|
+
* 新增入参:PlayBackMode
|
164
|
+
|
165
|
+
* [ModifyRoundPlay](https://cloud.tencent.com/document/api/266/86172)
|
166
|
+
|
167
|
+
* 新增入参:Status, PlayBackMode
|
168
|
+
|
169
|
+
|
170
|
+
修改数据结构:
|
171
|
+
|
172
|
+
* [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
|
173
|
+
|
174
|
+
* 新增成员:Status, PlayBackMode, Url
|
175
|
+
|
176
|
+
|
177
|
+
|
178
|
+
|
179
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
180
|
+
|
181
|
+
### 第 15 次发布
|
182
|
+
|
183
|
+
发布时间:2023-05-25 02:13:42
|
184
|
+
|
185
|
+
本次发布包含了以下内容:
|
186
|
+
|
187
|
+
改善已有的文档。
|
188
|
+
|
189
|
+
修改接口:
|
190
|
+
|
191
|
+
* [BatchDescribeKTVMusicDetails](https://cloud.tencent.com/document/api/1592/76190)
|
192
|
+
|
193
|
+
* 新增入参:GuestUserId, RoomId
|
194
|
+
|
195
|
+
* [RechargeLiveVip](https://cloud.tencent.com/document/api/1592/88705)
|
196
|
+
|
197
|
+
* 新增入参:GiveType, PlayScene
|
198
|
+
|
199
|
+
|
200
|
+
|
201
|
+
|
1
202
|
# Release 4.0.605
|
2
203
|
|
3
204
|
## 费用中心(billing) 版本:2018-07-09
|