tencentcloud-sdk-nodejs 4.0.943 → 4.0.945

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 (103) hide show
  1. package/CHANGELOG.md +509 -0
  2. package/SERVICE_CHANGELOG.md +713 -24
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +30 -18
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +56 -41
  8. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  10. package/src/services/clb/v20180317/clb_models.ts +9 -1
  11. package/src/services/cme/v20191029/cme_models.ts +10 -6
  12. package/src/services/cvm/v20170312/cvm_models.ts +11 -11
  13. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  14. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  15. package/src/services/emr/v20190103/emr_client.ts +43 -16
  16. package/src/services/emr/v20190103/emr_models.ts +198 -41
  17. package/src/services/ess/v20201111/ess_client.ts +1 -1
  18. package/src/services/ess/v20201111/ess_models.ts +8 -0
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -0
  20. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  21. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  22. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  23. package/src/services/ims/v20201229/ims_client.ts +8 -3
  24. package/src/services/ims/v20201229/ims_models.ts +2 -2
  25. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  26. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  27. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  28. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  29. package/src/services/postgres/v20170312/postgres_client.ts +40 -2
  30. package/src/services/postgres/v20170312/postgres_models.ts +247 -33
  31. package/src/services/rce/v20201103/rce_models.ts +18 -15
  32. package/src/services/sms/v20190711/sms_models.ts +3 -3
  33. package/src/services/sms/v20210111/sms_models.ts +9 -8
  34. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  35. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  36. package/src/services/teo/v20220901/teo_client.ts +3 -2
  37. package/src/services/teo/v20220901/teo_models.ts +67 -34
  38. package/src/services/tke/v20180525/tke_models.ts +5 -5
  39. package/src/services/tke/v20220501/tke_models.ts +5 -5
  40. package/src/services/tse/v20201207/tse_models.ts +10 -0
  41. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  42. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  43. package/src/services/vod/v20180717/vod_client.ts +10 -2
  44. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +11 -7
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +14 -8
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +54 -41
  50. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  51. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  53. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  54. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  55. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -11
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  59. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +13 -5
  60. package/tencentcloud/services/emr/v20190103/emr_client.js +18 -6
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +191 -41
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  67. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  68. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  69. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  70. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  71. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  72. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  73. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  74. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  75. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  76. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  77. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  78. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  79. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -1
  80. package/tencentcloud/services/postgres/v20170312/postgres_client.js +18 -0
  81. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +239 -33
  82. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  83. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +3 -3
  84. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -8
  85. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  86. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +66 -34
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  88. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  89. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  90. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  91. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  92. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  93. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
  94. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -1
  95. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  96. package/test/apigateway.v20180808.test.js +14 -4
  97. package/test/ccc.v20200210.test.js +12 -2
  98. package/test/cynosdb.v20190107.test.js +0 -10
  99. package/test/emr.v20190103.test.js +24 -4
  100. package/test/iecp.v20210914.test.js +156 -356
  101. package/test/monitor.v20180724.test.js +4 -24
  102. package/test/postgres.v20170312.test.js +30 -0
  103. package/test/tsf.v20180326.test.js +2 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.943",
3
+ "version": "4.0.945",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-08-27 22:32:44 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-09-24 01:08:10 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-09-13 01:04:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-09-20 12:54:26 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-09-23 01:07:54 |
@@ -39,7 +39,7 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-28 01:11:56 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-22 01:10:57 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-09-24 13:17:26 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-09-19 01:11:20 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
@@ -57,13 +57,13 @@
57
57
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
58
58
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
59
59
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-09-16 01:22:56 |
60
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-03 01:25:28 |
60
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-09-25 01:12:46 |
61
61
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
62
62
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
63
63
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
64
64
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
65
65
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-09-16 01:25:08 |
66
- | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
66
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
67
67
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
68
68
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
69
69
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2024-03-20 01:12:18 |
@@ -72,10 +72,10 @@
72
72
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
73
73
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
74
74
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
75
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-10 01:20:00 |
75
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-09-24 01:13:45 |
76
76
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-09-20 12:58:49 |
77
77
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
78
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-19 01:26:29 |
78
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-09-25 01:15:47 |
79
79
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-09-13 01:25:56 |
80
80
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
81
81
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -97,12 +97,12 @@
97
97
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
98
98
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
99
99
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
100
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-16 01:45:14 |
100
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-09-25 01:19:43 |
101
101
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
102
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-16 01:46:44 |
103
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-13 01:37:18 |
102
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-09-24 01:19:13 |
103
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-09-24 01:19:36 |
104
104
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
105
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-28 01:46:34 |
105
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-09-25 01:20:56 |
106
106
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
107
107
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
108
108
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
@@ -120,13 +120,13 @@
120
120
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
121
121
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
122
122
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
123
- | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
123
+ | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-09-25 01:22:07 |
124
124
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
125
- | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-20 13:04:24 |
125
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-25 01:22:24 |
126
126
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
127
127
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
128
128
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
129
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-20 13:04:36 |
129
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-09-24 01:21:40 |
130
130
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
131
131
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
132
132
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
@@ -149,7 +149,7 @@
149
149
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
150
150
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
151
151
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-28 02:04:37 |
152
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-28 02:05:12 |
152
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-09-25 01:26:32 |
153
153
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-09-20 13:07:52 |
154
154
  | mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-09-23 01:21:43 |
