tencentcloud-sdk-nodejs 4.0.543 → 4.0.545

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 (129) hide show
  1. package/CHANGELOG.md +483 -0
  2. package/SERVICE_CHANGELOG.md +457 -96
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +36 -7
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  9. package/src/services/billing/v20180709/billing_models.ts +5 -5
  10. package/src/services/bma/index.ts +2 -2
  11. package/src/services/btoe/index.ts +2 -2
  12. package/src/services/cbs/v20170312/cbs_client.ts +1 -0
  13. package/src/services/cbs/v20170312/cbs_models.ts +58 -1
  14. package/src/services/ccc/v20200210/ccc_models.ts +85 -45
  15. package/src/services/cdc/v20201214/cdc_models.ts +6 -0
  16. package/src/services/cfw/v20190904/cfw_client.ts +12 -0
  17. package/src/services/cfw/v20190904/cfw_models.ts +27 -0
  18. package/src/services/chdfs/index.ts +2 -2
  19. package/src/services/ckafka/v20190819/ckafka_client.ts +2 -1
  20. package/src/services/ckafka/v20190819/ckafka_models.ts +23 -12
  21. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  22. package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -6
  23. package/src/services/dbbrain/index.ts +2 -2
  24. package/src/services/dbbrain/v20210527/dbbrain_models.ts +6 -6
  25. package/src/services/domain/v20180808/domain_models.ts +51 -1
  26. package/src/services/dts/v20211206/dts_models.ts +7 -1
  27. package/src/services/eis/index.ts +2 -2
  28. package/src/services/ess/v20201111/ess_client.ts +14 -0
  29. package/src/services/ess/v20201111/ess_models.ts +22 -2
  30. package/src/services/facefusion/index.ts +2 -2
  31. package/src/services/iotcloud/index.ts +2 -2
  32. package/src/services/iotvideo/index.ts +2 -2
  33. package/src/services/irp/index.ts +2 -2
  34. package/src/services/mna/v20210119/mna_models.ts +42 -12
  35. package/src/services/mongodb/index.ts +2 -2
  36. package/src/services/mongodb/v20190725/mongodb_models.ts +81 -33
  37. package/src/services/ocr/v20181119/ocr_models.ts +150 -150
  38. package/src/services/redis/v20180412/redis_client.ts +3 -2
  39. package/src/services/redis/v20180412/redis_models.ts +163 -45
  40. package/src/services/tcm/v20210413/tcm_models.ts +6 -0
  41. package/src/services/tcr/v20190924/tcr_client.ts +4 -2
  42. package/src/services/tem/index.ts +2 -2
  43. package/src/services/teo/index.ts +2 -2
  44. package/src/services/thpc/index.ts +2 -2
  45. package/src/services/thpc/v20220401/thpc_models.ts +7 -3
  46. package/src/services/tione/index.ts +2 -2
  47. package/src/services/tione/v20211111/tione_client.ts +10 -6
  48. package/src/services/tione/v20211111/tione_models.ts +222 -52
  49. package/src/services/tke/v20180525/tke_models.ts +1 -1
  50. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  51. package/src/services/tsf/v20180326/tsf_models.ts +2 -2
  52. package/src/services/tsw/index.ts +2 -2
  53. package/src/services/vm/index.ts +2 -2
  54. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  55. package/src/services/wedata/v20210820/wedata_models.ts +39 -1
  56. package/src/services/yunsou/index.ts +2 -2
  57. package/tencentcloud/common/sdk_version.d.ts +1 -1
  58. package/tencentcloud/common/sdk_version.js +1 -1
  59. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +30 -5
  60. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  61. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  62. package/tencentcloud/services/bma/index.d.ts +4 -4
  63. package/tencentcloud/services/bma/index.js +2 -2
  64. package/tencentcloud/services/btoe/index.d.ts +4 -4
  65. package/tencentcloud/services/btoe/index.js +2 -2
  66. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +49 -1
  67. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +85 -45
  68. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +5 -0
  69. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  70. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  71. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +23 -0
  72. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  73. package/tencentcloud/services/chdfs/index.js +2 -2
  74. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +20 -11
  75. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  76. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -6
  77. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  78. package/tencentcloud/services/dbbrain/index.js +2 -2
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +6 -6
  80. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +41 -1
  81. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -1
  82. package/tencentcloud/services/eis/index.d.ts +4 -4
  83. package/tencentcloud/services/eis/index.js +2 -2
  84. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
  85. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
  86. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -2
  87. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  88. package/tencentcloud/services/facefusion/index.js +2 -2
  89. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  90. package/tencentcloud/services/iotcloud/index.js +2 -2
  91. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  92. package/tencentcloud/services/iotvideo/index.js +2 -2
  93. package/tencentcloud/services/irp/index.d.ts +4 -4
  94. package/tencentcloud/services/irp/index.js +2 -2
  95. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +37 -12
  96. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  97. package/tencentcloud/services/mongodb/index.js +2 -2
  98. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +73 -33
  99. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +150 -150
  100. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  101. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  102. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +141 -39
  103. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
  104. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +3 -1
  105. package/tencentcloud/services/tcr/v20190924/tcr_client.js +3 -1
  106. package/tencentcloud/services/tem/index.d.ts +4 -4
  107. package/tencentcloud/services/tem/index.js +2 -2
  108. package/tencentcloud/services/teo/index.d.ts +4 -4
  109. package/tencentcloud/services/teo/index.js +2 -2
  110. package/tencentcloud/services/thpc/index.d.ts +4 -4
  111. package/tencentcloud/services/thpc/index.js +2 -2
  112. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +6 -3
  113. package/tencentcloud/services/tione/index.d.ts +4 -4
  114. package/tencentcloud/services/tione/index.js +2 -2
  115. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  116. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +191 -46
  117. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  118. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  119. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  120. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
  121. package/tencentcloud/services/tsw/index.d.ts +4 -4
  122. package/tencentcloud/services/tsw/index.js +2 -2
  123. package/tencentcloud/services/vm/index.d.ts +4 -4
  124. package/tencentcloud/services/vm/index.js +2 -2
  125. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +33 -1
  126. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  127. package/tencentcloud/services/yunsou/index.js +2 -2
  128. package/test/cfw.v20190904.test.js +10 -0
  129. package/test/ess.v20201111.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.543",
