tencentcloud-sdk-nodejs 4.0.257 → 4.0.258

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 (58) hide show
  1. package/CHANGELOG.md +248 -202
  2. package/package.json +1 -1
  3. package/products.md +15 -15
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/billing/v20180709/billing_models.ts +5 -5
  6. package/src/services/cii/v20210408/cii_models.ts +1 -1
  7. package/src/services/faceid/v20180301/faceid_client.ts +12 -0
  8. package/src/services/faceid/v20180301/faceid_models.ts +60 -0
  9. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +75 -14
  10. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +309 -20
  11. package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
  12. package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
  13. package/src/services/monitor/v20180724/monitor_client.ts +26 -7
  14. package/src/services/monitor/v20180724/monitor_models.ts +320 -0
  15. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  16. package/src/services/rum/v20210622/rum_models.ts +4 -4
  17. package/src/services/sms/v20210111/sms_client.ts +3 -3
  18. package/src/services/sts/v20180813/sts_client.ts +13 -0
  19. package/src/services/sts/v20180813/sts_models.ts +45 -0
  20. package/src/services/thpc/v20211109/thpc_client.ts +12 -0
  21. package/src/services/thpc/v20211109/thpc_models.ts +59 -0
  22. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  23. package/src/services/tiia/v20190529/tiia_models.ts +31 -0
  24. package/src/services/tke/v20180525/tke_models.ts +1 -1
  25. package/tencentcloud/common/sdk_version.d.ts +1 -1
  26. package/tencentcloud/common/sdk_version.js +1 -1
  27. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  28. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +1 -1
  29. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  30. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  31. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
  32. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +25 -5
  33. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +36 -6
  34. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +263 -16
  35. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
  36. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
  37. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +665 -75
  38. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
  39. package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
  40. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
  41. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  42. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -4
  43. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
  44. package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
  45. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
  46. package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
  47. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
  48. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  49. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  50. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +50 -0
  51. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
  52. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  53. package/test/faceid.v20180301.test.js +10 -0
  54. package/test/iotvideoindustry.v20201201.test.js +54 -4
  55. package/test/lighthouse.v20200324.test.js +138 -8
  56. package/test/monitor.v20180724.test.js +12 -2
  57. package/test/sts.v20180813.test.js +10 -0
  58. package/test/thpc.v20211109.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.257",
3
+ "version": "4.0.258",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -19,7 +19,7 @@
19
19
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-11-10 08:02:33 |
20
20
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2021-11-10 08:02:34 |
21
21
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2021-12-07 08:02:49 |
22
- | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-12-09 08:01:35 |
22
+ | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2021-12-16 08:04:53 |
23
23
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
24
24
  | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
25
25
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2021-11-10 08:02:52 |
@@ -27,7 +27,7 @@
27
27
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2021-11-10 08:03:01 |
28
28
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
29
29
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2021-11-10 08:03:08 |
30
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-12-15 08:03:42 |
30
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2021-12-16 08:05:15 |
31
31
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
32
32
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-12-14 08:06:08 |
33
33
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-11-10 08:03:22 |
@@ -38,7 +38,7 @@
38
38
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
39
39
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-12-01 08:04:35 |
40
40
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-15 08:04:46 |
41
- | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-15 08:04:50 |
41
+ | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-16 08:06:21 |
42
42
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
43
43
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
44
44
  | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-12-14 08:07:08 |
