tencentcloud-sdk-nodejs 4.0.716 → 4.0.718

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 (77) hide show
  1. package/CHANGELOG.md +421 -0
  2. package/SERVICE_CHANGELOG.md +740 -478
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +2 -1
  7. package/src/services/asr/v20190614/asr_models.ts +11 -8
  8. package/src/services/cbs/v20170312/cbs_models.ts +4 -0
  9. package/src/services/clb/v20180317/clb_models.ts +8 -0
  10. package/src/services/csip/v20221121/csip_models.ts +4 -0
  11. package/src/services/ecm/v20190719/ecm_models.ts +6 -6
  12. package/src/services/ess/v20201111/ess_models.ts +2 -1
  13. package/src/services/essbasic/v20210526/essbasic_client.ts +34 -23
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +100 -47
  15. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -1
  16. package/src/services/mrs/v20200910/mrs_client.ts +43 -19
  17. package/src/services/mrs/v20200910/mrs_models.ts +68 -0
  18. package/src/services/ocr/v20181119/ocr_client.ts +3 -2
  19. package/src/services/ocr/v20181119/ocr_models.ts +73 -47
  20. package/src/services/rce/v20201103/rce_models.ts +5 -0
  21. package/src/services/tag/v20180813/tag_models.ts +1 -1
  22. package/src/services/tcss/v20201101/tcss_models.ts +25 -1
  23. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
  24. package/src/services/tdmq/v20200217/tdmq_models.ts +61 -6
  25. package/src/services/teo/v20220901/teo_models.ts +0 -1
  26. package/src/services/tione/v20211111/tione_client.ts +16 -3
  27. package/src/services/tione/v20211111/tione_models.ts +78 -23
  28. package/src/services/tiw/v20190919/tiw_client.ts +1 -1
  29. package/src/services/tiw/v20190919/tiw_models.ts +42 -12
  30. package/src/services/vpc/v20170312/vpc_client.ts +7 -4
  31. package/src/services/vpc/v20170312/vpc_models.ts +172 -66
  32. package/src/services/waf/v20180125/waf_client.ts +4 -2
  33. package/src/services/wedata/v20210820/wedata_client.ts +28 -15
  34. package/src/services/wedata/v20210820/wedata_models.ts +164 -30
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -1
  38. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -1
  39. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +11 -8
  40. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -0
  41. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +8 -0
  42. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +4 -0
  43. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +6 -6
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -1
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +32 -21
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +32 -21
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +100 -47
  48. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -1
  49. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +18 -10
  50. package/tencentcloud/services/mrs/v20200910/mrs_client.js +24 -12
  51. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +64 -0
  52. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -47
  54. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +5 -0
  55. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
  56. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +25 -1
  57. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  58. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  59. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +59 -6
  60. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +0 -1
  61. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
  62. package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
  63. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +75 -23
  64. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  65. package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
  66. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +42 -12
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +169 -66
  69. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +3 -1
  70. package/tencentcloud/services/waf/v20180125/waf_client.js +3 -1
  71. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -5
  72. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -6
  73. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +161 -30
  74. package/test/mrs.v20200910.test.js +26 -6
  75. package/test/tdmq.v20200217.test.js +10 -0
  76. package/test/tione.v20211111.test.js +10 -0
  77. package/test/wedata.v20210820.test.js +14 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.716",
