tencentcloud-sdk-nodejs 4.0.363 → 4.0.366

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 +395 -0
  2. package/SERVICE_CHANGELOG.md +414 -145
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +19 -2
  7. package/src/services/asr/v20190614/asr_models.ts +0 -1
  8. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  9. package/src/services/ccc/v20200210/ccc_models.ts +48 -7
  10. package/src/services/ciam/v20220331/ciam_client.ts +1 -0
  11. package/src/services/ciam/v20220331/ciam_models.ts +21 -1
  12. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +1 -1
  13. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +22 -6
  14. package/src/services/cpdp/v20190820/cpdp_models.ts +40 -0
  15. package/src/services/cwp/v20180228/cwp_models.ts +18 -4
  16. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  17. package/src/services/dnspod/v20210323/dnspod_client.ts +29 -0
  18. package/src/services/dnspod/v20210323/dnspod_models.ts +231 -0
  19. package/src/services/es/v20180416/es_models.ts +6 -0
  20. package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
  21. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  22. package/src/services/ssl/v20191205/ssl_models.ts +6 -0
  23. package/src/services/tbaas/v20180416/tbaas_client.ts +111 -63
  24. package/src/services/tbaas/v20180416/tbaas_models.ts +1199 -1014
  25. package/src/services/tcss/v20201101/tcss_models.ts +18 -0
  26. package/src/services/tem/v20210701/tem_client.ts +20 -7
  27. package/src/services/tem/v20210701/tem_models.ts +125 -11
  28. package/src/services/teo/v20220106/teo_models.ts +4 -2
  29. package/src/services/trtc/v20190722/trtc_client.ts +7 -25
  30. package/src/services/trtc/v20190722/trtc_models.ts +0 -134
  31. package/src/services/tsf/v20180326/tsf_client.ts +204 -51
  32. package/src/services/tsf/v20180326/tsf_models.ts +968 -236
  33. package/src/services/vod/v20180717/vod_client.ts +7 -0
  34. package/src/services/vod/v20180717/vod_models.ts +33 -13
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -2
  38. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +0 -1
  39. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  40. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +42 -7
  42. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +19 -1
  43. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +1 -1
  44. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +18 -4
  45. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +35 -0
  46. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -4
  47. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  48. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +9 -1
  49. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +12 -0
  50. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +194 -0
  51. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  52. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
  53. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  54. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +5 -0
  55. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +17 -1
  56. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +24 -0
  57. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +1160 -1003
  58. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
  59. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +7 -3
  60. package/tencentcloud/services/tem/v20210701/tem_client.js +9 -3
  61. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +106 -10
  62. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -1
  63. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
  64. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
  65. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
  66. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
  67. package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
  68. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
  69. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
  70. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  71. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +28 -11
  72. package/test/ccc.v20200210.test.js +10 -0
  73. package/test/dnspod.v20210323.test.js +20 -0
  74. package/test/tbaas.v20180416.test.js +40 -0
  75. package/test/tem.v20210701.test.js +12 -2
  76. package/test/trtc.v20190722.test.js +2 -12
  77. package/test/tsf.v20180326.test.js +132 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.363",
