tencentcloud-sdk-nodejs 4.0.248 → 4.0.252

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 (136) hide show
  1. package/CHANGELOG.md +1006 -75
  2. package/package.json +1 -1
  3. package/products.md +42 -41
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ame/v20190916/ame_models.ts +5 -0
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
  8. package/src/services/apm/v20210622/apm_client.ts +12 -0
  9. package/src/services/apm/v20210622/apm_models.ts +46 -0
  10. package/src/services/asr/v20190614/asr_client.ts +2 -2
  11. package/src/services/asr/v20190614/asr_models.ts +4 -2
  12. package/src/services/captcha/v20190722/captcha_models.ts +2 -1
  13. package/src/services/ccc/v20200210/ccc_client.ts +31 -15
  14. package/src/services/ccc/v20200210/ccc_models.ts +334 -179
  15. package/src/services/cdb/v20170320/cdb_models.ts +11 -1
  16. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  17. package/src/services/cdn/v20180606/cdn_models.ts +45 -4
  18. package/src/services/cii/v20210408/cii_models.ts +1 -1
  19. package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
  20. package/src/services/ckafka/v20190819/ckafka_models.ts +53 -38
  21. package/src/services/cls/v20201016/cls_models.ts +2 -0
  22. package/src/services/cme/v20191029/cme_client.ts +3 -3
  23. package/src/services/cme/v20191029/cme_models.ts +30 -25
  24. package/src/services/cpdp/v20190820/cpdp_client.ts +34 -9
  25. package/src/services/cpdp/v20190820/cpdp_models.ts +266 -159
  26. package/src/services/cr/v20180321/cr_models.ts +1 -1
  27. package/src/services/dcdb/v20180411/dcdb_models.ts +7 -7
  28. package/src/services/domain/v20180808/domain_models.ts +26 -1
  29. package/src/services/ecdn/v20191012/ecdn_client.ts +3 -0
  30. package/src/services/ecm/v20190719/ecm_models.ts +2 -2
  31. package/src/services/emr/v20190103/emr_models.ts +40 -4
  32. package/src/services/ft/v20200304/ft_models.ts +8 -2
  33. package/src/services/gaap/v20180529/gaap_models.ts +5 -0
  34. package/src/services/gs/v20191118/gs_models.ts +3 -3
  35. package/src/services/index.ts +1 -0
  36. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +26 -13
  37. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +71 -21
  38. package/src/services/iotvideo/v20201215/iotvideo_models.ts +11 -0
  39. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +31 -0
  40. package/src/services/monitor/v20180724/monitor_models.ts +3 -3
  41. package/src/services/oceanus/v20190422/oceanus_models.ts +22 -0
  42. package/src/services/postgres/v20170312/postgres_models.ts +23 -11
  43. package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
  44. package/src/services/redis/v20180412/redis_models.ts +4 -3
  45. package/src/services/scf/v20180416/scf_client.ts +38 -12
  46. package/src/services/scf/v20180416/scf_models.ts +153 -3
  47. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  48. package/src/services/tat/v20201028/tat_models.ts +87 -11
  49. package/src/services/tcb/v20180608/tcb_models.ts +6 -1
  50. package/src/services/tcss/index.ts +5 -0
  51. package/src/services/tcss/v20201101/index.ts +6 -0
  52. package/src/services/tcss/v20201101/tcss_client.ts +2106 -0
  53. package/src/services/tcss/v20201101/tcss_models.ts +11427 -0
  54. package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
  55. package/src/services/tdmq/v20200217/tdmq_models.ts +556 -146
  56. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  57. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  58. package/src/services/waf/v20180125/waf_client.ts +1 -1
  59. package/src/services/waf/v20180125/waf_models.ts +26 -1
  60. package/tencentcloud/common/sdk_version.d.ts +1 -1
  61. package/tencentcloud/common/sdk_version.js +1 -1
  62. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +4 -0
  63. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  64. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +16 -0
  65. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  66. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  67. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +39 -0
  68. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  69. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  70. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -2
  71. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +1 -0
  72. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
  73. package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
  74. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +283 -153
  75. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  76. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +39 -4
  77. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
  78. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  79. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -33
  80. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -0
  81. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +3 -3
  82. package/tencentcloud/services/cme/v20191029/cme_client.js +3 -3
  83. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +29 -25
  84. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +11 -3
  85. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +15 -3
  86. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +227 -136
  87. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +1 -1
  88. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +7 -7
  89. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +21 -1
  90. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +3 -0
  91. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +3 -0
  92. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +2 -2
  93. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +34 -4
  94. package/tencentcloud/services/ft/v20200304/ft_models.d.ts +7 -2
  95. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +4 -0
  96. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +3 -3
  97. package/tencentcloud/services/index.d.ts +1 -0
  98. package/tencentcloud/services/index.js +2 -0
  99. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -5
  100. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -6
  101. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +61 -18
  102. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +9 -0
  103. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +26 -0
  104. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
  105. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +18 -0
  106. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +21 -11
  107. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
  108. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -2
  109. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +13 -5
  110. package/tencentcloud/services/scf/v20180416/scf_client.js +18 -6
  111. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +129 -2
  112. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  113. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +75 -11
  114. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
  115. package/tencentcloud/services/tcss/index.d.ts +6 -0
  116. package/tencentcloud/services/tcss/index.js +7 -0
  117. package/tencentcloud/services/tcss/v20201101/index.d.ts +6 -0
  118. package/tencentcloud/services/tcss/v20201101/index.js +9 -0
  119. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +674 -0
  120. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1027 -0
  121. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +9642 -0
  122. package/tencentcloud/services/tcss/v20201101/tcss_models.js +18 -0
  123. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  124. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  125. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +434 -94
  126. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  127. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  128. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  129. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -1
  130. package/test/apm.v20210622.test.js +10 -0
  131. package/test/ccc.v20200210.test.js +14 -4
  132. package/test/cpdp.v20190820.test.js +22 -2
  133. package/test/iotexplorer.v20190423.test.js +14 -4
  134. package/test/scf.v20180416.test.js +24 -4
  135. package/test/tcss.v20201101.test.js +1681 -0
  136. package/test/tdmq.v20200217.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.248",
