tencentcloud-sdk-nodejs 4.0.445 → 4.0.446

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 (48) hide show
  1. package/CHANGELOG.md +395 -0
  2. package/SERVICE_CHANGELOG.md +750 -7
  3. package/package.json +1 -1
  4. package/products.md +9 -9
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  7. package/src/services/cfw/v20190904/cfw_client.ts +2 -14
  8. package/src/services/cfw/v20190904/cfw_models.ts +22 -60
  9. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  10. package/src/services/faceid/v20180301/faceid_models.ts +22 -0
  11. package/src/services/mps/v20190612/mps_client.ts +1 -1
  12. package/src/services/mps/v20190612/mps_models.ts +5 -0
  13. package/src/services/teo/index.ts +2 -0
  14. package/src/services/teo/v20220901/index.ts +6 -0
  15. package/src/services/teo/v20220901/teo_client.ts +1630 -0
  16. package/src/services/teo/v20220901/teo_models.ts +11306 -0
  17. package/src/services/tiia/v20190529/tiia_models.ts +1 -1
  18. package/src/services/trtc/v20190722/trtc_models.ts +4 -3
  19. package/src/services/wedata/v20210820/wedata_client.ts +61 -8
  20. package/src/services/wedata/v20210820/wedata_models.ts +499 -51
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  24. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -5
  25. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
  26. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +20 -53
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  29. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -0
  30. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  31. package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
  32. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
  33. package/tencentcloud/services/teo/index.d.ts +4 -0
  34. package/tencentcloud/services/teo/index.js +2 -0
  35. package/tencentcloud/services/teo/v20220901/index.d.ts +6 -0
  36. package/tencentcloud/services/teo/v20220901/index.js +9 -0
  37. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +490 -0
  38. package/tencentcloud/services/teo/v20220901/teo_client.js +751 -0
  39. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +9713 -0
  40. package/tencentcloud/services/teo/v20220901/teo_models.js +18 -0
  41. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
  42. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -2
  43. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +23 -3
  44. package/tencentcloud/services/wedata/v20210820/wedata_client.js +31 -3
  45. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +421 -47
  46. package/test/cfw.v20190904.test.js +0 -10
  47. package/test/teo.v20220901.test.js +1221 -0
  48. package/test/wedata.v20210820.test.js +42 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.445",
