tencentcloud-sdk-nodejs 4.0.338 → 4.0.341

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 (109) hide show
  1. package/CHANGELOG.md +399 -0
  2. package/SERVICE_CHANGELOG.md +506 -178
  3. package/package.json +1 -1
  4. package/products.md +22 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  7. package/src/services/bi/index.ts +5 -0
  8. package/src/services/bi/v20220105/bi_client.ts +57 -0
  9. package/src/services/bi/v20220105/bi_models.ts +214 -0
  10. package/src/services/bi/v20220105/index.ts +6 -0
  11. package/src/services/ccc/v20200210/ccc_client.ts +1 -1
  12. package/src/services/ccc/v20200210/ccc_models.ts +31 -30
  13. package/src/services/cdc/index.ts +5 -0
  14. package/src/services/cdc/v20201214/cdc_client.ts +286 -0
  15. package/src/services/cdc/v20201214/cdc_models.ts +1651 -0
  16. package/src/services/cdc/v20201214/index.ts +6 -0
  17. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  18. package/src/services/ckafka/v20190819/ckafka_models.ts +40 -0
  19. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  20. package/src/services/cwp/v20180228/cwp_models.ts +5 -0
  21. package/src/services/emr/v20190103/emr_client.ts +67 -63
  22. package/src/services/emr/v20190103/emr_models.ts +2011 -1833
  23. package/src/services/ess/v20201111/ess_models.ts +26 -8
  24. package/src/services/gaap/v20180529/gaap_client.ts +68 -28
  25. package/src/services/gaap/v20180529/gaap_models.ts +280 -68
  26. package/src/services/index.ts +2 -0
  27. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -2
  28. package/src/services/lighthouse/v20200324/lighthouse_client.ts +12 -2
  29. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  30. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  31. package/src/services/ocr/v20181119/ocr_models.ts +7 -15
  32. package/src/services/redis/v20180412/redis_client.ts +13 -1
  33. package/src/services/redis/v20180412/redis_models.ts +42 -12
  34. package/src/services/ses/v20201002/ses_client.ts +2 -2
  35. package/src/services/ses/v20201002/ses_models.ts +2 -2
  36. package/src/services/tiia/v20190529/tiia_models.ts +2 -2
  37. package/src/services/tiw/v20190919/tiw_client.ts +3 -2
  38. package/src/services/tiw/v20190919/tiw_models.ts +79 -38
  39. package/src/services/trtc/v20190722/trtc_client.ts +215 -142
  40. package/src/services/trtc/v20190722/trtc_models.ts +777 -145
  41. package/src/services/tsf/v20180326/tsf_models.ts +6 -0
  42. package/src/services/vod/v20180717/vod_client.ts +33 -15
  43. package/src/services/vod/v20180717/vod_models.ts +78 -1
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  47. package/tencentcloud/services/bi/index.d.ts +6 -0
  48. package/tencentcloud/services/bi/index.js +7 -0
  49. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +18 -0
  50. package/tencentcloud/services/bi/v20220105/bi_client.js +43 -0
  51. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +168 -0
  52. package/tencentcloud/services/bi/v20220105/bi_models.js +18 -0
  53. package/tencentcloud/services/bi/v20220105/index.d.ts +6 -0
  54. package/tencentcloud/services/bi/v20220105/index.js +9 -0
  55. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -1
  56. package/tencentcloud/services/ccc/v20200210/ccc_client.js +1 -1
  57. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +29 -28
  58. package/tencentcloud/services/cdc/index.d.ts +6 -0
  59. package/tencentcloud/services/cdc/index.js +7 -0
  60. package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +90 -0
  61. package/tencentcloud/services/cdc/v20201214/cdc_client.js +151 -0
  62. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +1370 -0
  63. package/tencentcloud/services/cdc/v20201214/cdc_models.js +18 -0
  64. package/tencentcloud/services/cdc/v20201214/index.d.ts +6 -0
  65. package/tencentcloud/services/cdc/v20201214/index.js +9 -0
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  67. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +34 -0
  69. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  70. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
  71. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  72. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1757 -1607
  73. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -7
  74. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +21 -9
  75. package/tencentcloud/services/gaap/v20180529/gaap_client.js +30 -12
  76. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +245 -60
  77. package/tencentcloud/services/index.d.ts +2 -0
  78. package/tencentcloud/services/index.js +4 -0
  79. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
  80. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
  81. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -2
  82. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +12 -2
  83. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  84. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  85. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  86. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -15
  87. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  88. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  89. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +37 -11
  90. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
  91. package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
  92. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  93. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
  94. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  95. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +69 -33
  96. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +95 -68
  97. package/tencentcloud/services/trtc/v20190722/trtc_client.js +121 -86
  98. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +676 -139
  99. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -0
  100. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +14 -6
  101. package/tencentcloud/services/vod/v20180717/vod_client.js +17 -7
  102. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -1
  103. package/test/bi.v20220105.test.js +41 -0
  104. package/test/cdc.v20201214.test.js +221 -0
  105. package/test/ckafka.v20190819.test.js +10 -0
  106. package/test/gaap.v20180529.test.js +44 -14
  107. package/test/redis.v20180412.test.js +10 -0
  108. package/test/trtc.v20190722.test.js +74 -34
  109. package/test/vod.v20180717.test.js +14 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.338",
