tencentcloud-sdk-nodejs 4.0.695 → 4.0.697
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 +587 -0
- package/SERVICE_CHANGELOG.md +650 -56
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +4 -1
- package/src/services/bi/v20220105/bi_client.ts +249 -3
- package/src/services/bi/v20220105/bi_models.ts +1981 -42
- package/src/services/billing/v20180709/billing_client.ts +57 -6
- package/src/services/billing/v20180709/billing_models.ts +646 -74
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +48 -17
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +4 -4
- package/src/services/cloudstudio/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +6 -1
- package/src/services/csip/v20221121/csip_client.ts +1 -1
- package/src/services/csip/v20221121/csip_models.ts +16 -2
- package/src/services/cvm/v20170312/cvm_models.ts +4 -4
- package/src/services/cwp/v20180228/cwp_models.ts +7 -2
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dts/index.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/ess/v20201111/ess_client.ts +24 -11
- package/src/services/ess/v20201111/ess_models.ts +148 -56
- package/src/services/essbasic/v20210526/essbasic_client.ts +31 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +91 -11
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +5 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/organization/index.ts +2 -2
- package/src/services/sms/index.ts +2 -2
- package/src/services/sms/v20210111/sms_client.ts +0 -8
- package/src/services/sms/v20210111/sms_models.ts +31 -29
- package/src/services/tat/v20201028/tat_models.ts +5 -3
- package/src/services/tbp/index.ts +2 -2
- package/src/services/teo/v20220901/teo_client.ts +33 -9
- package/src/services/teo/v20220901/teo_models.ts +244 -100
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tmt/v20180321/tmt_client.ts +1 -1
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trocket/v20230308/trocket_client.ts +75 -24
- package/src/services/trocket/v20230308/trocket_models.ts +204 -25
- package/src/services/tse/v20201207/tse_models.ts +36 -6
- package/src/services/tsw/index.ts +2 -2
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +88 -0
- package/src/services/waf/v20180125/waf_client.ts +2 -0
- package/src/services/waf/v20180125/waf_models.ts +294 -52
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +77 -1
- package/tencentcloud/services/bi/v20220105/bi_client.js +114 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1925 -42
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +20 -3
- package/tencentcloud/services/billing/v20180709/billing_client.js +27 -2
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +636 -74
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +48 -17
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -1
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +1 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +1 -1
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +16 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -2
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +23 -11
- package/tencentcloud/services/ess/v20201111/ess_client.js +22 -10
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +147 -56
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +27 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +89 -11
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +0 -8
- package/tencentcloud/services/sms/v20210111/sms_client.js +0 -8
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +31 -29
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -3
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +18 -6
- package/tencentcloud/services/teo/v20220901/teo_client.js +19 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +237 -99
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +29 -11
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +39 -13
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +195 -25
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -6
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +87 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +292 -52
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/bi.v20220105.test.js +190 -0
- package/test/billing.v20180709.test.js +40 -0
- package/test/teo.v20220901.test.js +10 -0
- package/test/trocket.v20230308.test.js +46 -6
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-22 01:08:25 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-09-12 01:09:06 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
|
-
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-
|
|
22
|
+
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-09-27 01:07:05 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-09-21 01:17:48 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-08-17 01:19:19 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-26 01:07:22 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-08-17 01:20:19 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
@@ -48,33 +48,33 @@
|
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-09-05 02:02:52 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-27 01:09:43 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
57
|
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-25 01:09:25 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-27 01:10:46 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-09-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-09-26 01:14:30 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-17 02:01:58 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-
|
|
68
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-27 01:12:21 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-
|
|
71
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-
|
|
70
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-26 01:15:47 |
|
|
71
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-26 01:16:14 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
73
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-25 01:12:05 |
|
|
74
74
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
|
|
75
75
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
76
76
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
77
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-
|
|
77
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-27 01:13:40 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
|
|
80
80
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
|
|
@@ -92,10 +92,10 @@
|
|
|
92
92
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-09-05 10:56:15 |
|
|
93
93
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
94
94
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
95
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-
|
|
95
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-09-26 01:19:36 |
|
|
96
96
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-15 01:48:20 |
|
|
97
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-
|
|
98
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-
|
|
97
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-26 16:45:49 |
|
|
98
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-26 16:46:19 |
|
|
99
99
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
100
100
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
|
|
101
101
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -123,12 +123,12 @@
|
|
|
123
123
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
|
|
124
124
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
125
125
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
126
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-
|
|
126
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-26 01:22:26 |
|
|
127
127
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
128
128
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
129
129
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
130
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-
|
|
131
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-
|
|
130
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-27 01:19:43 |
|
|
131
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-27 01:19:56 |
|
|
132
132
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-09-18 02:01:47 |
|
|
133
133
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
134
134
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
|
|
142
142
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
143
143
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-25 01:22:33 |
|
|
144
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-
|
|
144
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-26 14:45:42 |
|
|
145
145
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
|
|
146
146
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
|
|
147
147
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
150
150
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
151
151
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
|
|
152
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-
|
|
152
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-27 01:21:39 |
|
|
153
153
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
|
|
154
154
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
|
|
155
155
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
169
169
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
|
|
170
170
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
|
|
171
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-
|
|
171
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26 17:20:53 |
|
|
172
172
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
|
|
173
173
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
174
174
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-25 01:24:51 |
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
181
181
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
|
|
182
182
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
|
|
183
|
-
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-09-
|
|
183
|
+
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-09-27 01:23:46 |
|
|
184
184
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
185
185
|
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-08-17 04:48:24 |
|
|
186
186
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-20 01:45:44 |
|
|
200
200
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
201
201
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
202
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-
|
|
202
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-27 01:25:45 |
|
|
203
203
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
|
|
204
204
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
205
205
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,24 +212,24 @@
|
|
|
212
212
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-17 05:31:16 |
|
|
213
213
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
214
214
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
|
|
215
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-
|
|
215
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
216
216
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
217
217
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
218
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-
|
|
218
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-26 01:33:40 |
|
|
219
219
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-09-21 06:25:32 |
|
|
220
220
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
221
221
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-22 02:41:12 |
|
|
222
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-
|
|
222
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-27 01:26:51 |
|
|
223
223
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
|
|
224
224
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
225
225
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
226
226
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
227
227
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
228
228
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
229
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-
|
|
230
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-
|
|
229
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-27 01:27:42 |
|
|
230
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-27 01:28:08 |
|
|
231
231
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
232
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-
|
|
232
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-27 01:28:58 |
|
|
233
233
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
234
234
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
235
235
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.697"
|
|
@@ -640,8 +640,11 @@ export interface CreateRecTaskRequest {
|
|
|
640
640
|
2:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点);
|
|
641
641
|
3:基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按标点符号分段,**适用字幕场景**;
|
|
642
642
|
4:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),且识别结果按nlp语义分段,**适用会议、庭审记录转写等场景**,仅支持8k_zh/16k_zh引擎
|
|
643
|
+
5:**【增值付费功能】**基础识别结果之上,增加词粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(包含词级别时间戳、语速值和标点),并输出口语转书面语转写结果,该结果去除语气词、重复词、精简冗余表达,并修正发言人口误,实现口语转书面语的效果,**适用于线上、线下会议直接总结为书面会议纪要的场景**,仅支持8k_zh/16k_zh引擎
|
|
643
644
|
|
|
644
|
-
|
|
645
|
+
注意:
|
|
646
|
+
如果传入参数值4,需确保账号已购买[语义分段资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**
|
|
647
|
+
如果传入参数值5,需确保账号已购买[口语转书面语资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值5,将自动计费[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852)**
|
|
645
648
|
*/
|
|
646
649
|
ResTextFormat: number
|
|
647
650
|
/**
|
|
@@ -18,12 +18,68 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
-
|
|
21
|
+
DataId,
|
|
22
|
+
DescribeUserRoleListResponse,
|
|
23
|
+
ModifyProjectResponse,
|
|
24
|
+
DeleteProjectRequest,
|
|
25
|
+
DescribeUserProjectListResponse,
|
|
26
|
+
CreateDatasourceRequest,
|
|
27
|
+
DeleteDatasourceRequest,
|
|
28
|
+
ModifyDatasourceResponse,
|
|
29
|
+
UserRoleListDataRoleInfo,
|
|
22
30
|
ApplyEmbedIntervalRequest,
|
|
31
|
+
EmbedTokenInfo,
|
|
32
|
+
ProjectConfigResult,
|
|
33
|
+
DeleteUserRoleResponse,
|
|
34
|
+
DescribeUserProjectListRequest,
|
|
35
|
+
CreateDatasourceCloudResponse,
|
|
36
|
+
ProjectConfigList,
|
|
37
|
+
DeleteUserRoleRequest,
|
|
38
|
+
CreateUserRoleRequest,
|
|
39
|
+
ModifyUserRoleRequest,
|
|
40
|
+
DatasourceInfoData,
|
|
41
|
+
DescribeProjectListResponse,
|
|
42
|
+
CorpUserListData,
|
|
43
|
+
IdDTO,
|
|
44
|
+
ModifyUserRoleResponse,
|
|
45
|
+
CreateEmbedTokenRequest,
|
|
46
|
+
CreateUserRoleProjectResponse,
|
|
47
|
+
DescribeProjectInfoRequest,
|
|
48
|
+
BaseStateAction,
|
|
49
|
+
Data,
|
|
50
|
+
ModifyUserRoleProjectResponse,
|
|
51
|
+
ModifyDatasourceCloudRequest,
|
|
52
|
+
ModifyDatasourceCloudResponse,
|
|
53
|
+
ModifyDatasourceRequest,
|
|
54
|
+
ModifyProjectRequest,
|
|
55
|
+
ModifyUserRoleProjectRequest,
|
|
56
|
+
CreateUserRoleResponse,
|
|
23
57
|
ApplyEmbedTokenInfo,
|
|
58
|
+
DescribeProjectListRequest,
|
|
59
|
+
UserRoleListDataUserRoleInfo,
|
|
60
|
+
UserRoleListData,
|
|
61
|
+
Project,
|
|
62
|
+
DatasourceInfo,
|
|
63
|
+
DeleteUserRoleProjectRequest,
|
|
64
|
+
CreateProjectResponse,
|
|
65
|
+
DescribeProjectInfoResponse,
|
|
66
|
+
PermissionComponent,
|
|
67
|
+
DescribeUserRoleListRequest,
|
|
68
|
+
DeleteProjectResponse,
|
|
69
|
+
ProjectListData,
|
|
70
|
+
PermissionGroup,
|
|
71
|
+
CreateEmbedTokenResponse,
|
|
72
|
+
CreateUserRoleProjectRequest,
|
|
73
|
+
DescribeDatasourceListRequest,
|
|
24
74
|
ApplyEmbedIntervalResponse,
|
|
25
|
-
|
|
26
|
-
|
|
75
|
+
CreateDatasourceResponse,
|
|
76
|
+
DeleteUserRoleProjectResponse,
|
|
77
|
+
CreateDatasourceCloudRequest,
|
|
78
|
+
UserInfo,
|
|
79
|
+
DescribeDatasourceListResponse,
|
|
80
|
+
UserIdAndUserName,
|
|
81
|
+
DeleteDatasourceResponse,
|
|
82
|
+
CreateProjectRequest,
|
|
27
83
|
} from "./bi_models"
|
|
28
84
|
|
|
29
85
|
/**
|
|
@@ -35,6 +91,66 @@ export class Client extends AbstractClient {
|
|
|
35
91
|
super("bi.tencentcloudapi.com", "2022-01-05", clientConfig)
|
|
36
92
|
}
|
|
37
93
|
|
|
94
|
+
/**
|
|
95
|
+
* 更新数据源
|
|
96
|
+
*/
|
|
97
|
+
async ModifyDatasource(
|
|
98
|
+
req: ModifyDatasourceRequest,
|
|
99
|
+
cb?: (error: string, rep: ModifyDatasourceResponse) => void
|
|
100
|
+
): Promise<ModifyDatasourceResponse> {
|
|
101
|
+
return this.request("ModifyDatasource", req, cb)
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* 查询数据源列表
|
|
106
|
+
*/
|
|
107
|
+
async DescribeDatasourceList(
|
|
108
|
+
req: DescribeDatasourceListRequest,
|
|
109
|
+
cb?: (error: string, rep: DescribeDatasourceListResponse) => void
|
|
110
|
+
): Promise<DescribeDatasourceListResponse> {
|
|
111
|
+
return this.request("DescribeDatasourceList", req, cb)
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* 创建数据源
|
|
116
|
+
*/
|
|
117
|
+
async CreateDatasource(
|
|
118
|
+
req: CreateDatasourceRequest,
|
|
119
|
+
cb?: (error: string, rep: CreateDatasourceResponse) => void
|
|
120
|
+
): Promise<CreateDatasourceResponse> {
|
|
121
|
+
return this.request("CreateDatasource", req, cb)
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* 项目内-创建用户角色
|
|
126
|
+
*/
|
|
127
|
+
async CreateUserRoleProject(
|
|
128
|
+
req: CreateUserRoleProjectRequest,
|
|
129
|
+
cb?: (error: string, rep: CreateUserRoleProjectResponse) => void
|
|
130
|
+
): Promise<CreateUserRoleProjectResponse> {
|
|
131
|
+
return this.request("CreateUserRoleProject", req, cb)
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* 更新云数据库
|
|
136
|
+
*/
|
|
137
|
+
async ModifyDatasourceCloud(
|
|
138
|
+
req: ModifyDatasourceCloudRequest,
|
|
139
|
+
cb?: (error: string, rep: ModifyDatasourceCloudResponse) => void
|
|
140
|
+
): Promise<ModifyDatasourceCloudResponse> {
|
|
141
|
+
return this.request("ModifyDatasourceCloud", req, cb)
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* 修改用户角色信息
|
|
146
|
+
*/
|
|
147
|
+
async ModifyUserRole(
|
|
148
|
+
req: ModifyUserRoleRequest,
|
|
149
|
+
cb?: (error: string, rep: ModifyUserRoleResponse) => void
|
|
150
|
+
): Promise<ModifyUserRoleResponse> {
|
|
151
|
+
return this.request("ModifyUserRole", req, cb)
|
|
152
|
+
}
|
|
153
|
+
|
|
38
154
|
/**
|
|
39
155
|
* 创建嵌出报表-强鉴权
|
|
40
156
|
*/
|
|
@@ -45,6 +161,56 @@ export class Client extends AbstractClient {
|
|
|
45
161
|
return this.request("CreateEmbedToken", req, cb)
|
|
46
162
|
}
|
|
47
163
|
|
|
164
|
+
/**
|
|
165
|
+
* 项目详情接口
|
|
166
|
+
*/
|
|
167
|
+
async DescribeProjectInfo(
|
|
168
|
+
req: DescribeProjectInfoRequest,
|
|
169
|
+
cb?: (error: string, rep: DescribeProjectInfoResponse) => void
|
|
170
|
+
): Promise<DescribeProjectInfoResponse> {
|
|
171
|
+
return this.request("DescribeProjectInfo", req, cb)
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* 创建项目
|
|
176
|
+
*/
|
|
177
|
+
async CreateProject(
|
|
178
|
+
req: CreateProjectRequest,
|
|
179
|
+
cb?: (error: string, rep: CreateProjectResponse) => void
|
|
180
|
+
): Promise<CreateProjectResponse> {
|
|
181
|
+
return this.request("CreateProject", req, cb)
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* 创建用户角色
|
|
186
|
+
*/
|
|
187
|
+
async CreateUserRole(
|
|
188
|
+
req: CreateUserRoleRequest,
|
|
189
|
+
cb?: (error: string, rep: CreateUserRoleResponse) => void
|
|
190
|
+
): Promise<CreateUserRoleResponse> {
|
|
191
|
+
return this.request("CreateUserRole", req, cb)
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* 项目内-用户接口
|
|
196
|
+
*/
|
|
197
|
+
async DescribeUserProjectList(
|
|
198
|
+
req: DescribeUserProjectListRequest,
|
|
199
|
+
cb?: (error: string, rep: DescribeUserProjectListResponse) => void
|
|
200
|
+
): Promise<DescribeUserProjectListResponse> {
|
|
201
|
+
return this.request("DescribeUserProjectList", req, cb)
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* 删除数据源
|
|
206
|
+
*/
|
|
207
|
+
async DeleteDatasource(
|
|
208
|
+
req: DeleteDatasourceRequest,
|
|
209
|
+
cb?: (error: string, rep: DeleteDatasourceResponse) => void
|
|
210
|
+
): Promise<DeleteDatasourceResponse> {
|
|
211
|
+
return this.request("DeleteDatasource", req, cb)
|
|
212
|
+
}
|
|
213
|
+
|
|
48
214
|
/**
|
|
49
215
|
* 申请延长Token可用时间接口-强鉴权
|
|
50
216
|
*/
|
|
@@ -54,4 +220,84 @@ export class Client extends AbstractClient {
|
|
|
54
220
|
): Promise<ApplyEmbedIntervalResponse> {
|
|
55
221
|
return this.request("ApplyEmbedInterval", req, cb)
|
|
56
222
|
}
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 删除用户角色,会删除用户
|
|
226
|
+
*/
|
|
227
|
+
async DeleteUserRole(
|
|
228
|
+
req: DeleteUserRoleRequest,
|
|
229
|
+
cb?: (error: string, rep: DeleteUserRoleResponse) => void
|
|
230
|
+
): Promise<DeleteUserRoleResponse> {
|
|
231
|
+
return this.request("DeleteUserRole", req, cb)
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* 项目-修改用户角色信息
|
|
236
|
+
*/
|
|
237
|
+
async ModifyUserRoleProject(
|
|
238
|
+
req: ModifyUserRoleProjectRequest,
|
|
239
|
+
cb?: (error: string, rep: ModifyUserRoleProjectResponse) => void
|
|
240
|
+
): Promise<ModifyUserRoleProjectResponse> {
|
|
241
|
+
return this.request("ModifyUserRoleProject", req, cb)
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 修改项目信息
|
|
246
|
+
*/
|
|
247
|
+
async ModifyProject(
|
|
248
|
+
req: ModifyProjectRequest,
|
|
249
|
+
cb?: (error: string, rep: ModifyProjectResponse) => void
|
|
250
|
+
): Promise<ModifyProjectResponse> {
|
|
251
|
+
return this.request("ModifyProject", req, cb)
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* 项目信息
|
|
256
|
+
*/
|
|
257
|
+
async DescribeProjectList(
|
|
258
|
+
req: DescribeProjectListRequest,
|
|
259
|
+
cb?: (error: string, rep: DescribeProjectListResponse) => void
|
|
260
|
+
): Promise<DescribeProjectListResponse> {
|
|
261
|
+
return this.request("DescribeProjectList", req, cb)
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
/**
|
|
265
|
+
* 用户角色列表
|
|
266
|
+
*/
|
|
267
|
+
async DescribeUserRoleList(
|
|
268
|
+
req: DescribeUserRoleListRequest,
|
|
269
|
+
cb?: (error: string, rep: DescribeUserRoleListResponse) => void
|
|
270
|
+
): Promise<DescribeUserRoleListResponse> {
|
|
271
|
+
return this.request("DescribeUserRoleList", req, cb)
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* 创建云数据库
|
|
276
|
+
*/
|
|
277
|
+
async CreateDatasourceCloud(
|
|
278
|
+
req: CreateDatasourceCloudRequest,
|
|
279
|
+
cb?: (error: string, rep: CreateDatasourceCloudResponse) => void
|
|
280
|
+
): Promise<CreateDatasourceCloudResponse> {
|
|
281
|
+
return this.request("CreateDatasourceCloud", req, cb)
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/**
|
|
285
|
+
* 项目内-删除用户角色
|
|
286
|
+
*/
|
|
287
|
+
async DeleteUserRoleProject(
|
|
288
|
+
req: DeleteUserRoleProjectRequest,
|
|
289
|
+
cb?: (error: string, rep: DeleteUserRoleProjectResponse) => void
|
|
290
|
+
): Promise<DeleteUserRoleProjectResponse> {
|
|
291
|
+
return this.request("DeleteUserRoleProject", req, cb)
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
/**
|
|
295
|
+
* 删除项目
|
|
296
|
+
*/
|
|
297
|
+
async DeleteProject(
|
|
298
|
+
req: DeleteProjectRequest,
|
|
299
|
+
cb?: (error: string, rep: DeleteProjectResponse) => void
|
|
300
|
+
): Promise<DeleteProjectResponse> {
|
|
301
|
+
return this.request("DeleteProject", req, cb)
|
|
302
|
+
}
|
|
57
303
|
}
|