3
+ "version": "4.0.545",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,15 +6,15 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
9
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-20 01:06:05 |
9
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-23 01:01:50 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-20 01:07:04 |
12
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-22 01:02:37 |
13
13
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
14
14
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
15
15
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
16
16
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
17
- | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-13 01:07:47 |
17
+ | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-23 01:03:27 |
18
18
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-02-06 01:03:29 |
19
19
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-16 01:07:50 |
20
20
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
@@ -22,7 +22,7 @@
22
22
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
23
23
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
24
24
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-21 01:04:58 |
25
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-23 01:04:50 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
28
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-02-16 01:09:07 |
@@ -38,22 +38,22 @@
38
38
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-02-15 01:12:22 |
39
39
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-17 01:30:02 |
42
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
41
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-22 01:08:38 |
42
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-22 01:09:02 |
43
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-17 01:33:04 |
44
- | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
44
+ | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-02-22 01:10:12 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-02-08 01:18:00 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-20 01:16:09 |
50
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-22 01:11:48 |
51
51
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
52
52
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-16 01:14:17 |
56
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-23 01:11:36 |
57
57
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-16 01:14:51 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
@@ -64,24 +64,24 @@
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
67
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-22 01:17:12 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-21 01:18:09 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-20 20:15:53 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-22 01:19:31 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
74
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-09 01:18:23 |
74
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-02-23 01:19:20 |
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
78
78
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-16 01:22:07 |
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-21 01:36:01 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-20 01:27:17 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-22 01:23:19 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-17 22:35:49 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-22 01:24:05 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-02-21 01:38:55 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -90,9 +90,9 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-14 01:26:03 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-21 01:41:25 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-23 01:24:24 |
94
94
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-15 17:31:06 |
95
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-14 01:27:28 |
95
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-02-23 01:25:05 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-15 01:31:45 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
@@ -122,9 +122,9 @@
122
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
123
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
124
124
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
125
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-21 01:50:20 |
126
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-17 04:14:14 |
127
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-20 01:40:05 |
125
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-23 01:32:32 |
126
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-23 01:33:26 |
127
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-23 01:36:38 |
128
128
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
129
129
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
130
130
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-02-20 01:41:08 |
@@ -132,8 +132,8 @@
132
132
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
133
133
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
134
134
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
135
- | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
136
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-03 01:32:59 |
135
+ | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-02-23 01:43:45 |
136
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-22 01:37:39 |
137
137
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-17 04:29:53 |
138
138
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
139
139
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
@@ -143,7 +143,7 @@
143
143
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-02-15 01:45:01 |
144
144
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
145
145
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-02-21 01:54:49 |
146
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-21 01:55:12 |
146
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-02-23 01:45:48 |
147
147
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-02-17 04:46:25 |
148
148
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-20 01:44:36 |
149
149
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -151,12 +151,12 @@
151
151
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
152
152
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-02-07 01:48:09 |
153
153
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
154
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-17 04:52:01 |
154
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-02-23 01:48:21 |
155
155
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
156
156
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
157
157
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
158
158
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-17 04:56:22 |
159
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-21 01:58:57 |
159
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-22 01:43:33 |
160
160
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
161
161
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
162
162
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
@@ -182,45 +182,45 @@
182
182
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-02-14 01:48:14 |
183
183
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
184
184
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
185
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
186
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-13 02:05:57 |
185
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-02-23 01:54:00 |
186
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-22 01:48:37 |
187
187
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
188
188
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
189
189
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
190
190
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-21 02:10:01 |
191
191
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
192
192
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-16 01:58:58 |
193
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-21 02:12:14 |
194
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-15 02:03:41 |
193
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-23 01:59:07 |
194
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-22 01:58:40 |
195
195
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
196
196
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
197
197
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
198
198
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
199
199
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
200
200
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-02-08 02:09:17 |
201
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-15 02:04:48 |
201
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-02-23 02:02:33 |
202
202
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
203
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-21 02:15:28 |
203
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-22 02:02:47 |
204
204
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
205
205
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
206
206
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
207
207
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
208
208
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
209
209
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-02-21 02:18:14 |
210
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
211
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-17 06:34:04 |
210
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-23 02:05:15 |
211
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-23 02:05:41 |
212
212
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
213
213
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-15 02:10:16 |
214
214
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
215
215
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
216
216
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
217
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-17 06:48:43 |
217
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-22 02:07:08 |
218
218
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-20 02:08:58 |
219
219
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
220
220
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
221
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-15 02:14:22 |
221
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-22 02:17:42 |
222
222
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
223
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
223
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-02-23 02:12:11 |
224
224
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
225
225
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
226
226
  | yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2022-10-31 07:04:25 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.543"
