tencentcloud-sdk-nodejs 4.0.407 → 4.0.410

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +375 -0
  2. package/SERVICE_CHANGELOG.md +444 -14
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +16 -0
  7. package/src/services/bda/v20200324/bda_models.ts +12 -0
  8. package/src/services/car/v20220110/car_models.ts +7 -0
  9. package/src/services/cat/v20180409/cat_models.ts +1 -5
  10. package/src/services/cbs/v20170312/cbs_models.ts +31 -19
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  12. package/src/services/cdn/v20180606/cdn_models.ts +12 -0
  13. package/src/services/cls/v20201016/cls_models.ts +1 -1
  14. package/src/services/cpdp/v20190820/cpdp_client.ts +9 -36
  15. package/src/services/cpdp/v20190820/cpdp_models.ts +19 -260
  16. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  17. package/src/services/dnspod/v20210323/dnspod_models.ts +5 -0
  18. package/src/services/es/v20180416/es_models.ts +5 -0
  19. package/src/services/ess/v20201111/ess_client.ts +17 -2
  20. package/src/services/ess/v20201111/ess_models.ts +107 -12
  21. package/src/services/faceid/v20180301/faceid_models.ts +19 -3
  22. package/src/services/iai/v20200303/iai_models.ts +1 -1
  23. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  24. package/src/services/tcr/v20190924/tcr_models.ts +2 -2
  25. package/src/services/tem/v20210701/tem_client.ts +197 -22
  26. package/src/services/tem/v20210701/tem_models.ts +1091 -182
  27. package/src/services/teo/v20220106/teo_models.ts +22 -7
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +13 -0
  31. package/tencentcloud/services/bda/v20200324/bda_models.d.ts +10 -0
  32. package/tencentcloud/services/car/v20220110/car_models.d.ts +6 -0
  33. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -5
  34. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +25 -15
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
  37. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  38. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +4 -12
  39. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +4 -16
  40. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +16 -218
  41. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  42. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  43. package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -0
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +92 -12
  47. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -3
  48. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  49. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  50. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +2 -2
  51. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +63 -7
  52. package/tencentcloud/services/tem/v20210701/tem_client.js +92 -8
  53. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +930 -159
  54. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +20 -7
  55. package/test/cpdp.v20190820.test.js +2 -22
  56. package/test/ess.v20201111.test.js +10 -0
  57. package/test/tem.v20210701.test.js +144 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,378 @@