3
+ "version": "4.0.252",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,20 +5,20 @@
5
5
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2021-11-10 08:01:49 |
6
6
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2021-11-18 08:02:15 |
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2021-11-18 08:02:17 |
8
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-11-10 08:01:52 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2021-12-03 08:01:26 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2021-11-10 08:01:55 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-11-23 08:02:33 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2021-12-02 08:02:10 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2021-11-10 08:02:02 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-11-10 08:02:03 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
14
- | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-01 08:02:45 |
15
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-01 08:02:58 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-12-08 08:05:34 |
15
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2021-12-02 08:02:32 |
16
16
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-23 08:02:56 |
17
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-11-10 08:02:28 |
17
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-12-06 08:01:23 |
18
18
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-11-29 08:03:58 |
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
- | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-11-10 08:02:39 |
21
+ | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-12-07 08:02:49 |
22
22
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-11-23 08:03:19 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
@@ -28,28 +28,28 @@
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
30
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-11-10 08:03:09 |
31
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-11-10 08:03:17 |
31
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-11-10 08:03:19 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
34
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-16 08:06:45 |
35
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-29 08:04:53 |
36
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-19 08:07:05 |
34
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-06 08:02:18 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-12-02 08:03:37 |
36
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-12-06 08:02:38 |
37
37
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-11-10 08:03:57 |
38
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-11-17 08:07:53 |
38
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
40
40
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-11-10 08:04:08 |
41
41
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-11-23 08:04:46 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-30 08:04:22 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-07 11:23:56 |
45
45
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-30 08:04:28 |
46
46
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-11-16 08:07:51 |
47
47
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-11-10 08:04:28 |
48
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-10 08:04:30 |
49
- | cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-26 08:06:20 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-12-07 08:04:37 |
49
+ | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2021-12-07 08:04:45 |
50
50
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-11-10 08:04:45 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-11-17 08:08:58 |
52
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-06 08:03:46 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
54
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-26 08:07:10 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-30 08:05:34 |
@@ -58,30 +58,30 @@
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
59
59
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2021-11-25 08:09:57 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
61
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-11-26 08:08:12 |
61
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2021-12-07 08:06:14 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2021-11-10 08:06:10 |
63
63
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-11-17 08:10:54 |
64
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-11-10 08:06:19 |
64
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
65
65
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2021-11-10 08:06:23 |
66
66
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2021-11-10 08:06:24 |
67
67
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2021-11-10 08:06:26 |
68
68
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2021-12-01 08:07:08 |
69
69
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
70
- | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-11-10 08:06:32 |
71
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-11-18 20:07:06 |
70
+ | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-02 08:06:56 |
71
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
72
72
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2021-11-10 08:06:52 |
73
73
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
74
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-11-10 08:06:57 |
74
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-08 08:10:26 |
75
75
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
76
76
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
77
77
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
78
78
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-11-26 08:09:14 |
79
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-11-10 08:07:11 |
80
- | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-11-10 08:07:13 |
81
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-11-10 08:07:14 |
79
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-03 08:06:45 |
80
+ | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
81
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
82
82
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2021-11-10 08:07:25 |
83
83
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2021-11-10 08:07:27 |
84
- | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-11-10 08:07:30 |
84
+ | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2021-12-07 08:07:40 |
85
85
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2021-11-10 08:07:31 |
86
86
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
87
87
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2021-11-10 08:07:42 |
@@ -92,14 +92,14 @@
92
92
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2021-11-10 08:07:49 |
93
93
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2021-11-10 08:07:50 |
94
94
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2021-07-21 08:06:35 |
95
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-11-10 08:08:03 |
95
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-06 08:07:14 |
96
96
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
97
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-11-23 08:09:04 |
98
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-11-19 08:12:04 |
97
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
98
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-03 08:08:18 |
99
99
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
100
100
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
101
101
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-11-30 20:01:47 |
102
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-11-22 08:08:13 |
102
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-08 08:12:19 |
103
103
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
104
104
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
105
105
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
@@ -107,7 +107,7 @@
107
107
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
108
108
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
109
109
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-01 08:10:00 |
110
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-11-18 08:10:15 |
110
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
111
111
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
112
112
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-11-30 08:10:05 |
113
113
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -115,19 +115,19 @@
115
115
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
116
116
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
117
117
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
118
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-11-15 08:11:30 |
118
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-07 08:09:58 |
119
119
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
120
120
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
121
121
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
122
122
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
123
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-11-30 08:10:31 |
124
- | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-11-30 08:10:39 |
123
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2021-12-08 08:13:38 |
124
+ | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-02 08:10:37 |
125
125
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2021-11-10 08:10:02 |
126
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-11-04 08:12:00 |
126
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
127
127
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
128
128
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
129
129
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-11-10 08:10:05 |
130
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-19 08:13:47 |
130
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-08 08:14:03 |
131
131
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
132
132
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
133
133
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
@@ -135,25 +135,26 @@
135
135
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
136
136
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-11-10 08:10:19 |
137
137
  | ssa | [态势感知](https://cloud.tencent.com/document/product/664) | 2021-11-22 08:10:13 |
138
- | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-11-18 08:11:52 |
138
+ | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-08 08:14:38 |
139
139
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
140
140
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-11-10 08:10:38 |
141
141
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
142
142
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
143
143
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
144
- | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-11-24 08:13:01 |
144
+ | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-03 08:11:00 |
145
145
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
146
146
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
147
147
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
148
148
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
149
149
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
150
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-11-26 08:13:21 |
150
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2021-12-07 08:11:30 |
151
151
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
152
152
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
153
153
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
154
154
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2021-11-11 11:08:37 |
155
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2021-12-08 08:15:31 |
155
156
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
156
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-11-24 08:13:42 |
157
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-03 08:11:41 |
157
158
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-11-10 08:11:34 |
158
159
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-11-29 19:51:19 |
159
160
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -163,7 +164,7 @@
163
164
  | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
164
165
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
165
166
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
166
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-11-19 08:15:40 |
167
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-03 08:12:15 |
167
168
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-30 08:12:44 |
168
169
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
169
170
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
@@ -177,8 +178,8 @@
177
178
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-11-10 08:12:36 |
178
179
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-11-10 08:12:38 |
179
180
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-17 08:17:34 |
180
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-11-17 08:17:56 |
181
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-11-10 08:13:28 |
181
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-12-03 08:13:27 |
182
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-12-02 08:14:23 |
182
183
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-11-10 08:13:30 |
183
184
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
184
185
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.248"
1
+ export const sdkVersion = "4.0.252"
@@ -375,6 +375,11 @@ export interface PackageItem {
375
375
  * 授权区域,global: 全球 CN: 中国
376
376
  */
377
377
  AuthorizedArea: string
378
+
379
+ /**
380
+ * 标签数组
381
+ */
382
+ Tags: Array<string>
378
383
  }
379
384
 
380
385
  /**
@@ -867,6 +867,12 @@ export interface BGPIPInstance {
867
867
  * 是否开启安全加速,是为1,否为0。
868
868
  */
869
869
  DamDDoSStatus: number
870
+
871
+ /**
872
+ * 是否Ipv6版本的IP, 是为1,否为0
873
+ 注意:此字段可能返回 null,表示取不到有效值。
874
+ */
875
+ V6Flag: number
870
876
  }
