tencentcloud-sdk-nodejs 4.0.694 → 4.0.696

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 (65) hide show
  1. package/CHANGELOG.md +500 -0
  2. package/SERVICE_CHANGELOG.md +630 -107
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +41 -41
  7. package/src/services/bi/v20220105/bi_client.ts +237 -3
  8. package/src/services/bi/v20220105/bi_models.ts +1926 -42
  9. package/src/services/billing/v20180709/billing_client.ts +57 -6
  10. package/src/services/billing/v20180709/billing_models.ts +646 -74
  11. package/src/services/cfw/v20190904/cfw_models.ts +48 -17
  12. package/src/services/cls/v20201016/cls_models.ts +6 -1
  13. package/src/services/csip/v20221121/csip_client.ts +111 -58
  14. package/src/services/csip/v20221121/csip_models.ts +2099 -1527
  15. package/src/services/cvm/v20170312/cvm_models.ts +4 -4
  16. package/src/services/cwp/v20180228/cwp_models.ts +7 -2
  17. package/src/services/emr/v20190103/emr_models.ts +5 -5
  18. package/src/services/goosefs/v20220519/goosefs_models.ts +14 -0
  19. package/src/services/hcm/v20181106/hcm_models.ts +2 -0
  20. package/src/services/sms/v20210111/sms_models.ts +8 -8
  21. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -2
  22. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +2 -2
  23. package/src/services/teo/v20220901/teo_client.ts +19 -9
  24. package/src/services/teo/v20220901/teo_models.ts +214 -100
  25. package/src/services/trocket/v20230308/trocket_client.ts +75 -24
  26. package/src/services/trocket/v20230308/trocket_models.ts +204 -25
  27. package/src/services/tse/v20201207/tse_models.ts +32 -0
  28. package/src/services/vpc/v20170312/vpc_models.ts +20 -8
  29. package/src/services/waf/v20180125/waf_client.ts +2 -0
  30. package/src/services/waf/v20180125/waf_models.ts +292 -55
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +41 -41
  34. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +73 -1
  35. package/tencentcloud/services/bi/v20220105/bi_client.js +108 -0
  36. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1872 -42
  37. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +20 -3
  38. package/tencentcloud/services/billing/v20180709/billing_client.js +27 -2
  39. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +636 -74
  40. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +48 -17
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -1
  42. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +19 -3
  43. package/tencentcloud/services/csip/v20221121/csip_client.js +27 -3
  44. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2076 -1517
  45. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
  46. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -2
  47. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
  48. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +14 -0
  49. package/tencentcloud/services/hcm/v20181106/hcm_models.d.ts +2 -0
  50. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -8
  51. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -2
  52. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +2 -2
  53. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +12 -6
  54. package/tencentcloud/services/teo/v20220901/teo_client.js +11 -5
  55. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +209 -99
  56. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +29 -11
  57. package/tencentcloud/services/trocket/v20230308/trocket_client.js +39 -13
  58. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +195 -25
  59. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +32 -0
  60. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -8
  61. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +290 -55
  62. package/test/bi.v20220105.test.js +180 -0
  63. package/test/billing.v20180709.test.js +40 -0
  64. package/test/csip.v20221121.test.js +42 -2
  65. package/test/trocket.v20230308.test.js +46 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.694",