@@ -75,7 +75,7 @@
75
75
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-11-10 08:07:00 |
76
76
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2021-11-10 08:07:03 |
77
77
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-11-18 08:08:10 |
78
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-12-10 08:06:32 |
78
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-12-16 08:09:22 |
79
79
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
80
80
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-12-08 08:10:45 |
81
81
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2021-12-03 08:06:49 |
@@ -95,10 +95,10 @@
95
95
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2021-12-10 08:07:35 |
96
96
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2021-11-10 08:08:16 |
97
97
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2021-12-03 08:07:55 |
98
- | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-15 08:09:30 |
98
+ | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2021-12-16 08:10:46 |
99
99
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2021-11-30 14:56:41 |
100
100
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2021-11-29 08:10:07 |
101
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-12-09 08:07:48 |
101
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2021-12-16 08:11:07 |
102
102
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2021-12-15 08:10:09 |
103
103
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
104
104
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2021-11-26 08:11:04 |
@@ -107,7 +107,7 @@
107
107
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
108
108
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2021-11-10 08:08:55 |
109
109
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2021-12-14 08:12:21 |
110
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-03 08:09:12 |
110
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2021-12-16 08:11:56 |
111
111
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2021-11-24 08:11:23 |
112
112
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2021-12-14 08:12:50 |
113
113
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -116,7 +116,7 @@
116
116
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2021-11-10 08:09:23 |
117
117
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
118
118
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2021-12-07 08:09:58 |
119
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-11-26 08:11:53 |
119
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2021-12-16 08:12:30 |
120
120
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-11-10 08:09:46 |
121
121
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
122
122
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
@@ -126,11 +126,11 @@
126
126
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
127
127
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-11-10 08:10:03 |
128
128
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
129
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-14 08:13:36 |
129
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
130
130
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-12-13 08:12:48 |
131
131
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-11-26 08:12:29 |
132
132
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
133
- | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-11-16 08:13:49 |
133
+ | sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-12-16 08:13:20 |
134
134
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
135
135
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
136
136
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2021-11-10 08:10:19 |
@@ -138,7 +138,7 @@
138
138
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2021-12-08 08:14:38 |
139
139
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-11-10 08:10:37 |
140
140
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-11-10 08:10:38 |
141
- | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-11-10 08:10:42 |
141
+ | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
142
142
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-10 08:10:43 |
143
143
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
144
144
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-12-09 08:10:32 |
@@ -156,21 +156,21 @@
156
156
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2021-11-10 08:11:24 |
157
157
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2021-12-14 08:15:22 |
158
158
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2021-12-09 08:11:43 |
159
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-15 08:13:47 |
159
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2021-12-16 08:15:07 |
160
160
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
161
161
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2021-11-10 08:11:35 |
162
162
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
163
163
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2021-11-10 08:11:37 |
164
164
  | tiems | [智能钛弹性模型服务](https://cloud.tencent.com/document/product/1120) | 2021-11-10 08:11:38 |
165
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-11-10 08:11:42 |
165
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-12-16 08:15:16 |
166
166
  | tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-11-10 08:11:45 |
167
167
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-15 08:14:01 |
168
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-12-09 08:12:05 |
168
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-12-16 08:15:28 |
169
169
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
170
170
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-11-10 08:12:05 |
171
171
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
172
172
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
173
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-14 08:16:15 |
173
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
174
174
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2021-11-30 08:13:08 |
175
175
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2021-11-10 08:12:32 |
176
176
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2021-11-10 08:12:33 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.257"
1
+ export const sdkVersion = "4.0.258"
@@ -195,7 +195,7 @@ cdn业务:
195
195
 
196
196
  /**
197
197
  * 查询域名 例如 www.qq.com
198
- 非CDN业务查询时值为空
198
+ 非CDN业务查询时传入空字符串,返回的值为空
199
199
  */
200
200
  Domain: string
201
201
 
@@ -1207,25 +1207,25 @@ export interface DescribeDosageDetailByDateResponse {
1207
1207
  * 计量单位
1208
1208
  注意:此字段可能返回 null,表示取不到有效值。
1209
1209
  */
1210
- Unit?: string
1210
+ Unit: string
1211
1211
 
1212
1212
  /**
1213
1213
  * 用量数组
1214
1214
  注意:此字段可能返回 null,表示取不到有效值。
1215
1215
  */
1216
- DetailSets?: Array<DetailSet>
1216
+ DetailSets: Array<DetailSet>
1217
1217
 
1218
1218
  /**
1219
1219
  * 错误码
1220
1220
  注意:此字段可能返回 null,表示取不到有效值。
1221
1221
  */
1222
- RetCode?: number
1222
+ RetCode: number
1223
1223
 
1224
1224
  /**
1225
1225
  * 错误信息
1226
1226
  注意:此字段可能返回 null,表示取不到有效值。
1227
1227
  */
1228
- RetMsg?: string
1228
+ RetMsg: string
1229
1229
 
1230
1230
  /**
1231
1231
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -527,7 +527,7 @@ export interface MachinePredict {
527
527
  Title: string
528
528
 
529
529
  /**
530
- * 核保结论
530
+ * 核保结论:加费、承保、拒保、延期、除外、加费+除外
531
531
  */
532
532
  Conclusion: string
533
533
 
@@ -43,12 +43,14 @@ import {
43
43
  CheckPhoneAndNameResponse,
44
44
  BankCard4EVerificationResponse,
45
45
  MobileStatusRequest,
46
+ DetectReflectLivenessAndCompareResponse,
46
47
  GetRealNameAuthTokenRequest,
47
48
  CheckIdNameDateRequest,
48
49
  BankCard2EVerificationRequest,
49
50
  LivenessRecognitionRequest,
50
51
  EidInfo,
51
52
  GetFaceIdTokenResponse,
53
+ DetectReflectLivenessAndCompareRequest,
52
54
  CheckEidTokenStatusResponse,
53
55
  MobileStatusResponse,
54
56
  IdCardOCRVerificationResponse,
@@ -290,6 +292,16 @@ export class Client extends AbstractClient {
290
292
  return this.request("MinorsVerification", req, cb)
291
293
  }
292
294
 
295
+ /**
296
+ * 使用一闪SDK生成的数据包检测活体,并和用户传入的图片进行比对。
297
+ */
298
+ async DetectReflectLivenessAndCompare(
299
+ req: DetectReflectLivenessAndCompareRequest,
300
+ cb?: (error: string, rep: DetectReflectLivenessAndCompareResponse) => void
301
+ ): Promise<DetectReflectLivenessAndCompareResponse> {
302
+ return this.request("DetectReflectLivenessAndCompare", req, cb)
303
+ }
304
+
293
305
  /**
294
306
  * 本接口用于校验姓名、身份证号、身份证有效期的真实性和一致性。
295
307
  */
@@ -766,6 +766,41 @@ export interface MobileStatusRequest {
766
766
  Encryption?: Encryption
767
767
  }
768
768
 
769
+ /**
770
+ * DetectReflectLivenessAndCompare返回参数结构体
771
+ */
772
+ export interface DetectReflectLivenessAndCompareResponse {
773
+ /**
774
+ * 验证通过后的视频最佳截图照片资源地址,jpg格式。
775
+ */
776
+ BestFrameUrl: string
777
+
778
+ /**
779
+ * 验证通过后的视频最佳截图照片资源Md5。
780
+ */
781
+ BestFrameMd5: string
782
+
783
+ /**
784
+ * 业务错误码,成功情况返回Success, 错误情况请参考下方错误码 列表中FailedOperation部分
785
+ */
786
+ Result: string
787
+
788
+ /**
789
+ * 业务结果描述。
790
+ */
791
+ Description: string
792
+
793
+ /**
794
+ * 相似度,取值范围 [0.00, 100.00]。推荐相似度大于等于70时可判断为同一人,可根据具体场景自行调整阈值(阈值70的误通过率为千分之一,阈值80的误通过率是万分之一)。
795
+ */
796
+ Sim: number
797
+
798
+ /**
799
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
800
+ */
801
+ RequestId?: string
802
+ }
803
+
769
804
  /**
770
805
  * GetRealNameAuthToken请求参数结构体
771
806
  */
@@ -932,6 +967,31 @@ export interface GetFaceIdTokenResponse {
932
967
  RequestId?: string
933
968
  }
934
969
 
970
+ /**
971
+ * DetectReflectLivenessAndCompare请求参数结构体
972
+ */
973
+ export interface DetectReflectLivenessAndCompareRequest {
974
+ /**
975
+ * SDK生成的数据包活体数据包的资源地址。
976
+ */
977
+ LiveDataUrl: string
978
+
979
+ /**
980
+ * SDK生成的数据包活体数据包的资源Md5。
981
+ */
982
+ LiveDataMd5: string
983
+
984
+ /**
985
+ * 用于比对的目标图片的资源地址。
986
+ */
987
+ ImageUrl: string
988
+
989
+ /**
990
+ * 用于比对的目标图片的资源Md5。
991
+ */
992
+ ImageMd5: string
993
+ }
994
+
935
995
  /**
936
996
  * CheckEidTokenStatus返回参数结构体
937
997
  */
@@ -37,13 +37,14 @@ import {
37
37
  DeviceItem,
38
38
  DeleteDeviceGroupResponse,
39
39
  DeleteRecordPlanResponse,
40
- ModifyVideoInfoRequest,
40
+ DeleteMessageForwardResponse,
41
41
  ModifyBindPlanLiveChannelResponse,
42
42
  UpdateDeviceGroupResponse,
43
43
  GetVideoListByConRequest,
44
44
  DevGroupInfo,
45
45
  DescribeLiveRecordPlanByIdRequest,
46
46
  LiveRecordPlanItem,
47
+ DescribeVideoListResponse,
47
48
  RecordTaskItem,
48
49
  DescribeIPCChannelsRequest,
49
50
  DescribeSubGroupsRequest,
@@ -60,9 +61,12 @@ import {
60
61
  GetRecordPlanByIdResponse,
61
62
  DeleteDeviceRequest,
62
63
  UpdateDevicePassWordRequest,
64
+ DescribeMessageForwardRequest,
63
65
  CreateTimeTemplateRequest,
66
+ CreateMessageForwardRequest,
64
67
  ModifyBindPlanLiveChannelRequest,
65
68
  DescribeLiveStreamRequest,
69
+ ModifyMessageForwardRequest,
66
70
  ModifyLiveRecordPlanResponse,
67
71
  LiveChannelInfo,
68
72
  DescribeAllDeviceListRequest,
@@ -88,6 +92,7 @@ import {
88
92
  SceneItem,
89
93
  GetTimeTemplateByIdResponse,
90
94
  DescribeLiveChannelResponse,
95
+ DescribeMessageForwardsRequest,
91
96
  ControlDevicePTZResponse,
92
97
  TimeTemplateSpec,
93
98
  ControlDevicePTZRequest,
@@ -108,6 +113,7 @@ import {
108
113
  DescribeLiveRecordPlanByIdResponse,
109
114
  DescribeRecordDatesByLiveResponse,
110
115
  ModifySubscriptionStatusResponse,
116
+ MessageForward,
111
117
  ModifyDeviceDataRequest,
112
118
  DeleteSceneResponse,
113
119
  GetRecordDatesByDevRequest,
@@ -141,17 +147,21 @@ import {
141
147
  ModifyLiveChannelResponse,
142
148
  GetTimeTemplateByIdRequest,
143
149
  RecordPlanItem,
150
+ DescribeMessageForwardsResponse,
151
+ ModifyVideoInfoRequest,
144
152
  GetRecordPlansRequest,
145
153
  DeleteTimeTemplateRequest,
146
154
  ModifyLiveChannelRequest,
147
- DescribeVideoListResponse,
155
+ DescribeMessageForwardResponse,
148
156
  DescribeLiveRecordPlanIdsRequest,
149
157
  DeleteLiveVideoListRequest,
158
+ ModifyMessageForwardResponse,
150
159
  DescribeScenesRequest,
151
160
  DeleteLiveRecordPlanResponse,
152
161
  ModifyVideoInfoResponse,
153
162
  DescribeGroupByIdResponse,
154
163
  ControlRecordStreamResponse,
164
+ DeleteMessageForwardRequest,
155
165
  DeleteLiveChannelResponse,
156
166
  StreamAddress,
157
167
  BindGroupDevicesResponse,
@@ -162,6 +172,7 @@ import {
162
172
  DescribeBindSceneDevicesResponse,
163
173
  ModifyLiveVideoRequest,
164
174
  DescribeGroupByPathResponse,
175
+ CreateMessageForwardResponse,
165
176
  CreateLiveChannelRequest,
166
177
  DescribeGroupDevicesResponse,
167
178
  DeleteSceneRequest,
@@ -217,6 +228,16 @@ export class Client extends AbstractClient {
217
228
  return this.request("UpdateDeviceGroup", req, cb)
218
229
  }
219
230
 
231
+ /**
232
+ * 修改消息转发配置
233
+ */
234
+ async ModifyMessageForward(
235
+ req: ModifyMessageForwardRequest,
236
+ cb?: (error: string, rep: ModifyMessageForwardResponse) => void
237
+ ): Promise<ModifyMessageForwardResponse> {
238
+ return this.request("ModifyMessageForward", req, cb)
239
+ }
240
+
220
241
  /**
221
242
  * 本接口(DescribeDeviceStreams)用于获取设备实时流地址。
222
243
  */
@@ -360,6 +381,16 @@ RecordId和StartTime/EndTime互斥
360
381
  return this.request("DeleteLiveVideoList", req, cb)
361
382
  }
362
383
 
384
+ /**
385
+ * 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划.
386
+ */
387
+ async GetRecordPlanByDev(
388
+ req: GetRecordPlanByDevRequest,
389
+ cb?: (error: string, rep: GetRecordPlanByDevResponse) => void
390
+ ): Promise<GetRecordPlanByDevResponse> {
391
+ return this.request("GetRecordPlanByDev", req, cb)
392
+ }
393
+
363
394
  /**
364
395
  * 编辑直播录制计划
365
396
  */
@@ -370,6 +401,16 @@ RecordId和StartTime/EndTime互斥
370
401
  return this.request("ModifyLiveRecordPlan", req, cb)
371
402
  }
372
403
 
404
+ /**
405
+ * 查看消息转发配置列表
406
+ */
407
+ async DescribeMessageForwards(
408
+ req: DescribeMessageForwardsRequest,
409
+ cb?: (error: string, rep: DescribeMessageForwardsResponse) => void
410
+ ): Promise<DescribeMessageForwardsResponse> {
411
+ return this.request("DescribeMessageForwards", req, cb)
412
+ }
413
+
373
414
  /**
374
415
  * 删除通道接口
375
416
  */
@@ -401,13 +442,13 @@ RecordId和StartTime/EndTime互斥
401
442
  }
402
443
 
403
444
  /**
404
- * 本接口(GetRecordPlanByDev)用于根据设备ID查询其绑定的录制计划.
445
+ * 删除消息转发配置
405
446
  */
406
- async GetRecordPlanByDev(
407
- req: GetRecordPlanByDevRequest,
408
- cb?: (error: string, rep: GetRecordPlanByDevResponse) => void
409
- ): Promise<GetRecordPlanByDevResponse> {
410
- return this.request("GetRecordPlanByDev", req, cb)
447
+ async DeleteMessageForward(
448
+ req: DeleteMessageForwardRequest,
449
+ cb?: (error: string, rep: DeleteMessageForwardResponse) => void
450
+ ): Promise<DeleteMessageForwardResponse> {
451
+ return this.request("DeleteMessageForward", req, cb)
411
452
  }
412
453
 
413
454
  /**
@@ -450,6 +491,16 @@ RecordId和StartTime/EndTime互斥
450
491
  return this.request("DescribeGroupByPath", req, cb)
451
492
  }
452
493
 
494
+ /**
495
+ * 本接口(DescribeStatisticSummary)用于查询用户昨日的概览数据。
496
+ */
497
+ async DescribeStatisticSummary(
498
+ req: DescribeStatisticSummaryRequest,
499
+ cb?: (error: string, rep: DescribeStatisticSummaryResponse) => void
500
+ ): Promise<DescribeStatisticSummaryResponse> {
501
+ return this.request("DescribeStatisticSummary", req, cb)
502
+ }
503
+
453
504
  /**
454
505
  * 直播录像存储日期列表
455
506
  */
@@ -562,13 +613,13 @@ RecordId和StartTime/EndTime互斥
562
613
  }
563
614
 
564
615
  /**
565
- * 本接口(DescribeStatisticSummary)用于查询用户昨日的概览数据。
616
+ * 创建消息转发配置
566
617
  */
567
- async DescribeStatisticSummary(
568
- req: DescribeStatisticSummaryRequest,
569
- cb?: (error: string, rep: DescribeStatisticSummaryResponse) => void
570
- ): Promise<DescribeStatisticSummaryResponse> {
571
- return this.request("DescribeStatisticSummary", req, cb)
618
+ async CreateMessageForward(
619
+ req: CreateMessageForwardRequest,
620
+ cb?: (error: string, rep: CreateMessageForwardResponse) => void
621
+ ): Promise<CreateMessageForwardResponse> {
622
+ return this.request("CreateMessageForward", req, cb)
572
623
  }
573
624
 
574
625
  /**
@@ -631,6 +682,16 @@ RecordId和StartTime/EndTime互斥
631
682
  return this.request("ModifyLiveChannel", req, cb)
632
683
  }
633
684
 
685
+ /**
686
+ * 查看消息转发配置详情
687
+ */
688
+ async DescribeMessageForward(
689
+ req: DescribeMessageForwardRequest,
690
+ cb?: (error: string, rep: DescribeMessageForwardResponse) => void
691
+ ): Promise<DescribeMessageForwardResponse> {
692
+ return this.request("DescribeMessageForward", req, cb)
693
+ }
694
+
634
695
  /**
635
696
  * 本接口(DeleteDeviceGroup)用于删除分组。
636
697
  */