tencentcloud-sdk-nodejs 4.0.869 → 4.0.870

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 (68) hide show
  1. package/CHANGELOG.md +216 -0
  2. package/SERVICE_CHANGELOG.md +327 -29
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +4 -2
  7. package/src/services/asr/v20190614/asr_models.ts +4 -2
  8. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  9. package/src/services/ccc/v20200210/ccc_models.ts +56 -12
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cfw/v20190904/cfw_client.ts +5 -3
  12. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +26 -16
  14. package/src/services/dts/v20211206/dts_models.ts +4 -0
  15. package/src/services/facefusion/v20220927/facefusion_client.ts +14 -0
  16. package/src/services/facefusion/v20220927/facefusion_models.ts +110 -0
  17. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
  18. package/src/services/hunyuan/v20230901/hunyuan_models.ts +3 -3
  19. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -2
  20. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +128 -54
  21. package/src/services/mps/v20190612/mps_models.ts +19 -23
  22. package/src/services/pts/v20210728/pts_models.ts +1 -1
  23. package/src/services/rum/v20210622/rum_models.ts +1 -1
  24. package/src/services/sqlserver/v20180328/sqlserver_models.ts +23 -15
  25. package/src/services/tcss/v20201101/tcss_models.ts +2 -2
  26. package/src/services/trp/v20210515/trp_client.ts +17 -3
  27. package/src/services/trp/v20210515/trp_models.ts +101 -40
  28. package/src/services/vcg/v20240404/vcg_models.ts +2 -2
  29. package/src/services/waf/v20180125/waf_models.ts +5 -1
  30. package/src/services/wedata/v20210820/wedata_models.ts +22 -7
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +4 -2
  34. package/tencentcloud/services/aiart/v20221229/aiart_client.js +4 -2
  35. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -2
  36. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  38. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +54 -12
  39. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  40. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -2
  41. package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -2
  42. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -16
  44. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  45. package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +6 -1
  46. package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +7 -0
  47. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +107 -0
  48. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +3 -3
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +124 -54
  54. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -21
  55. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +1 -1
  56. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  57. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +23 -15
  58. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
  59. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  60. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  61. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +97 -40
  62. package/tencentcloud/services/vcg/v20240404/vcg_models.d.ts +2 -2
  63. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -1
  64. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +22 -7
  65. package/test/ccc.v20200210.test.js +10 -0
  66. package/test/facefusion.v20220927.test.js +10 -0
  67. package/test/iotexplorer.v20190423.test.js +10 -0
  68. package/test/trp.v20210515.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.869",
3
+ "version": "4.0.870",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-05-11 14:22:26 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-06-06 01:07:32 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-05-10 01:10:01 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-05-27 01:09:51 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-06 01:10:44 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-22 01:10:06 |
@@ -39,8 +39,8 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-05-28 01:14:36 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-28 01:15:06 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-04 01:16:12 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-06 01:17:16 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-06 01:17:58 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
@@ -49,7 +49,7 @@
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
52
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-05-31 01:19:08 |
52
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-06-06 01:22:29 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-03-20 01:10:58 |
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
@@ -67,12 +67,12 @@
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-05-16 01:26:49 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-06 01:28:40 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-17 01:23:32 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-16 01:28:30 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-27 01:28:43 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-06 01:35:01 |
76
76
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -80,14 +80,14 @@
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-05 01:34:19 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-06 01:39:31 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-05 01:36:05 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-27 01:34:38 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-05-28 01:36:11 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-06-06 01:45:02 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
@@ -98,7 +98,7 @@
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-04 01:41:39 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-31 01:40:33 |
101
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-05-31 01:41:22 |
101
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-04 01:43:35 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-23 21:10:12 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-06-05 14:17:17 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
118
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -123,7 +123,7 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-05 01:48:26 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-06 01:57:24 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
@@ -147,7 +147,7 @@
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
148
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-31 01:55:32 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-31 01:56:55 |
150
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-06 02:11:55 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
@@ -162,13 +162,13 @@
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
163
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-05-29 02:01:19 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
165
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
165
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-06 02:18:50 |
166
166
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-20 02:02:25 |
167
167
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-05 02:06:41 |
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
171
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-05 02:07:34 |
171
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-06 02:20:31 |
172
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
@@ -177,7 +177,7 @@
177
177
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-05-20 17:02:26 |
178
178
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-15 02:06:58 |
180
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-06-06 02:22:45 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
182
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-28 02:06:39 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
@@ -200,7 +200,7 @@
200
200
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
201
201
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-03-20 01:24:49 |
202
202
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-04 02:13:52 |
203
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-05-31 02:10:49 |
203
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-06 02:29:53 |
204
204
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
206
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-29 02:13:49 |
@@ -223,25 +223,25 @@
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-03 02:23:52 |
226
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-05-30 02:20:31 |
227
- | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-03 02:24:47 |
226
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
227
+ | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-06 02:42:52 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-03 02:25:00 |
229
229
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-04 02:26:13 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-04 02:27:15 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
233
233
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
234
- | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-05-16 16:26:14 |
234
+ | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
235
235
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-05 02:29:39 |
236
- | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
236
+ | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
237
237
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
238
238
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
239
239
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-05-10 02:45:29 |
240
240
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
241
241
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-05-16 16:17:26 |
242
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-04 02:34:05 |
242
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-06 02:53:14 |
243
243
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
244
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-04 02:35:39 |
244
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-06 02:55:04 |
245
245
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
246
246
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
247
247
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.869"
1
+ export const sdkVersion = "4.0.870"
@@ -52,7 +52,8 @@ export class Client extends AbstractClient {
52
52
  }
