tencentcloud-sdk-nodejs 4.0.414 → 4.0.415

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 (86) hide show
  1. package/CHANGELOG.md +497 -0
  2. package/SERVICE_CHANGELOG.md +871 -17
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +18 -0
  7. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  8. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  10. package/src/services/cls/v20201016/cls_models.ts +17 -1
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +20 -0
  13. package/src/services/ess/v20201111/ess_models.ts +18 -2
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -1
  15. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  16. package/src/services/gme/v20180711/gme_client.ts +179 -118
  17. package/src/services/gme/v20180711/gme_models.ts +264 -78
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -3
  19. package/src/services/live/v20180801/live_models.ts +6 -0
  20. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  21. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  22. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  23. package/src/services/redis/v20180412/redis_client.ts +12 -0
  24. package/src/services/redis/v20180412/redis_models.ts +25 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  26. package/src/services/taf/v20200210/taf_client.ts +20 -37
  27. package/src/services/taf/v20200210/taf_models.ts +154 -224
  28. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  29. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  30. package/src/services/tcss/v20201101/tcss_models.ts +44 -0
  31. package/src/services/tem/v20210701/tem_client.ts +14 -1
  32. package/src/services/tem/v20210701/tem_models.ts +183 -87
  33. package/src/services/teo/v20220106/teo_client.ts +8 -7
  34. package/src/services/teo/v20220106/teo_models.ts +536 -355
  35. package/src/services/vod/v20180717/vod_client.ts +45 -29
  36. package/src/services/vod/v20180717/vod_models.ts +52 -8
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  40. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  41. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  42. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  44. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  45. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -0
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -1
  48. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  49. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +66 -46
  50. package/tencentcloud/services/gme/v20180711/gme_client.js +91 -61
  51. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +232 -72
  52. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -2
  53. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  54. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  55. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  56. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  57. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  58. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  63. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  64. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  65. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  66. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  67. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  68. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  69. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +39 -0
  70. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  71. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  72. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
  73. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  74. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  75. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  76. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -11
  77. package/tencentcloud/services/vod/v20180717/vod_client.js +24 -14
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +45 -7
  79. package/test/ccc.v20200210.test.js +0 -10
  80. package/test/gme.v20180711.test.js +82 -32
  81. package/test/mongodb.v20190725.test.js +0 -10
  82. package/test/redis.v20180412.test.js +10 -0
  83. package/test/taf.v20200210.test.js +8 -18
  84. package/test/tbaas.v20180416.test.js +6 -76
  85. package/test/tem.v20210701.test.js +10 -0
  86. package/test/vod.v20180717.test.js +18 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.414",
3
+ "version": "4.0.415",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
14
14
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-03 06:04:22 |
17
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-26 06:06:18 |
17
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
18
18
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
@@ -37,7 +37,7 @@
37
37
  | casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
