tencentcloud-sdk-nodejs 4.0.588 → 4.0.589
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 +222 -0
- package/SERVICE_CHANGELOG.md +297 -107
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +9 -2
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +22 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +1 -1
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +6 -0
- package/src/services/nlp/v20190408/nlp_client.ts +159 -55
- package/src/services/nlp/v20190408/nlp_models.ts +991 -495
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +4 -4
- package/src/services/redis/v20180412/redis_models.ts +3 -6
- package/src/services/rum/v20210622/rum_models.ts +13 -2
- package/src/services/teo/v20220901/teo_client.ts +46 -8
- package/src/services/teo/v20220901/teo_models.ts +307 -171
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +16 -6
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +19 -7
- package/src/services/vpc/v20170312/vpc_models.ts +30 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +18 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +5 -0
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +38 -6
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +54 -6
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +946 -517
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -6
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +13 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +18 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +272 -154
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +14 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +10 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +26 -0
- package/test/nlp.v20190408.test.js +82 -2
- package/test/teo.v20220901.test.js +30 -0
- package/test/vpc.v20170312.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,225 @@
|
|
|
1
|
+
# Release 4.0.589
|
|
2
|
+
|
|
3
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 49 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-04-26 01:07:08
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Disk](https://cloud.tencent.com/document/api/362/15669#Disk)
|
|
16
|
+
|
|
17
|
+
* 新增成员:BurstPerformance
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
23
|
+
|
|
24
|
+
### 第 16 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2023-04-26 01:20:43
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [RollbackSnapshot](https://cloud.tencent.com/document/api/1427/83174)
|
|
35
|
+
|
|
36
|
+
* 新增入参:RecordList
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
修改数据结构:
|
|
40
|
+
|
|
41
|
+
* [DomainAliasInfo](https://cloud.tencent.com/document/api/1427/56185#DomainAliasInfo)
|
|
42
|
+
|
|
43
|
+
* 新增成员:Status
|
|
44
|
+
|
|
45
|
+
* [SnapshotRecord](https://cloud.tencent.com/document/api/1427/56185#SnapshotRecord)
|
|
46
|
+
|
|
47
|
+
* 新增成员:Weight, Reason
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
53
|
+
|
|
54
|
+
### 第 18 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2023-04-26 01:30:49
|
|
57
|
+
|
|
58
|
+
本次发布包含了以下内容:
|
|
59
|
+
|
|
60
|
+
改善已有的文档。
|
|
61
|
+
|
|
62
|
+
修改数据结构:
|
|
63
|
+
|
|
64
|
+
* [RecordPlanItem](https://cloud.tencent.com/document/api/1361/53754#RecordPlanItem)
|
|
65
|
+
|
|
66
|
+
* 新增成员:RecordStorageTime
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## NLP服务(nlp) 版本:2019-04-08
|
|
72
|
+
|
|
73
|
+
### 第 17 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2023-04-25 13:40:49
|
|
76
|
+
|
|
77
|
+
本次发布包含了以下内容:
|
|
78
|
+
|
|
79
|
+
改善已有的文档。
|
|
80
|
+
|
|
81
|
+
新增接口:
|
|
82
|
+
|
|
83
|
+
* [EvaluateSentenceSimilarity](https://cloud.tencent.com/document/api/271/90613)
|
|
84
|
+
* [EvaluateWordSimilarity](https://cloud.tencent.com/document/api/271/90612)
|
|
85
|
+
* [GenerateKeywordSentence](https://cloud.tencent.com/document/api/271/90608)
|
|
86
|
+
* [ParseWords](https://cloud.tencent.com/document/api/271/90611)
|
|
87
|
+
* [RetrieveSimilarWords](https://cloud.tencent.com/document/api/271/90610)
|
|
88
|
+
* [SentenceCorrection](https://cloud.tencent.com/document/api/271/90607)
|
|
89
|
+
* [TextEmbellish](https://cloud.tencent.com/document/api/271/90606)
|
|
90
|
+
* [TextWriting](https://cloud.tencent.com/document/api/271/90605)
|
|
91
|
+
|
|
92
|
+
新增数据结构:
|
|
93
|
+
|
|
94
|
+
* [BasicParticiple](https://cloud.tencent.com/document/api/271/35511#BasicParticiple)
|
|
95
|
+
* [CompoundParticiple](https://cloud.tencent.com/document/api/271/35511#CompoundParticiple)
|
|
96
|
+
* [CorrectionItem](https://cloud.tencent.com/document/api/271/35511#CorrectionItem)
|
|
97
|
+
* [Embellish](https://cloud.tencent.com/document/api/271/35511#Embellish)
|
|
98
|
+
* [Entity](https://cloud.tencent.com/document/api/271/35511#Entity)
|
|
99
|
+
* [KeywordSentence](https://cloud.tencent.com/document/api/271/35511#KeywordSentence)
|
|
100
|
+
* [SentencePair](https://cloud.tencent.com/document/api/271/35511#SentencePair)
|
|
101
|
+
* [Writing](https://cloud.tencent.com/document/api/271/35511#Writing)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
106
|
+
|
|
107
|
+
### 第 26 次发布
|
|
108
|
+
|
|
109
|
+
发布时间:2023-04-26 01:43:23
|
|
110
|
+
|
|
111
|
+
本次发布包含了以下内容:
|
|
112
|
+
|
|
113
|
+
改善已有的文档。
|
|
114
|
+
|
|
115
|
+
修改接口:
|
|
116
|
+
|
|
117
|
+
* [CreateTawInstance](https://cloud.tencent.com/document/api/1464/69244)
|
|
118
|
+
|
|
119
|
+
* 新增入参:InstanceType
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
修改数据结构:
|
|
123
|
+
|
|
124
|
+
* [RumInstanceInfo](https://cloud.tencent.com/document/api/1464/61476#RumInstanceInfo)
|
|
125
|
+
|
|
126
|
+
* 新增成员:InstanceType
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
132
|
+
|
|
133
|
+
### 第 40 次发布
|
|
134
|
+
|
|
135
|
+
发布时间:2023-04-26 01:54:26
|
|
136
|
+
|
|
137
|
+
本次发布包含了以下内容:
|
|
138
|
+
|
|
139
|
+
改善已有的文档。
|
|
140
|
+
|
|
141
|
+
修改接口:
|
|
142
|
+
|
|
143
|
+
* [CreateApplicationProxy](https://cloud.tencent.com/document/api/1552/80694)
|
|
144
|
+
|
|
145
|
+
* 新增入参:AccelerateMainland
|
|
146
|
+
|
|
147
|
+
* [ModifyApplicationProxy](https://cloud.tencent.com/document/api/1552/80689)
|
|
148
|
+
|
|
149
|
+
* 新增入参:AccelerateMainland
|
|
150
|
+
|
|
151
|
+
* [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
|
|
152
|
+
|
|
153
|
+
* 新增入参:ImageOptimize
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
新增数据结构:
|
|
157
|
+
|
|
158
|
+
* [AccelerateMainland](https://cloud.tencent.com/document/api/1552/80721#AccelerateMainland)
|
|
159
|
+
|
|
160
|
+
### 第 39 次发布
|
|
161
|
+
|
|
162
|
+
发布时间:2023-04-25 19:50:56
|
|
163
|
+
|
|
164
|
+
本次发布包含了以下内容:
|
|
165
|
+
|
|
166
|
+
改善已有的文档。
|
|
167
|
+
|
|
168
|
+
新增接口:
|
|
169
|
+
|
|
170
|
+
* [CreateSecurityIPGroup](https://cloud.tencent.com/document/api/1552/90651)
|
|
171
|
+
* [DeleteSecurityIPGroup](https://cloud.tencent.com/document/api/1552/90650)
|
|
172
|
+
* [ModifySecurityIPGroup](https://cloud.tencent.com/document/api/1552/90649)
|
|
173
|
+
|
|
174
|
+
新增数据结构:
|
|
175
|
+
|
|
176
|
+
* [IPGroup](https://cloud.tencent.com/document/api/1552/80721#IPGroup)
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
185
|
+
|
|
186
|
+
### 第 148 次发布
|
|
187
|
+
|
|
188
|
+
发布时间:2023-04-26 01:57:54
|
|
189
|
+
|
|
190
|
+
本次发布包含了以下内容:
|
|
191
|
+
|
|
192
|
+
改善已有的文档。
|
|
193
|
+
|
|
194
|
+
修改接口:
|
|
195
|
+
|
|
196
|
+
* [CreateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74868)
|
|
197
|
+
|
|
198
|
+
* 新增入参:TagSpecification
|
|
199
|
+
|
|
200
|
+
* [DescribeTKEEdgeClusterCredential](https://cloud.tencent.com/document/api/457/74859)
|
|
201
|
+
|
|
202
|
+
* 新增出参:UnitCluster
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
208
|
+
|
|
209
|
+
### 第 151 次发布
|
|
210
|
+
|
|
211
|
+
发布时间:2023-04-26 02:02:58
|
|
212
|
+
|
|
213
|
+
本次发布包含了以下内容:
|
|
214
|
+
|
|
215
|
+
改善已有的文档。
|
|
216
|
+
|
|
217
|
+
新增接口:
|
|
218
|
+
|
|
219
|
+
* [GenerateVpnConnectionDefaultHealthCheckIp](https://cloud.tencent.com/document/api/215/90654)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
1
223
|
# Release 4.0.588
|
|
2
224
|
|
|
3
225
|
## 费用中心(billing) 版本:2018-07-09
|