1
+ export const sdkVersion = "4.0.545"
@@ -28,6 +28,7 @@ import {
28
28
  DescribeKTVSingerCategoriesRequest,
29
29
  KTVSingerBaseInfo,
30
30
  ModifyMusicOnShelvesRequest,
31
+ SetRealVolumeCommandInput,
31
32
  PlayCommandInput,
32
33
  DescribeMusicRequest,
33
34
  KTVMusicDetailInfo,
@@ -190,6 +190,16 @@ export interface ModifyMusicOnShelvesRequest {
190
190
  AmeKey?: string
191
191
  }
192
192
 
193
+ /**
194
+ * 设置真实音量。
195
+ */
196
+ export interface SetRealVolumeCommandInput {
197
+ /**
198
+ * 真实音量大小,取值范围为 0~100,默认值为 50。
199
+ */
200
+ RealVolume: number
201
+ }
202
+
193
203
  /**
194
204
  * 播放指令输入参数
195
205
  */
@@ -800,7 +810,8 @@ export interface SyncRobotCommand {
800
810
  <li>SetAudioParam:音频参数变更</li>
801
811
  <li>SendMessage:发送自定义消息</li>
802
812
  <li>SetDestroyMode:设置销毁模式</li>
803
- <li>SetVolume:设置音量</li>
813
+ <li><del>SetVolume:设置音量</del>(已废弃,请采用 SetRealVolume)</li>
814
+ <li>SetRealVolume:设置真实音量</li>
804
815
  */
805
816
  Command: string
806
817
 
@@ -840,9 +851,15 @@ export interface SyncRobotCommand {
840
851
  SetDestroyModeCommandInput?: SetDestroyModeCommandInput
841
852
 
842
853
  /**
843
- * 音量,当Command取SetVolume时,必填。
844
- */
854
+ * <del>音量,当Command取SetVolume时,必填。</del>
855
+ (已废弃,请采用 SetRealVolumeCommandInput)
856
+ */
845
857
  SetVolumeCommandInput?: SetVolumeCommandInput
858
+
859
+ /**
860
+ * 真实音量,当Command取SetRealVolume时,必填。
861
+ */
862
+ SetRealVolumeCommandInput?: SetRealVolumeCommandInput
846
863
  }
847
864
 
848
865
  /**
@@ -1934,7 +1951,8 @@ export interface SyncKTVRobotCommandRequest {
1934
1951
  <li>SetAudioParam:音频参数变更</li>
1935
1952
  <li>SendMessage:发送自定义消息</li>
1936
1953
  <li>SetDestroyMode:设置销毁模式</li>
1937
- <li>SetVolume:设置音量</li>
1954
+ <li><del>SetVolume:设置音量</del>(已废弃,请采用 SetRealVolume)</li>
1955
+ <li>SetRealVolume:设置真实音量</li>
1938
1956
  */
1939
1957
  Command: string
1940
1958
 
@@ -1974,9 +1992,15 @@ export interface SyncKTVRobotCommandRequest {
1974
1992
  SetDestroyModeCommandInput?: SetDestroyModeCommandInput
1975
1993
 
1976
1994
  /**
1977
- * 音量,当Command取SetVolume时,必填。
1978
- */
1995
+ * <del>音量,当Command取SetVolume时,必填。</del>
1996
+ (已废弃,请采用 SetRealVolumeCommandInput )
1997
+ */
1979
1998
  SetVolumeCommandInput?: SetVolumeCommandInput
1999
+
2000
+ /**
2001
+ * 真实音量,当Command取SetRealVolume时,必填。
2002
+ */
2003
+ SetRealVolumeCommandInput?: SetRealVolumeCommandInput
1980
2004
  }
1981
2005
 
1982
2006
  /**
@@ -2242,9 +2266,14 @@ export interface KTVRobotInfo {
2242
2266
  SetPlayModeInput: SetPlayModeCommandInput
2243
2267
 
2244
2268
  /**
2245
- * 音量,范围 0~100,默认为 50
2269
+ * <del>音量,范围 0~100,默认为 50。</del>(已废弃,请采用 SetRealVolumeInput )
2246
2270
  */
2247
2271
  SetVolumeInput: SetVolumeCommandInput
2272
+
2273
+ /**
2274
+ * 真实音量,范围 0~100,默认为 50。
2275
+ */
2276
+ SetRealVolumeInput: SetRealVolumeCommandInput
2248
2277
  }
2249
2278
 
2250
2279
  /**
@@ -5734,6 +5734,11 @@ export interface BGPInstance {
5734
5734
  * 弹性业务带宽开关
5735
5735
  */
5736
5736
  ElasticServiceBandwidth: number
5737
+
5738
+ /**
5739
+ * 赠送的业务带宽
5740
+ */
5741
+ GiftServiceBandWidth?: number
5737
5742
  }