38
38
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-08-04 06:12:14 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-08-08 06:07:22 |
40
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-07-01 06:06:59 |
40
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-11 06:14:26 |
41
41
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-04 06:13:03 |
42
42
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
43
43
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-04 06:14:18 |
@@ -50,15 +50,15 @@
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
51
51
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
52
52
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
53
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-08 06:10:42 |
53
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-11 06:18:51 |
54
54
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-27 06:06:19 |
55
55
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
56
56
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
57
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-03 06:13:36 |
57
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-11 06:20:21 |
58
58
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
59
59
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
60
60
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
61
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-09 12:03:26 |
61
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-11 06:21:37 |
62
62
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
63
63
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-08 06:14:02 |
64
64
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-05 06:14:19 |
@@ -86,14 +86,14 @@
86
86
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
87
87
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
88
88
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-08-03 06:23:52 |
89
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-10 01:11:49 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-10 01:12:04 |
89
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-08-11 07:02:49 |
90
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-11 07:03:11 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-03 20:46:50 |
92
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-11 06:31:43 |
93
93
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
94
94
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
95
95
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-05 06:21:50 |
96
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-09 12:11:50 |
96
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-11 06:32:55 |
97
97
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
98
98
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
99
99
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -111,12 +111,12 @@
111
111
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
112
112
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
113
113
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-19 16:17:21 |
114
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
114
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
115
115
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-02 06:22:49 |
116
116
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
117
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
118
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-09 12:16:13 |
119
- | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-08 06:27:50 |
118
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-11 06:38:25 |
119
+ | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-11 06:39:01 |
120
120
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
121
121
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
122
122
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
@@ -125,7 +125,7 @@
125
125
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
126
126
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-29 06:12:05 |
127
127
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
128
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
128
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-11 06:40:51 |
129
129
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-09 12:18:17 |
130
130
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
131
131
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
@@ -135,15 +135,15 @@
135
135
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
136
136
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
137
137
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-26 06:19:20 |
138
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-08 06:31:18 |
138
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-11 07:04:35 |
139
139
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
140
140
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
141
141
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
142
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
142
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
143
143
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-01 11:48:13 |
144
144
  | pts | [性能测试服务](https://cloud.tencent.com/document/product/1484) | 2022-07-29 11:04:42 |
145
145
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
146
- | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-27 06:14:34 |
146
+ | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-08-11 06:44:49 |
147
147
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
148
148
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
149
149
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -155,18 +155,18 @@
155
155
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
156
156
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
157
157
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
158
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-07-29 06:14:07 |
158
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-08-11 06:47:08 |
159
159
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-07-25 06:13:43 |
160
160
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-20 06:12:05 |
161
161
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
162
162
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
163
163
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
164
- | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-19 06:17:28 |
164
+ | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-11 06:48:40 |
165
165
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-08-08 06:36:01 |
166
166
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
167
167
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
168
168
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
169
- | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-20 15:31:45 |
169
+ | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-08-11 06:49:15 |
170
170
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
171
171
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
172
172
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
@@ -176,12 +176,12 @@
176
176
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
177
177
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
178
178
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-04 06:52:35 |
179
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-09 12:25:45 |
179
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-11 06:51:30 |
180
180
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
181
181
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
182
182
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-05 06:39:35 |
184
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-04 06:55:59 |
183
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-11 07:11:15 |
184
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-11 06:53:53 |
185
185
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
186
186
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
187
187
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
@@ -204,7 +204,7 @@
204
204
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
205
205
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
206
206
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
207
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-09 11:53:09 |
207
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-11 07:05:14 |
208
208
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-10 06:57:28 |
209
209
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
210
210
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.414"
1
+ export const sdkVersion = "4.0.415"
@@ -143,6 +143,12 @@ InstanceType 指定单一实例类型,通过设置 InstanceTypes可以指定
143
143
  * CAM角色名称。可通过DescribeRoleList接口返回值中的roleName获取。
144
144
  */
145
145
  CamRoleName?: string
146
+
147
+ /**
148
+ * 高性能计算集群ID。<br>
149
+ 注意:此字段默认为空。
150
+ */
151
+ HpcClusterId?: string
146
152
  }
147
153
 
148
154
  /**
@@ -575,6 +581,12 @@ export interface LaunchConfiguration {
575
581
  <br><li>AUTOMATIC:自动选择当前可用区下可用的云盘类型
576
582
  */
577
583
  DiskTypePolicy: string
584
+
585
+ /**
586
+ * 高性能计算集群ID。<br>
587
+ 注意:此字段默认为空。
588
+ */
589
+ HpcClusterId: string
578
590
  }
579
591
 
580
592
  /**
@@ -1349,6 +1361,12 @@ export interface CreateLaunchConfigurationRequest {
1349
1361
  <br><li>AUTOMATIC:自动选择当前可用的云盘类型
1350
1362
  */
1351
1363
  DiskTypePolicy?: string
1364
+
1365
+ /**
1366
+ * 高性能计算集群ID。<br>
1367
+ 注意:此字段默认为空。
1368
+ */
1369
+ HpcClusterId?: string
1352
1370
  }
1353
1371
 