871
877
 
872
878
  /**
@@ -3913,6 +3913,26 @@ export interface CreateApiRequest {
3913
3913
  * scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
3914
3914
  */
3915
3915
  ServiceScfFunctionType?: string
3916
+
3917
+ /**
3918
+ * EIAM应用类型。
3919
+ */
3920
+ EIAMAppType?: string
3921
+
3922
+ /**
3923
+ * EIAM应用认证类型,支持仅认证(AuthenticationOnly)、认证和鉴权(Authorization)。
3924
+ */
3925
+ EIAMAuthType?: string
3926
+
3927
+ /**
3928
+ * EIAM应用Token 有效时间,单位为秒,默认为7200秒。
3929
+ */
3930
+ TokenTimeout?: number
3931
+
3932
+ /**
3933
+ * EIAM应用ID。
3934
+ */
3935
+ EIAMAppId?: string
3916
3936
  }
3917
3937
 
3918
3938
  /**
@@ -18,7 +18,9 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
+ CreateApmInstanceResponse,
21
22
  ApmInstanceDetail,
23
+ CreateApmInstanceRequest,
22
24
  DescribeApmAgentResponse,
23
25
  ApmTag,
24
26
  DescribeApmInstancesResponse,
@@ -36,6 +38,16 @@ export class Client extends AbstractClient {
36
38
  super("apm.tencentcloudapi.com", "2021-06-22", clientConfig)
37
39
  }
38
40
 
41
+ /**
42
+ * 业务购买APM实例,调用该接口创建
43
+ */
44
+ async CreateApmInstance(
45
+ req: CreateApmInstanceRequest,
46
+ cb?: (error: string, rep: CreateApmInstanceResponse) => void
47
+ ): Promise<CreateApmInstanceResponse> {
48
+ return this.request("CreateApmInstance", req, cb)
49
+ }
50
+
39
51
  /**
40
52
  * APM实例列表拉取
41
53
  */