3
+ "version": "4.0.696",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -15,15 +15,15 @@
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-22 01:08:25 |
18
- | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-21 01:15:22 |
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-22 01:10:19 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-25 01:06:23 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-08-17 01:18:28 |
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-18 01:10:19 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-18 01:10:26 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-26 01:06:57 |
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,36 +48,36 @@
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-22 01:21:17 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-26 01:09:36 |
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
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-21 01:53:00 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-21 01:56:45 |
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-26 01:10:23 |
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-22 01:25:57 |
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-22 01:31:21 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-25 01:10:56 |
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-20 01:15:08 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-22 01:33:07 |
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
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-20 01:32:40 |
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
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-09-05 03:38:32 |
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
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-05 03:42:53 |
80
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
81
81
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-22 01:40:45 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
@@ -92,7 +92,7 @@
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-08-17 03:08:06 |
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
97
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-22 01:49:11 |
98
98
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-22 01:50:20 |
@@ -102,13 +102,13 @@
102
102
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
103
103
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
104
104
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-24 01:19:31 |
105
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
105
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-09-25 01:15:41 |
106
106
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
107
107
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
108
108
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
109
109
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
110
110
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
111
- | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-08-17 03:18:40 |
111
+ | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-09-25 01:15:46 |
112
112
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-09-20 01:37:34 |
113
113
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
114
114
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
@@ -123,11 +123,11 @@
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-19 17:35:39 |
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-20 01:39:40 |
130
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-09-25 01:20:43 |
131
131
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-09-15 02:04:15 |
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 |
@@ -140,7 +140,7 @@
140
140
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
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
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-22 02:09:16 |
143
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-25 01:22:33 |
144
144
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-21 04:51:12 |
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 |
@@ -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-21 04:56:57 |
152
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-26 01:27:06 |
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,10 +168,10 @@
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-21 05:17:41 |
171
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-09-26 01:29:11 |
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
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-13 02:18:02 |
174
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-09-25 01:24:51 |
175
175
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-09-15 02:24:19 |
176
176
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-09-15 02:24:49 |
177
177
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
@@ -185,7 +185,7 @@
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 |
187
187
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
188
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-08-17 04:48:58 |
188
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
189
189
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-08-18 11:40:41 |
190
190
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
191
191
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
@@ -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-20 01:47:29 |
202
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-26 01:32:17 |
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 |
@@ -215,11 +215,11 @@
215
215
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-08-17 05:40:04 |
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-19 01:28:01 |
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-18 02:36:04 |
222
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-26 01:34:02 |
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 |
@@ -227,9 +227,9 @@
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
229
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-18 02:39:47 |
230
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-18 02:43:01 |
230
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-25 01:30:02 |
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-22 02:50:53 |
232
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-26 01:36:12 |
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.694"
1
+ export const sdkVersion = "4.0.696"
@@ -212,7 +212,7 @@ export interface CreateAsyncRecognitionTaskRequest {
212
212
  }
213
213
 
214
214
  /**
215
- * 热词的词和权重
215
+ * [热词的词和权重](https://cloud.tencent.com/document/product/1093/41111#2.-.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0)
216
216
  */