1354
1372
  /**
@@ -74,8 +74,6 @@ import {
74
74
  DescribeTelCallInfoResponse,
75
75
  SkillGroupInfoItem,
76
76
  StopAutoCalloutTaskResponse,
77
- DescribeSeatUserListResponse,
78
- DescribeSeatUserListRequest,
79
77
  CreateCallOutSessionRequest,
80
78
  StaffStatusMetrics,
81
79
  BindStaffSkillGroupListResponse,
@@ -354,16 +352,4 @@ export class Client extends AbstractClient {
354
352
  ): Promise<CreateSDKLoginTokenResponse> {
355
353
  return this.request("CreateSDKLoginToken", req, cb)
356
354
  }
357
-
358
- /**
359
- * 废弃接口下架
360
-
361
- 获取坐席用户列表(废弃)
362
- */
363
- async DescribeSeatUserList(
364
- req: DescribeSeatUserListRequest,
365
- cb?: (error: string, rep: DescribeSeatUserListResponse) => void
366
- ): Promise<DescribeSeatUserListResponse> {
367
- return this.request("DescribeSeatUserList", req, cb)
368
- }
369
355
  }
@@ -767,6 +767,16 @@ export interface ModifyStaffRequest {
767
767
  * 绑定技能组ID列表
768
768
  */
769
769
  SkillGroupIds?: Array<number>
770
+
771
+ /**
772
+ * 是否开启手机外呼开关
773
+ */
774
+ UseMobileCallOut?: boolean
775
+
776
+ /**
777
+ * 手机接听模式 0 - 关闭 | 1 - 仅离线 | 2 - 始终
778
+ */
779
+ UseMobileAccept?: number
770
780
  }
771
781
 
772
782
  /**
@@ -963,6 +973,11 @@ export interface DescribeSkillGroupInfoListRequest {
963
973
  * 查询修改时间大于等于ModifiedTime的技能组时使用
964
974
  */
965
975
  ModifiedTime?: number
976
+
977
+ /**
978
+ * 技能组名称
979
+ */
980
+ SkillGroupName?: string
966
981
  }
967
982
 
968
983
  /**
@@ -1789,46 +1804,6 @@ export interface StopAutoCalloutTaskResponse {
1789
1804
  RequestId?: string
1790
1805
  }
1791
1806
 
1792
- /**
1793
- * DescribeSeatUserList返回参数结构体
1794
- */
1795
- export interface DescribeSeatUserListResponse {
1796
- /**
1797
- * 此实例的坐席用户总数
1798
- */
1799
- TotalCount: number
1800
-
1801
- /**
1802
- * 坐席用户信息列表
1803
- */
1804
- SeatUsers: Array<SeatUserInfo>
1805
-
1806
- /**
1807
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1808
- */
1809
- RequestId?: string
1810
- }
1811
-
1812
- /**
1813
- * DescribeSeatUserList请求参数结构体
1814
- */
1815
- export interface DescribeSeatUserListRequest {
1816
- /**
1817
- * 实例ID
1818
- */
1819
- InstanceId: number
1820
-
1821
- /**
1822
- * 偏移量
1823
- */
1824
- Offset: number
1825
-
1826
- /**
1827
- * 返回数量
1828
- */
1829
- Limit: number
1830
- }
1831
-
1832
1807
  /**
1833
1808
  * CreateCallOutSession请求参数结构体
1834
1809
  */
@@ -1927,6 +1902,16 @@ export interface StaffStatusMetrics {
1927
1902
  * 是否预约示忙
1928
1903
  */
1929
1904
  ReserveNotReady: boolean
1905
+
1906
+ /**
1907
+ * 手机接听模式: 0 - 关闭 | 1 - 仅离线 | 2- 始终
1908
+ */
1909
+ UseMobileAccept: number
1910
+
1911
+ /**
1912
+ * 手机外呼开关
1913
+ */
1914
+ UseMobileCallOut: boolean
1930
1915
  }
1931
1916
 
1932
1917
  /**
@@ -7163,6 +7163,16 @@ export interface MySQLParam {
7163
7163
  * 格式:库1.表1:字段1,字段2;库2.表2:字段2,表之间;(分号)隔开,字段之间,(逗号)隔开。不指定的表默认取表的主键
7164
7164
  */