1
+ # Release 4.0.410
2
+
3
+ ## 人体分析(bda) 版本:2020-03-24
4
+
5
+ ### 第 8 次发布
6
+
7
+ 发布时间:2022-08-04 06:09:29
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DetectBodyJoints](https://cloud.tencent.com/document/api/1208/45846)
16
+
17
+ * 新增入参:LocalBodySwitch
18
+
19
+
20
+ 修改数据结构:
21
+
22
+ * [KeyPointInfo](https://cloud.tencent.com/document/api/1208/42985#KeyPointInfo)
23
+
24
+ * 新增成员:BodyScore
25
+
26
+
27
+
28
+
29
+ ## 云硬盘(cbs) 版本:2017-03-12
30
+
31
+ ### 第 43 次发布
32
+
33
+ 发布时间:2022-08-04 06:12:23
34
+
35
+ 本次发布包含了以下内容:
36
+
37
+ 改善已有的文档。
38
+
39
+ 修改数据结构:
40
+
41
+ * [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
42
+
43
+ * 新增成员:StepSize, ExtraPerformanceRange
44
+
45
+
46
+
47
+
48
+ ## 内容分发网络(cdn) 版本:2018-06-06
49
+
50
+ ### 第 110 次发布
51
+
52
+ 发布时间:2022-08-04 06:14:18
53
+
54
+ 本次发布包含了以下内容:
55
+
56
+ 改善已有的文档。
57
+
58
+ 修改数据结构:
59
+
60
+ * [AdvancedCCRules](https://cloud.tencent.com/document/api/228/30987#AdvancedCCRules)
61
+
62
+ * 新增成员:Switch
63
+
64
+ * [ScdnConfig](https://cloud.tencent.com/document/api/228/30987#ScdnConfig)
65
+
66
+ * 新增成员:GlobalAdvancedRules
67
+
68
+
69
+
70
+
71
+ ## 企业收付平台(cpdp) 版本:2019-08-20
72
+
73
+ ### 第 79 次发布
74
+
75
+ 发布时间:2022-08-04 06:19:24
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
81
+ <font color="#dd0000">**删除接口**:</font>
82
+
83
+ * CreateSinglePay
84
+ * QuerySinglePay
85
+
86
+ <font color="#dd0000">**删除数据结构**:</font>
87
+
88
+ * CreateSinglePayResult
89
+ * QuerySinglePayItem
90
+ * QuerySinglePayResult
91
+
92
+
93
+
94
+ ## DNSPod(dnspod) 版本:2021-03-23
95
+
96
+ ### 第 7 次发布
97
+
98
+ 发布时间:2022-08-04 06:26:58
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改数据结构:
105
+
106
+ * [UserInfo](https://cloud.tencent.com/document/api/1427/56185#UserInfo)
107
+
108
+ * 新增成员:FreeNs
109
+
110
+
111
+
112
+
113
+ ## 人脸核身(faceid) 版本:2018-03-01
114
+
115
+ ### 第 44 次发布
116
+
117
+ 发布时间:2022-08-03 18:41:29
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ 修改接口:
124
+
125
+ * [GetEidResult](https://cloud.tencent.com/document/api/1007/54090)
126
+
127
+ * 新增出参:IntentionQuestionResult
128
+
129
+
130
+ 修改数据结构:
131
+
132
+ * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
133
+
134
+ * 新增成员:IntentionMode, IntentionQuestions
135
+
136
+
137
+
138
+
139
+ ## 弹性微服务(tem) 版本:2021-07-01
140
+
141
+ ### 第 24 次发布
142
+
143
+ 发布时间:2022-08-04 06:55:33
144
+
145
+ 本次发布包含了以下内容:
146
+
147
+ 改善已有的文档。
148
+
149
+ 新增接口:
150
+
151
+ * [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
152
+ * [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
153
+ * [DescribePagedLogConfigList](https://cloud.tencent.com/document/api/1371/78469)
154
+ * [DestroyLogConfig](https://cloud.tencent.com/document/api/1371/78468)
155
+ * [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
156
+
157
+ 新增数据结构:
158
+
159
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
160
+ * [LogConfigListPage](https://cloud.tencent.com/document/api/1371/60171#LogConfigListPage)
161
+ * [ServicePortMapping](https://cloud.tencent.com/document/api/1371/60171#ServicePortMapping)
162
+ * [ServicePortMappingItem](https://cloud.tencent.com/document/api/1371/60171#ServicePortMappingItem)
163
+
164
+ 修改数据结构:
165
+
166
+ * [EksService](https://cloud.tencent.com/document/api/1371/60171#EksService)
167
+
168
+ * 新增成员:ServicePortMappingList, FlushAll, EnableRegistryNextDeploy, ApplicationId, AllIpDone
169
+
170
+
171
+
172
+
173
+ ## 弹性微服务(tem) 版本:2020-12-21
174
+
175
+
176
+
177
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
178
+
179
+ ### 第 16 次发布
180
+
181
+ 发布时间:2022-08-04 06:55:59
182
+
183
+ 本次发布包含了以下内容:
184
+
185
+ 改善已有的文档。
186
+
187
+ 修改数据结构:
188
+
189
+ * [Compression](https://cloud.tencent.com/document/api/1552/73155#Compression)
190
+
191
+ * 新增成员:Algorithms
192
+
193
+
194
+
195
+
196
+ # Release 4.0.409
197
+
198
+ ## 应用性能观测(apm) 版本:2021-06-22
199
+
200
+ ### 第 13 次发布
201
+
202
+ 发布时间:2022-08-03 06:04:22
203
+
204
+ 本次发布包含了以下内容:
205
+
206
+ 改善已有的文档。
207
+
208
+ 修改接口:
209
+
210
+ * [DescribeMetricRecords](https://cloud.tencent.com/document/api/1463/68254)
211
+
212
+ * 新增入参:PageIndex, PageSize
213
+
214
+ * 新增出参:TotalCount
215
+
216
+
217
+
218
+
219
+ ## 应用云渲染(car) 版本:2022-01-10
220
+
221
+ ### 第 3 次发布
222
+
223
+ 发布时间:2022-08-03 06:08:12
224
+
225
+ 本次发布包含了以下内容:
226
+
227
+ 改善已有的文档。
228
+
229
+ 修改接口:
230
+
231
+ * [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
232
+
233
+ * 新增入参:RunMode
234
+
235
+
236
+
237
+
238
+ ## Elasticsearch Service(es) 版本:2018-04-16
239
+
240
+ ### 第 32 次发布
241
+
242
+ 发布时间:2022-08-03 06:23:52
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 修改接口:
249
+
250
+ * [DescribeLogstashInstances](https://cloud.tencent.com/document/api/845/77239)
251
+
252
+ * 新增入参:VpcIds
253
+
254
+
255
+
256
+
257
+ ## 电子签服务(ess) 版本:2020-11-11
258
+
259
+ ### 第 12 次发布
260
+
261
+ 发布时间:2022-08-03 06:24:12
262
+
263
+ 本次发布包含了以下内容:
264
+
265
+ 改善已有的文档。
266
+
267
+ 新增接口:
268
+
269
+ * [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
270
+
271
+ 修改接口:
272
+
273
+ * [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
274
+
275
+ * 新增入参:ApproverRestrictions
276
+
277
+ * 新增出参:SignUrls
278
+
279
+
280
+ 新增数据结构:
281
+
282
+ * [ApproverRestriction](https://cloud.tencent.com/document/api/1323/70369#ApproverRestriction)
283
+ * [SignUrl](https://cloud.tencent.com/document/api/1323/70369#SignUrl)
284
+
285
+
286
+
287
+ ## 弹性微服务(tem) 版本:2021-07-01
288
+
289
+ ### 第 23 次发布
290
+
291
+ 发布时间:2022-08-03 06:46:27
292
+
293
+ 本次发布包含了以下内容:
294
+
295
+ 改善已有的文档。
296
+
297
+ 新增接口:
298
+
299
+ * [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
300
+ * [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
301
+ * [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
302
+ * [DescribeApplicationAutoscalerList](https://cloud.tencent.com/document/api/1371/78339)
303
+ * [DescribeConfigData](https://cloud.tencent.com/document/api/1371/78336)
304
+ * [DescribeConfigDataList](https://cloud.tencent.com/document/api/1371/78335)
305
+ * [DestroyConfigData](https://cloud.tencent.com/document/api/1371/78334)
306
+ * [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
307
+ * [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
308
+
309
+ 新增数据结构:
310
+
311
+ * [Autoscaler](https://cloud.tencent.com/document/api/1371/60171#Autoscaler)
312
+ * [ConfigData](https://cloud.tencent.com/document/api/1371/60171#ConfigData)
313
+ * [DescribeConfigDataListPage](https://cloud.tencent.com/document/api/1371/60171#DescribeConfigDataListPage)
314
+
315
+
316
+
317
+ ## 弹性微服务(tem) 版本:2020-12-21
318
+
319
+
320
+
321
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
322
+
323
+ ### 第 15 次发布
324
+
325
+ 发布时间:2022-08-03 06:46:50
326
+
327
+ 本次发布包含了以下内容:
328
+
329
+ 改善已有的文档。
330
+
331
+ 修改数据结构:
332
+
333
+ * [OriginRecord](https://cloud.tencent.com/document/api/1552/73155#OriginRecord)
334
+
335
+ * 新增成员:Proto
336
+
337
+
338
+
339
+
340
+ # Release 4.0.408
341
+
342
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
343
+
344
+ ### 第 24 次发布
345
+
346
+ 发布时间:2022-08-02 11:36:28
347
+
348
+ 本次发布包含了以下内容:
349
+
350
+ 改善已有的文档。
351
+
352
+ 新增接口:
353
+
354
+ * [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
355
+
356
+ 修改接口:
357
+
358
+ * [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
359
+
360
+ * 新增入参:ApproverRestrictions
361
+
362
+ * 新增出参:SignUrls
363
+
364
+
365
+ 新增数据结构:
366
+
367
+ * [ApproverRestriction](https://cloud.tencent.com/document/api/1420/61525#ApproverRestriction)
368
+ * [SignUrl](https://cloud.tencent.com/document/api/1420/61525#SignUrl)
369
+
370
+
371
+
372
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
373
+
374
+
375
+
1
376
  # Release 4.0.407
2
377
 
3
378
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26