3
+ "version": "4.0.341",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-04-04 06:03:11 |
8
8
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-12 06:05:03 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-17 06:03:35 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-08 06:01:32 |
@@ -19,6 +19,7 @@
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-04-04 06:08:47 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
22
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
22
23
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-04-04 06:09:17 |
23
24
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
25
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
@@ -34,8 +35,9 @@
34
35
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
35
36
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-28 06:07:39 |
36
37
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
37
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-15 06:03:13 |
38
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-17 06:05:22 |
38
39
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-09 06:03:50 |
40
+ | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
39
41
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-10 06:02:31 |
40
42
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
41
43
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
@@ -45,7 +47,7 @@
45
47
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
46
48
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
47
49
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
48
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-12 06:07:46 |
50
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
49
51
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
50
52
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
51
53
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
@@ -55,8 +57,8 @@
55
57
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
56
58
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-05 11:48:14 |
57
59
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
58
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-09 06:05:50 |
59
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-05 10:52:23 |
60
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-13 06:09:29 |
61
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-17 06:07:58 |
60
62
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
61
63
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-09 06:06:32 |
62
64
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
@@ -74,17 +76,17 @@
74
76
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
75
77
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
76
78
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-04-04 06:39:43 |
77
- | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-04-29 10:41:12 |
79
+ | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
78
80
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
79
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-04-28 06:12:20 |
81
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-13 06:12:03 |
80
82
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-09 06:08:06 |
81
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-09 06:08:11 |
83
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
82
84
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
83
85
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
84
86
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-05-12 06:11:15 |
85
87
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
86
88
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
87
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-13 06:43:04 |
89
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-16 06:09:28 |
88
90
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
89
91
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
90
92
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
@@ -100,13 +102,13 @@
100
102
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
101
103
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
102
104
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-11 10:24:44 |
103
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-04-18 06:13:51 |
105
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-16 06:10:42 |
104
106
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
105
107
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
106
108
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
107
109
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-04-24 15:20:20 |
108
110
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-04-04 06:53:19 |
109
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-04-29 06:09:55 |
111
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-05-17 06:12:27 |
110
112
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-04-08 06:09:47 |
111
113
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
112
114
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -116,7 +118,7 @@
116
118
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
117
119
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
118
120
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
119
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-10 06:09:42 |
121
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-13 06:15:04 |
120
122
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-11 06:13:00 |
121
123
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
122
124
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -125,19 +127,19 @@
125
127
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
126
128
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
127
129
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
128
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-12 06:14:35 |
130
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-16 06:12:45 |
129
131
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
130
132
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
131
133
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
132
134
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-05-09 06:11:56 |
133
135
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
134
136
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
135
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-09 06:12:12 |
137
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-17 06:14:17 |
136
138
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
137
139
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
138
140
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
139
141
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-09 06:12:32 |
140
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-04-15 06:11:52 |
142
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-05-13 06:16:33 |
141
143
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
142
144
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
143
145
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
@@ -174,22 +176,22 @@
174
176
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
175
177
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
176
178
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
177
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-10 06:13:33 |
179
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
178
180
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
179
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
181
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
180
182
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-12 06:17:58 |
181
183
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
182
184
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
183
185
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
184
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-12 06:18:16 |
186
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-17 06:17:44 |
185
187
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
186
- | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-09 06:15:37 |
188
+ | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-16 06:16:28 |
187
189
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
188
190
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
189
191
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
190
192
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
191
193
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
192
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-09 06:16:13 |
194
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-17 06:18:35 |
193
195
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-28 06:20:20 |
194
196
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
195
197
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.338"
1
+ export const sdkVersion = "4.0.341"
@@ -675,6 +675,11 @@ export interface DescribeListBGPInstancesRequest {
675
675
  * 实例id数组
676
676
  */
677
677
  FilterInstanceIdList?: Array<string>
678
+
679
+ /**
680
+ * 企业版搜索
681
+ */
682
+ FilterEnterpriseFlag?: number
678
683
  }