7165
7165
  KeyColumns?: string
7166
+
7167
+ /**
7168
+ * Mysql 是否抛弃解析失败的消息,默认为true
7169
+ */
7170
+ DropInvalidMessage?: boolean
7171
+
7172
+ /**
7173
+ * 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
7174
+ */
7175
+ DropCls?: DropCls
7166
7176
  }
7167
7177
 
7168
7178
  /**
@@ -1143,6 +1143,11 @@ export interface ModifyConsumerRequest {
1143
1143
  * CKafka的描述
1144
1144
  */
1145
1145
  Ckafka?: Ckafka
1146
+
1147
+ /**
1148
+ * 投递时压缩方式,取值0,2,3。[0:NONE;2:SNAPPY;3:LZ4]
1149
+ */
1150
+ Compression?: number
1146
1151
  }
1147
1152
 
1148
1153
  /**
@@ -2234,6 +2239,12 @@ export interface DescribeConsumerResponse {
2234
2239
  */
2235
2240
  Ckafka: Ckafka
2236
2241
 
2242
+ /**
2243
+ * 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
2244
+ 注意:此字段可能返回 null,表示取不到有效值。
2245
+ */
2246
+ Compression: number
2247
+
2237
2248
  /**
2238
2249
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2239
2250
  */
@@ -3285,6 +3296,11 @@ export interface CreateConsumerRequest {
3285
3296
  * CKafka的描述
3286
3297
  */
3287
3298
  Ckafka?: Ckafka
3299
+
3300
+ /**
3301
+ * 投递时压缩方式,取值0,2,3。[0:NONE;2:SNAPPY;3:LZ4]
3302
+ */
3303
+ Compression?: number
3288
3304
  }
3289
3305
 
3290
3306
  /**
@@ -4399,7 +4415,7 @@ export interface ConsumerContent {
4399
4415
  EnableTag: boolean
4400
4416
 
4401
4417
  /**
4402
- * 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_和\_\_TIMESTAMP\_\_
4418
+ * 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_,\_\_TIMESTAMP\_\_,\_\_HOSTNAME\_\_和\_\_PKGID\_\_
4403
4419
  注意:此字段可能返回 null,表示取不到有效值。
4404
4420
  */
4405
4421
  MetaFields: Array<string>
@@ -62,6 +62,7 @@ import {
62
62
  UnbindOpenBankExternalSubMerchantBankAccountRequest,
63
63
  CreateRedInvoiceItem,
64
64
  AddMerchantResult,
65
+ CloudExternalUserInfo,
65
66
  QueryOpenBankExternalSubMerchantRegistrationRequest,
66
67
  QueryMerchantInfoForManagementResponse,
67
68
  CreateTransferBatchResponse,
@@ -1587,6 +1587,21 @@ export interface AddMerchantResult {
1587
1587
  MerchantNo: string
1588
1588
  }
1589
1589
 
1590
+ /**
1591
+ * 渠道方用户信息
1592
+ */
1593
+ export interface CloudExternalUserInfo {
1594
+ /**
1595
+ * 渠道方用户类型
1596
+ */
1597
+ ExternalUserType?: string
1598
+
1599
+ /**
1600
+ * 渠道方用户ID
1601
+ */
1602
+ ExternalUserId?: string
1603
+ }
1604
+
1590
1605
  /**
1591
1606
  * QueryOpenBankExternalSubMerchantRegistration请求参数结构体
1592
1607
  */
@@ -21801,6 +21816,11 @@ ORDER_RECEIVE_MODE_V_COMBINE - 虚拟合单支付
21801
21816
  若不传入该字段,则会根据是否传入子单来判断是 普通支付 还是 合单支付
21802
21817
  */
21803
21818
  OrderReceiveMode?: string
21819
+
21820
+ /**
21821
+ * 渠道方用户信息列表
21822
+ */
21823
+ ExternalUserInfoList?: Array<CloudExternalUserInfo>
21804
21824
  }
21805
21825
 