@@ -15,6 +15,22 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * CreateApmInstance返回参数结构体
20
+ */
21
+ export interface CreateApmInstanceResponse {
22
+ /**
23
+ * 实例ID
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ InstanceId: string
27
+
28
+ /**
29
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
30
+ */
31
+ RequestId?: string
32
+ }
33
+
18
34
  /**
19
35
  * apm实例信息
20
36
  */
@@ -126,6 +142,36 @@ export interface ApmInstanceDetail {
126
142
  SlowRequestSavedThreshold: number
127
143
  }
128
144
 
145
+ /**
146
+ * CreateApmInstance请求参数结构体
147
+ */
148
+ export interface CreateApmInstanceRequest {
149
+ /**
150
+ * 实例名
151
+ */
152
+ Name: string
153
+
154
+ /**
155
+ * 实例描述信息
156
+ */
157
+ Description?: string
158
+
159
+ /**
160
+ * Trace数据保存时长
161
+ */
162
+ TraceDuration?: number
163
+
164
+ /**
165
+ * 标签列表
166
+ */
167
+ Tags?: Array<ApmTag>
168
+
169
+ /**
170
+ * 实例上报额度值
171
+ */
172
+ SpanDailyCounters?: number
173
+ }
174
+
129
175
  /**
130
176
  * DescribeApmAgent返回参数结构体
131
177
  */
