tencentcloud-sdk-nodejs-tem 4.0.449 → 4.0.451
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 +273 -0
- package/SERVICE_CHANGELOG.md +290 -107
- package/package.json +1 -1
- package/products.md +18 -17
- package/src/services/tem/v20210701/tem_client.ts +59 -11
- package/src/services/tem/v20210701/tem_models.ts +265 -102
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +19 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +27 -3
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +233 -94
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,276 @@
|
|
|
1
|
+
# Release 4.0.451
|
|
2
|
+
|
|
3
|
+
## 账号风控平台(ciam) 版本:2022-03-31
|
|
4
|
+
|
|
5
|
+
### 第 8 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-09-27 06:14:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1441/75642)
|
|
16
|
+
|
|
17
|
+
* 新增入参:IndexedAttribute1, IndexedAttribute2, IndexedAttribute3, IndexedAttribute4, IndexedAttribute5
|
|
18
|
+
|
|
19
|
+
* [DescribeUser](https://cloud.tencent.com/document/api/1441/77525)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Sort
|
|
22
|
+
|
|
23
|
+
* [UpdateUser](https://cloud.tencent.com/document/api/1441/75635)
|
|
24
|
+
|
|
25
|
+
* 新增入参:IndexedAttribute1, IndexedAttribute2, IndexedAttribute3, IndexedAttribute4, IndexedAttribute5
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
新增数据结构:
|
|
29
|
+
|
|
30
|
+
* [Sort](https://cloud.tencent.com/document/api/1441/75643#Sort)
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
|
|
35
|
+
|
|
36
|
+
* 新增成员:IndexedAttribute1, IndexedAttribute2, IndexedAttribute3, IndexedAttribute4, IndexedAttribute5
|
|
37
|
+
|
|
38
|
+
* [QueryUserFilter](https://cloud.tencent.com/document/api/1441/75643#QueryUserFilter)
|
|
39
|
+
|
|
40
|
+
* 新增成员:OperateLogic
|
|
41
|
+
|
|
42
|
+
* [User](https://cloud.tencent.com/document/api/1441/75643#User)
|
|
43
|
+
|
|
44
|
+
* 新增成员:IndexedAttribute1, IndexedAttribute2, IndexedAttribute3, IndexedAttribute4, IndexedAttribute5
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
50
|
+
|
|
51
|
+
### 第 86 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2022-09-27 06:17:24
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
新增接口:
|
|
60
|
+
|
|
61
|
+
* [QueryFinancialDataUrl](https://cloud.tencent.com/document/api/1122/81046)
|
|
62
|
+
|
|
63
|
+
修改数据结构:
|
|
64
|
+
|
|
65
|
+
* [PaymentOrderResult](https://cloud.tencent.com/document/api/1122/40683#PaymentOrderResult)
|
|
66
|
+
|
|
67
|
+
* 新增成员:ChannelOrderId
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
73
|
+
|
|
74
|
+
### 第 26 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2022-09-27 06:36:12
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改数据结构:
|
|
83
|
+
|
|
84
|
+
* [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
|
|
85
|
+
|
|
86
|
+
* 新增成员:IsNeedManageNode
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
92
|
+
|
|
93
|
+
### 第 30 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-09-27 06:45:31
|
|
96
|
+
|
|
97
|
+
本次发布包含了以下内容:
|
|
98
|
+
|
|
99
|
+
改善已有的文档。
|
|
100
|
+
|
|
101
|
+
新增接口:
|
|
102
|
+
|
|
103
|
+
* [CreateApplicationService](https://cloud.tencent.com/document/api/1371/81051)
|
|
104
|
+
* [DeleteApplicationService](https://cloud.tencent.com/document/api/1371/81050)
|
|
105
|
+
* [DescribeApplicationServiceList](https://cloud.tencent.com/document/api/1371/81049)
|
|
106
|
+
* [ModifyApplicationService](https://cloud.tencent.com/document/api/1371/81048)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 腾讯云微服务引擎(tse) 版本:2020-12-07
|
|
115
|
+
|
|
116
|
+
### 第 27 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2022-09-27 06:48:42
|
|
119
|
+
|
|
120
|
+
本次发布包含了以下内容:
|
|
121
|
+
|
|
122
|
+
改善已有的文档。
|
|
123
|
+
|
|
124
|
+
修改接口:
|
|
125
|
+
|
|
126
|
+
* [DescribeCloudNativeAPIGatewayNodes](https://cloud.tencent.com/document/api/1364/78800)
|
|
127
|
+
|
|
128
|
+
* 新增入参:GroupId
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
# Release 4.0.450
|
|
134
|
+
|
|
135
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
136
|
+
|
|
137
|
+
### 第 4 次发布
|
|
138
|
+
|
|
139
|
+
发布时间:2022-09-26 06:16:02
|
|
140
|
+
|
|
141
|
+
本次发布包含了以下内容:
|
|
142
|
+
|
|
143
|
+
改善已有的文档。
|
|
144
|
+
|
|
145
|
+
修改数据结构:
|
|
146
|
+
|
|
147
|
+
* [TaskListItem](https://cloud.tencent.com/document/api/1500/71784#TaskListItem)
|
|
148
|
+
|
|
149
|
+
* 新增成员:TaskPreCheckStatus, TaskPreCheckSuccess
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## Elasticsearch Service(es) 版本:2018-04-16
|
|
155
|
+
|
|
156
|
+
### 第 36 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2022-09-26 06:30:30
|
|
159
|
+
|
|
160
|
+
本次发布包含了以下内容:
|
|
161
|
+
|
|
162
|
+
改善已有的文档。
|
|
163
|
+
|
|
164
|
+
修改数据结构:
|
|
165
|
+
|
|
166
|
+
* [TaskDetail](https://cloud.tencent.com/document/api/845/30634#TaskDetail)
|
|
167
|
+
|
|
168
|
+
* 新增成员:ElapsedTime
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
174
|
+
|
|
175
|
+
### 第 63 次发布
|
|
176
|
+
|
|
177
|
+
发布时间:2022-09-26 06:41:40
|
|
178
|
+
|
|
179
|
+
本次发布包含了以下内容:
|
|
180
|
+
|
|
181
|
+
改善已有的文档。
|
|
182
|
+
|
|
183
|
+
修改接口:
|
|
184
|
+
|
|
185
|
+
* [CreateAlarmNotice](https://cloud.tencent.com/document/api/248/51288)
|
|
186
|
+
|
|
187
|
+
* 新增入参:Tags
|
|
188
|
+
|
|
189
|
+
* [CreateAlarmPolicy](https://cloud.tencent.com/document/api/248/51287)
|
|
190
|
+
|
|
191
|
+
* 新增入参:Tags, LogAlarmReqInfo
|
|
192
|
+
|
|
193
|
+
* [DescribeAlarmNotices](https://cloud.tencent.com/document/api/248/51280)
|
|
194
|
+
|
|
195
|
+
* 新增入参:Tags
|
|
196
|
+
|
|
197
|
+
* [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
|
|
198
|
+
|
|
199
|
+
* 新增入参:NotBindAll, NotInstanceGroup, Tags
|
|
200
|
+
|
|
201
|
+
* [ModifyAlarmPolicyCondition](https://cloud.tencent.com/document/api/248/51276)
|
|
202
|
+
|
|
203
|
+
* 新增入参:LogAlarmReqInfo
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
新增数据结构:
|
|
207
|
+
|
|
208
|
+
* [LogAlarmReq](https://cloud.tencent.com/document/api/248/30354#LogAlarmReq)
|
|
209
|
+
* [LogFilterInfo](https://cloud.tencent.com/document/api/248/30354#LogFilterInfo)
|
|
210
|
+
* [Tag](https://cloud.tencent.com/document/api/248/30354#Tag)
|
|
211
|
+
|
|
212
|
+
修改数据结构:
|
|
213
|
+
|
|
214
|
+
* [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
|
|
215
|
+
|
|
216
|
+
* 新增成员:Tags
|
|
217
|
+
|
|
218
|
+
* [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
|
|
219
|
+
|
|
220
|
+
* 新增成员:IsBindAll, Tags
|
|
221
|
+
|
|
222
|
+
* [AlarmPolicyRule](https://cloud.tencent.com/document/api/248/30354#AlarmPolicyRule)
|
|
223
|
+
|
|
224
|
+
* 新增成员:ValueMax, ValueMin
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## 服务网格(tcm) 版本:2021-04-13
|
|
230
|
+
|
|
231
|
+
### 第 12 次发布
|
|
232
|
+
|
|
233
|
+
发布时间:2022-09-26 06:52:58
|
|
234
|
+
|
|
235
|
+
本次发布包含了以下内容:
|
|
236
|
+
|
|
237
|
+
改善已有的文档。
|
|
238
|
+
|
|
239
|
+
新增数据结构:
|
|
240
|
+
|
|
241
|
+
* [CrossRegionConfig](https://cloud.tencent.com/document/api/1261/63843#CrossRegionConfig)
|
|
242
|
+
|
|
243
|
+
修改数据结构:
|
|
244
|
+
|
|
245
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
|
|
246
|
+
|
|
247
|
+
* 新增成员:CrossRegionConfig
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
## 设备安全(tds) 版本:2022-08-01
|
|
253
|
+
|
|
254
|
+
### 第 1 次发布
|
|
255
|
+
|
|
256
|
+
发布时间:2022-09-23 17:56:43
|
|
257
|
+
|
|
258
|
+
本次发布包含了以下内容:
|
|
259
|
+
|
|
260
|
+
改善已有的文档。
|
|
261
|
+
|
|
262
|
+
新增接口:
|
|
263
|
+
|
|
264
|
+
* [DescribeFraudBase](https://cloud.tencent.com/document/api/1628/81019)
|
|
265
|
+
* [DescribeFraudPremium](https://cloud.tencent.com/document/api/1628/81018)
|
|
266
|
+
* [DescribeTrustedID](https://cloud.tencent.com/document/api/1628/81017)
|
|
267
|
+
|
|
268
|
+
新增数据结构:
|
|
269
|
+
|
|
270
|
+
* [RiskInfo](https://cloud.tencent.com/document/api/1628/81020#RiskInfo)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
1
274
|
# Release 4.0.449
|
|
2
275
|
|
|
3
276
|
## 商业流程服务(bpaas) 版本:2018-12-17
|