155
155
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-09-20 13:08:23 |
@@ -159,15 +159,15 @@
159
159
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
160
160
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
161
161
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-09-04 01:54:37 |
162
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-16 02:10:16 |
162
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-09-25 01:28:00 |
163
163
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-16 02:11:25 |
164
164
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
165
165
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
166
166
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
167
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-03 02:17:01 |
167
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
168
168
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-08-28 02:14:34 |
169
169
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
170
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-10 02:00:15 |
170
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-09-25 01:29:30 |
171
171
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-09-11 02:05:34 |
172
172
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
173
173
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
@@ -178,7 +178,7 @@
178
178
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
179
179
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
180
180
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
181
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-11 16:52:30 |
181
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-09-23 16:57:26 |
182
182
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
183
183
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
184
184
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-27 02:19:04 |
@@ -204,13 +204,13 @@
204
204
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
205
205
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
206
206
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-09-05 02:07:24 |
207
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-09-20 13:11:46 |
207
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-09-25 01:32:38 |
208
208
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
209
209
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
210
210
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-09-13 02:12:41 |
211
211
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
212
212
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
213
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-11 02:18:47 |
213
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-09-25 01:34:27 |
214
214
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-09-05 02:14:49 |
215
215
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
216
216
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -220,7 +220,7 @@
220
220
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-08-19 02:22:39 |
221
221
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
222
222
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
223
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-12 02:23:02 |
223
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-09-25 01:35:57 |
224
224
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
225
225
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-08-27 10:28:06 |
226
226
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
@@ -230,8 +230,8 @@
230
230
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
231
231
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
232
232
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-09-23 10:17:53 |
233
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-10 02:19:25 |
234
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-11 02:25:39 |
233
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
234
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
235
235
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
236
236
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
237
237
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-08-21 02:26:53 |
@@ -247,7 +247,7 @@
247
247
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
248
248
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-09-09 02:31:32 |
249
249
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
250
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-13 02:29:56 |
250
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-09-25 01:40:14 |
251
251
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
252
252
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
253
253
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.943"
1
+ export const sdkVersion = "4.0.945"
@@ -144,7 +144,7 @@ import {
144
144
  CreatePluginRequest,
145
145
  MicroServiceReq,
146
146
  ModifySubDomainResponse,
147
- DescribePluginsRequest,
147
+ DescribeExclusiveInstanceRegionsResponse,
148
148
  BindSecretIdsRequest,
149
149
  ParameterInfo,
150
150
  ModifyUpstreamResultInfo,
@@ -197,7 +197,7 @@ import {
197
197
  UsagePlanBindEnvironment,
198
198
  InstanceInfo,
199
199
  DeleteApiRequest,
200
- DescribeServiceSubDomainMappingsRequest,
200
+ DescribeExclusiveInstanceRegionsRequest,
201
201
  DescribeApiAppResponse,
202
202
  DescribeServiceSubDomainMappingsResponse,
203
203
  OauthConfig,
@@ -222,7 +222,8 @@ import {
222
222
  ApiUsagePlan,
223
223
  IPStrategyApi,
224
224
  DescribeAPIDocsResponse,
225
- DetachPluginResponse,
225
+ DescribeServiceSubDomainMappingsRequest,
226
+ DescribePluginsRequest,
226
227
  DeletePluginResponse,
227
228
  DescribeUpstreamBindApis,
228
229
  ModifyServiceEnvironmentStrategyRequest,
@@ -287,6 +288,7 @@ import {
287
288
  UsagePlanStatusInfo,
288
289
  DescribeLogSearchRequest,
289
290
  BuildAPIDocRequest,
291
+ DetachPluginResponse,
290
292
  ApiKeysStatus,
291
293
  APIDoc,
292
294
  DescribeServiceUsagePlanResponse,
@@ -454,14 +456,14 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
454
456
  }
455
457
 
456
458
  /**
457
- * 本接口(DescribeServiceSubDomainMappings)用于查询自定义域名的路径映射。
458
- API 网关可绑定自定义域名到服务,并且可以对自定义域名的路径进行映射,可自定义不同的路径映射到服务中的三个环境,本接口用于查询绑定服务的自定义域名的路径映射列表。
459
+ * 本接口(CreateUsagePlan)用于创建使用计划。
460
+ 用户在使用 API 网关时,需要创建使用计划并将其绑定到服务的环境中使用。
459
461
  */
460
- async DescribeServiceSubDomainMappings(
461
- req: DescribeServiceSubDomainMappingsRequest,
462
- cb?: (error: string, rep: DescribeServiceSubDomainMappingsResponse) => void
463
- ): Promise<DescribeServiceSubDomainMappingsResponse> {
464
- return this.request("DescribeServiceSubDomainMappings", req, cb)
462
+ async CreateUsagePlan(
463
+ req: CreateUsagePlanRequest,
464
+ cb?: (error: string, rep: CreateUsagePlanResponse) => void
465
+ ): Promise<CreateUsagePlanResponse> {
466
+ return this.request("CreateUsagePlan", req, cb)
465
467
  }
466
468
 
467
469
  /**
@@ -851,6 +853,17 @@ API 网关的服务创建后,需要发布到某个环境方生效后,使用
851
853
  return this.request("CreateApi", req, cb)
852
854
  }
853
855
 
856
+ /**
857
+ * 本接口(DescribeServiceSubDomainMappings)用于查询自定义域名的路径映射。
858
+ API 网关可绑定自定义域名到服务,并且可以对自定义域名的路径进行映射,可自定义不同的路径映射到服务中的三个环境,本接口用于查询绑定服务的自定义域名的路径映射列表。
859
+ */
860
+ async DescribeServiceSubDomainMappings(
861
+ req: DescribeServiceSubDomainMappingsRequest,
862
+ cb?: (error: string, rep: DescribeServiceSubDomainMappingsResponse) => void
863
+ ): Promise<DescribeServiceSubDomainMappingsResponse> {
864
+ return this.request("DescribeServiceSubDomainMappings", req, cb)
865
+ }
866
+
854
867
  /**
855
868
  * 本接口(DescribeExclusiveInstanceDetail)用于查询独享实例详情信息。
856
869
  */
@@ -1182,14 +1195,13 @@ API 网关可绑定自定义域名到服务,用于服务调用。此接口用
1182
1195
  }
1183
1196
 
1184
1197
  /**
1185
- * 本接口(CreateUsagePlan)用于创建使用计划。
1186
- 用户在使用 API 网关时,需要创建使用计划并将其绑定到服务的环境中使用。
1187
- */
1188
- async CreateUsagePlan(
1189
- req: CreateUsagePlanRequest,
1190
- cb?: (error: string, rep: CreateUsagePlanResponse) => void
1191
- ): Promise<CreateUsagePlanResponse> {
1192
- return this.request("CreateUsagePlan", req, cb)
1198
+ * Get the list of supported regions for dedicated instances
1199
+ */
1200
+ async DescribeExclusiveInstanceRegions(
1201
+ req?: DescribeExclusiveInstanceRegionsRequest,
1202
+ cb?: (error: string, rep: DescribeExclusiveInstanceRegionsResponse) => void
1203
+ ): Promise<DescribeExclusiveInstanceRegionsResponse> {
1204
+ return this.request("DescribeExclusiveInstanceRegions", req, cb)
1193
1205
  }
1194
1206
 
1195
1207
  /**
@@ -3034,33 +3034,13 @@ export interface ModifySubDomainResponse {
3034
3034
  }
3035
3035
 
3036
3036
  /**
3037
- * DescribePlugins请求参数结构体
3037
+ * DescribeExclusiveInstanceRegions返回参数结构体
3038
3038
  */
3039
- export interface DescribePluginsRequest {
3040
- /**
3041
- * 要查询的插件列表。
3042
- */
3043
- PluginIds?: Array<string>
3044
- /**
3045
- * 要查询的插件名称。
3046
- */
3047
- PluginName?: string
3048
- /**
3049
- * 要查询的插件类型。
3050
- */
3051
- PluginType?: string
3052
- /**
3053
- * 返回数量,默认为 20,最大值为 100。
3054
- */
3055
- Limit?: number
3039
+ export interface DescribeExclusiveInstanceRegionsResponse {
3056
3040
  /**
3057
- * 偏移量,默认为 0
3058
- */
3059
- Offset?: number
3060
- /**
3061
- * 过滤条件。预留字段,目前不支持过滤。
3041
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId
3062
3042
  */
3063
- Filters?: Array<Filter>
3043
+ RequestId?: string
3064
3044
  }
3065
3045
 
3066
3046
  /**
@@ -4719,18 +4699,9 @@ export interface DeleteApiRequest {
4719
4699
  }
4720
4700
 
4721
4701
  /**
4722
- * DescribeServiceSubDomainMappings请求参数结构体
4702
+ * DescribeExclusiveInstanceRegions请求参数结构体
4723
4703
  */
4724
- export interface DescribeServiceSubDomainMappingsRequest {
4725
- /**
4726
- * 服务唯一 ID。
4727
- */
4728
- ServiceId: string
4729
- /**
4730
- * 服务绑定的自定义域名。
4731
- */
4732
- SubDomain: string
4733
- }
4704
+ export type DescribeExclusiveInstanceRegionsRequest = null
4734
4705
 
4735
4706
  /**
4736
4707
  * DescribeApiApp返回参数结构体
@@ -5240,17 +5211,47 @@ export interface DescribeAPIDocsResponse {
5240
5211
  }
5241
5212
 
5242
5213
  /**
5243
- * DetachPlugin返回参数结构体
5214
+ * DescribeServiceSubDomainMappings请求参数结构体
5244
5215
  */
5245
- export interface DetachPluginResponse {
5216
+ export interface DescribeServiceSubDomainMappingsRequest {
5246
5217
  /**
5247
- * 解绑操作是否成功。
5218
+ * 服务唯一 ID。
5248
5219
  */
5249
- Result: boolean
5220
+ ServiceId: string
5250
5221
  /**
5251
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5222
+ * 服务绑定的自定义域名。
5252
5223
  */
5253
- RequestId?: string
5224
+ SubDomain: string
5225
+ }
5226
+
5227
+ /**
5228
+ * DescribePlugins请求参数结构体
5229
+ */
5230
+ export interface DescribePluginsRequest {
5231
+ /**
5232
+ * 要查询的插件列表。
5233
+ */
5234
+ PluginIds?: Array<string>
5235
+ /**
5236
+ * 要查询的插件名称。
5237
+ */
5238
+ PluginName?: string
5239
+ /**
5240
+ * 要查询的插件类型。
5241
+ */
5242
+ PluginType?: string
5243
+ /**
5244
+ * 返回数量,默认为 20,最大值为 100。
5245
+ */
5246
+ Limit?: number
5247
+ /**
5248
+ * 偏移量,默认为 0。
5249
+ */
5250
+ Offset?: number
5251
+ /**
5252
+ * 过滤条件。预留字段,目前不支持过滤。
5253
+ */
5254
+ Filters?: Array<Filter>
5254
5255
  }
5255
5256
 
5256
5257
  /**
@@ -6815,6 +6816,20 @@ export interface BuildAPIDocRequest {
6815
6816
  ApiDocId: string
6816
6817
  }
6817
6818
 
6819
+ /**
6820
+ * DetachPlugin返回参数结构体
6821
+ */
6822
+ export interface DetachPluginResponse {
6823
+ /**
6824
+ * 解绑操作是否成功。
6825
+ */
6826
+ Result: boolean
6827
+ /**
6828
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6829
+ */
6830
+ RequestId?: string
6831
+ }
6832
+
6818
6833
  /**
6819
6834
  * 密钥列表
6820
6835
  */
@@ -96,6 +96,7 @@ import {
96
96
  PSTNSessionInfo,
97
97
  Message,
98
98
  AbortPredictiveDialingCampaignResponse,
99
+ CreateAICallRequest,
99
100
  DescribeNumbersRequest,
100
101
  ExtensionInfo,
101
102
  BindNumberCallOutSkillGroupRequest,
@@ -140,6 +141,7 @@ import {
140
141
  UploadIvrAudioFailedInfo,
141
142
  DescribeCallInMetricsResponse,
142
143
  ModifyCompanyApplyRequest,
144
+ CreateAICallResponse,
143
145
  DescribeCompanyListRequest,
144
146
  CreateIVRSessionResponse,
145
147
  IMSatisfaction,
@@ -215,13 +217,13 @@ export class Client extends AbstractClient {
215
217
  }
216
218
 
217
219
  /**
218
- * 获取坐席信息列表
220
+ * 创建ai外呼会话(仅支持高级版座席)
219
221
  */
220
- async DescribeStaffInfoList(
221
- req: DescribeStaffInfoListRequest,
222
- cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
223
- ): Promise<DescribeStaffInfoListResponse> {
224
- return this.request("DescribeStaffInfoList", req, cb)
222
+ async CreateAICall(
223
+ req: CreateAICallRequest,
224
+ cb?: (error: string, rep: CreateAICallResponse) => void
225
+ ): Promise<CreateAICallResponse> {
226
+ return this.request("CreateAICall", req, cb)
225
227
  }
226
228
 
227
229
  /**
@@ -556,6 +558,16 @@ export class Client extends AbstractClient {
556
558
  return this.request("ModifyStaffPassword", req, cb)
557
559
  }
558
560
 
561
+ /**
562
+ * 获取坐席信息列表
563
+ */
564
+ async DescribeStaffInfoList(
565
+ req: DescribeStaffInfoListRequest,
566
+ cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
567
+ ): Promise<DescribeStaffInfoListResponse> {
568
+ return this.request("DescribeStaffInfoList", req, cb)
569
+ }
570
+
559
571
  /**
560
572
  * 查询预测式外呼任务
561
573
  */
@@ -2064,6 +2064,137 @@ export interface AbortPredictiveDialingCampaignResponse {
2064
2064
  RequestId?: string
2065
2065
  }
2066
2066
 
2067
+ /**
2068
+ * CreateAICall请求参数结构体
2069
+ */
2070
+ export interface CreateAICallRequest {
2071
+ /**
2072
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
2073
+ */
2074
+ SdkAppId: number
2075
+ /**
2076
+ * 被叫
2077
+ */
2078
+ Callee: string
2079
+ /**
2080
+ * 用于设定AI座席人设、说话规则、任务等的全局提示词。
2081
+ */
2082
+ SystemPrompt: string
2083
+ /**
2084
+ * LLM类型
2085
+ */
2086
+ LLMType: string
2087
+ /**
2088
+ * 模型(当前仅支持openai协议的模型)
2089
+ */
2090
+ Model: string
2091
+ /**
2092
+ * API密钥
2093
+ */
2094
+ APIKey: string
2095
+ /**
2096
+ * API URL,仅支持兼容openai协议的模型,填写url时后缀不要带/chat/completions
2097
+ */
2098
+ APIUrl: string
2099
+ /**
2100
+ * 音色,目前仅支持以下音色:
2101
+ 汉语:
2102
+ ZhiMei:智美,客服女声
2103
+ ZhiXi: 智希 通用女声
2104
+ ZhiQi:智琪 客服女声
2105
+ ZhiTian:智甜 女童声
2106
+ AiXiaoJing:爱小静 对话女声
2107
+
2108
+ 英语:
2109
+ WeRose:英文女声
2110
+ Monika:英文女声
2111
+
2112
+ 日语:
2113
+ Nanami
2114
+
2115
+ 韩语:
2116
+ SunHi
2117
+
2118
+ 印度尼西亚语(印度尼西亚):
2119
+ Gadis
2120
+
2121
+ 马来语(马来西亚):
2122
+ Yasmin
2123
+
2124
+ 泰米尔语(马来西亚):
2125
+ Kani
2126
+
2127
+ 泰语(泰国):
2128
+ Achara
2129
+
2130
+ 越南语(越南):
2131
+ HoaiMy
2132
+
2133
+
2134
+ */
2135
+ VoiceType: string
2136
+ /**
2137
+ * 主叫号码列表
2138
+ */
2139
+ Callers?: Array<string>
2140
+ /**
2141
+ * 用于设定AI座席欢迎语。
2142
+ */
2143
+ WelcomeMessage?: string
2144
+ /**
2145
+ * 0:使用welcomeMessage(为空时,被叫先说话;不为空时,机器人先说话)
2146
+ 1: 使用ai根据prompt自动生成welcomeMessage并先说话
2147
+ */
2148
+ WelcomeType?: number
2149
+ /**
2150
+ * 最大等待时长(毫秒),默认60秒,超过这个时间用户没说话,自动挂断
2151
+ */
2152
+ MaxDuration?: number
2153
+ /**
2154
+ * 语音识别支持的语言, 默认是"zh" 中文,
2155
+ 填写数组,最长4个语言,第一个语言为主要识别语言,后面为可选语言,
2156
+ 注意:主要语言为中国方言时,可选语言无效
2157
+ 目前全量支持的语言如下,等号左面是语言英文名,右面是Language字段需要填写的值,该值遵循ISO639:
2158
+ 1. Chinese = "zh" # 中文
2159
+ 2. Chinese_TW = "zh-TW" # 中国台湾
2160
+ 3. Chinese_DIALECT = "zh-dialect" # 中国方言
2161
+ 4. English = "en" # 英语
2162
+ 5. Vietnamese = "vi" # 越南语
2163
+ 6. Japanese = "ja" # 日语
2164
+ 7. Korean = "ko" # 汉语
2165
+ 8. Indonesia = "id" # 印度尼西亚语
2166
+ 9. Thai = "th" # 泰语
2167
+ 10. Portuguese = "pt" # 葡萄牙语
2168
+ 11. Turkish = "tr" # 土耳其语
2169
+ 12. Arabic = "ar" # 阿拉伯语
2170
+ 13. Spanish = "es" # 西班牙语
2171
+ 14. Hindi = "hi" # 印地语
2172
+ 15. French = "fr" # 法语
2173
+ 16. Malay = "ms" # 马来语
2174
+ 17. Filipino = "fil" # 菲律宾语
2175
+ 18. German = "de" # 德语
2176
+ 19. Italian = "it" # 意大利语
2177
+ 20. Russian = "ru" # 俄语
2178
+ */
2179
+ Languages?: Array<string>
2180
+ /**
2181
+ * 打断AI说话模式,默认为0,0表示服务端自动打断,1表示服务端不打断,由端上发送打断信令进行打断
2182
+ */
2183
+ InterruptMode?: number
2184
+ /**
2185
+ * InterruptMode为0时使用,单位为毫秒,默认为500ms。表示服务端检测到持续InterruptSpeechDuration毫秒的人声则进行打断。
2186
+ */
2187
+ InterruptSpeechDuration?: number
2188
+ /**
2189
+ * 模型是否支持(或者开启)call_end function calling
2190
+ */
2191
+ EndFunctionEnable?: boolean
2192
+ /**
2193
+ * EndFunctionEnable为true时生效;call_end function calling的desc,默认为 "End the call when user has to leave (like says bye) or you are instructed to do so."
2194
+ */
2195
+ EndFunctionDesc?: string
2196
+ }
2197
+
2067
2198
  /**
2068
2199
  * DescribeNumbers请求参数结构体
2069
2200
  */
@@ -3228,6 +3359,20 @@ export interface ModifyCompanyApplyRequest {
3228
3359
  CompanyInfo: CompanyApplyInfo
3229
3360
  }
3230
3361
 
3362
+ /**
3363
+ * CreateAICall返回参数结构体
3364
+ */
3365
+ export interface CreateAICallResponse {
3366
+ /**
3367
+ * 新创建的会话 ID
3368
+ */
3369
+ SessionId?: string
3370
+ /**
3371
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3372
+ */
3373
+ RequestId?: string
3374
+ }
3375
+
3231
3376
  /**
3232
3377
  * DescribeCompanyList请求参数结构体
3233
3378
  */
@@ -3709,7 +3709,7 @@ export interface CreateListenerRequest {
3709
3709
  */
3710
3710
  Scheduler?: string
3711
3711
  /**
3712
- * 是否开启SNI特性,此参数仅适用于HTTPS监听器。0表示开启,1表示未开启。
3712
+ * 是否开启SNI特性,此参数仅适用于HTTPS监听器。0表示未开启,1表示开启。
3713
3713
  */
3714
3714
  SniSwitch?: number
3715
3715
  /**
@@ -3756,6 +3756,14 @@ export interface CreateListenerRequest {
3756
3756
  * 全端口段监听器的结束端口
3757
3757
  */
3758
3758
  FullEndPorts?: Array<number | bigint>
3759
+ /**
3760
+ * 内网http监听器开启h2c开关
3761
+ */
3762
+ H2cSwitch?: boolean
3763
+ /**
3764
+ * TCP_SSL监听器支持关闭SSL后仍然支持混绑,此参数为关闭开关
3765
+ */
3766
+ SslCloseSwitch?: boolean
3759
3767
  }
3760
3768
 
3761
3769
  /**