679
684
 
680
685
  /**
@@ -0,0 +1,5 @@
1
+ import { v20220105 } from "./v20220105"
2
+
3
+ export const bi = {
4
+ v20220105: v20220105,
5
+ }
@@ -0,0 +1,57 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ CreateEmbedTokenResponse,
22
+ ApplyEmbedIntervalRequest,
23
+ ApplyEmbedTokenInfo,
24
+ ApplyEmbedIntervalResponse,
25
+ CreateEmbedTokenRequest,
26
+ EmbedTokenInfo,
27
+ } from "./bi_models"
28
+
29
+ /**
30
+ * bi client
31
+ * @class
32
+ */
33
+ export class Client extends AbstractClient {
34
+ constructor(clientConfig: ClientConfig) {
35
+ super("bi.tencentcloudapi.com", "2022-01-05", clientConfig)
36
+ }
37
+
38
+ /**
39
+ * 创建嵌出报表-强鉴权
40
+ */
41
+ async CreateEmbedToken(
42
+ req: CreateEmbedTokenRequest,
43
+ cb?: (error: string, rep: CreateEmbedTokenResponse) => void
44
+ ): Promise<CreateEmbedTokenResponse> {
45
+ return this.request("CreateEmbedToken", req, cb)
46
+ }
47
+
48
+ /**
49
+ * 申请延长Token可用时间接口-强鉴权
50
+ */
51
+ async ApplyEmbedInterval(
52
+ req: ApplyEmbedIntervalRequest,
53
+ cb?: (error: string, rep: ApplyEmbedIntervalResponse) => void
54
+ ): Promise<ApplyEmbedIntervalResponse> {
55
+ return this.request("ApplyEmbedInterval", req, cb)
56
+ }
57
+ }
@@ -0,0 +1,214 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * CreateEmbedToken返回参数结构体
20
+ */
21
+ export interface CreateEmbedTokenResponse {
22
+ /**
23
+ * 额外信息
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ Extra: string
27
+
28
+ /**
29
+ * 数据
30
+ 注意:此字段可能返回 null,表示取不到有效值。
31
+ */
32
+ Data: EmbedTokenInfo
33
+
34
+ /**
35
+ * 结果描述
36
+ 注意:此字段可能返回 null,表示取不到有效值。
37
+ */
38
+ Msg: string
39
+
40
+ /**
41
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
42
+ */
43
+ RequestId?: string
44
+ }
45
+
46
+ /**
47
+ * ApplyEmbedInterval请求参数结构体
48
+ */
49
+ export interface ApplyEmbedIntervalRequest {
50
+ /**
51
+ * 分享项目id,必选
52
+ */
53
+ ProjectId?: number
54
+
55
+ /**
56
+ * 分享页面id,嵌出看板时此为空值0
57
+ */
58
+ PageId?: number
59
+
60
+ /**
61
+ * 需要申请延期的Token
62
+ */
63
+ BIToken?: string
64
+
65
+ /**
66
+ * 备用字段
67
+ */
68
+ ExtraParam?: string
69
+
70
+ /**
71
+ * panel,看板;page,页面
72
+ */
73
+ Scope?: string
74
+ }
75
+
76
+ /**
77
+ * 申请Token延期
78
+ */
79
+ export interface ApplyEmbedTokenInfo {
80
+ /**
81
+ * 申请结果
82
+ 注意:此字段可能返回 null,表示取不到有效值。
83
+ */
84
+ Result: boolean
85
+ }
86
+
87
+ /**
88
+ * ApplyEmbedInterval返回参数结构体
89
+ */
90
+ export interface ApplyEmbedIntervalResponse {
91
+ /**
92
+ * 额外参数
93
+ 注意:此字段可能返回 null,表示取不到有效值。
94
+ */
95
+ Extra: string
96
+
97
+ /**
98
+ * 结果数据
99
+ 注意:此字段可能返回 null,表示取不到有效值。
100
+ */
101
+ Data: ApplyEmbedTokenInfo
102
+
103
+ /**
104
+ * 结果描述
105
+ 注意:此字段可能返回 null,表示取不到有效值。
106
+ */
107
+ Msg: string
108
+
109
+ /**
110
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
111
+ */
112
+ RequestId?: string
113
+ }
114
+
115
+ /**
116
+ * CreateEmbedToken请求参数结构体
117
+ */
118
+ export interface CreateEmbedTokenRequest {
119
+ /**
120
+ * 分享项目id,必选
121
+ */
122
+ ProjectId?: number
123
+
124
+ /**
125
+ * 分享页面id,嵌出看板时此为空值0
126
+ */
127
+ PageId?: number
128
+
129
+ /**
130
+ * page表示嵌出页面,panel表嵌出整个看板
131
+ */
132
+ Scope?: string
133
+
134
+ /**
135
+ * 过期时间。 单位:分钟 最大值:240。即,4小时 默认值:240
136
+ */
137
+ ExpireTime?: string
138
+
139
+ /**
140
+ * 备用字段
141
+ */
142
+ ExtraParam?: string
143
+ }
144
+
145
+ /**
146
+ * 报表嵌出数据结构-强鉴权
147
+ */
148
+ export interface EmbedTokenInfo {
149
+ /**
150
+ * 信息标识
151
+ 注意:此字段可能返回 null,表示取不到有效值。
152
+ */
153
+ Id?: number
154
+
155
+ /**
156
+ * 令牌
157
+ 注意:此字段可能返回 null,表示取不到有效值。
158
+ */
159
+ BIToken?: string
160
+
161
+ /**
162
+ * 项目Id
163
+ 注意:此字段可能返回 null,表示取不到有效值。
164
+ */
165
+ ProjectId?: string
166
+
167
+ /**
168
+ * 创建人
169
+ 注意:此字段可能返回 null,表示取不到有效值。
170
+ */
171
+ CreatedUser?: string
172
+
173
+ /**
174
+ * 创建时间
175
+ 注意:此字段可能返回 null,表示取不到有效值。
176
+ */
177
+ CreatedAt?: string
178
+
179
+ /**
180
+ * 更新人
181
+ 注意:此字段可能返回 null,表示取不到有效值。
182
+ */
183
+ UpdatedUser?: string
184
+
185
+ /**
186
+ * 更新时间
187
+ 注意:此字段可能返回 null,表示取不到有效值。
188
+ */
189
+ UpdatedAt?: string
190
+
191
+ /**
192
+ * 页面Id
193
+ 注意:此字段可能返回 null,表示取不到有效值。
194
+ */
195
+ PageId?: string
196
+
197
+ /**
198
+ * 备用
199
+ 注意:此字段可能返回 null,表示取不到有效值。
200
+ */
201
+ ExtraParam?: string
202
+
203
+ /**
204
+ * 嵌出类型
205
+ 注意:此字段可能返回 null,表示取不到有效值。
206
+ */
207
+ Scope: string
208
+
209
+ /**
210
+ * 过期时间,分钟为单位,最大240
211
+ 注意:此字段可能返回 null,表示取不到有效值。
212
+ */
213
+ ExpireTime: number
214
+ }
@@ -0,0 +1,6 @@
1
+ import * as Models from "./bi_models"
2
+ import { Client } from "./bi_client"
3
+ export const v20220105 = {
4
+ Client: Client,
5
+ Models: Models,
6
+ }
@@ -192,7 +192,7 @@ export class Client extends AbstractClient {
192
192
  }
193
193
 
194
194
  /**
195
- * 创建外呼会话
195
+ * 创建外呼会话,当前仅支持双呼,即先使用平台号码呼出到坐席手机上,坐席接听后,然后再外呼用户,而且由于运营商频率限制,坐席手机号必须先加白名单,避免频控导致外呼失败。
196
196
  */
197
197
  async CreateCallOutSession(
198
198
  req: CreateCallOutSessionRequest,