217
217
  export interface HotWord {
218
218
  /**
@@ -366,7 +366,7 @@ hotword_list:每次请求时直接传入临时热词表来使用热词功能
366
366
  }
367
367
 
368
368
  /**
369
- * 说话人验证数据
369
+ * [说话人验证数据](https://cloud.tencent.com/document/product/1093/94481#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
370
370
  */
371
371
  export interface VoicePrintVerifyData {
372
372
  /**
@@ -871,42 +871,42 @@ export interface SetVocabStateRequest {
871
871
  }
872
872
 
873
873
  /**
874
- * 词表内容
874
+ * [词表内容](https://cloud.tencent.com/document/product/1093/41484#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
875
875
  */
876
876
  export interface Vocab {
877
877
  /**
878
878
  * 热词表名称
879
879
  */
880
- Name: string
880
+ Name?: string
881
881
  /**
882
882
  * 热词表描述
883
883
  */
884
- Description: string
884
+ Description?: string
885
885
  /**
886
886
  * 热词表ID
887
887
  */
888
- VocabId: string
888
+ VocabId?: string
889
889
  /**
890
890
  * 词权重列表
891
891
  */
892
- WordWeights: Array<HotWord>
892
+ WordWeights?: Array<HotWord>
893
893
  /**
894
894
  * 词表创建时间
895
895
  */
896
- CreateTime: string
896
+ CreateTime?: string
897
897
  /**
898
898
  * 词表更新时间
899
899
  */
900
- UpdateTime: string
900
+ UpdateTime?: string
901
901
  /**
902
902
  * 热词表状态,1为默认状态即在识别时默认加载该热词表进行识别,0为初始状态
903
903
  */
904
- State: number
904
+ State?: number
905
905
  /**
906
906
  * 标签数组
907
907
  注意:此字段可能返回 null,表示取不到有效值。
908
908
  */
909
- TagInfos: Array<string>
909
+ TagInfos?: Array<string>
910
910
  }
911
911
 
912
912
  /**
@@ -920,24 +920,24 @@ export interface CloseAsyncRecognitionTaskRequest {
920
920
  }
921
921
 
922
922
  /**
923
- * 录音文件识别、实时语音异步识别请求的返回数据
923
+ * [录音文件识别](https://cloud.tencent.com/document/product/1093/37823#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)、[实时语音异步识别](https://cloud.tencent.com/document/product/1093/52061#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)请求的返回数据
924
924
  */
925
925
  export interface Task {
926
926
  /**
927
927
  * 任务ID,可通过此ID在轮询接口获取识别状态与结果。注意:TaskId数据类型为uint64
928
928
  */
929
- TaskId: number
929
+ TaskId?: number
930
930
  }
931
931
 
932
932
  /**
933
- * 音频流异步识别任务列表
933
+ * [音频流异步识别任务列表](https://cloud.tencent.com/document/product/1093/52060#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
934
934
  */
935
935
  export interface AsyncRecognitionTasks {
936
936
  /**
937
937
  * 任务列表
938
938
  注意:此字段可能返回 null,表示取不到有效值。
939
939
  */
940
- Tasks: Array<AsyncRecognitionTaskInfo>
940
+ Tasks?: Array<AsyncRecognitionTaskInfo>
941
941
  }
942
942
 
943
943
  /**
@@ -973,39 +973,39 @@ export interface DeleteCustomizationResponse {
973
973
  }
974
974
 
975
975
  /**
976
- * 获取录音识别结果的返回参数
976
+ * [获取录音识别结果的返回参数](https://cloud.tencent.com/document/product/1093/37822#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
977
977
  */
978
978
  export interface TaskStatus {
979
979
  /**
980
980
  * 任务标识。注意:TaskId数据类型为uint64。
981
981
  */
982
- TaskId: number
982
+ TaskId?: number
983
983
  /**
984
984
  * 任务状态码,0:任务等待,1:任务执行中,2:任务成功,3:任务失败。
985
985
  */
986
- Status: number
986
+ Status?: number
987
987
  /**
988
988
  * 任务状态,waiting:任务等待,doing:任务执行中,success:任务成功,failed:任务失败。
989
989
  */
990
- StatusStr: string
990
+ StatusStr?: string
991
991
  /**
992
992
  * 识别结果。
993
993
  */
994
- Result: string
994
+ Result?: string
995
995
  /**
996
996
  * 失败原因说明。
997
997
  */
998
- ErrorMsg: string
998
+ ErrorMsg?: string
999
999
  /**
1000
1000
  * 识别结果详情,包含每个句子中的词时间偏移,一般用于生成字幕的场景。(录音识别请求中ResTextFormat=1时该字段不为空)
1001
1001
  注意:此字段可能返回 null,表示取不到有效值。
1002
1002
  */
1003
- ResultDetail: Array<SentenceDetail>
1003
+ ResultDetail?: Array<SentenceDetail>
1004
1004
  /**
1005
1005
  * 音频时长(秒)。
1006
1006
  注意:此字段可能返回 null,表示取不到有效值。
1007
1007
  */
1008
- AudioDuration: number
1008
+ AudioDuration?: number
1009
1009
  }
1010
1010
 
1011
1011
  /**
@@ -1101,29 +1101,29 @@ export interface CreateAsrVocabResponse {
1101
1101
  }
1102
1102
 
1103
1103
  /**
1104
- * 自学习模型信息
1104
+ * [自学习模型信息](https://cloud.tencent.com/document/product/1093/90813#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
1105
1105
  */
1106
1106
  export interface Model {
1107
1107
  /**
1108
1108
  * 模型名称
1109
1109
  */
1110
- ModelName: string
1110
+ ModelName?: string
1111
1111
  /**
1112
1112
  * 模型文件名称
1113
1113
  */
1114
- DictName: string
1114
+ DictName?: string
1115
1115
  /**
1116
1116
  * 模型Id
1117
1117
  */
1118
- ModelId: string
1118
+ ModelId?: string
1119
1119
  /**
1120
1120
  * 模型类型,“8k”或者”16k“
1121
1121
  */
1122
- ModelType: string
1122
+ ModelType?: string
1123
1123
  /**
1124
1124
  * 服务类型
1125
1125
  */
1126
- ServiceType: string
1126
+ ServiceType?: string
1127
1127
  /**
1128
1128
  * 模型状态:
1129
1129
  -2:模型训练失败;
@@ -1133,16 +1133,16 @@ export interface Model {
1133
1133
  3:上线中;
1134
1134
  4:下线中;
1135
1135
  */
1136
- ModelState: number
1136
+ ModelState?: number
1137
1137
  /**
1138
1138
  * 最后更新时间
1139
1139
  */
1140
- AtUpdated: string
1140
+ AtUpdated?: string
1141
1141
  /**
1142
1142
  * 标签信息
1143
1143
  注意:此字段可能返回 null,表示取不到有效值。
1144
1144
  */
1145
- TagInfos: Array<string>
1145
+ TagInfos?: Array<string>
1146
1146
  }
1147
1147
 
1148
1148
  /**
@@ -1267,7 +1267,7 @@ export interface VoicePrintUpdateResponse {
1267
1267
  }
1268
1268
 
1269
1269
  /**
1270
- * 说话人基础数据,包括说话人id和说话人昵称
1270
+ * [说话人基础数据](https://cloud.tencent.com/document/product/1093/94483#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0),包括说话人id和说话人昵称
1271
1271
  */
1272
1272
  export interface VoicePrintBaseData {
1273
1273
  /**
@@ -1307,17 +1307,17 @@ export interface VoicePrintCountResponse {
1307
1307
  }
1308
1308
 
1309
1309
  /**
1310
- * 音频流异步识别任务信息
1310
+ * [音频流异步识别](https://cloud.tencent.com/document/api/1093/37824#AsyncRecognitionTasks)任务信息
1311
1311
  */
1312
1312
  export interface AsyncRecognitionTaskInfo {
1313
1313
  /**
1314
1314
  * 任务ID
1315
1315
  */
1316
- TaskId: number
1316
+ TaskId?: number
1317
1317
  /**
1318
1318
  * 音频流Url
1319
1319
  */
1320
- Url: string
1320
+ Url?: string
1321
1321
  }
1322
1322
 
1323
1323
  /**
@@ -1368,21 +1368,21 @@ export interface GetAsrVocabListResponse {
1368
1368
  }
1369
1369
 
1370
1370
  /**
1371
- * 一句话识别返回的词时间戳
1371
+ * [一句话识别](https://cloud.tencent.com/document/product/1093/35646#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)返回的词时间戳
1372
1372
  */
1373
1373
  export interface SentenceWord {
1374
1374
  /**
1375
1375
  * 词结果
1376
1376
  */
1377
- Word: string
1377
+ Word?: string
1378
1378
  /**
1379
1379
  * 词在音频中的开始时间
1380
1380
  */
1381
- StartTime: number
1381
+ StartTime?: number
1382
1382
  /**
1383
1383
  * 词在音频中的结束时间
1384
1384
  */
1385
- EndTime: number
1385
+ EndTime?: number
1386
1386
  }
1387
1387
 
1388
1388
  /**
@@ -1407,7 +1407,7 @@ export interface SentenceWords {
1407
1407
  }
1408
1408
 
1409
1409
  /**
1410
- * 统计返回注册数量结构
1410
+ * 统计返回[说话人注册数量](https://cloud.tencent.com/document/product/1093/96061#3.-.E8.BE.93.E5.87.BA.E5.8F.82.E6.95.B0)
1411
1411
  */
1412
1412
  export interface VoicePrintCountData {
1413
1413
  /**