@@ -109,7 +109,7 @@ export class Client extends AbstractClient {
109
109
 
110
110
  /**
111
111
  * 本接口服务对时长5小时以内的录音文件进行识别,异步返回识别全部结果。
112
- 支持中文普通话、英语、粤语、日语、泰语
112
+ 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
113
113
  • 支持通用、音视频领域
114
114
  • 支持wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac格式
115
115
  • 支持语音 URL 和本地语音文件两种请求方式
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
275
275
  }
276
276
 
277
277
  /**
278
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话方言。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
278
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率支持8000Hz或者16000Hz;采样精度支持16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
279
279
  */
280
280
  async SentenceRecognition(
281
281
  req: SentenceRecognitionRequest,
@@ -233,8 +233,9 @@ export interface SentenceRecognitionRequest {
233
233
  • 16k_en:16k 英语;
234
234
  • 16k_ca:16k 粤语;
235
235
  • 16k_ja:16k 日语;
236
- •16k_wuu-SH:16k 上海话方言;
237
- •16k_zh_medical:16k 医疗。
236
+ 16k_wuu-SH:16k 上海话方言;
237
+ 16k_zh_medical:16k 医疗;
238
+ • 16k_zh_dialect:多方言。
238
239
  */
239
240
  EngSerViceType: string
240
241
 
@@ -459,6 +460,7 @@ export interface CreateRecTaskRequest {
459
460
  • 16k_zh_medical 医疗;
460
461
  • 16k_th 泰语;
461
462
  • 16k_wuu-SH:16k 上海话方言;
463
+ • 16k_zh_dialect:多方言。
462
464
  */
463
465
  EngineModelType: string
464
466
 
@@ -828,7 +828,8 @@ export interface DescribeCaptchaResultResponse {
828
828
  18 uin no match 号码不匹配
829
829
  19 seq redirect 重定向验证
830
830
  20 opt no vcode 操作使用pt免验证码校验错误
831
- 21 diff 差别,验证错误
831
+ 21 diff 差别,验证错误
832
+ 该情况出现原因一般为,当验证码前端生成terror格式票据并进行后端票据校验时,用户网络较差,该情况下仍会返回可用票据,业务侧可以自行根据需要,进行票据生成或做其他处理。详情参见 [验证码Web前端接入-异常处理文档](https://cloud.tencent.com/document/product/1110/36841#.E5.BC.82.E5.B8.B8.E5.A4.84.E7.90.86)。
832
833
  22 captcha type not match 验证码类型与拉取时不一致
833
834
  23 verify type error 验证类型错误
834
835
  24 invalid pkg 非法请求包
@@ -26,7 +26,9 @@ import {
26
26
  CallInMetrics,
27
27
  DescribeStaffInfoListResponse,
28
28
  CreateStaffResponse,
29
+ TelCdrInfo,
29
30
  CreateUserSigRequest,
31
+ PhoneNumBuyInfo,
30
32
  UnbindStaffSkillGroupListRequest,
31
33
  DescribeStaffStatusMetricsRequest,
32
34
  SkillGroupItem,
@@ -34,15 +36,17 @@ import {
34
36
  DeleteStaffRequest,
35
37
  DescribeTelSessionRequest,
36
38
  DescribeIMCdrsRequest,
37
- TelCdrInfo,
39
+ DescribeCCCBuyInfoListRequest,
38
40
  DeleteStaffResponse,
39
41
  StaffStatusExtra,
40
42
  DescribeSkillGroupInfoListRequest,
41
43
  CreateStaffRequest,
42
44
  DescribeChatMessagesResponse,
45
+ SdkAppIdBuyInfo,
43
46
  CallInNumberMetrics,
44
47
  DescribePSTNActiveSessionListResponse,
45
48
  IMCdrInfo,
49
+ StaffBuyInfo,
46
50
  ErrStaffItem,
47
51
  DescribeChatMessagesRequest,
48
52
  PSTNSession,
@@ -52,6 +56,7 @@ import {
52
56
  StaffInfo,
53
57
  PSTNSessionInfo,
54
58
  ServeParticipant,
59
+ DescribeTelCdrResponse,
55
60
  DescribeStaffStatusMetricsResponse,
56
61
  CallInSkillGroupMetrics,
57
62
  DescribeSeatUserListResponse,
@@ -59,12 +64,13 @@ import {
59
64
  DescribeTelCallInfoResponse,
60
65
  StaffStatusMetrics,
61
66
  BindStaffSkillGroupListResponse,
62
- UnbindStaffSkillGroupListResponse,
67
+ PackageBuyInfo,
63
68
  DescribeTelCdrRequest,
64
69
  MessageBody,
65
70
  CreateSDKLoginTokenRequest,
66
71
  DescribeTelCallInfoRequest,
67
- DescribeTelCdrResponse,
72
+ DescribeCCCBuyInfoListResponse,
73
+ UnbindStaffSkillGroupListResponse,
68
74
  SeatUserInfo,
69
75
  DescribeCallInMetricsRequest,
70
76
  Message,
@@ -81,6 +87,16 @@ export class Client extends AbstractClient {
81
87
  super("ccc.tencentcloudapi.com", "2020-02-10", clientConfig)
82
88
  }
83
89
 
90
+ /**
91
+ * 获取坐席实时状态统计指标
92
+ */
93
+ async DescribeStaffStatusMetrics(
94
+ req: DescribeStaffStatusMetricsRequest,
95
+ cb?: (error: string, rep: DescribeStaffStatusMetricsResponse) => void
96
+ ): Promise<DescribeStaffStatusMetricsResponse> {
97
+ return this.request("DescribeStaffStatusMetrics", req, cb)
98
+ }
99
+
84
100
  /**
85
101
  * 包括具体聊天内容
86
102
  */
@@ -142,13 +158,13 @@ export class Client extends AbstractClient {
142
158
  }
143
159
 
144
160
  /**
145
- * 获取坐席信息列表
161
+ * 获取用户购买信息列表
146
162
  */
147
- async DescribeStaffInfoList(
148
- req: DescribeStaffInfoListRequest,
149
- cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
150
- ): Promise<DescribeStaffInfoListResponse> {
151
- return this.request("DescribeStaffInfoList", req, cb)
163
+ async DescribeCCCBuyInfoList(
164
+ req: DescribeCCCBuyInfoListRequest,
165
+ cb?: (error: string, rep: DescribeCCCBuyInfoListResponse) => void
166
+ ): Promise<DescribeCCCBuyInfoListResponse> {
167
+ return this.request("DescribeCCCBuyInfoList", req, cb)
152
168
  }
153
169
 
154
170
  /**
@@ -214,13 +230,13 @@ export class Client extends AbstractClient {
214
230
  }
215
231
 
216
232
  /**
217
- * 获取坐席实时状态统计指标
233
+ * 获取坐席信息列表
218
234
  */
219
- async DescribeStaffStatusMetrics(
220
- req: DescribeStaffStatusMetricsRequest,
221
- cb?: (error: string, rep: DescribeStaffStatusMetricsResponse) => void
222
- ): Promise<DescribeStaffStatusMetricsResponse> {
223
- return this.request("DescribeStaffStatusMetrics", req, cb)
235
+ async DescribeStaffInfoList(
236
+ req: DescribeStaffInfoListRequest,
237
+ cb?: (error: string, rep: DescribeStaffInfoListResponse) => void
238
+ ): Promise<DescribeStaffInfoListResponse> {
239
+ return this.request("DescribeStaffInfoList", req, cb)
224
240
  }
225
241
 
226
242
  /**