3
+ "version": "4.0.446",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -38,13 +38,13 @@
38
38
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-09-15 11:03:22 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-09-08 06:11:23 |
40
40
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-06 06:13:56 |
41
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-14 06:11:05 |
41
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-20 06:13:05 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
43
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-09-19 06:14:28 |
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-09-07 06:15:13 |
47
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-15 06:13:28 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-20 06:15:17 |
48
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
49
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
@@ -88,9 +88,9 @@
88
88
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
89
89
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-16 06:24:23 |
90
90
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-19 00:04:50 |
91
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-16 20:46:31 |
91
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-20 06:28:48 |
92
92
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
93
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-02 06:31:36 |
93
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
94
94
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
95
95
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
96
96
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-09-01 06:29:26 |
@@ -128,7 +128,7 @@
128
128
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
129
129
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-19 06:39:03 |
130
130
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-15 06:31:40 |
131
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-15 06:32:33 |
131
+ | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
132
132
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
133
133
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
134
134
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -182,14 +182,14 @@
182
182
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
183
183
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
184
184
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-07 06:51:54 |
185
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-14 06:37:50 |
185
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-20 06:52:09 |
186
186
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
187
187
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
188
188
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
189
189
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
190
190
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
191
191
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
192
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-19 06:53:56 |
192
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
193
193
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-09-06 13:11:30 |
194
194
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
195
195
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-09-15 06:43:33 |
@@ -197,7 +197,7 @@
197
197
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
198
198
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
199
199
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-09-02 07:00:24 |
200
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-14 06:40:34 |
200
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-20 06:56:04 |
201
201
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
202
202
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
203
203
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
@@ -209,7 +209,7 @@
209
209
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-16 06:49:40 |
210
210
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
211
211
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
212
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-07 07:01:39 |
212
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-19 21:02:53 |
213
213
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
214
214
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-09-16 06:52:09 |
215
215
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.445"
1
+ export const sdkVersion = "4.0.446"
@@ -8540,7 +8540,7 @@ export interface DescribeDBPriceRequest {
8540
8540
  Cpu?: number
8541
8541
 
8542
8542
  /**
8543
- * 续费询价实例ID。如需查询实例续费价格,填写InstanceId和Period即可。
8543
+ * 询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。
8544
8544
  */
8545
8545
  InstanceId?: string
8546
8546
 
@@ -18,7 +18,6 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- DescribeVpcRuleOverviewResponse,
22
21
  DescribeNatFwInstanceRequest,
23
22
  ModifyNatFwVpcDnsSwitchResponse,
24
23
  DescribeNatFwInstanceWithRegionRequest,
@@ -29,7 +28,7 @@ import {
29
28
  ModifyAcRuleResponse,
30
29
  DescribeTableStatusResponse,
31
30
  AddAcRuleRequest,
32
- IPDefendStatus,
31
+ DescribeTLogInfoRequest,
33
32
  SecurityGroupRule,
34
33
  ModifyNatFwVpcDnsSwitchRequest,
35
34
  DeleteNatFwInstanceResponse,
@@ -70,7 +69,7 @@ import {
70
69
  DescribeSourceAssetRequest,
71
70
  SecurityGroupOrderIndexData,
72
71
  DescribeSourceAssetResponse,
73
- DescribeTLogInfoRequest,
72
+ IPDefendStatus,
74
73
  DescribeSecurityGroupListResponse,
75
74
  AssetZone,
76
75
  DescribeTLogIpListRequest,
@@ -121,7 +120,6 @@ import {
121
120
  DescribeRuleOverviewRequest,
122
121
  DescribeDefenseSwitchResponse,
123
122
  DescribeAcListsRequest,
124
- DescribeVpcRuleOverviewRequest,
125
123
  UnHandleEvent,
126
124
  DescribeAssociatedInstanceListRequest,
127
125
  DeleteAcRuleRequest,
@@ -255,16 +253,6 @@ export class Client extends AbstractClient {
255
253
  return this.request("CreateChooseVpcs", req, cb)
256
254
  }
257
255
 
258
- /**
259
- * vpc规则列表概况
260
- */
261
- async DescribeVpcRuleOverview(
262
- req: DescribeVpcRuleOverviewRequest,
263
- cb?: (error: string, rep: DescribeVpcRuleOverviewResponse) => void
264
- ): Promise<DescribeVpcRuleOverviewResponse> {
265
- return this.request("DescribeVpcRuleOverview", req, cb)
266
- }
267
-
268
256
  /**
269
257
  * GetNatFwInstanceWithRegion 获取租户新增运维的NAT实例,带上地域
270
258
  */
@@ -15,34 +15,6 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
- /**
19
- * DescribeVpcRuleOverview返回参数结构体
20
- */
21
- export interface DescribeVpcRuleOverviewResponse {
22
- /**
23
- * 阻断策略规则数量
24
- 注意:此字段可能返回 null,表示取不到有效值。
25
- */
26
- StrategyNum: number
27
-
28
- /**
29
- * 启用规则数量
30
- 注意:此字段可能返回 null,表示取不到有效值。
31
- */
32
- StartRuleNum: number
33
-
34
- /**
35
- * 规则总量
36
- 注意:此字段可能返回 null,表示取不到有效值。
37
- */
38
- Total: number
39
-
40
- /**
41
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
42
- */
43
- RequestId?: string
44
- }
45
-
46
18
  /**
47
19
  * DescribeNatFwInstance请求参数结构体
48
20
  */
@@ -354,18 +326,28 @@ true为启用,false为不启用
354
326
  }
355
327
 
356
328
  /**
357
- * ip防护状态
329
+ * DescribeTLogInfo请求参数结构体
358
330
  */
359
- export interface IPDefendStatus {
331
+ export interface DescribeTLogInfoRequest {
360
332
  /**
361
- * ip地址
333
+ * 开始时间
362
334
  */
363
- IP: string
335
+ StartTime: string
364
336
 
365
337
  /**
366
- * 防护状态 1:防护打开; -1:地址错误; 其他:未防护
338
+ * 结束时间
367
339
  */
368
- Status: number
340
+ EndTime: string
341
+
342
+ /**
343
+ * 类型 1 告警 2阻断
344
+ */
345
+ QueryType: string
346
+
347
+ /**
348
+ * 查询条件
349
+ */
350
+ SearchValue?: string
369
351
  }
370
352
 
371
353
  /**
@@ -1514,28 +1496,18 @@ export interface DescribeSourceAssetResponse {
1514
1496
  }
1515
1497
 
1516
1498
  /**
1517
- * DescribeTLogInfo请求参数结构体
1499
+ * ip防护状态
1518
1500
  */
1519
- export interface DescribeTLogInfoRequest {
1520
- /**
1521
- * 开始时间
1522
- */
1523
- StartTime: string
1524
-
1525
- /**
1526
- * 结束时间
1527
- */
1528
- EndTime: string
1529
-
1501
+ export interface IPDefendStatus {
1530
1502
  /**
1531
- * 类型 1 告警 2阻断
1503
+ * ip地址
1532
1504
  */
1533
- QueryType: string
1505
+ IP: string
1534
1506
 
1535
1507
  /**
1536
- * 查询条件
1508
+ * 防护状态 1:防护打开; -1:地址错误; 其他:未防护
1537
1509
  */
1538
- SearchValue?: string
1510
+ Status: number
1539
1511
  }
1540
1512
 
1541
1513
  /**
@@ -2829,16 +2801,6 @@ export interface DescribeAcListsRequest {
2829
2801
  InstanceId?: string
2830
2802
  }
2831
2803
 
2832
- /**
2833
- * DescribeVpcRuleOverview请求参数结构体
2834
- */
2835
- export interface DescribeVpcRuleOverviewRequest {
2836
- /**
2837
- * EdgeId值两个vpc间的边id 不是必填项可以为空,就是所有vpc间的访问控制规则
2838
- */
2839
- EdgeId: string
2840
- }
2841
-
2842
2804
  /**
2843
2805
  * 未处置事件详情
2844
2806
  */
@@ -128,7 +128,7 @@ export class Client extends AbstractClient {
128
128
  }
129
129
 
130
130
  /**
131
- * 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口不可直接使用,需要运营申请
131
+ * 接口(ChannelCreateFlowByFiles)用于渠道版通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请
132
132
  */
133
133
  async ChannelCreateFlowByFiles(
134
134
  req: ChannelCreateFlowByFilesRequest,
@@ -1745,6 +1745,17 @@ export interface DetectInfoText {
1745
1745
  注意:此字段可能返回 null,表示取不到有效值。
1746
1746
  */
1747
1747
  CompareLibType: string
1748
+
1749
+ /**
1750
+ * 本次流程最终活体类型。包括:
1751
+ 0:未知
1752
+ 1:数字活体
1753
+ 2:动作活体
1754
+ 3:静默活体
1755
+ 4:一闪活体(动作+光线)
1756
+ 注意:此字段可能返回 null,表示取不到有效值。
1757
+ */
1758
+ LivenessMode: number
1748
1759
  }
1749
1760
 
1750
1761
  /**
@@ -2754,6 +2765,17 @@ export interface DetectDetail {
2754
2765
  注意:此字段可能返回 null,表示取不到有效值。
2755
2766
  */
2756
2767
  CompareLibType: string
2768
+
2769
+ /**
2770
+ * 枚举活体检测类型:
2771
+ 0:未知
2772
+ 1:数字活体
2773
+ 2:动作活体
2774
+ 3:静默活体
2775
+ 4:一闪活体(动作+光线)
2776
+ 注意:此字段可能返回 null,表示取不到有效值。
2777
+ */
2778
+ LivenessMode: number
2757
2779
  }
2758
2780
 
2759
2781
  /**
@@ -843,7 +843,7 @@ export class Client extends AbstractClient {
843
843
  /**
844
844
  * * 该接口用于查询任务列表;
845
845
  * 当列表数据比较多时,单次接口调用无法拉取整个列表,可通过 ScrollToken 参数,分批拉取;
846
- * 只能查询到最近三天(72 小时)内的任务。
846
+ * 只能查询到最近七天(168小时)内的任务。
847
847
  */
848
848
  async DescribeTasks(
849
849
  req: DescribeTasksRequest,
@@ -8417,6 +8417,11 @@ export interface TaskSimpleInfo {
8417
8417
  * 任务结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。若任务尚未完成,该字段为:0000-00-00T00:00:00Z。
8418
8418
  */
8419
8419
  FinishTime: string
8420
+
8421
+ /**
8422
+ * 子任务类型。
8423
+ */
8424
+ SubTaskTypes: Array<string>
8420
8425
  }
8421
8426
 
8422
8427
  /**
@@ -1,5 +1,7 @@
1
+ import { v20220901 } from "./v20220901"
1
2
  import { v20220106 } from "./v20220106"
2
3
 
3
4
  export const teo = {
5
+ v20220901: v20220901,
4
6
  v20220106: v20220106,
5
7
  }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./teo_models"
2
+ import { Client } from "./teo_client"
3
+ export const v20220901 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }