tencentcloud-sdk-nodejs 4.0.578 → 4.0.580

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 (90) hide show
  1. package/CHANGELOG.md +336 -0
  2. package/SERVICE_CHANGELOG.md +555 -55
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +8 -2
  7. package/src/services/btoe/index.ts +2 -2
  8. package/src/services/chdfs/index.ts +2 -2
  9. package/src/services/cls/v20201016/cls_models.ts +10 -0
  10. package/src/services/cvm/v20170312/cvm_models.ts +6 -4
  11. package/src/services/ess/v20201111/ess_client.ts +8 -8
  12. package/src/services/ess/v20201111/ess_models.ts +8 -8
  13. package/src/services/essbasic/index.ts +2 -2
  14. package/src/services/facefusion/index.ts +2 -2
  15. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  16. package/src/services/iotvideo/index.ts +2 -2
  17. package/src/services/lcic/v20220817/lcic_models.ts +4 -4
  18. package/src/services/mgobe/index.ts +2 -2
  19. package/src/services/ocr/v20181119/ocr_client.ts +15 -13
  20. package/src/services/ocr/v20181119/ocr_models.ts +34 -34
  21. package/src/services/redis/v20180412/redis_client.ts +1 -1
  22. package/src/services/redis/v20180412/redis_models.ts +152 -82
  23. package/src/services/sms/index.ts +2 -2
  24. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +51 -9
  25. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +241 -35
  26. package/src/services/tem/index.ts +2 -2
  27. package/src/services/teo/v20220106/teo_client.ts +17 -1252
  28. package/src/services/teo/v20220106/teo_models.ts +278 -10164
  29. package/src/services/teo/v20220901/teo_models.ts +2 -2
  30. package/src/services/thpc/index.ts +2 -2
  31. package/src/services/tiw/v20190919/tiw_client.ts +1 -1
  32. package/src/services/tiw/v20190919/tiw_models.ts +3 -3
  33. package/src/services/trtc/v20190722/trtc_models.ts +5 -0
  34. package/src/services/tsw/index.ts +2 -2
  35. package/src/services/vm/index.ts +4 -4
  36. package/src/services/vrs/v20200824/vrs_models.ts +12 -4
  37. package/src/services/waf/v20180125/waf_models.ts +2 -2
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -1
  41. package/tencentcloud/services/btoe/index.d.ts +4 -4
  42. package/tencentcloud/services/btoe/index.js +2 -2
  43. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  44. package/tencentcloud/services/chdfs/index.js +2 -2
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  46. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -4
  47. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -8
  48. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -8
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -8
  50. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  51. package/tencentcloud/services/essbasic/index.js +2 -2
  52. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  53. package/tencentcloud/services/facefusion/index.js +2 -2
  54. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
  55. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  56. package/tencentcloud/services/iotvideo/index.js +2 -2
  57. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +4 -4
  58. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  59. package/tencentcloud/services/mgobe/index.js +2 -2
  60. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +14 -12
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.js +14 -12
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -34
  63. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  64. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  65. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +139 -69
  66. package/tencentcloud/services/sms/index.d.ts +4 -4
  67. package/tencentcloud/services/sms/index.js +2 -2
  68. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +19 -3
  69. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +25 -3
  70. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +207 -32
  71. package/tencentcloud/services/tem/index.d.ts +4 -4
  72. package/tencentcloud/services/tem/index.js +2 -2
  73. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +3 -375
  74. package/tencentcloud/services/teo/v20220106/teo_client.js +3 -557
  75. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +260 -8717
  76. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  77. package/tencentcloud/services/thpc/index.d.ts +4 -4
  78. package/tencentcloud/services/thpc/index.js +2 -2
  79. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  80. package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
  81. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -3
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  83. package/tencentcloud/services/tsw/index.d.ts +4 -4
  84. package/tencentcloud/services/tsw/index.js +2 -2
  85. package/tencentcloud/services/vm/index.d.ts +6 -6
  86. package/tencentcloud/services/vm/index.js +4 -4
  87. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +12 -4
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
  89. package/test/tcaplusdb.v20190823.test.js +32 -2
  90. package/test/teo.v20220106.test.js +3 -913
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-07 01:08:00 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-05 01:07:23 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-14 01:07:34 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-30 01:03:38 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
@@ -59,13 +59,13 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-12 01:14:11 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-14 01:13:53 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
66
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-14 01:14:41 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-11 01:11:51 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-13 01:10:39 |
69
69
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-12 01:17:42 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
@@ -77,7 +77,7 @@
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
78
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
79
79
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-11 01:16:50 |
80
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-11 01:17:18 |
80
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-14 01:33:12 |
81
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-12 01:23:28 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
83
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
@@ -88,13 +88,13 @@
88
88
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-03-30 01:36:48 |
89
89
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-30 01:36:56 |
90
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
91
- | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-03-30 01:37:41 |
91
+ | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-04-14 01:36:35 |
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
94
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-12 01:27:24 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-14 01:37:08 |
95
95
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-12 01:27:48 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
97
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
97
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-13 01:17:40 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
99
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
100
100
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
@@ -123,9 +123,9 @@
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-11 01:26:50 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-14 01:43:03 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
128
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
128
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-13 01:23:19 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
131
131
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
@@ -144,7 +144,7 @@
144
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-10 01:46:41 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-14 01:48:03 |
148
148
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
@@ -153,7 +153,7 @@
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
154
154
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-12 01:49:54 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-14 01:50:06 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -180,7 +180,7 @@
180
180
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-03-30 01:54:25 |
181
181
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
182
182
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-03-30 01:54:37 |
183
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-03-30 01:54:41 |
183
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-04-13 01:37:44 |
184
184
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-03-30 01:54:55 |
185
185
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-03-30 01:57:42 |
186
186
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
@@ -193,7 +193,7 @@
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-05 01:56:03 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-30 02:27:51 |
196
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-10 02:01:09 |
196
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-13 01:41:40 |
197
197
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
198
198
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
199
199
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
@@ -202,7 +202,7 @@
202
202
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
204
204
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-07 02:48:14 |
205
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-11 01:42:49 |
205
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
206
206
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-10 02:04:46 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
@@ -211,7 +211,7 @@
211
211
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
212
212
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-12 02:05:50 |
213
213
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
214
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-12 02:06:39 |
214
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-14 02:00:19 |
215
215
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-11 01:45:16 |
216
216
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-07 02:51:53 |
217
217
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
@@ -221,10 +221,10 @@
221
221
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
222
222
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-11 01:47:42 |
223
223
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
224
- | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-12 02:13:14 |
225
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
224
+ | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
225
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-14 02:04:18 |
226
226
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
227
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-04 02:21:01 |
227
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-13 01:50:59 |
228
228
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
229
229
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-30 02:59:12 |
230
230
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.578"
1
+ export const sdkVersion = "4.0.580"
@@ -907,8 +907,14 @@ export interface Model {
907
907
  ServiceType: string
908
908
 
909
909
  /**
910
- * 模型状态,-1下线状态,1上线状态, 0训练中, -2 训练失败
911
- */
910
+ * 模型状态:
911
+ -2:模型训练失败;
912
+ -1:已下线;
913
+ 0:训练中;
914
+ 1:已上线;
915
+ 3:上线中;
916
+ 4:下线中;
917
+ */
912
918
  ModelState: number
913
919
 
914
920
  /**
@@ -1,7 +1,7 @@
1
- import { v20210514 } from "./v20210514"
2
1
  import { v20210303 } from "./v20210303"
2
+ import { v20210514 } from "./v20210514"
3
3
 
4
4
  export const btoe = {
5
- v20210514: v20210514,
6
5
  v20210303: v20210303,
6
+ v20210514: v20210514,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20190718 } from "./v20190718"
2
1
  import { v20201112 } from "./v20201112"
2
+ import { v20190718 } from "./v20190718"
3
3
 
4
4
  export const chdfs = {
5
- v20190718: v20190718,
6
5
  v20201112: v20201112,
6
+ v20190718: v20190718,
7
7
  }
@@ -745,6 +745,11 @@ export interface ModifyTopicRequest {
745
745
  非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
746
746
  */
747
747
  HotPeriod?: number
748
+
749
+ /**
750
+ * webtracking开关; false: 关闭 true: 开启
751
+ */
752
+ IsWebTracking?: boolean
748
753
  }
749
754
 
750
755
  /**
@@ -2237,6 +2242,11 @@ export interface CreateTopicRequest {
2237
2242
  非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
2238
2243
  */
2239
2244
  HotPeriod?: number
2245
+
2246
+ /**
2247
+ * webtracking开关; false: 关闭 true: 开启
2248
+ */
2249
+ IsWebTracking?: boolean
2240
2250
  }
2241
2251
 
2242
2252
  /**
@@ -427,10 +427,12 @@ export interface ChcHost {
427
427
  /**
428
428
  * CHC的状态<br/>
429
429
  <ul>
430
- <li>REGISTERED: 设备已录入。还未配置带外和部署网络</li>
431
- <li>VPC_READY: 已配置带外和部署网络</li>
430
+ <li>INIT: 设备已录入。还未配置带外和部署网络</li>
431
+ <li>READY: 已配置带外和部署网络</li>
432
432
  <li>PREPARED: 可分配云主机</li>
433
433
  <li>ONLINE: 已分配云主机</li>
434
+ <li>OPERATING: 设备操作中,如正在配置带外网络等。</li>
435
+ <li>CLEAR_NETWORK_FAILED: 清理带外和部署网络失败</li>
434
436
  </ul>
435
437
  */
436
438
  InstanceState: string
@@ -1227,12 +1229,12 @@ export interface DescribeInstancesStatusResponse {
1227
1229
  /**
1228
1230
  * 符合条件的实例状态数量。
1229
1231
  */
1230
- TotalCount: number
1232
+ TotalCount?: number
1231
1233
 
1232
1234
  /**
1233
1235
  * [实例状态](https://cloud.tencent.com/document/api/213/15753#InstanceStatus) 列表。
1234
1236
  */
1235
- InstanceStatusSet: Array<InstanceStatus>
1237
+ InstanceStatusSet?: Array<InstanceStatus>
1236
1238
 
1237
1239
  /**
1238
1240
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -274,7 +274,7 @@ callbackinfo包含: 回调地址和签名key
274
274
  }
275
275
 
276
276
  /**
277
- * 电子签企业版:指定需要批量撤回的签署流程Id,获取批量撤销链接
277
+ * 指定需要批量撤回的签署流程Id,获取批量撤销链接
278
278
  客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
279
279
  */
280
280
  async CreateBatchCancelFlowUrl(
@@ -319,7 +319,7 @@ callbackinfo包含: 回调地址和签名key
319
319
  }
320
320
 
321
321
  /**
322
- * 解绑用户角色绑定关系
322
+ * 解绑员工与对应角色关系
323
323
  */
324
324
  async DeleteIntegrationRoleUsers(
325
325
  req: DeleteIntegrationRoleUsersRequest,
@@ -443,7 +443,7 @@ callbackinfo包含: 回调地址和签名key
443
443
  }
444
444
 
445
445
  /**
446
- * 查询集成版角色
446
+ * 查询企业角色列表
447
447
  */
448
448
  async DescribeIntegrationRoles(
449
449
  req: DescribeIntegrationRolesRequest,
@@ -485,7 +485,7 @@ callbackinfo包含: 回调地址和签名key
485
485
  }
486
486
 
487
487
  /**
488
- * 查询员工信息,每次返回的数据量最大为20
488
+ * 查询企业员工列表,每次返回的数据量最大为20
489
489
  */
490
490
  async DescribeIntegrationEmployees(
491
491
  req: DescribeIntegrationEmployeesRequest,
@@ -495,7 +495,7 @@ callbackinfo包含: 回调地址和签名key
495
495
  }
496
496
 
497
497
  /**
498
- * 创建签署链接,请联系客户经理申请使用
498
+ * 创建集成页面签署链接,请联系客户经理申请使用
499
499
  */
500
500
  async CreateFlowSignUrl(
501
501
  req: CreateFlowSignUrlRequest,
@@ -527,7 +527,7 @@ callbackinfo包含: 回调地址和签名key
527
527
  }
528
528
 
529
529
  /**
530
- * 集成版绑定员工角色
530
+ * 绑定员工与对应角色
531
531
  */
532
532
  async CreateIntegrationUserRoles(
533
533
  req: CreateIntegrationUserRolesRequest,
@@ -605,7 +605,7 @@ callbackinfo包含: 回调地址和签名key
605
605
  }
606
606
 
607
607
  /**
608
- * 获取小程序跳转链接
608
+ * 获取小程序签署链接
609
609
 
610
610
  适用场景:如果需要签署人在自己的APP、小程序、H5应用中签署,可以通过此接口获取跳转腾讯电子签小程序的签署跳转链接。
611
611
 
@@ -635,7 +635,7 @@ callbackinfo包含: 回调地址和签名key
635
635
  }
636
636
 
637
637
  /**
638
- * 更新集成版员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
638
+ * 更新员工信息(姓名,手机号,邮件),用户实名后无法更改姓名与手机号
639
639
  */
640
640
  async UpdateIntegrationEmployees(
641
641
  req: UpdateIntegrationEmployeesRequest,
@@ -1384,17 +1384,17 @@ export interface CreateBatchCancelFlowUrlResponse {
1384
1384
  /**
1385
1385
  * 批量撤回签署流程链接
1386
1386
  */
1387
- BatchCancelFlowUrl: string
1387
+ BatchCancelFlowUrl?: string
1388
1388
 
1389
1389
  /**
1390
1390
  * 签署流程撤回失败信息
1391
1391
  */
1392
- FailMessages: Array<string>
1392
+ FailMessages?: Array<string>
1393
1393
 
1394
1394
  /**
1395
1395
  * 签署连接过期时间字符串:年月日-时分秒
1396
1396
  */
1397
- UrlExpireOn: string
1397
+ UrlExpireOn?: string
1398
1398
 
1399
1399
  /**
1400
1400
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1489,23 +1489,23 @@ export interface DescribeIntegrationEmployeesResponse {
1489
1489
  * 员工数据列表
1490
1490
  注意:此字段可能返回 null,表示取不到有效值。
1491
1491
  */
1492
- Employees: Array<Staff>
1492
+ Employees?: Array<Staff>
1493
1493
 
1494
1494
  /**
1495
1495
  * 偏移量,默认为0,最大为20000
1496
1496
  注意:此字段可能返回 null,表示取不到有效值。
1497
1497
  */
1498
- Offset: number
1498
+ Offset?: number
1499
1499
 
1500
1500
  /**
1501
1501
  * 返回最大数量,最大为20
1502
1502
  */
1503
- Limit: number
1503
+ Limit?: number
1504
1504
 
1505
1505
  /**
1506
1506
  * 符合条件的员工数量
1507
1507
  */
1508
- TotalCount: number
1508
+ TotalCount?: number
1509
1509
 
1510
1510
  /**
1511
1511
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3105,7 +3105,7 @@ export interface CreatePrepareFlowResponse {
3105
3105
  /**
3106
3106
  * 快速发起预览链接
3107
3107
  */
3108
- Url: string
3108
+ Url?: string
3109
3109
 
3110
3110
  /**
3111
3111
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1,7 +1,7 @@
1
- import { v20210526 } from "./v20210526"
2
1
  import { v20201222 } from "./v20201222"
2
+ import { v20210526 } from "./v20210526"
3
3
 
4
4
  export const essbasic = {
5
- v20210526: v20210526,
6
5
  v20201222: v20201222,
6
+ v20210526: v20210526,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20220927 } from "./v20220927"
2
1
  import { v20181201 } from "./v20181201"
2
+ import { v20220927 } from "./v20220927"
3
3
 
4
4
  export const facefusion = {
5
- v20220927: v20220927,
6
5
  v20181201: v20181201,
6
+ v20220927: v20220927,
7
7
  }
@@ -1787,6 +1787,18 @@ export interface DetectInfoText {
1787
1787
  注意:此字段可能返回 null,表示取不到有效值。
1788
1788
  */
1789
1789
  NFCBillingCounts?: number
1790
+
1791
+ /**
1792
+ * 港澳台居住证通行证号码
1793
+ 注意:此字段可能返回 null,表示取不到有效值。
1794
+ */
1795
+ PassNo?: string
1796
+
1797
+ /**
1798
+ * 港澳台居住证签发次数
1799
+ 注意:此字段可能返回 null,表示取不到有效值。
1800
+ */
1801
+ VisaNum?: string
1790
1802
  }
1791
1803
 
1792
1804
  /**
@@ -1,9 +1,9 @@
1
1
  import { v20191126 } from "./v20191126"
2
- import { v20211125 } from "./v20211125"
3
2
  import { v20201215 } from "./v20201215"
3
+ import { v20211125 } from "./v20211125"
4
4
 
5
5
  export const iotvideo = {
6
6
  v20191126: v20191126,
7
- v20211125: v20211125,
8
7
  v20201215: v20201215,
8
+ v20211125: v20211125,
9
9
  }
@@ -2611,22 +2611,22 @@ export interface AppCustomContent {
2611
2611
  Scene: string
2612
2612
 
2613
2613
  /**
2614
- * logo地址。
2614
+ * logo地址,用于上课时展示的课堂或平台图标,支持开发商自定义业务品牌展示。
2615
2615
  */
2616
2616
  LogoUrl?: string
2617
2617
 
2618
2618
  /**
2619
- * 主页地址,可设置用于跳转。
2619
+ * HomeUrl:主页地址,用于上课结束后课堂跳转,支持跳转到自己的业务系统。如果配置为空则下课后关闭课堂页面。
2620
2620
  */
2621
2621
  HomeUrl?: string
2622
2622
 
2623
2623
  /**
2624
- * 自定义的js
2624
+ * JsUrl :自定义js。针对应用用于开发上自定义课堂界面、模块功能、监控操作,支持数据请求与响应处理。
2625
2625
  */
2626
2626
  JsUrl?: string
2627
2627
 
2628
2628
  /**
2629
- * 自定义的css
2629
+ * Css : 自定义的css。针对应用用于支持课堂界面的、模块的UI渲染修改、皮肤配色修改、功能模块的隐藏和展示。
2630
2630
  */
2631
2631
  CssUrl?: string
2632
2632
  }
@@ -1,7 +1,7 @@
1
- import { v20201014 } from "./v20201014"
2
1
  import { v20190929 } from "./v20190929"
2
+ import { v20201014 } from "./v20201014"
3
3
 
4
4
  export const mgobe = {
5
- v20201014: v20201014,
6
5
  v20190929: v20190929,
6
+ v20201014: v20201014,
7
7
  }
@@ -331,7 +331,7 @@ export class Client extends AbstractClient {
331
331
  }
332
332
 
333
333
  /**
334
- * 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围等关键字段。
334
+ * 本接口支持智能化识别各类企业登记证书、许可证书、企业执照、三证合一类证书,结构化输出统一社会信用代码、公司名称、法定代表人、公司地址、注册资金、企业类型、经营范围、成立日期、有效期、开办资金、经费来源、举办单位等关键字段。
335
335
 
336
336
  默认接口请求频率限制:5次/秒。
337
337
  */
@@ -412,7 +412,7 @@ export class Client extends AbstractClient {
412
412
  }
413
413
 
414
414
  /**
415
- * 本接口支持对过路过桥费发票的发票代码、发票号码、日期、小写金额等关键字段的识别。
415
+ * 本接口支持过路过桥费发票关键字段的识别,包括发票代码、发票号码、日期、金额、入口、出口、时间、发票消费类型、高速标志等。
416
416
 
417
417
  默认接口请求频率限制:5次/秒。
418
418
  */
@@ -588,7 +588,7 @@ export class Client extends AbstractClient {
588
588
  }
589
589
 
590
590
  /**
591
- * 本接口支持中国港澳台地区以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍,具备护照人像照片的裁剪功能和翻拍、复印件告警功能。
591
+ * 本接口支持中国港澳台地区以及其他国家、地区的护照识别。识别字段包括护照ID、姓名、出生日期、性别、有效期、发行国、国籍、国家地区代码,具备护照人像照片的裁剪功能和翻拍、复印件告警功能。
592
592
 
593
593
  默认接口请求频率限制:5次/秒。
594
594
  */
@@ -600,7 +600,7 @@ export class Client extends AbstractClient {
600
600
  }
601
601
 
602
602
  /**
603
- * 本接口支持对增值税发票(卷票)的发票代码、发票号码、日期、校验码、合计金额(小写)等关键字段的识别。
603
+ * 本接口支持对增值税发票(卷票)关键字段的识别,包括的发票代码、合计金额(小写)、合计金额(大写)、开票日期、发票号码、购买方识别号、销售方识别号、校验码、销售方名称、购买方名称、发票消费类型、省、市、是否有公司印章、单价、金额、数量、服务类型、品名、种类等。
604
604
 
605
605
  默认接口请求频率限制:5次/秒。
606
606
  */
@@ -659,7 +659,7 @@ export class Client extends AbstractClient {
659
659
  }
660
660
 
661
661
  /**
662
- * 本接口支持快速精准识别营业执照上的字段,包括统一社会信用代码、公司名称、经营场所、主体类型、法定代表人、注册资金、组成形式、成立日期、营业期限和经营范围等字段。
662
+ * 本接口支持快速精准识别营业执照上的字段,包括统一社会信用代码、公司名称、主体类型、法定代表人、注册资本、组成形式、成立日期、营业期限和经营范围等字段。
663
663
 
664
664
  默认接口请求频率限制:10次/秒。
665
665
  */
@@ -683,7 +683,7 @@ export class Client extends AbstractClient {
683
683
  }
684
684
 
685
685
  /**
686
- * 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段,精度均处于业界领先水平,识别准确率达到99%以上。
686
+ * 本接口支持市面上主流版式电子运单的识别,包括收件人和寄件人的姓名、电话、地址以及运单号等字段。
687
687
 
688
688
  默认接口请求频率限制:10次/秒。
689
689
  */
@@ -719,7 +719,7 @@ export class Client extends AbstractClient {
719
719
  }
720
720
 
721
721
  /**
722
- * 本接口支持对通用机打发票的发票代码、发票号码、日期、购买方识别号、销售方识别号、校验码、小写金额等关键字段的识别。
722
+ * 本接口支持对通用机打发票的发票代码、发票号码、日期、合计金额(小写)、合计金额(大写)、购买方识别号、销售方识别号、校验码、购买方名称、销售方名称、时间、种类、发票消费类型、省、市、是否有公司印章、发票名称、购买方地址、电话、销售方地址、电话、购买方开户行及账号、销售方开户行及账号、经办人取票用户、经办人支付信息、经办人商户号、经办人订单号、货物或应税劳务、服务名称、数量、单价、税率、税额、金额、单位、规格型号、合计税额、合计金额、备注、收款人、复核、开票人、密码区、行业分类等字段的识别。
723
723
 
724
724
  默认接口请求频率限制:5次/秒。
725
725
  */
@@ -931,7 +931,7 @@ export class Client extends AbstractClient {
931
931
  }
932
932
 
933
933
  /**
934
- * 本接口支持识别公路汽车客票的发票代码、发票号码、日期、姓名、票价等字段。
934
+ * 本接口支持识别公路汽车客票关键字段的识别,包括发票代码、发票号码、日期、票价、始发地、目的地、姓名、时间、发票消费类型、身份证号、省、市、开票日期、乘车地点、检票口、客票类型、车型、座位号、车次等。
935
935
 
936
936
  默认接口请求频率限制:5次/秒。
937
937
  */
@@ -993,7 +993,7 @@ export class Client extends AbstractClient {
993
993
  }
994
994
 
995
995
  /**
996
- * 港澳台居住证OCR支持港澳台居住证正反面全字段内容检测识别功能,包括姓名、性别、出生日期、地址、身份证ID、签发机关、有效期限、签发次数、通行证号码关键字段识别。可以应用于港澳台居住证信息有效性校验场景,例如银行开户、用户注册等场景。
996
+ * 港澳台居住证OCR支持港澳台居住证正反面全字段内容检测识别功能,包括姓名、性别、出生日期、地址、身份证号、签发机关、有效期限、签发次数、通行证号码关键字段识别。可以应用于港澳台居住证信息识别场景,例如银行开户、用户注册等。
997
997
 
998
998
  默认接口请求频率限制:20次/秒。
999
999
  */
@@ -1079,8 +1079,10 @@ export class Client extends AbstractClient {
1079
1079
  }
1080
1080
 
1081
1081
  /**
1082
- * 菲律宾VoteID识别
1083
- */
1082
+ * 本接口支持菲律宾VoteID识别,识别字段包括姓名、姓氏、出生日期、婚姻状况、国籍、地址、地区、菲律宾VoteID的VIN等。
1083
+
1084
+ 默认接口请求频率限制:20次/秒。
1085
+ */
1084
1086
  async RecognizePhilippinesVoteIDOCR(
1085
1087
  req: RecognizePhilippinesVoteIDOCRRequest,
1086
1088
  cb?: (error: string, rep: RecognizePhilippinesVoteIDOCRResponse) => void
@@ -1089,7 +1091,7 @@ export class Client extends AbstractClient {
1089
1091
  }
1090
1092
 
1091
1093
  /**
1092
- * 本接口支持火车票全字段的识别,包括编号、票价、姓名、座位号、出发时间、出发站、到达站、车次、席别、发票类型及序列号等。
1094
+ * 本接口支持火车票全字段的识别,包括编号、出发站、到达站、出发时间、车次、座位号、姓名、票价、席别、身份证号、发票消费类型、序列号、加收票价、手续费、大写金额、售票站、原票价、发票类型、收据号码、是否仅供报销使用等字段的识别。
1093
1095
 
1094
1096
  默认接口请求频率限制:5次/秒。
1095
1097
  */
@@ -1443,7 +1445,7 @@ export class Client extends AbstractClient {
1443
1445
  }
1444
1446
 
1445
1447
  /**
1446
- * 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码。
1448
+ * 本接口支持泰国身份证识别,识别字段包括泰文姓名、英文姓名、地址、出生日期、身份证号码、首次领用日期、签发日期等字段。
1447
1449
  本接口暂未完全对外开放,如需咨询,请[联系商务](https://cloud.tencent.com/about/connect)
1448
1450
  */
1449
1451
  async RecognizeThaiIDCardOCR(