3
+ "version": "4.0.366",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -13,9 +13,9 @@
13
13
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-05-17 11:59:15 |
16
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-06-21 06:01:15 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
18
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-09 06:06:03 |
18
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-20 06:02:44 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
21
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
@@ -36,7 +36,7 @@
36
36
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
37
37
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-06-17 06:03:48 |
38
38
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-05-31 06:05:45 |
39
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-31 06:05:55 |
39
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-06-20 06:03:42 |
40
40
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-15 06:04:37 |
41
41
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
42
42
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-13 06:07:47 |
@@ -45,22 +45,22 @@
45
45
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
46
46
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
47
47
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-05-26 06:08:04 |
48
- | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-16 19:58:34 |
48
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-17 10:12:20 |
49
49
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-16 06:03:27 |
50
50
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
51
51
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
52
52
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
53
53
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
54
54
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
55
- | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
55
+ | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-20 06:05:03 |
56
56
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-08 06:06:22 |
57
57
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-10 06:04:57 |
58
58
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
59
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-07 06:04:05 |
60
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-20 06:05:27 |
61
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
62
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-16 06:04:38 |
63
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-10 06:05:46 |
63
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-21 06:05:20 |
64
64
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
65
65
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-06-15 06:07:21 |
66
66
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
@@ -69,8 +69,8 @@
69
69
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
70
70
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
71
71
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
72
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-17 06:07:19 |
73
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
72
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-21 06:06:29 |
73
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-20 06:07:25 |
74
74
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
75
75
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
76
76
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
@@ -83,7 +83,7 @@
83
83
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
84
84
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
85
85
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
86
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-08 06:09:29 |
86
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-20 06:08:20 |
87
87
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-15 06:09:03 |
88
88
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-13 06:12:00 |
89
89
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
@@ -108,10 +108,10 @@
108
108
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
109
109
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
110
110
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
111
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
111
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-06-21 06:09:19 |
112
112
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
113
113
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
114
- | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-01 06:12:55 |
114
+ | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
115
115
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
116
116
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-16 06:09:18 |
117
117
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -132,7 +132,7 @@
132
132
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
133
133
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
134
134
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-06-15 06:12:20 |
135
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-17 06:11:40 |
135
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-06-20 06:11:43 |
136
136
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
137
137
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
138
138
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -152,7 +152,7 @@
152
152
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
153
153
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-06-07 06:12:09 |
154
154
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
155
- | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-13 06:16:49 |
155
+ | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-06-20 06:13:03 |
156
156
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
157
157
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
158
158
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-05-18 06:16:35 |
@@ -161,7 +161,7 @@
161
161
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-06-06 16:47:40 |
162
162
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
163
163
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
164
- | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-15 06:14:16 |
164
+ | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-20 15:31:45 |
165
165
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
166
166
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
167
167
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
@@ -171,12 +171,12 @@
171
171
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
172
172
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
173
173
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-13 06:17:36 |
174
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-08 06:15:35 |
174
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-21 06:13:45 |
175
175
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
176
176
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
177
177
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-13 06:18:15 |
178
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-09 06:18:14 |
179
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-17 06:14:37 |
178
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-20 06:14:36 |
179
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-20 06:14:42 |
180
180
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
181
181
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
182
182
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -191,15 +191,15 @@
191
191
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
192
192
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
193
193
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
194
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-13 06:19:26 |
194
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-21 06:15:46 |
195
195
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-10 06:15:33 |
196
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-20 06:20:03 |
196
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-06-21 06:15:54 |
197
197
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
198
198
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
199
199
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
200
200
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-17 06:16:09 |
201
201
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
202
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-17 06:16:12 |
202
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-21 06:16:46 |
203
203
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-15 06:17:25 |
204
204
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
205
205
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.363"
1
+ export const sdkVersion = "4.0.366"
@@ -49,7 +49,7 @@ export interface ApmInstanceDetail {
49
49
  CreateUin: string
50
50
 
51
51
  /**
52
- * 该实例已上报的服务数
52
+ * 该实例已上报的服务端应用数量
53
53
  注意:此字段可能返回 null,表示取不到有效值。
54
54
  */
55
55
  ServiceCount: number
@@ -148,6 +148,18 @@ export interface ApmInstanceDetail {
148
148
  注意:此字段可能返回 null,表示取不到有效值。
149
149
  */
150
150
  LogTopicID: string
151
+
152
+ /**
153
+ * 该实例已上报的客户端应用数量
154
+ 注意:此字段可能返回 null,表示取不到有效值。
155
+ */
156
+ ClientCount: number
157
+
158
+ /**
159
+ * 该实例已上报的总应用数量
160
+ 注意:此字段可能返回 null,表示取不到有效值。
161
+ */
162
+ TotalCount: number
151
163
  }
152
164
 
153
165
  /**
@@ -526,6 +538,11 @@ export interface DescribeApmAgentRequest {
526
538
  * 语言
527
539
  */
528
540
  LanguageEnvironment?: string
541
+
542
+ /**
543
+ * 上报方式
544
+ */
545
+ ReportMethod?: string
529
546
  }
530
547
 