3
+ "version": "4.0.718",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-23 00:01:27 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-10-27 01:10:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-25 01:06:52 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-26 01:06:40 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-10-31 01:09:42 |
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) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-27 01:11:09 |
@@ -39,7 +39,7 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-10-17 01:08:50 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-10-25 01:08:41 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-10-19 15:57:59 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
43
43
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-27 01:15:45 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-30 00:11:05 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
@@ -56,7 +56,7 @@
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
58
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-10-27 01:21:10 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-10-27 01:22:04 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-11-01 01:09:28 |
60
60
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
@@ -66,7 +66,7 @@
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
67
67
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
68
68
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
69
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-30 00:24:02 |
69
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-31 01:30:05 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
71
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-30 00:24:37 |
72
72
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
@@ -87,16 +87,16 @@
87
87
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
88
88
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
89
89
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-23 15:36:37 |
90
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-17 01:16:13 |
90
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-31 01:45:32 |
91
91
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
92
92
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
93
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-26 01:14:34 |
93
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-11-01 01:13:22 |
94
94
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
97
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-26 16:41:49 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-30 00:43:34 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-31 01:49:17 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-01 01:14:11 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
101
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-10-20 01:16:02 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -109,7 +109,7 @@
109
109
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
110
110
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
111
111
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
112
- | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-09-25 01:15:46 |
112
+ | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
113
113
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
114
114
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
115
115
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
@@ -121,7 +121,7 @@
121
121
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
122
122
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
123
123
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
124
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-25 01:19:12 |
124
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-10-31 01:58:13 |
125
125
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
126
126
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
127
127
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-10-27 01:53:51 |
@@ -129,7 +129,7 @@
129
129
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
130
130
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
131
131
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-10-23 00:14:04 |
132
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-24 01:18:10 |
132
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-11-01 01:16:48 |
133
133
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-26 01:18:09 |
134
134
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
135
135
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -143,14 +143,14 @@
143
143
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
144
144
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-30 01:00:00 |
145
145
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
146
- | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-10-23 00:16:02 |
146
+ | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
147
147
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
148
148
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
149
149
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
150
150
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
151
151
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
152
152
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
153
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-30 01:04:20 |
153
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-31 02:11:36 |
154
154
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-10-27 16:07:10 |
155
155
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-10-27 02:04:21 |
156
156
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -158,13 +158,13 @@
158
158
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-10-09 01:20:54 |
159
159
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
160
160
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
161
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-19 16:13:58 |
161
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
162
162
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-10-30 01:08:20 |
163
163
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
164
164
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
165
165
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
166
166
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
167
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-19 16:14:22 |
167
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-31 02:17:15 |
168
168
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-30 01:10:42 |
169
169
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
170
170
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -179,7 +179,7 @@
179
179
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
180
180
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
181
181
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
182
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-09-21 05:27:30 |
182
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
183
183
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
184
184
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-10-25 01:24:40 |
185
185
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -194,13 +194,13 @@
194
194
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
195
195
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
196
196
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
197
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-27 02:15:26 |
197
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-01 01:21:35 |
198
198
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
199
199
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
200
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-30 01:21:37 |
200
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-01 01:22:25 |
201
201
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
202
202
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
203
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-27 10:26:11 |
203
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-31 02:31:17 |
204
204
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-21 06:17:00 |
205
205
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
206
206
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -208,18 +208,18 @@
208
208
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
209
209
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
210
210
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
211
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-10-20 01:25:11 |
212
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
213
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-27 02:23:24 |
211
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-01 01:23:17 |
212
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-11-01 01:23:35 |
213
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-10-31 02:35:43 |
214
214
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
215
215
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-10-25 01:27:42 |
216
216
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
217
217
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
218
218
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
219
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-24 01:25:58 |
219
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-10-31 02:38:03 |
220
220
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
221
221
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
222
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-26 01:26:53 |
222
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-31 02:39:19 |
223
223
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-20 01:26:31 |
224
224
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
225
225
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -228,11 +228,11 @@
228
228
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
229
229
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
230
230
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-30 01:34:07 |
231
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-30 01:36:36 |
231
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-01 01:25:39 |
232
232
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
233
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-27 02:33:14 |
233
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-01 01:26:18 |
234
234
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
235
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-30 01:41:20 |
235
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-01 01:26:43 |
236
236
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
237
237
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
238
238
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.716"
1
+ export const sdkVersion = "4.0.718"
@@ -346,7 +346,8 @@ export class Client extends AbstractClient {
346
346
  <br>• 每个热词表最多可添加1000个词,每个词最长10个汉字或30个英文字符,不能超出限制。
347
347
  <br>• 热词表可以通过数组或者本地文件形式上传。
348
348
  <br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
349
- <br>• 热词权重取值范围为[1,10]之间的整数,权重越大代表该词被识别出来的概率越大。
349
+ <br>• 热词权重取值范围为[1,11]之间的整数,权重越大代表该词被识别出来的概率越大。
350
+ <br>• 注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
350
351
  */
351
352
  async CreateAsrVocab(
352
353
  req: CreateAsrVocabRequest,
@@ -350,13 +350,15 @@ export interface SentenceRecognitionRequest {
350
350
  */
351
351
  ReinforceHotword?: number
352
352
  /**
353
- * 临时热词表,该参数用于提升热词识别准确率。
354
- 单个热词规则:"热词|权重",不超过30个字符(最多10个汉字),权重1-10;
355
- 临时热词表限制:多个热词用英文逗号分割,最多128个热词,参数示例:"腾讯云|10,语音识别|5,ASR|10";
356
- 参数 hotword_list 与 hotword_id 区别:
357
- hotword_id:需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
358
- hotword_list:每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表;
359
- 注意:如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list。
353
+ * 临时热词表:该参数用于提升识别准确率。
354
+ 单个热词限制:"热词|权重",单个热词不超过30个字符(最多10个汉字),权重1-11,如:“腾讯云|5” 或 “ASR|11”;
355
+ 临时热词表限制:多个热词用英文逗号分割,最多支持128个热词,如:“腾讯云|10,语音识别|5,ASR|11”;
356
+ 参数 hotword_list(热词表) 与 hotword_id(临时热词表) 区别:
357
+ hotword_id:热词表。需要先在控制台或接口创建热词表,获得对应hotword_id传入参数来使用热词功能;
358
+ hotword_list:临时热词表。每次请求时直接传入临时热词表来使用热词功能,云端不保留临时热词表。适用于有极大量热词需求的用户;
359
+ 注意:
360
+ • 如果同时传入了 hotword_id 和 hotword_list,会优先使用 hotword_list;
361
+ • 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
360
362
  */
361
363
  HotwordList?: string
362
364
  /**
@@ -1161,7 +1163,8 @@ export interface CreateAsrVocabRequest {
1161
1163
  */
1162
1164
  Description?: string
1163
1165
  /**
1164
- * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于1000
1166
+ * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数,数组长度不大于1000
1167
+ 注意: 热词权重设置为11时,当前热词将升级为超级热词,建议仅将重要且必须生效的热词设置到11,设置过多权重为11的热词将影响整体字准率。
1165
1168
  */
1166
1169
  WordWeights?: Array<HotWord>
1167
1170
  /**
@@ -1958,6 +1958,10 @@ export interface DescribeDiskConfigQuotaRequest {
1958
1958
  * 实例CPU核数。
1959
1959
  */
1960
1960
  CPU?: number
1961
+ /**
1962
+ * 专用集群ID。
1963
+ */
1964
+ DedicatedClusterId?: string
1961
1965
  }
1962
1966
 
1963
1967
  /**
@@ -250,6 +250,10 @@ OPEN:公网属性, INTERNAL:内网属性。
250
250
  <ul><li>若需要创建性能容量型实例,则此参数必填,取值范围:<ul><li> SLA:超强型1规格。当您开通了超大型规格的性能容量型时,SLA对应超强型4规格 </li><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li>如需超大型规格(超强型2及以上),请提交[工单申请](https://console.cloud.tencent.com/workorder/category)。</ul></li><li>若需要创建共享型实例,则无需填写此参数。</li></ul>如需了解规格详情,请参见[实例规格对比](https://cloud.tencent.com/document/product/214/84689)。
251
251
  */
252
252
  SlaType?: string
253
+ /**
254
+ * 集群ID,集群标识,在需要配置公有云独占集群或本地专有集群时使用。公有云独占集群申请请[提交工单](https://console.cloud.tencent.com/workorder/category),本地专有集群请参考[本地专有集群](https://cloud.tencent.com/document/product/1346)描述。
255
+ */
256
+ ClusterIds?: Array<string>
253
257
  /**
254
258
  * 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
255
259
  */
@@ -4923,6 +4927,10 @@ export interface ModifyLoadBalancerSlaRequest {
4923
4927
  * 负载均衡实例信息。
4924
4928
  */
4925
4929
  LoadBalancerSla: Array<SlaUpdateParam>
4930
+ /**
4931
+ * 是否强制升级,默认否。
4932
+ */
4933
+ Force?: boolean
4926
4934
  }
4927
4935
 
4928
4936
  /**
@@ -758,6 +758,10 @@ export interface Vpc {
758
758
  * 漏洞风险高级配置列表
759
759
  */
760
760
  export interface VULRiskAdvanceCFGList {
761
+ /**
762
+ * 风险ID
763
+ */
764
+ RiskId?: string
761
765
  /**
762
766
  * 漏洞名称
763
767
  */
@@ -2269,7 +2269,7 @@ export interface CreateModuleResponse {
2269
2269
  /**
2270
2270
  * 模块ID,创建模块成功后分配给该模块的ID。
2271
2271
  */
2272
- ModuleId: string
2272
+ ModuleId?: string
2273
2273
  /**
2274
2274
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2275
2275
  */
@@ -3633,11 +3633,11 @@ export interface CreateModuleRequest {
3633
3633
  */
3634
3634
  ModuleName: string
3635
3635
  /**
3636
- * 默认带宽,单位:M。范围不得超过带宽上下限,详看DescribeConfig。
3636
+ * 默认带宽,单位:Mbps。范围不得超过带宽上下限,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
3637
3637
  */
3638
3638
  DefaultBandWidth: number
3639
3639
  /**
3640
- * 默认镜像,如img-qsdf3ff2。
3640
+ * 默认镜像。
3641
3641
  */
3642
3642
  DefaultImageId: string
3643
3643
  /**
@@ -3645,11 +3645,11 @@ export interface CreateModuleRequest {
3645
3645
  */
3646
3646
  InstanceType: string
3647
3647
  /**
3648
- * 默认系统盘大小,单位:G,默认大小为50G。范围不得超过系统盘上下限制,详看DescribeConfig。
3648
+ * 默认系统盘大小,单位:GB,默认大小为50GB。范围不得超过系统盘上下限制,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
3649
3649
  */
3650
3650
  DefaultSystemDiskSize: number
3651
3651
  /**
3652
- * 默认数据盘大小,单位:G。范围不得超过数据盘范围大小,详看DescribeConfig。
3652
+ * 默认数据盘大小,单位:GB。范围不得超过数据盘范围大小,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
3653
3653
  */
3654
3654
  DefaultDataDiskSize: number
3655
3655
  /**
@@ -3667,7 +3667,7 @@ false:表示开通IP直通
3667
3667
  */
3668
3668
  SecurityGroups?: Array<string>
3669
3669
  /**
3670
- * 默认入带宽,单位:M。范围不得超过带宽上下限,详看DescribeConfig。
3670
+ * 默认入带宽,单位:Mbps。范围不得超过带宽上下限,详看[DescribeConfig](https://cloud.tencent.com/document/product/1108/42572)
3671
3671
  */
3672
3672
  DefaultBandWidthIn?: number
3673
3673
  /**
@@ -4273,7 +4273,8 @@ export interface CreateReleaseFlowRequest {
4273
4273
  */
4274
4274
  ReliveInfo: RelieveInfo
4275
4275
  /**
4276
- * 关于渠道应用的相关信息,包括子客企业及应用编、号等详细内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。
4276
+ * 代理企业和员工的信息。
4277
+ 在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
4277
4278
  */
4278
4279
  Agent?: Agent
4279
4280
  /**
@@ -559,8 +559,14 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
559
559
  }
560
560
 
561
561
  /**
562
- * 企业方可以通过此接口关闭个人的自动签功能
563
- */
562
+ * 通过此接口可以关闭个人用户自动签功能。
563
+ 无需对应的用户刷脸等方式同意即可关闭。
564
+
565
+ 注意:
566
+
567
+ <ul><li>处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。</li>
568
+ <li>如果此用户在开通时候绑定过个人自动签账号许可, 关闭此用户的自动签不会归还个人自动签账号许可的额度。</li></ul>
569
+ */
564
570
  async ChannelDisableUserAutoSign(
565
571
  req: ChannelDisableUserAutoSignRequest,
566
572
  cb?: (error: string, rep: ChannelDisableUserAutoSignResponse) => void
@@ -612,7 +618,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
612
618
  /**
613
619
  * 创建跳转小程序查看或签署的链接
614
620
 
615
- **腾讯电子签小程序的的AppID 和 原始Id如下:**
621
+ **腾讯电子签小程序的AppID 和 原始Id如下:**
616
622
 
617
623
  | 小程序 | AppID | 原始ID |
618
624
  | ------------ | ------------ | ------------ |
@@ -623,10 +629,10 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
623
629
 
624
630
  |EndPoint| 场景| 说明和示例|
625
631
  | ---- | ---- | --- |
626
- | WEIXINAPP | 短链跳转腾讯电子签签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
627
- | LONGURL2WEIXINAPP | 长链跳转腾讯电子签签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
632
+ | WEIXINAPP | 短链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序(与腾讯电子签官方短信提醒用户签署形式一样)<br> 示例: https://essurl.cn/x9nvWU8fTg|
633
+ | LONGURL2WEIXINAPP | 长链跳转腾讯电子签小程序签署场景 | 点击链接打开电子签小程序, 是WEIXINAPP生成短链代表的那个长链|
628
634
  | CHANNEL | 带有H5引导页的跳转腾讯电子签小程序签署场景 | 点击链接打开一个H5引导页面, 页面中有个"前往小程序"的按钮, 点击后会跳转到腾讯电子签小程序签署场景; 签署完成会回到H5引导页面, 然后跳转到指定创建链接指定的JumpUrl<br>示例: https://res.ess.tencent.cn/cdn/h5-activity-beta/jump-mp.html?use=channel-guide&type=warning&token=uIFKIU8fTd |
629
- |APP| 贵方APP跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
635
+ |APP| 贵方App跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方App的场景<br>跳转到腾讯电子签小程序的实现可以参考微信的官方文档:<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchApp.html" target="_blank">开放能力/打开 App</a> <br> 示例: pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
630
636
  |APP| 贵方小程序跳转腾讯电子签小程序签署场景| 贵方App直接跳转到小程序后, 在腾讯电子签小程序签署完成后返回贵方小程序的场景<br>跳转到腾讯电子签小程序的实现可以参考微信官方文档<a href="https://developers.weixin.qq.com/miniprogram/dev/api/navigate/wx.navigateToMiniProgram.html" target="_blank">全屏方式</a>和<a href="https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/openEmbeddedMiniProgram.html " target="_blank">半屏方式</a><br>此时返回的SignUrl就是官方文档中的path<br> 示例:pages/guide?from=default&where=mini& to=CONTRACT_DETAIL& id=yDwiBUUc*duRvquCSX8wd& shortKey=yDwivUA**W1yRsTre3 |
631
637
  */
632
638
  async CreateSignUrls(
@@ -815,8 +821,10 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
815
821
  }
816
822
 
817
823
  /**
818
- * 企业方可以通过此接口查询个人用户自动签开启状态
819
- */
824
+ * 通过此接口获取个人用户自动签的开通状态。
825
+
826
+ 注意: `处方单等特殊场景专用,此接口为白名单功能,使用前请联系对接的客户经理沟通。`
827
+ */
820
828
  async ChannelDescribeUserAutoSignStatus(
821
829
  req: ChannelDescribeUserAutoSignStatusRequest,
822
830
  cb?: (error: string, rep: ChannelDescribeUserAutoSignStatusResponse) => void
@@ -872,7 +880,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
872
880
  }
873
881
 
874
882
  /**
875
- * 查询企业员工列表
883
+ * 用于分页查询企业员工信息列表,支持设置过滤条件以筛选员工查询结果。
876
884
  */
877
885
  async ChannelDescribeEmployees(
878
886
  req: ChannelDescribeEmployeesRequest,
@@ -882,18 +890,22 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
882
890
  }
883
891
 
884
892
  /**
885
- * 指定需要批量撤销的签署流程Id,批量撤销合同
886
- 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
887
-
888
- 可以撤回:未全部签署完成
889
- 不可以撤回:已全部签署完成、已拒签、已过期、已撤回、拒绝填写、已解除等合同状态。
890
-
891
- **满足撤销条件的合同会发起异步撤销流程,不满足撤销条件的合同返回失败原因。**
892
-
893
- **合同撤销成功后,会通过合同状态为 CANCEL 的回调消息通知调用方 [具体可参考回调消息](https://qian.tencent.com/developers/scenes/partner/callback_data_types#-%E5%90%88%E5%90%8C%E7%8A%B6%E6%80%81%E9%80%9A%E7%9F%A5---flowstatuschange)**
894
-
895
- **注意:
896
- 能撤回合同的只能是合同的发起人或者发起企业的超管、法人**
893
+ * 用于批量撤销合同流程<br/>
894
+ 适用场景:
895
+ 如果某些合同流程当前至少还有一方没有签署,则可通过该接口取消该合同流程。常用于合同发错、内容填错,需要及时撤销的场景。<br/>
896
+ 通过签署流程编号批量撤销合同,单次最多支持撤销100份合同。只有合同的发起人或者发起方企业的超管/法人才能进行合同撤销。需要注意的是,若合同处于以下已终止状态,则不可撤销:<br/>
897
+ - 已全部签署完成
898
+ - 已拒签
899
+ - 已过期
900
+ - 已撤回
901
+ - 拒绝填写
902
+ - 已解除
903
+
904
+ <br/>
905
+ 满足撤销条件的合同会发起异步撤销流程,而不满足撤销条件的合同将返回失败原因。合同撤销成功后,会通过合同状态为 CANCEL 的回调消息通知调用方。具体的回调消息内容可参考 <a href="https://qian.tencent.com/developers/partner/callback_types_contracts_sign" target="_blank">合同状态变更回调消息</a>。
906
+ <br/><br/>
907
+ 注:
908
+ `如果合同流程中的参与方均已签署完毕,则无法通过该接口撤销合同,`签署完毕的合同需要双方走解除流程将合同作废,可以参考<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateReleaseFlow" target="_blank">发起解除合同流程</a>接口。
897
909
  */
898
910
  async ChannelBatchCancelFlows(
899
911
  req: ChannelBatchCancelFlowsRequest,
@@ -1021,8 +1033,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
1021
1033
  }
1022
1034
 
1023
1035
  /**
1024
- * 创建个人签署H5签署链接,请联系客户经理申请使用<br/>
1025
- 该接口用于发起合同后,生成C端签署人的签署链接<br/>
1036
+ * 该接口用于发起合同后,生成C端签署人的签署链接<br/>
1026
1037
  注意:该接口目前签署人类型仅支持个人签署方(PERSON)<br/>
1027
1038
  注意:该接口可生成签署链接的C端签署人必须仅有手写签名和时间类型的签署控件<br/>
1028
1039
  注意:该接口返回的签署链接是用于APP集成的场景,支持APP打开或浏览器直接打开,不支持微信小程序嵌入。微信小程序请使用小程序跳转或半屏弹窗的方式<br/>