tencentcloud-sdk-nodejs 4.0.533 → 4.0.535

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 (98) hide show
  1. package/CHANGELOG.md +529 -0
  2. package/SERVICE_CHANGELOG.md +573 -187
  3. package/package.json +1 -1
  4. package/products.md +31 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +14 -2
  7. package/src/services/cbs/v20170312/cbs_models.ts +5 -0
  8. package/src/services/ccc/v20200210/ccc_client.ts +46 -9
  9. package/src/services/ccc/v20200210/ccc_models.ts +138 -17
  10. package/src/services/cdb/v20170320/cdb_models.ts +60 -60
  11. package/src/services/cdwch/v20200915/cdwch_client.ts +19 -7
  12. package/src/services/cdwch/v20200915/cdwch_models.ts +100 -59
  13. package/src/services/clb/v20180317/clb_models.ts +6 -0
  14. package/src/services/cme/v20191029/cme_models.ts +6 -4
  15. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  16. package/src/services/dlc/v20210125/dlc_client.ts +217 -51
  17. package/src/services/dlc/v20210125/dlc_models.ts +1200 -71
  18. package/src/services/ess/v20201111/ess_client.ts +36 -12
  19. package/src/services/ess/v20201111/ess_models.ts +180 -85
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +36 -12
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +108 -23
  22. package/src/services/index.ts +1 -0
  23. package/src/services/keewidb/index.ts +5 -0
  24. package/src/services/keewidb/v20220308/index.ts +6 -0
  25. package/src/services/keewidb/v20220308/keewidb_client.ts +489 -0
  26. package/src/services/keewidb/v20220308/keewidb_models.ts +2778 -0
  27. package/src/services/lcic/v20220817/lcic_client.ts +198 -72
  28. package/src/services/lcic/v20220817/lcic_models.ts +856 -120
  29. package/src/services/live/v20180801/live_client.ts +1 -1
  30. package/src/services/live/v20180801/live_models.ts +1 -1
  31. package/src/services/redis/v20180412/redis_models.ts +5 -5
  32. package/src/services/scf/v20180416/scf_models.ts +44 -44
  33. package/src/services/sqlserver/v20180328/sqlserver_client.ts +3 -2
  34. package/src/services/sqlserver/v20180328/sqlserver_models.ts +105 -54
  35. package/src/services/tcb/v20180608/tcb_models.ts +16 -6
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +64 -2
  37. package/src/services/teo/v20220901/teo_client.ts +551 -488
  38. package/src/services/teo/v20220901/teo_models.ts +471 -123
  39. package/src/services/thpc/v20220401/thpc_models.ts +9 -7
  40. package/src/services/vpc/v20170312/vpc_client.ts +1 -0
  41. package/src/services/vpc/v20170312/vpc_models.ts +23 -0
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -2
  45. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -0
  46. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -3
  47. package/tencentcloud/services/ccc/v20200210/ccc_client.js +21 -3
  48. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +119 -15
  49. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -60
  50. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
  51. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
  52. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +84 -49
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -2
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  56. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +67 -15
  57. package/tencentcloud/services/dlc/v20210125/dlc_client.js +99 -21
  58. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1016 -63
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +16 -4
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +155 -75
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +93 -21
  65. package/tencentcloud/services/index.d.ts +1 -0
  66. package/tencentcloud/services/index.js +2 -0
  67. package/tencentcloud/services/keewidb/index.d.ts +6 -0
  68. package/tencentcloud/services/keewidb/index.js +7 -0
  69. package/tencentcloud/services/keewidb/v20220308/index.d.ts +6 -0
  70. package/tencentcloud/services/keewidb/v20220308/index.js +9 -0
  71. package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +154 -0
  72. package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +247 -0
  73. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +2319 -0
  74. package/tencentcloud/services/keewidb/v20220308/keewidb_models.js +18 -0
  75. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +65 -25
  76. package/tencentcloud/services/lcic/v20220817/lcic_client.js +96 -36
  77. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +727 -101
  78. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  79. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  80. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  81. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -5
  82. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +44 -44
  83. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +90 -48
  84. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +15 -6
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +54 -2
  86. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +183 -163
  87. package/tencentcloud/services/teo/v20220901/teo_client.js +273 -243
  88. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +409 -109
  89. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +7 -5
  90. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -0
  91. package/test/ccc.v20200210.test.js +32 -2
  92. package/test/cdwch.v20200915.test.js +12 -2
  93. package/test/dlc.v20210125.test.js +144 -14
  94. package/test/ess.v20201111.test.js +22 -2
  95. package/test/essbasic.v20210526.test.js +22 -2
  96. package/test/keewidb.v20220308.test.js +381 -0
  97. package/test/lcic.v20220817.test.js +124 -24
  98. package/test/teo.v20220901.test.js +212 -162
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.533",
3
+ "version": "4.0.535",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -16,13 +16,13 @@
16
16
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
17
17
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
18
18
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-02-06 01:03:29 |
19
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-03 01:03:46 |
19
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-09 01:04:17 |
20
20
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
21
21
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
22
22
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
23
23
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
24
24
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-03 01:04:31 |
25
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-09 01:05:16 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
28
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-01-17 01:09:15 |
@@ -38,33 +38,33 @@
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
42
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-07 01:08:44 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-01 01:07:52 |
41
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-09 01:08:40 |
42
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-09 01:09:37 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-17 01:12:53 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-09 01:11:01 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-07 01:12:30 |
47
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-01-04 01:09:46 |
50
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-08 01:18:57 |
51
51
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
52
52
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
56
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-02 01:10:38 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-07 01:14:39 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-08 01:22:37 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
61
61
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-01-18 01:12:02 |
62
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
62
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
63
63
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-03 01:14:29 |
67
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-09 01:18:12 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-06 01:16:27 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
70
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-07 01:22:36 |
@@ -75,9 +75,9 @@
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-07 01:25:26 |
79
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-07 01:26:07 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-01-10 01:21:29 |
78
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-09 01:30:43 |
79
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-09 01:32:08 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-08 01:32:53 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
@@ -90,8 +90,8 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-06 01:41:26 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-02 01:28:07 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-07 11:30:44 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-08 01:37:10 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
@@ -120,10 +120,11 @@
120
120
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-11-17 06:31:48 |
121
121
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
122
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
+ | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
123
124
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
124
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-03 01:30:11 |
125
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-09 01:47:12 |
125
126
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
126
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-07 01:40:55 |
127
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-09 01:48:30 |
127
128
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
128
129
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
129
130
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
@@ -144,25 +145,25 @@
144
145
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
145
146
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
146
147
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
147
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-03 01:36:28 |
148
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-08 01:53:01 |
148
149
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
149
150
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
150
151
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
151
152
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
152
153
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
153
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-07 01:49:49 |
154
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-08 01:55:08 |
154
155
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
155
156
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
156
157
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
157
158
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-31 01:49:13 |
158
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-07 01:51:00 |
159
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-08 01:56:26 |
159
160
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
160
161
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
161
162
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
162
163
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
163
164
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
164
165
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
165
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-12-07 06:58:03 |
166
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-02-09 01:58:45 |
166
167
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-01-05 01:39:20 |
167
168
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
168
169
  | sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