53
53
 
54
54
  /**
55
- * 文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
55
+ * 本接口已迁移至腾讯混元大模型-混元生图,即将停止此处维护,可切换至 [混元生图 API](https://cloud.tencent.com/document/product/1729/105969) 继续使用。
56
+ 文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
56
57
  提交任务:输入文本等,提交一个文生图(高级版)异步任务,获得任务 ID。
57
58
  查询任务:根据任务 ID 查询任务的处理状态、处理结果,任务处理完成后可获得生成图像结果。
58
59
  并发任务数(并发)说明:并发任务数指能同时处理的任务数量。文生图(高级版)默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
@@ -80,7 +81,8 @@ export class Client extends AbstractClient {
80
81
  }
81
82
 
82
83
  /**
83
- * 文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
84
+ * 本接口已迁移至腾讯混元大模型-混元生图,即将停止此处维护,可切换至 [混元生图 API](https://cloud.tencent.com/document/product/1729/105970) 继续使用。
85
+ 文生图(高级版)接口基于高级版文生图大模型,将根据输入的文本描述,智能生成与之相关的结果图。分为提交任务和查询任务2个接口。
84
86
  提交任务:输入文本等,提交一个文生图(高级版)异步任务,获得任务 ID。
85
87
  查询任务:根据任务 ID 查询任务的处理状态、处理结果,任务处理完成后可获得生成图像结果。
86
88
  并发任务数(并发)说明:并发任务数指能同时处理的任务数量。文生图(高级版)默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
@@ -631,12 +631,14 @@ export interface CreateRecTaskRequest {
631
631
  **注意:电话通讯场景,请务必使用以下8k引擎**
632
632
  • 8k_zh:中文电话通讯;
633
633
  • 8k_en:英文电话通讯;
634
- 如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
634
+ • **8k_zh_large:**普方大模型引擎【大模型版】。当前模型同时支持中文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对电话音频中各类场景、各类中文方言的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比常规版本与普方大模型版本的识别效果;
635
+
636
+ 注意:如您有电话通讯场景识别需求,但发现需求语种仅支持16k,可将8k音频传入下方16k引擎,亦能获取识别结果。但**16k引擎并非基于电话通讯数据训练,无法承诺此种调用方式的识别效果,需由您自行验证识别结果是否可用**
635
637
 
636
638
  通用场景引擎:
637
639
  **注意:除电话通讯场景以外的其它识别场景,请务必使用以下16k引擎**
638
640
  • **16k_zh:**中文普通话通用引擎,支持中文普通话和少量英语,使用丰富的中文普通话语料训练,覆盖场景广泛,适用于除电话通讯外的所有中文普通话识别场景;
639
- • **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远、等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
641
+ • **16k_zh_large:**普方英大模型引擎【大模型版】。当前模型同时支持中文、英文、[多种中文方言](https://cloud.tencent.com/document/product/1093/35682)等语言的识别,模型参数量极大,语言模型性能增强,针对噪声大、回音大、人声小、人声远等低质量音频的识别准确率极大提升,[点击这里](https://console.cloud.tencent.com/asr/demonstrate) 对比中文普通话常规版本与普方英大模型版本的识别效果;
640
642
  • **16k_zh_dialect:**中文普通话+多方言混合引擎,除普通话外支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
641
643
  • **16k_en:**英语;
642
644
  • **16k_yue:**粤语;
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeExtensionRequest,
22
22
  StopAutoCalloutTaskRequest,
23
+ CreateIVRSessionRequest,
23
24
  CompanyApplyInfo,
24
25
  CreateSDKLoginTokenResponse,
25
26
  ModifyStaffRequest,
@@ -140,8 +141,9 @@ import {
140
141
  DescribeCallInMetricsResponse,
141
142
  ModifyCompanyApplyRequest,
142
143
  DescribeCompanyListRequest,
143
- DescribeActiveCarrierPrivilegeNumberResponse,
144
+ CreateIVRSessionResponse,
144
145
  IMSatisfaction,
146
+ DescribeActiveCarrierPrivilegeNumberResponse,
145
147
  HangUpCallRequest,
146
148
  DescribeTelCdrResponse,
147
149
  DescribeStaffStatusMetricsRequest,
@@ -584,6 +586,16 @@ export class Client extends AbstractClient {
584
586
  return this.request("CreateStaff", req, cb)
585
587
  }
586
588
 
589
+ /**
590
+ * 创建关联 IVR 的会话,仅高级版支持,目前支持呼入和自动外呼两种 IVR 类型。收到请求后 TCCC 会先尝试呼通被叫,然后进入 IVR 流程。
591
+ */
592
+ async CreateIVRSession(
593
+ req: CreateIVRSessionRequest,
594
+ cb?: (error: string, rep: CreateIVRSessionResponse) => void
595
+ ): Promise<CreateIVRSessionResponse> {
596
+ return this.request("CreateIVRSession", req, cb)
597
+ }
598
+
587
599
  /**
588
600
  * 创建自动外呼任务
589
601
  */