21806
21826
  /**
@@ -262,7 +262,7 @@ export interface CreateFlowRequest {
262
262
  FlowName: string
263
263
 
264
264
  /**
265
- * 签署流程参与者信息
265
+ * 签署流程参与者信息,最大限制50方
266
266
  */
267
267
  Approvers: Array<FlowCreateApprover>
268
268
 
@@ -310,6 +310,14 @@ false:有序签
310
310
  */
311
311
  CustomShowMap?: string
312
312
 
313
+ /**
314
+ * 发起方企业的签署人进行签署操作是否需要企业内部审批。
315
+ 若设置为true,审核结果需通过接口 CreateFlowSignReview 通知电子签,审核通过后,发起方企业签署人方可进行签署操作,否则会阻塞其签署操作。
316
+
317
+ 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
318
+ */
319
+ NeedSignReview?: boolean
320
+
313
321
  /**
314
322
  * 暂未开放
315
323
  */
@@ -1384,7 +1392,7 @@ export interface CreateFlowByFilesRequest {
1384
1392
  FlowName: string
1385
1393
 
1386
1394
  /**
1387
- * 签署参与者信息
1395
+ * 签署参与者信息,最大限制50方
1388
1396
  */
1389
1397
  Approvers: Array<ApproverInfo>
1390
1398
 
@@ -1439,6 +1447,14 @@ false:有序签
1439
1447
  */
1440
1448
  CustomShowMap?: string
1441
1449
 
1450
+ /**
1451
+ * 发起方企业的签署人进行签署操作是否需要企业内部审批。
1452
+ 若设置为true,审核结果需通过接口 CreateFlowSignReview 通知电子签,审核通过后,发起方企业签署人方可进行签署操作,否则会阻塞其签署操作。
1453
+
1454
+ 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
1455
+ */
1456
+ NeedSignReview?: boolean
1457
+
1442
1458
  /**
1443
1459
  * 应用号信息
1444
1460
  */
@@ -1606,7 +1606,7 @@ export interface ApproverRestriction {
1606
1606
  */
1607
1607
  export interface ChannelCreateFlowByFilesRequest {
1608
1608
  /**
1609
- * 渠道应用相关信息
1609
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1610
1610
  */
1611
1611
  Agent?: Agent
1612
1612
 
@@ -1665,6 +1665,11 @@ export interface ChannelCreateFlowByFilesRequest {
1665
1665
  */
1666
1666
  CustomerData?: string
1667
1667
 
1668
+ /**
1669
+ * 发起方企业的签署人进行签署操作是否需要企业内部审批。 若设置为true,审核结果需通过接口 ChannelCreateFlowSignReview 通知电子签,审核通过后,发起方企业签署人方可进行签署操作,否则会阻塞其签署操作。 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
1670
+ */
1671
+ NeedSignReview?: boolean
1672
+
1668
1673
  /**
1669
1674
  * 操作者的信息
1670
1675
  */
@@ -2019,6 +2024,14 @@ export interface FlowInfo {
2019
2024
  * 被抄送人的信息列表,抄送功能暂不开放
2020
2025
  */
2021
2026
  CcInfos?: Array<CcInfo>
2027
+
2028
+ /**
2029
+ * 发起方企业的签署人进行签署操作是否需要企业内部审批。
2030
+ 若设置为true,审核结果需通过接口 ChannelCreateFlowSignReview 通知电子签,审核通过后,发起方企业签署人方可进行签署操作,否则会阻塞其签署操作。
2031
+
2032
+ 注:企业可以通过此功能与企业内部的审批流程进行关联,支持手动、静默签署合同。
2033
+ */
2034
+ NeedSignReview?: boolean
2022
2035
  }
2023
2036
 
2024
2037
  /**
@@ -732,7 +732,7 @@ export interface GetEidTokenRequest {
732
732
  export interface IntentionQuestionResult {
733
733
  /**
734
734
  * 意愿核身最终结果:
735
- 0:通过,-1:未通过
735
+ 0:认证通过,-1:认证未通过,-2:浏览器内核不兼容,无法进行意愿校验
736
736
  注意:此字段可能返回 null,表示取不到有效值。
737
737
  */
738
738
  FinalResultCode: string