@@ -177,7 +178,7 @@
177
178
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
178
179
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
179
180
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
180
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-03 01:42:20 |
181
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-09 02:02:20 |
181
182
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
182
183
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
183
184
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -186,17 +187,17 @@
186
187
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
187
188
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
188
189
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
189
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-07 02:00:51 |
190
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-09 02:10:16 |
190
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
191
- | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-07 02:03:34 |
192
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-07 02:04:55 |
193
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-01 02:02:44 |
192
+ | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-09 02:12:10 |
193
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-09 02:15:06 |
194
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-08 02:08:58 |
194
195
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
195
196
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
196
197
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
197
198
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
198
199
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
199
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-07 02:06:53 |
200
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
200
201
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-06 01:48:47 |
201
202
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
202
203
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-02 01:56:25 |
@@ -213,8 +214,8 @@
213
214
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
214
215
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
215
216
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
216
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-07 02:12:55 |
217
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-06 02:53:59 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-08 02:15:14 |
218
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-08 02:24:44 |
218
219
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
219
220
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
220
221
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.533"
1
+ export const sdkVersion = "4.0.535"
@@ -397,7 +397,7 @@ export interface CreateRecTaskResponse {
397
397
  /**
398
398
  * 录音文件识别的请求返回结果,包含结果查询需要的TaskId
399
399
  */
400
- Data: Task
400
+ Data?: Task
401
401
 
402
402
  /**
403
403
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -572,9 +572,15 @@ export interface CreateRecTaskRequest {
572
572
  ReinforceHotword?: number
573
573
 
574
574
  /**
575
- * 单标点最多字数,取值范围:[6,40]。默认为0,不开启该功能。该参数可用于字幕生成场景,控制单行字幕最大字数。
575
+ * 单标点最多字数,取值范围:[6,40]。默认为0,不开启该功能。该参数可用于字幕生成场景,控制单行字幕最大字数(设置ResTextFormat为3,解析返回的ResultDetail列表,通过结构中FinalSentence获取单个标点断句结果)。
576
576
  */
577
577
  SentenceMaxLength?: number
578
+
579
+ /**
580
+ * 情绪识别能力(目前支持16k_zh) 默认为0,不开启。 1:开启情绪识别但是不会在文本展示“情绪标签”, 2:开启情绪识别并且在文本展示“情绪标签”。(该功能需要设置ResTextFormat 大于0)
581
+ 注意:本功能为增值服务,购买对应套餐包后,将参数设置为1或2时方可按对应方式生效,并消耗套餐包对应资源。参数设置为0时无需购买套餐包,也不会消耗对应资源。
582
+ */
583
+ EmotionRecognition?: number
578
584
  }