5738
5743
 
5739
5744
  /**
@@ -1883,7 +1883,7 @@ export interface DescribeDosageCosDetailByDateResponse {
1883
1883
  /**
1884
1884
  * 用量数组
1885
1885
  */
1886
- DetailSets: Array<CosDetailSets>
1886
+ DetailSets?: Array<CosDetailSets>
1887
1887
 
1888
1888
  /**
1889
1889
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2960,12 +2960,12 @@ export interface CosDetailSets {
2960
2960
  DosageEndTime: string
2961
2961
 
2962
2962
  /**
2963
- * 一级产品类型名称
2963
+ * 子产品名称
2964
2964
  */
2965
2965
  SubProductCodeName: string
2966
2966
 
2967
2967
  /**
2968
- * 二级产品类型名称
2968
+ * 计费项名称
2969
2969
  */
2970
2970
  BillingItemCodeName: string
2971
2971
 
@@ -3108,12 +3108,12 @@ export interface DescribeCostDetailResponse {
3108
3108
  */
3109
3109
  export interface DescribeDosageCosDetailByDateRequest {
3110
3110
  /**
3111
- * 查询用量开始时间
3111
+ * 查询用量开始时间,例如:2020-09-01
3112
3112
  */
3113
3113
  StartDate: string
3114
3114
 
3115
3115
  /**
3116
- * 查询用量结束时间(与开始时间同月,不支持跨月查询)
3116
+ * 查询用量结束时间,例如:2020-09-30(与开始时间同月,不支持跨月查询)
3117
3117
  */
3118
3118
  EndDate: string
3119
3119
 
@@ -1,7 +1,7 @@
1
- import { v20210624 } from "./v20210624"
2
1
  import { v20221115 } from "./v20221115"
2
+ import { v20210624 } from "./v20210624"
3
3
 
4
4
  export const bma = {
5
- v20210624: v20210624,
6
5
  v20221115: v20221115,
6
+ v20210624: v20210624,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20210303 } from "./v20210303"
2
1
  import { v20210514 } from "./v20210514"
2
+ import { v20210303 } from "./v20210303"
3
3
 
4
4
  export const btoe = {
5
- v20210303: v20210303,
6
5
  v20210514: v20210514,
6
+ v20210303: v20210303,
7
7
  }
@@ -41,6 +41,7 @@ import {
41
41
  SnapshotCopyResult,
42
42
  RenewDiskRequest,
43
43
  InquirePriceModifyDiskExtraPerformanceResponse,
44
+ AdvancedRetentionPolicy,
44
45
  CreateDisksRequest,
45
46
  AttachDisksRequest,
46
47
  DescribeDiskAssociatedAutoSnapshotPolicyRequest,
@@ -194,6 +194,24 @@ export interface AutoSnapshotPolicy {
194
194
  注意:此字段可能返回 null,表示取不到有效值。
195
195
  */
196
196
  InstanceIdSet: Array<string>
197
+
198
+ /**
199
+ * 该定期快照创建的快照可以保留的月数。
200
+ 注意:此字段可能返回 null,表示取不到有效值。
201
+ */
202
+ RetentionMonths: number
203
+
204
+ /**
205
+ * 该定期快照创建的快照最大保留数量。
206
+ 注意:此字段可能返回 null,表示取不到有效值。
207
+ */
208
+ RetentionAmount: number
209
+
210
+ /**
211
+ * 定期快照高级保留策略。
212
+ 注意:此字段可能返回 null,表示取不到有效值。
213
+ */
214
+ AdvancedRetentionPolicy: AdvancedRetentionPolicy
197
215
  }
198
216
 
199
217
  /**
@@ -497,6 +515,35 @@ export interface InquirePriceModifyDiskExtraPerformanceResponse {
497
515
  RequestId?: string
498
516
  }
499
517
 
518
+ /**
519
+ * 定期快照高级保留策略,四个参数都为必选参数
520
+ */
521
+ export interface AdvancedRetentionPolicy {
522
+ /**
523
+ * 保留最新快照Days天内的每天最新的一个快照,取值范围:[0, 100]
524
+ 注意:此字段可能返回 null,表示取不到有效值。
525
+ */
526
+ Days: number
527
+
528
+ /**
529
+ * 保留最新快照Weeks周内的每周最新的一个快照,取值范围:[0, 100]
530
+ 注意:此字段可能返回 null,表示取不到有效值。
531
+ */
532
+ Weeks: number
533
+
534
+ /**
535
+ * 保留最新快照Months月内的每月最新的一个快照, 取值范围:[0, 100]
536
+ 注意:此字段可能返回 null,表示取不到有效值。
537
+ */
538
+ Months: number
539
+
540
+ /**
541
+ * 保留最新快照Years年内的每年最新的一个快照,取值范围:[0, 100]
542
+ 注意:此字段可能返回 null,表示取不到有效值。
543
+ */
544
+ Years: number
545
+ }
546
+
500
547
  /**
501
548
  * CreateDisks请求参数结构体
502
549
  */
@@ -2083,7 +2130,7 @@ export interface DescribeDiskStoragePoolResponse {
2083
2130
  }
2084
2131
 
2085
2132
  /**
2086
- * 描述了定期快照的执行策略。可理解为在DayOfWeek/DayOfMonth指定的几天中,或者是IntervalDays设定的间隔的几天,在Hour指定的小时执行该条定期快照策略。注:DayOfWeek/DayOfMonth/IntervalDays为互斥规则,仅可设置其中一条策略规则。
2133
+ * 描述了定期快照的执行策略。可理解为在DayOfWeek/DayOfMonth指定的几天中,或者是IntervalDays设定的间隔的几天,在Hour指定的时刻点执行该条定期快照策。注:DayOfWeek/DayOfMonth/IntervalDays为互斥规则,仅可设置其中一条策略规则。
2087
2134
  */
2088
2135
  export interface Policy {
2089
2136
  /**
@@ -2095,6 +2142,16 @@ export interface Policy {
2095
2142
  * 指定每周从周一到周日需要触发定期快照的日期,取值范围:[0, 6]。0表示周日触发,1-6分别表示周一至周六。
2096
2143
  */
2097
2144
  DayOfWeek?: Array<number>
2145
+
2146
+ /**
2147
+ * 指定每月从月初到月底需要触发定期快照的日期,取值范围:[1, 31],1-31分别表示每月的具体日期,比如5表示每月的5号。注:若设置29、30、31等部分月份不存在的日期,则对应不存在日期的月份会跳过不打定期快照。
2148
+ */
2149
+ DayOfMonth?: Array<number>
2150
+
2151
+ /**
2152
+ * 指定创建定期快照的间隔天数,取值范围:[1, 365],例如设置为5,则间隔5天即触发定期快照创建。注:当选择按天备份时,理论上第一次备份的时间为备份策略创建当天。如果当天备份策略创建的时间已经晚于设置的备份时间,那么将会等到第二个备份周期再进行第一次备份。
2153
+ */
2154
+ IntervalDays?: number
2098
2155
  }
2099
2156
 
2100
2157
  /**
@@ -1721,29 +1721,48 @@ export interface TelCdrInfo {
1721
1721
  SeatUser?: SeatUserInfo
1722
1722
 
1723
1723
  /**
1724
- * 结束状态
1725
- 0 错误
1726
- 1 正常结束
1727
- 2 未接通
1728
- 17 坐席未接
1729
- 100 黑名单
1730
- 101 坐席转接
1731
- 102 IVR 期间用户放弃
1732
- 103 会话排队期间用户放弃
1733
- 104 会话振铃期间用户放弃
1734
- 105 无坐席在线
1735
- 106 非工作时间
1736
- 107 IVR后直接结束
1737
- 201 未知状态
1738
- 202 未接听
1739
- 203 拒接挂断
1740
- 204 关机
1741
- 205 空号
1742
- 206 通话中
1743
- 207 欠费
1744
- 208 运营商线路异常
1745
- 209 主叫取消
1746
- 210 不在服务区
1724
+ * EndStatus与EndStatusString一一对应,具体枚举如下:
1725
+
1726
+ **场景 EndStatus EndStatusString 状态说明**
1727
+
1728
+ 电话呼入&呼出 1 ok 正常结束
1729
+
1730
+ 电话呼入&呼出 0 error 系统错误
1731
+
1732
+ 电话呼入 102 ivrGiveUp IVR 期间用户放弃
1733
+
1734
+ 电话呼入 103 waitingGiveUp 会话排队期间用户放弃
1735
+
1736
+ 电话呼入 104 ringingGiveUp 会话振铃期间用户放弃
1737
+
1738
+ 电话呼入 105 noSeatOnline 无坐席在线
1739
+
1740
+ 电话呼入 106 notWorkTime 非工作时间
1741
+
1742
+ 电话呼入 107 ivrEnd IVR 后直接结束
1743
+
1744
+ 电话呼入 100 CallinBlockedContact 呼入黑名单
1745
+
1746
+ 电话呼出 2 unconnected 未接通
1747
+
1748
+ 电话呼出 201 unknown 未知状态
1749
+
1750
+ 电话呼出 203 userReject 拒接挂断
1751
+
1752
+ 电话呼出 204 powerOff 关机
1753
+
1754
+ 电话呼出 205 numberNotExist 空号
1755
+
1756
+ 电话呼出 206 busy 通话中
1757
+
1758
+ 电话呼出 207 outOfCredit 欠费
1759
+
1760
+ 电话呼出 208 operatorError 运营商线路异常
1761
+
1762
+ 电话呼出 209 callerCancel 主叫取消
1763
+
1764
+ 电话呼出 210 notInService 不在服务区
1765
+
1747
1766
  */
1748
1767
  EndStatus?: number
1749
1768
 
@@ -1806,28 +1825,49 @@ export interface TelCdrInfo {
1806
1825
  SkillGroupId?: number
1807
1826
 
1808
1827
  /**
1809
- * error 错误
1810
- ok 正常结束
1811
- unconnected 未接通
1812
- seatGiveUp 坐席未接
1813
- blackList 黑名单
1814
- seatForward 坐席转接
1815
- ivrGiveUp IVR 期间用户放弃
1816
- waitingGiveUp 会话排队期间用户放弃
1817
- ringingGiveUp 会话振铃期间用户放弃
1818
- noSeatOnline 无坐席在线
1819
- notWorkTime 非工作时间
1820
- ivrEnd IVR后直接结束
1821
- unknown 未知状态
1822
- notAnswer 未接听
1823
- userReject 拒接挂断
1824
- powerOff 关机
1825
- numberNotExist 空号
1826
- busy 通话中
1827
- outOfCredit 欠费
1828
- operatorError 运营商线路异常
1829
- callerCancel 主叫取消
1830
- notInService 不在服务区
1828
+ * EndStatus与EndStatusString一一对应,具体枚举如下:
1829
+
1830
+ **场景 EndStatus EndStatusString 状态说明**
1831
+
1832
+ 电话呼入&呼出 1 ok 正常结束
1833
+
1834
+ 电话呼入&呼出 0 error 系统错误
1835
+
1836
+ 电话呼入 102 ivrGiveUp IVR 期间用户放弃
1837
+
1838
+ 电话呼入 103 waitingGiveUp 会话排队期间用户放弃
1839
+
1840
+ 电话呼入 104 ringingGiveUp 会话振铃期间用户放弃
1841
+
1842
+ 电话呼入 105 noSeatOnline 无坐席在线
1843
+
1844
+ 电话呼入 106 notWorkTime 非工作时间
1845
+
1846
+ 电话呼入 107 ivrEnd IVR 后直接结束
1847
+
1848
+ 电话呼入 100 CallinBlockedContact 呼入黑名单
1849
+
1850
+ 电话呼出 2 unconnected 未接通
1851
+
1852
+ 电话呼出 201 unknown 未知状态
1853
+
1854
+ 电话呼出 203 userReject 拒接挂断
1855
+
1856
+ 电话呼出 204 powerOff 关机
1857
+
1858
+ 电话呼出 205 numberNotExist 空号
1859
+
1860
+ 电话呼出 206 busy 通话中
1861
+
1862
+ 电话呼出 207 outOfCredit 欠费
1863
+
1864
+ 电话呼出 208 operatorError 运营商线路异常
1865
+
1866
+ 电话呼出 209 callerCancel 主叫取消
1867
+
1868
+ 电话呼出 210 notInService 不在服务区
1869
+
1870
+
1831
1871
  注意:此字段可能返回 null,表示取不到有效值。
1832
1872
  */
1833
1873
  EndStatusString?: string