531
548
  /**
@@ -610,7 +627,7 @@ span.kind:
610
627
  InstanceId: string
611
628
 
612
629
  /**
613
- * 视图名称
630
+ * 视图名称,不可自定义输入。支持:service_metric
614
631
  */
615
632
  ViewName: string
616
633
 
@@ -463,7 +463,6 @@ export interface CreateRecTaskRequest {
463
463
  • 16k_en_edu 英文教育;
464
464
  • 16k_zh_medical 医疗;
465
465
  • 16k_th 泰语;
466
- • 16k_wuu-SH:16k 上海话方言;
467
466
  • 16k_zh_dialect:多方言,支持23种方言。
468
467
  */
469
468
  EngineModelType: string
@@ -21,6 +21,7 @@ import {
21
21
  StopAutoCalloutTaskRequest,
22
22
  BindStaffSkillGroupListRequest,
23
23
  DescribePSTNActiveSessionListRequest,
24
+ UnbindStaffSkillGroupListRequest,
24
25
  IVRKeyPressedElement,
25
26
  CreateAutoCalloutTaskRequest,
26
27
  CreateSDKLoginTokenResponse,
@@ -31,7 +32,7 @@ import {
31
32
  TelCdrInfo,
32
33
  CreateUserSigRequest,
33
34
  PhoneNumBuyInfo,
34
- UnbindStaffSkillGroupListRequest,
35
+ CreateCCCSkillGroupRequest,
35
36
  DescribeIMCdrsRequest,
36
37
  DescribeAutoCalloutTaskResponse,
37
38
  DescribeStaffStatusMetricsRequest,
@@ -39,6 +40,7 @@ import {
39
40
  SkillGroupItem,
40
41
  CreateUserSigResponse,
41
42
  DeleteStaffRequest,
43
+ CreateCCCSkillGroupResponse,
42
44
  DescribeTelSessionRequest,
43
45
  CallInMetrics,
44
46
  DescribeCCCBuyInfoListRequest,
@@ -251,6 +253,16 @@ export class Client extends AbstractClient {
251
253
  return this.request("DescribeCCCBuyInfoList", req, cb)
252
254
  }
253
255
 
256
+ /**
257
+ * 创建技能组
258
+ */
259
+ async CreateCCCSkillGroup(
260
+ req: CreateCCCSkillGroupRequest,
261
+ cb?: (error: string, rep: CreateCCCSkillGroupResponse) => void
262
+ ): Promise<CreateCCCSkillGroupResponse> {
263
+ return this.request("CreateCCCSkillGroup", req, cb)
264
+ }
265
+
254
266
  /**
255
267
  * 解绑坐席所属技能组
256
268
  */
@@ -70,6 +70,26 @@ export interface DescribePSTNActiveSessionListRequest {
70
70
  Limit: number
71
71
  }
72
72
 
73
+ /**
74
+ * UnbindStaffSkillGroupList请求参数结构体
75
+ */
76
+ export interface UnbindStaffSkillGroupListRequest {
77
+ /**
78
+ * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
79
+ */
80
+ SdkAppId: number
81
+
82
+ /**
83
+ * 客服邮箱
84
+ */
85
+ StaffEmail: string
86
+
87
+ /**
88
+ * 解绑技能组列表
89
+ */
90
+ SkillGroupList: Array<number>
91
+ }
92
+
73
93
  /**
74
94
  * ivr 按键信息
75
95
  */
@@ -528,23 +548,29 @@ export interface PhoneNumBuyInfo {
528
548
  }
529
549
 
530
550
  /**
531
- * UnbindStaffSkillGroupList请求参数结构体
551
+ * CreateCCCSkillGroup请求参数结构体
532
552
  */
533
- export interface UnbindStaffSkillGroupListRequest {
553
+ export interface CreateCCCSkillGroupRequest {
534
554
  /**
535
- * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
555
+ * 应用 ID(必填)
536
556
  */
537
557
  SdkAppId: number
538
558
 
539
559
  /**
540
- * 客服邮箱
560
+ * 技能组名称
541
561
  */
542
- StaffEmail: string
562
+ SkillGroupName: string
543
563
 
544
564
  /**
545
- * 解绑技能组列表
565
+ * 技能组类型0-电话,1-在线,3-音频,4-视频
546
566
  */
547
- SkillGroupList: Array<number>
567
+ SkillGroupType: number
568
+
569
+ /**
570
+ * 技能组接待人数上限(该技能组中1个座席可接待的人数上限)默认为1。1、若技能组类型为在线,则接待上限可设置为1及以上
571
+ 2、若技能组类型为电话、音频、视频,则接待上线必须只能为1
572
+ */
573
+ MaxConcurrency?: number
548
574
  }
549
575
 
550
576
  /**
@@ -723,6 +749,21 @@ export interface DeleteStaffRequest {
723
749
  StaffList: Array<string>
724
750
  }
725
751
 
752
+ /**
753
+ * CreateCCCSkillGroup返回参数结构体
754
+ */
755
+ export interface CreateCCCSkillGroupResponse {
756
+ /**
757
+ * 技能组ID
758
+ */
759
+ SkillGroupId: number
760
+
761
+ /**
762
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
763
+ */
764
+ RequestId?: string
765
+ }
766
+
726
767
  /**
727
768
  * DescribeTelSession请求参数结构体
728
769
  */
@@ -52,6 +52,7 @@ import {
52
52
  CreateFileExportUserJobResponse,
53
53
  CreateApiImportUserJobResponse,
54
54
  LinkAccountRequest,
55
+ SaltLocationRule,
55
56
  MemberMap,
56
57
  ListUserResponse,
57
58
  UpdateUserResponse,
@@ -801,7 +801,17 @@ export interface SetPasswordRequest {
801
801
  /**
802
802
  * 盐位
803
803
  */
804
- export type SaltLocation = null
804
+ export interface SaltLocation {
805
+ /**
806
+ * 密码加盐的类型(HEAD,TAIL,OTHER)
807
+ */
808
+ SaltLocationTypeEnum?: string
809
+
810
+ /**
811
+ * 加盐规则
812
+ */
813
+ SaltLocationRule?: SaltLocationRule
814
+ }
805
815
 
806
816
  /**
807
817
  * UpdateUserStatus请求参数结构体
@@ -1021,6 +1031,16 @@ export interface LinkAccountRequest {
1021
1031
  UserLinkedOnAttribute: string
1022
1032
  }
1023
1033
 
1034
+ /**
1035
+ * 盐位规则
1036
+ */
1037
+ export interface SaltLocationRule {
1038
+ /**
1039
+ * 表达式
1040
+ */
1041
+ Regex?: string
1042
+ }
1043
+
1024
1044
  /**
1025
1045
  * Map数据类型
1026
1046
  */
@@ -146,7 +146,7 @@ export class Client extends AbstractClient {
146
146
  * 获取当前地域所支持的设备列表
147
147
  */
148
148
  async DescribeSupportedHsm(
149
- req?: DescribeSupportedHsmRequest,
149
+ req: DescribeSupportedHsmRequest,
150
150
  cb?: (error: string, rep: DescribeSupportedHsmResponse) => void
151
151
  ): Promise<DescribeSupportedHsmResponse> {
152
152
  return this.request("DescribeSupportedHsm", req, cb)
@@ -125,8 +125,9 @@ export interface DescribeVsmsResponse {
125
125
  */
126
126
  export interface DescribeSupportedHsmResponse {
127
127
  /**
128
- * 当前地域所支持的设备列表
129
- */
128
+ * 当前地域所支持的设备列表
129
+ 注意:此字段可能返回 null,表示取不到有效值。
130
+ */
130
131
  DeviceTypes: Array<DeviceInfo>
131
132
 
132
133
  /**
@@ -150,7 +151,7 @@ export interface InquiryPriceBuyVsmRequest {
150
151
  PayMode: number
151
152
 
152
153
  /**
153
- * 商品的时间大小
154
+ * 商品的时间大小,整型参数,举例:当TimeSpan为1,TImeUnit为m时,表示询价购买时长为1个月时的价格
154
155
  */
155
156
  TimeSpan: string
156
157
 
@@ -168,6 +169,11 @@ export interface InquiryPriceBuyVsmRequest {
168
169
  * 默认为CREATE,可选RENEW
169
170
  */
170
171
  Type?: string
172
+
173
+ /**
174
+ * Hsm服务类型,可选值virtualization、physical、GHSM、EHSM、SHSM
175
+ */
176
+ HsmType?: string
171
177
  }
172
178
 
173
179
  /**
@@ -268,7 +274,12 @@ export interface VsmInfo {
268
274
  /**
269
275
  * DescribeSupportedHsm请求参数结构体
270
276
  */
271
- export type DescribeSupportedHsmRequest = null
277
+ export interface DescribeSupportedHsmRequest {
278
+ /**
279
+ * Hsm类型,可选值all、virtulization、GHSM、EHSM、SHSM
280
+ */
281
+ HsmType?: string
282
+ }
272
283
 
273
284
  /**
274
285
  * 安全组基础信息
@@ -776,7 +787,7 @@ export interface UsgRuleDetail {
776
787
  */
777
788
  export interface InquiryPriceBuyVsmResponse {
778
789
  /**
779
- * 原始总金额
790
+ * 原始总金额,浮点型参数,精确到小数点后两位,如:2000.99
780
791
  注意:此字段可能返回 null,表示取不到有效值。
781
792
  */
782
793
  TotalCost: number
@@ -800,7 +811,7 @@ export interface InquiryPriceBuyVsmResponse {
800
811
  TimeUnit: string
801
812
 
802
813
  /**
803
- * 应付总金额
814
+ * 应付总金额,浮点型参数,精确到小数点后两位,如:2000.99
804
815
  注意:此字段可能返回 null,表示取不到有效值。
805
816
  */
806
817
  OriginalCost: number
@@ -905,6 +916,11 @@ export interface DescribeVsmsRequest {
905
916
  * 设备所属的厂商名称,根据厂商来进行筛选
906
917
  */
907
918
  Manufacturer?: string
919
+
920
+ /**
921
+ * Hsm服务类型,可选virtualization、physical、GHSM、EHSM、SHSM、all
922
+ */
923
+ HsmType?: string
908
924
  }
909
925
 
910
926
  /**
@@ -2683,6 +2683,14 @@ __ALIPAY__: 支付宝
2683
2683
  * 备注信息。
2684
2684
  */
2685
2685
  Remark?: string
2686
+
2687
+ /**
2688
+ * 环境类型。
2689
+ __release__:生产环境
2690
+ __sandbox__:沙箱环境
2691
+ _不填默认为生产环境_
2692
+ */
2693
+ Environment?: string
2686
2694
  }
2687
2695
 
2688
2696
  /**
@@ -8439,6 +8447,14 @@ export interface QueryOpenBankOrderDetailReceiptInfoRequest {
8439
8447
  * 渠道回单申请ID,与外部回单申请ID二者选填其一
8440
8448
  */
8441
8449
  ChannelApplyId?: string
8450
+
8451
+ /**
8452
+ * 环境类型。
8453
+ __release__:生产环境
8454
+ __sandbox__:沙箱环境
8455
+ _不填默认为生产环境_
8456
+ */
8457
+ Environment?: string
8442
8458
  }
8443
8459
 
8444
8460
  /**
@@ -9169,6 +9185,14 @@ __OPENBANK_PAYMENT__: openbank支付
9169
9185
  __SAFT_ISV__: 安心发支付
9170
9186
  */
9171
9187
  PaymentMethod: string
9188
+
9189
+ /**
9190
+ * 环境类型。
9191
+ __release__:生产环境
9192
+ __sandbox__:沙箱环境
9193
+ _不填默认为生产环境_
9194
+ */
9195
+ Environment?: string
9172
9196
  }
9173
9197
 
9174
9198
  /**
@@ -16506,6 +16530,14 @@ export interface ApplyOpenBankOrderDetailReceiptRequest {
16506
16530
  * 云企付平台订单号
16507
16531
  */
16508
16532
  ChannelOrderId: string
16533
+
16534
+ /**
16535
+ * 环境类型。
16536
+ __release__:生产环境
16537
+ __sandbox__:沙箱环境
16538
+ _不填默认为生产环境_
16539
+ */
16540
+ Environment?: string
16509
16541
  }
16510
16542
 
16511
16543
  /**
@@ -21934,6 +21966,14 @@ __SAFT_ISV__: 安心发支付
21934
21966
  * 渠道账本号ID。与OutAccountBookId二者选填其一。
21935
21967
  */
21936
21968
  ChannelAccountBookId?: string
21969
+
21970
+ /**
21971
+ * 环境类型。
21972
+ __release__:生产环境
21973
+ __sandbox__:沙箱环境
21974
+ _不填默认为生产环境_
21975
+ */
21976
+ Environment?: string
21937
21977
  }
21938
21978
 
21939
21979
  /**
@@ -3000,11 +3000,13 @@ export interface DescribeVulEffectHostListRequest {
3000
3000
  VulId: number
3001
3001
 
3002
3002
  /**
3003
- * 过滤条件。
3003
+ * 过滤条件:
3004
3004
  <li>AliasName - String - 主机名筛选</li>
3005
- <li>TagIds - String - 主机标签id串,多个用英文逗号分隔</li>
3006
- <li>Status - String - 状态,0: 待处理 1:忽略 3:已修复 5:检测中 6:修复中 8=:修复失败.</li>
3005
+ <li>TagIds - String - 主机标签id串,多个用英文用逗号分隔</li>
3006
+ <li>Status - String - 状态:0-待处理 1-忽略 3-已修复 5-检测中 6-修复中 8-修复失败</li>
3007
3007
  <li>Uuid - String数组 - Uuid串数组</li>
3008
+ <li>Version - String数组 - 付费版本数组:"Flagship"-旗舰版 "PRO_VERSION"-专业版 "BASIC_VERSION"-基础版</li>
3009
+ <li>InstanceState - String数组 - 实例状态数组:"PENDING"-创建中 "LAUNCH_FAILED"-创建失败 "RUNNING"-运行中 "STOPPED"-关机 "STARTING"-开机中 "STOPPING"-关机中 "REBOOTING"-重启中 "SHUTDOWN"-待销毁 "TERMINATING"-销毁中 "UNKNOWN"-未知(针对非腾讯云机器,且客户端离线的场景) </li>
3008
3010
  */
3009
3011
  Filters?: Array<Filter>
3010
3012
  }
@@ -5814,7 +5816,7 @@ export interface VulEffectHostList {
5814
5816
  Description: string
5815
5817
 
5816
5818
  /**
5817
- * 版本信息 0=普通版本 1=专业版 2=旗舰版
5819
+ * 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
5818
5820
  注意:此字段可能返回 null,表示取不到有效值。
5819
5821
  */
5820
5822
  HostVersion: number
@@ -5830,6 +5832,18 @@ export interface VulEffectHostList {
5830
5832
  注意:此字段可能返回 null,表示取不到有效值。
5831
5833
  */
5832
5834
  FixStatusMsg: string
5835
+
5836
+ /**
5837
+ * 首次发现时间
5838
+ 注意:此字段可能返回 null,表示取不到有效值。
5839
+ */
5840
+ FirstDiscoveryTime: string
5841
+
5842
+ /**
5843
+ * 实例状态:"PENDING"-创建中 "LAUNCH_FAILED"-创建失败 "RUNNING"-运行中 "STOPPED"-关机 "STARTING"-表示开机中 "STOPPING"-表示关机中 "REBOOTING"-重启中 "SHUTDOWN"-表示停止待销毁 "TERMINATING"-表示销毁中 "
5844
+ 注意:此字段可能返回 null,表示取不到有效值。
5845
+ */
5846
+ InstanceState: string
5833
5847
  }
5834
5848
 
5835
5849
  /**
@@ -2998,6 +2998,11 @@ export interface DescribeSparkAppTasksRequest {
2998
2998
  * 分页查询Limit
2999
2999
  */
3000
3000
  Limit?: number
3001
+
3002
+ /**
3003
+ * 执行实例id
3004
+ */
3005
+ TaskId?: string
3001
3006
  }
3002
3007
 
3003
3008
  /**