579
585
 
580
586
  /**
@@ -993,6 +999,12 @@ export interface SentenceDetail {
993
999
  注意:此字段可能返回 null,表示取不到有效值。
994
1000
  */
995
1001
  SilenceTime: number
1002
+
1003
+ /**
1004
+ * 情绪类型(可能为空)
1005
+ 注意:此字段可能返回 null,表示取不到有效值。
1006
+ */
1007
+ EmotionType?: Array<string>
996
1008
  }
997
1009
 
998
1010
  /**
@@ -951,6 +951,11 @@ export interface Disk {
951
951
  */
952
952
  DeleteSnapshot: number
953
953
 
954
+ /**
955
+ * 云硬盘备份点配额。表示最大可以保留的备份点数量。
956
+ */
957
+ DiskBackupQuota: number
958
+
954
959
  /**
955
960
  * 云硬盘备份点已使用的数量。
956
961
  */
@@ -23,7 +23,7 @@ import {
23
23
  HangUpCallRequest,
24
24
  CreateSDKLoginTokenResponse,
25
25
  ModifyStaffRequest,
26
- DeleteStaffResponse,
26
+ ResetExtensionPasswordRequest,
27
27
  DisableCCCPhoneNumberResponse,
28
28
  DescribeProtectedTelCdrResponse,
29
29
  DescribeAutoCalloutTaskRequest,
@@ -44,8 +44,9 @@ import {
44
44
  SeatUserInfo,
45
45
  CreateStaffResponse,
46
46
  DescribeSkillGroupInfoListResponse,
47
- UnbindStaffSkillGroupListResponse,
47
+ DescribeNumbersResponse,
48
48
  DescribeStaffInfoListResponse,
49
+ UnbindNumberCallOutSkillGroupRequest,
49
50
  CreateCarrierPrivilegeNumberApplicantRequest,
50
51
  CallInSkillGroupMetrics,
51
52
  CreateExtensionResponse,
@@ -68,11 +69,15 @@ import {
68
69
  ModifyExtensionRequest,
69
70
  PSTNSessionInfo,
70
71
  Message,
72
+ DescribeNumbersRequest,
71
73
  ExtensionInfo,
74
+ BindNumberCallOutSkillGroupRequest,
72
75
  IVRKeyPressedElement,
76
+ UnbindNumberCallOutSkillGroupResponse,
73
77
  StaffInfo,
74
78
  CreateAutoCalloutTaskResponse,
75
79
  TelCdrInfo,
80
+ NumberInfo,
76
81
  DeleteStaffRequest,
77
82
  CallInMetrics,
78
83
  DescribeCCCBuyInfoListRequest,
@@ -83,6 +88,7 @@ import {
83
88
  CreateAutoCalloutTaskRequest,
84
89
  Filter,
85
90
  UnbindStaffSkillGroupListRequest,
91
+ BindNumberCallOutSkillGroupResponse,
86
92
  CreateCallOutSessionRequest,
87
93
  StopAutoCalloutTaskResponse,
88
94
  SkillGroupItem,
@@ -90,6 +96,7 @@ import {
90
96
  PhoneNumBuyInfo,
91
97
  DescribeCCCBuyInfoListResponse,
92
98
  ActiveCarrierPrivilegeNumber,
99
+ UnbindStaffSkillGroupListResponse,
93
100
  DeleteExtensionResponse,
94
101
  BindStaffSkillGroupListRequest,
95
102
  DescribePSTNActiveSessionListRequest,
@@ -98,7 +105,7 @@ import {
98
105
  IMSatisfaction,
99
106
  DescribeTelCdrResponse,
100
107
  DescribeStaffStatusMetricsRequest,
101
- ResetExtensionPasswordRequest,
108
+ DeleteStaffResponse,
102
109
  StaffStatusExtra,
103
110
  CreateStaffRequest,
104
111
  DescribeChatMessagesResponse,
@@ -131,6 +138,16 @@ export class Client extends AbstractClient {
131
138
  super("ccc.tencentcloudapi.com", "2020-02-10", clientConfig)
132
139
  }
133
140
 
141
+ /**
142
+ * 解绑号码外呼技能组
143
+ */
144
+ async UnbindNumberCallOutSkillGroup(
145
+ req: UnbindNumberCallOutSkillGroupRequest,
146
+ cb?: (error: string, rep: UnbindNumberCallOutSkillGroupResponse) => void
147
+ ): Promise<UnbindNumberCallOutSkillGroupResponse> {
148
+ return this.request("UnbindNumberCallOutSkillGroup", req, cb)
149
+ }
150
+
134
151
  /**
135
152
  * 查询话机列表信息
136
153
  */
@@ -202,13 +219,13 @@ export class Client extends AbstractClient {
202
219
  }
203
220
 
204
221
  /**
205
- * 用于无限频率地呼叫坐席手机
222
+ * 绑定号码外呼技能组
206
223
  */
207
- async CreateCarrierPrivilegeNumberApplicant(
208
- req: CreateCarrierPrivilegeNumberApplicantRequest,
209
- cb?: (error: string, rep: CreateCarrierPrivilegeNumberApplicantResponse) => void
210
- ): Promise<CreateCarrierPrivilegeNumberApplicantResponse> {
211
- return this.request("CreateCarrierPrivilegeNumberApplicant", req, cb)
224
+ async BindNumberCallOutSkillGroup(
225
+ req: BindNumberCallOutSkillGroupRequest,
226
+ cb?: (error: string, rep: BindNumberCallOutSkillGroupResponse) => void
227
+ ): Promise<BindNumberCallOutSkillGroupResponse> {
228
+ return this.request("BindNumberCallOutSkillGroup", req, cb)
212
229
  }
213
230
 
214
231
  /**
@@ -351,6 +368,16 @@ export class Client extends AbstractClient {
351
368
  return this.request("StopAutoCalloutTask", req, cb)
352
369
  }
353
370
 
371
+ /**
372
+ * 用于无限频率地呼叫坐席手机
373
+ */
374
+ async CreateCarrierPrivilegeNumberApplicant(
375
+ req: CreateCarrierPrivilegeNumberApplicantRequest,
376
+ cb?: (error: string, rep: CreateCarrierPrivilegeNumberApplicantResponse) => void
377
+ ): Promise<CreateCarrierPrivilegeNumberApplicantResponse> {
378
+ return this.request("CreateCarrierPrivilegeNumberApplicant", req, cb)
379
+ }
380
+
354
381
  /**
355
382
  * 获取指定服务记录文本聊天内容,需要先使用查询在线客服记录(DescribeIMCdrs) API 获取服务记录 SessionId。
356
383
 
@@ -492,4 +519,14 @@ export class Client extends AbstractClient {
492
519
  ): Promise<DescribeActiveCarrierPrivilegeNumberResponse> {
493
520
  return this.request("DescribeActiveCarrierPrivilegeNumber", req, cb)
494
521
  }
522
+
523
+ /**
524
+ * 查询号码列表
525
+ */
526
+ async DescribeNumbers(
527
+ req: DescribeNumbersRequest,
528
+ cb?: (error: string, rep: DescribeNumbersResponse) => void
529
+ ): Promise<DescribeNumbersResponse> {
530
+ return this.request("DescribeNumbers", req, cb)
531
+ }
495
532
  }
@@ -131,19 +131,18 @@ export interface ModifyStaffRequest {
131
131
  }
132
132
 
133
133
  /**
134
- * DeleteStaff返回参数结构体
134
+ * ResetExtensionPassword请求参数结构体
135
135
  */
136
- export interface DeleteStaffResponse {
136
+ export interface ResetExtensionPasswordRequest {
137
137
  /**
138
- * 无法删除的状态为在线的客服列表
139
- 注意:此字段可能返回 null,表示取不到有效值。
140
- */
141
- OnlineStaffList: Array<string>
138
+ * TCCC 实例应用 ID
139
+ */
140
+ SdkAppId: number
142
141
 
143
142
  /**
144
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
143
+ * 分机号
145
144
  */
146
- RequestId?: string
145
+ ExtensionId: string
147
146
  }
148
147
 
149
148
  /**
@@ -727,9 +726,19 @@ export interface DescribeSkillGroupInfoListResponse {
727
726
  }
728
727
 
729
728
  /**
730
- * UnbindStaffSkillGroupList返回参数结构体
729
+ * DescribeNumbers返回参数结构体
731
730
  */
732
- export interface UnbindStaffSkillGroupListResponse {
731
+ export interface DescribeNumbersResponse {
732
+ /**
733
+ * 总数量
734
+ */
735
+ TotalCount?: number
736
+
737
+ /**
738
+ * 号码列表
739
+ */
740
+ Numbers?: Array<NumberInfo>
741
+
733
742
  /**
734
743
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
735
744
  */
@@ -756,6 +765,26 @@ export interface DescribeStaffInfoListResponse {
756
765
  RequestId?: string
757
766
  }
758
767
 
768
+ /**
769
+ * UnbindNumberCallOutSkillGroup请求参数结构体
770
+ */
771
+ export interface UnbindNumberCallOutSkillGroupRequest {
772
+ /**
773
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
774
+ */
775
+ SdkAppId: number
776
+
777
+ /**
778
+ * 待解绑的号码
779
+ */
780
+ Number: string
781
+
782
+ /**
783
+ * 待解绑的技能组Id列表
784
+ */
785
+ SkillGroupIds: Array<number>
786
+ }
787
+
759
788
  /**
760
789
  * CreateCarrierPrivilegeNumberApplicant请求参数结构体
761
790
  */
@@ -1464,6 +1493,26 @@ export interface Message {
1464
1493
  Content: string
1465
1494
  }
1466
1495
 
1496
+ /**
1497
+ * DescribeNumbers请求参数结构体
1498
+ */
1499
+ export interface DescribeNumbersRequest {
1500
+ /**
1501
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1502
+ */
1503
+ SdkAppId: number
1504
+
1505
+ /**
1506
+ * 页数,从0开始
1507
+ */
1508
+ PageNumber?: number
1509
+
1510
+ /**
1511
+ * 分页大小,默认20
1512
+ */
1513
+ PageSize?: number
1514
+ }
1515
+
1467
1516
  /**
1468
1517
  * 话机信息
1469
1518
  */
@@ -1524,6 +1573,26 @@ export interface ExtensionInfo {
1524
1573
  RelationName: string
1525
1574
  }
1526
1575
 
1576
+ /**
1577
+ * BindNumberCallOutSkillGroup请求参数结构体
1578
+ */
1579
+ export interface BindNumberCallOutSkillGroupRequest {
1580
+ /**
1581
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
1582
+ */
1583
+ SdkAppId: number
1584
+
1585
+ /**
1586
+ * 待绑定的号码
1587
+ */
1588
+ Number: string
1589
+
1590
+ /**
1591
+ * 待绑定的技能组Id列表
1592
+ */
1593
+ SkillGroupIds: Array<number>
1594
+ }
1595
+
1527
1596
  /**
1528
1597
  * ivr 按键信息
1529
1598
  */
@@ -1541,6 +1610,16 @@ export interface IVRKeyPressedElement {
1541
1610
  Label: string
1542
1611
  }
1543
1612
 
1613
+ /**
1614
+ * UnbindNumberCallOutSkillGroup返回参数结构体
1615
+ */
1616
+ export interface UnbindNumberCallOutSkillGroupResponse {
1617
+ /**
1618
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1619
+ */
1620
+ RequestId?: string
1621
+ }
1622
+
1544
1623
  /**
1545
1624
  * 带有技能组优先级的坐席信息
1546
1625
  */
@@ -1830,6 +1909,27 @@ notInService 不在服务区
1830
1909
  注意:此字段可能返回 null,表示取不到有效值。
1831
1910
  */
1832
1911
  QueuedSkillGroupName?: string
1912
+
1913
+ /**
1914
+ * 通话中语音留言录音URL
1915
+ 注意:此字段可能返回 null,表示取不到有效值。
1916
+ */
1917
+ VoicemailRecordURL?: Array<string>
1918
+ }
1919
+
1920
+ /**
1921
+ * 号码信息
1922
+ */
1923
+ export interface NumberInfo {
1924
+ /**
1925
+ * 号码
1926
+ */
1927
+ Number?: string
1928
+
1929
+ /**
1930
+ * 绑定的外呼技能组
1931
+ */
1932
+ CallOutSkillGroupIds?: Array<number>
1833
1933
  }
1834
1934
 
1835
1935
  /**
@@ -2084,6 +2184,16 @@ export interface UnbindStaffSkillGroupListRequest {
2084
2184
  SkillGroupList: Array<number>
2085
2185
  }
2086
2186
 
2187
+ /**
2188
+ * BindNumberCallOutSkillGroup返回参数结构体
2189
+ */
2190
+ export interface BindNumberCallOutSkillGroupResponse {
2191
+ /**
2192
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2193
+ */
2194
+ RequestId?: string
2195
+ }
2196
+
2087
2197
  /**
2088
2198
  * CreateCallOutSession请求参数结构体
2089
2199
  */
@@ -2259,6 +2369,16 @@ export interface ActiveCarrierPrivilegeNumber {
2259
2369
  CreateTime?: number
2260
2370
  }
2261
2371
 
2372
+ /**
2373
+ * UnbindStaffSkillGroupList返回参数结构体
2374
+ */
2375
+ export interface UnbindStaffSkillGroupListResponse {
2376
+ /**
2377
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2378
+ */
2379
+ RequestId?: string
2380
+ }
2381
+
2262
2382
  /**
2263
2383
  * DeleteExtension返回参数结构体
2264
2384
  */
@@ -2419,18 +2539,19 @@ export interface DescribeStaffStatusMetricsRequest {
2419
2539
  }
2420
2540
 
2421
2541
  /**
2422
- * ResetExtensionPassword请求参数结构体
2542
+ * DeleteStaff返回参数结构体
2423
2543
  */
2424
- export interface ResetExtensionPasswordRequest {
2544
+ export interface DeleteStaffResponse {
2425
2545
  /**
2426
- * TCCC 实例应用 ID
2427
- */
2428
- SdkAppId: number
2546
+ * 无法删除的状态为在线的客服列表
2547
+ 注意:此字段可能返回 null,表示取不到有效值。
2548
+ */
2549
+ OnlineStaffList: Array<string>
2429
2550
 
2430
2551
  /**
2431
- * 分机号
2552
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2432
2553
  */
2433
- ExtensionId: string
2554
+ RequestId?: string
2434
2555
  }
2435
2556
 
2436
2557
  /**