@@ -43,6 +43,36 @@ export interface StopAutoCalloutTaskRequest {
43
43
  TaskId: number
44
44
  }
45
45
 
46
+ /**
47
+ * CreateIVRSession请求参数结构体
48
+ */
49
+ export interface CreateIVRSessionRequest {
50
+ /**
51
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
52
+ */
53
+ SdkAppId: number
54
+ /**
55
+ * 被叫
56
+ */
57
+ Callee: string
58
+ /**
59
+ * 指定的 IVR Id,目前支持呼入和自动外呼两种类型
60
+ */
61
+ IVRId: number
62
+ /**
63
+ * 主叫号码列表
64
+ */
65
+ Callers?: Array<string>
66
+ /**
67
+ * 自定义变量
68
+ */
69
+ Variables?: Array<Variable>
70
+ /**
71
+ * 用户数据
72
+ */
73
+ UUI?: string
74
+ }
75
+
46
76
  /**
47
77
  * 企业资质申请信息
48
78
  */
@@ -3201,21 +3231,13 @@ export interface DescribeCompanyListRequest {
3201
3231
  }
3202
3232
 
3203
3233
  /**
3204
- * DescribeActiveCarrierPrivilegeNumber返回参数结构体
3234
+ * CreateIVRSession返回参数结构体
3205
3235
  */
3206
- export interface DescribeActiveCarrierPrivilegeNumberResponse {
3207
- /**
3208
- * 总数量
3209
- */
3210
- TotalCount?: number
3236
+ export interface CreateIVRSessionResponse {
3211
3237
  /**
3212
- * 生效列表
3213
- */
3214
- ActiveCarrierPrivilegeNumbers?: Array<ActiveCarrierPrivilegeNumber>
3215
- /**
3216
- * 待审核单号
3238
+ * 新创建的会话 ID
3217
3239
  */
3218
- PendingApplicantIds?: Array<number | bigint>
3240
+ SessionId?: string
3219
3241
  /**
3220
3242
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3221
3243
  */
@@ -3238,6 +3260,28 @@ export interface IMSatisfaction {
3238
3260
  Label: string
3239
3261
  }
3240
3262
 
3263
+ /**
3264
+ * DescribeActiveCarrierPrivilegeNumber返回参数结构体
3265
+ */
3266
+ export interface DescribeActiveCarrierPrivilegeNumberResponse {
3267
+ /**
3268
+ * 总数量
3269
+ */
3270
+ TotalCount?: number
3271
+ /**
3272
+ * 生效列表
3273
+ */
3274
+ ActiveCarrierPrivilegeNumbers?: Array<ActiveCarrierPrivilegeNumber>
3275
+ /**
3276
+ * 待审核单号
3277
+ */
3278
+ PendingApplicantIds?: Array<number | bigint>
3279
+ /**
3280
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3281
+ */
3282
+ RequestId?: string
3283
+ }
3284
+
3241
3285
  /**
3242
3286
  * HangUpCall请求参数结构体
3243
3287
  */
@@ -7932,7 +7932,7 @@ export interface RestartDBInstancesResponse {
7932
7932
  /**
7933
7933
  * 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
7934
7934
  */
7935
- AsyncRequestId: string
7935
+ AsyncRequestId?: string
7936
7936
  /**
7937
7937
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7938
7938
  */
@@ -481,8 +481,10 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
481
481
  }
482
482
 
483
483
  /**
484
- * 删除防火墙实例
485
- */
484
+ * 接口废弃
485
+
486
+ 删除防火墙实例
487
+ */
486
488
  async DeleteVpcInstance(
487
489
  req?: DeleteVpcInstanceRequest,
488
490
  cb?: (error: string, rep: DeleteVpcInstanceResponse) => void
@@ -762,7 +764,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
762
764
  }
763
765
 
764
766
  /**
765
- * DescribeSourceAsset-查询资产组全部资产信息
767
+ * DescribeSourceAsset-查询全部资产信息
766
768
  */
767
769
  async DescribeSourceAsset(
768
770
  req: DescribeSourceAssetRequest,
@@ -7371,7 +7371,7 @@ export interface DescribeGuideScanInfoResponse {
7371
7371
  /**
7372
7372
  * 扫描信息
7373
7373
  */
7374
- Data: ScanInfo
7374
+ Data?: ScanInfo
7375
7375
  /**
7376
7376
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7377
7377
  */
@@ -8489,71 +8489,76 @@ export interface ParamDetail {
8489
8489
  /**
8490
8490
  * 参数名称
8491
8491
  */
8492
- ParamName: string
8492
+ ParamName?: string
8493
8493
  /**
8494
8494
  * 参数类型:integer,enum,float,string,func
8495
8495
  */
8496
- ParamType: string
8496
+ ParamType?: string
8497
8497
  /**
8498
8498
  * true-支持"func",false-不支持公式
8499
8499
  */
8500
- SupportFunc: boolean
8500
+ SupportFunc?: boolean
8501
8501
  /**
8502
8502
  * 默认值
8503
8503
  */
8504
- Default: string
8504
+ Default?: string
8505
8505
  /**
8506
8506
  * 参数描述
8507
8507
  */
8508
- Description: string
8508
+ Description?: string
8509
8509
  /**
8510
8510
  * 参数当前值
8511
8511
  */
8512
- CurrentValue: string
8512
+ CurrentValue?: string
8513
8513
  /**
8514
8514
  * 修改参数后,是否需要重启数据库以使参数生效。0-不需要重启,1-需要重启。
8515
8515
  */
8516
- NeedReboot: number
8516
+ NeedReboot?: number
8517
8517
  /**
8518
8518
  * 参数容许的最大值
8519
8519
  */
8520
- Max: string
8520
+ Max?: string
8521
8521
  /**
8522
8522
  * 参数容许的最小值
8523
8523
  */
8524
- Min: string
8524
+ Min?: string
8525
8525
  /**
8526
8526
  * 参数的可选枚举值。如果为非枚举值,则为空
8527
8527
  注意:此字段可能返回 null,表示取不到有效值。
8528
8528
  */
8529
- EnumValue: Array<string>
8529
+ EnumValue?: Array<string>
8530
8530
  /**
8531
8531
  * 1:全局参数,0:非全局参数
8532
8532
  */
8533
- IsGlobal: number
8533
+ IsGlobal?: number
8534
8534
  /**
8535
8535
  * 匹配类型,multiVal
8536
8536
  */
8537
- MatchType: string
8537
+ MatchType?: string
8538
8538
  /**
8539
8539
  * 匹配目标值,当multiVal时,各个key用,分割
8540
8540
  */
8541
- MatchValue: string
8541
+ MatchValue?: string
8542
8542
  /**
8543
8543
  * true-为公式,false-非公式
8544
8544
  注意:此字段可能返回 null,表示取不到有效值。
8545
8545
  */
8546
- IsFunc: boolean
8546
+ IsFunc?: boolean
8547
8547
  /**
8548
8548
  * 参数设置为公式时,Func返回设置的公式内容
8549
8549
  注意:此字段可能返回 null,表示取不到有效值。
8550
8550
  */
8551
- Func: string
8551
+ Func?: string
8552
8552
  /**
8553
8553
  * 参数是否可修改
8554
8554
  注意:此字段可能返回 null,表示取不到有效值。
8555
8555
  */
8556
- ModifiableInfo: ModifiableInfo
8556
+ ModifiableInfo?: ModifiableInfo
8557
+ /**
8558
+ * 支持公式的参数的默认公式样式
8559
+ 注意:此字段可能返回 null,表示取不到有效值。
8560
+ */
8561
+ FuncPattern?: string
8557
8562
  }
8558
8563
 
8559
8564
  /**
@@ -8773,6 +8778,11 @@ export interface ParamItemDetail {
8773
8778
  注意:此字段可能返回 null,表示取不到有效值。
8774
8779
  */
8775
8780
  Func?: string
8781
+ /**
8782
+ * 支持公式的参数的默认公式样式
8783
+ 注意:此字段可能返回 null,表示取不到有效值。
8784
+ */
8785
+ FuncPattern?: string
8776
8786
  }
8777
8787
 
8778
8788
  /**
@@ -5492,6 +5492,10 @@ export interface DescribeSubscribeJobsRequest {
5492
5492
  * 订阅的云上数据库实例的 ID,精确匹配
5493
5493
  */
5494
5494
  InstanceId?: string
5495
+ /**
5496
+ * 订阅的topicName
5497
+ */
5498
+ Topic?: string
5495
5499
  /**
5496
5500
  * 计费模式筛选,可能的值:0-包年包月,1-按量计费
5497
5501
  */
@@ -21,10 +21,13 @@ import {
21
21
  PublicMaterialInfos,
22
22
  DescribeMaterialListResponse,
23
23
  FaceInfo,
24
+ FuseFaceUltraRequest,
24
25
  MaterialFaces,
25
26
  FuseParam,
26
27
  ImageCodecParam,
28
+ FusionUltraParam,
27
29
  MergeInfo,
30
+ FuseFaceUltraResponse,
28
31
  FuseFaceResponse,
29
32
  FuseFaceRequest,
30
33
  FaceRect,
@@ -65,4 +68,15 @@ export class Client extends AbstractClient {
65
68
  ): Promise<FuseFaceResponse> {
66
69
  return this.request("FuseFace", req, cb)
67
70
  }
71
+
72
+ /**
73
+ * 图片人脸融合(专业版)为同步接口,支持自定义美颜、人脸增强、牙齿增强、拉脸等参数,最高支持8K分辨率,有多个模型类型供选择。查看 <a href="https://cloud.tencent.com/document/product/670/38247" target="_blank">融合接入指引</a>。
74
+ 请求频率限制为2次/秒。
75
+ */
76
+ async FuseFaceUltra(
77
+ req: FuseFaceUltraRequest,
78
+ cb?: (error: string, rep: FuseFaceUltraResponse) => void
79
+ ): Promise<FuseFaceUltraResponse> {
80
+ return this.request("FuseFaceUltra", req, cb)
81
+ }
68
82
  }