tencentcloud-sdk-nodejs 4.0.413 → 4.0.414

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 (60) hide show
  1. package/CHANGELOG.md +66 -0
  2. package/SERVICE_CHANGELOG.md +327 -285
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bm/v20180423/bm_models.ts +2 -2
  7. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  8. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  9. package/src/services/cpdp/v20190820/cpdp_models.ts +5 -0
  10. package/src/services/ess/v20201111/ess_client.ts +1 -0
  11. package/src/services/ess/v20201111/ess_models.ts +38 -26
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +37 -25
  14. package/src/services/gme/v20180711/gme_client.ts +14 -1
  15. package/src/services/gme/v20180711/gme_models.ts +68 -13
  16. package/src/services/iai/v20200303/iai_models.ts +1 -1
  17. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +54 -4
  19. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  20. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  21. package/src/services/organization/v20181225/organization_models.ts +1 -1
  22. package/src/services/tcss/v20201101/tcss_models.ts +10 -0
  23. package/src/services/tione/v20211111/tione_models.ts +23 -1
  24. package/src/services/tke/v20180525/tke_models.ts +6 -0
  25. package/src/services/tse/v20201207/tse_client.ts +16 -2
  26. package/src/services/tse/v20201207/tse_models.ts +93 -17
  27. package/src/services/vod/v20180717/vod_client.ts +4 -4
  28. package/src/services/vod/v20180717/vod_models.ts +26 -13
  29. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  33. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  34. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  35. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +4 -0
  36. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  37. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  38. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +34 -22
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -22
  42. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
  43. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
  44. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +59 -12
  45. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +45 -3
  47. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  48. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  49. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +8 -0
  50. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  51. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  52. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  53. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  54. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  55. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -4
  56. package/tencentcloud/services/vod/v20180717/vod_client.js +4 -4
  57. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +22 -11
  58. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  59. package/test/gme.v20180711.test.js +10 -0
  60. package/test/tse.v20201207.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.413",
3
+ "version": "4.0.414",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -23,7 +23,7 @@
23
23
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
24
24
  | billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-06-08 06:04:08 |
25
25
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
26
- | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
26
+ | bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
27
27
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-08-02 06:05:09 |
28
28
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
29
29
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
@@ -32,7 +32,7 @@
32
32
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-08-03 06:07:16 |
33
33
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
34
34
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-25 06:03:56 |
35
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
35
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-08-09 11:58:28 |
36
36
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-08-03 06:08:12 |
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 |
@@ -44,7 +44,7 @@
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
45
45
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
46
46
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
47
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-05 06:09:39 |
47
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-08-09 12:00:48 |
48
48
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
49
49
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
50
50
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
@@ -58,7 +58,7 @@
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-04 06:19:24 |
61
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-09 12:03:26 |
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,20 +86,20 @@
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-05 17:16:36 |
90
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-08-08 10:31:46 |
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 |
91
91
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
92
92
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-08-03 20:46:50 |
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-07-25 06:08:50 |
96
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-09 12:11:50 |
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 |
100
100
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
101
101
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
102
- | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-03 06:26:45 |
102
+ | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-08-09 12:12:37 |
103
103
  | ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-08-05 06:23:27 |
104
104
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
105
105
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
@@ -115,7 +115,7 @@
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-07-28 06:16:39 |
118
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-09 12:16:13 |
119
119
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-08 06:27:50 |
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 |
@@ -126,7 +126,7 @@
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
128
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
129
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-07-15 06:12:20 |
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 |
132
132
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
@@ -176,7 +176,7 @@
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-07-19 06:18:23 |
179
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-09 12:25:45 |
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 |
@@ -189,23 +189,23 @@
189
189
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
190
190
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
191
191
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-05 06:42:13 |
192
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
192
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-09 12:28:40 |
193
193
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
194
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-02 06:35:11 |
194
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-10 06:54:09 |
195
195
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
196
196
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
197
197
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
198
198
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-07-27 06:17:54 |
199
199
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-08-08 06:44:27 |
200
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
200
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-10 06:55:45 |
201
201
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
202
202
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
203
203
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
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-07-29 06:17:29 |
208
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-28 06:25:12 |
207
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-09 11:53:09 |
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 |
211
211
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-05 15:51:29 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.413"
1
+ export const sdkVersion = "4.0.414"
@@ -2358,12 +2358,12 @@ export interface DescribeTaskInfoResponse {
2358
2358
  /**
2359
2359
  * 返回任务总数量
2360
2360
  */
2361
- TotalCount?: number
2361
+ TotalCount: number
2362
2362
 
2363
2363
  /**
2364
2364
  * 任务信息列表
2365
2365
  */
2366
- TaskInfoSet?: Array<TaskInfo>
2366
+ TaskInfoSet: Array<TaskInfo>
2367
2367
 
2368
2368
  /**
2369
2369
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -857,7 +857,10 @@ export interface DescribeCaptchaResultResponse {
857
857
  CaptchaMsg: string
858
858
 
859
859
  /**
860
- * [0,100],恶意等级
860
+ * 无感验证模式下,该参数返回验证结果:
861
+
862
+ EvilLevel=0 请求无恶意
863
+ EvilLevel=100 请求有恶意
861
864
  注意:此字段可能返回 null,表示取不到有效值。
862
865
  */
863
866
  EvilLevel: number
@@ -992,12 +992,12 @@ export interface ModifyBlockIgnoreListRequest {
992
992
  IocAction: string
993
993
 
994
994
  /**
995
- * 时间格式:yyyy-MM-dd HH:mm:ss
995
+ * 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
996
996
  */
997
997
  StartTime?: string
998
998
 
999
999
  /**
1000
- * 时间格式:yyyy-MM-dd HH:mm:ss
1000
+ * 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
1001
1001
  */
1002
1002
  EndTime?: string
1003
1003
  }
@@ -11449,6 +11449,11 @@ __test__:测试环境
11449
11449
  缺省默认为生产环境
11450
11450
  */
11451
11451
  Environment?: string
11452
+
11453
+ /**
11454
+ * 支付结果通知回调地址
11455
+ */
11456
+ NotifyUrl?: string
11452
11457
  }
11453
11458
 
11454
11459
  /**
@@ -236,6 +236,7 @@ export class Client extends AbstractClient {
236
236
  /**
237
237
  * 查询流程摘要
238
238
  适用场景:可用于主动查询某个合同流程的签署状态信息。可以配合回调通知使用。
239
+ 日调用量默认10W
239
240
  */
240
241
  async DescribeFlowBriefs(
241
242
  req: DescribeFlowBriefsRequest,
@@ -425,24 +425,24 @@ export interface SignQrCode {
425
425
  */
426
426
  export interface GetTaskResultApiRequest {
427
427
  /**
428
- * 任务Id
428
+ * 任务Id,通过CreateConvertTaskApi得到
429
429
  */
430
430
  TaskId: string
431
431
 
432
- /**
433
- * 企业信息
434
- */
435
- Organization?: OrganizationInfo
436
-
437
432
  /**
438
433
  * 操作人信息
439
434
  */
440
435
  Operator?: UserInfo
441
436
 
442
437
  /**
443
- * 渠道信息
438
+ * 应用号信息
444
439
  */
445
440
  Agent?: Agent
441
+
442
+ /**
443
+ * 暂未开放
444
+ */
445
+ Organization?: OrganizationInfo
446
446
  }
447
447
 
448
448
  /**
@@ -451,8 +451,8 @@ export interface GetTaskResultApiRequest {
451
451
  export interface UploadFilesRequest {
452
452
  /**
453
453
  * 文件对应业务类型,用于区分文件存储路径:
454
- 1. TEMPLATE - 模板; 文件类型:.pdf/.html
455
- 2. DOCUMENT - 签署过程及签署后的合同文档 文件类型:.pdf/.html
454
+ 1. TEMPLATE - 模板; 文件类型:.pdf .doc .docx .html
455
+ 2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
456
456
  3. SEAL - 印章; 文件类型:.jpg/.jpeg/.png
457
457
  */
458
458
  BusinessType: string
@@ -849,7 +849,7 @@ export interface DescribeFlowBriefsRequest {
849
849
  Operator: UserInfo
850
850
 
851
851
  /**
852
- * 需要查询的流程ID列表
852
+ * 需要查询的流程ID列表,限制最大20个
853
853
  */
854
854
  FlowIds: Array<string>
855
855
 
@@ -1323,35 +1323,35 @@ export interface Filter {
1323
1323
  * CreateConvertTaskApi请求参数结构体
1324
1324
  */
1325
1325
  export interface CreateConvertTaskApiRequest {
1326
- /**
1327
- * 资源Id
1328
- */
1329
- ResourceId: string
1330
-
1331
1326
  /**
1332
1327
  * 资源类型 取值范围doc,docx,html之一
1333
1328
  */
1334
1329
  ResourceType: string
1335
1330
 
1336
1331
  /**
1337
- * 资源名称
1332
+ * 资源名称,长度限制为256字符
1338
1333
  */
1339
1334
  ResourceName: string
1340
1335
 
1341
1336
  /**
1342
- *
1337
+ * 资源Id,通过UploadFiles获取
1343
1338
  */
1344
- Organization?: OrganizationInfo
1339
+ ResourceId: string
1345
1340
 
1346
1341
  /**
1347
- *
1342
+ * 操作者信息
1348
1343
  */
1349
1344
  Operator?: UserInfo
1350
1345
 
1351
1346
  /**
1352
- *
1347
+ * 应用号信息
1353
1348
  */
1354
1349
  Agent?: Agent
1350
+
1351
+ /**
1352
+ * 暂未开放
1353
+ */
1354
+ Organization?: OrganizationInfo
1355
1355
  }
1356
1356
 
1357
1357
  /**
@@ -1541,7 +1541,7 @@ export interface DescribeFlowTemplatesRequest {
1541
1541
  Filters?: Array<Filter>
1542
1542
 
1543
1543
  /**
1544
- * 查询个数,默认20,最大100
1544
+ * 查询个数,默认20,最大200
1545
1545
  */
1546
1546
  Limit?: number
1547
1547
 
@@ -1576,17 +1576,29 @@ export interface GetTaskResultApiResponse {
1576
1576
  TaskId: string
1577
1577
 
1578
1578
  /**
1579
- * 任务状态
1580
- */
1579
+ * 任务状态,需要关注的状态
1580
+ 0 :NeedTranform - 任务已提交
1581
+ 4 :Processing - 文档转换中
1582
+ 8 :TaskEnd - 任务处理完成
1583
+ -2 :DownloadFailed - 下载失败
1584
+ -6 :ProcessFailed - 转换失败
1585
+ -13:ProcessTimeout - 转换文件超时
1586
+ */
1581
1587
  TaskStatus: number
1582
1588
 
1583
1589
  /**
1584
- * 状态描述
1585
- */
1590
+ * 状态描述,需要关注的状态
1591
+ NeedTranform - 任务已提交
1592
+ Processing - 文档转换中
1593
+ TaskEnd - 任务处理完成
1594
+ DownloadFailed - 下载失败
1595
+ ProcessFailed - 转换失败
1596
+ ProcessTimeout - 转换文件超时
1597
+ */
1586
1598
  TaskMessage: string
1587
1599
 
1588
1600
  /**
1589
- * 资源Id
1601
+ * 资源Id,也是FileId,用于文件发起使用
1590
1602
  */
1591
1603
  ResourceId: string
1592
1604
 
@@ -235,8 +235,8 @@ export class Client extends AbstractClient {
235
235
  }
236
236
 
237
237
  /**
238
- * 指定需要批量撤回的签署流程Id,获取批量撤销链接
239
- 客户指定需要撤回的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤回合同的链接,通过链接跳转到电子签小程序完成批量撤回
238
+ * 指定需要批量撤销的签署流程Id,获取批量撤销链接
239
+ 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口调用成功返回批量撤销合同的链接,通过链接跳转到电子签小程序完成批量撤销
240
240
  */
241
241
  async ChannelCreateBatchCancelFlowUrl(
242
242
  req: ChannelCreateBatchCancelFlowUrlRequest,
@@ -617,17 +617,29 @@ export interface ChannelGetTaskResultApiResponse {
617
617
  TaskId: string
618
618
 
619
619
  /**
620
- * 任务状态
621
- */
620
+ * 任务状态,需要关注的状态
621
+ 0 :NeedTranform - 任务已提交
622
+ 4 :Processing - 文档转换中
623
+ 8 :TaskEnd - 任务处理完成
624
+ -2 :DownloadFailed - 下载失败
625
+ -6 :ProcessFailed - 转换失败
626
+ -13:ProcessTimeout - 转换文件超时
627
+ */
622
628
  TaskStatus: number
623
629
 
624
630
  /**
625
- * 状态描述
626
- */
631
+ * 状态描述,需要关注的状态
632
+ NeedTranform - 任务已提交
633
+ Processing - 文档转换中
634
+ TaskEnd - 任务处理完成
635
+ DownloadFailed - 下载失败
636
+ ProcessFailed - 转换失败
637
+ ProcessTimeout - 转换文件超时
638
+ */
627
639
  TaskMessage: string
628
640
 
629
641
  /**
630
- * 资源Id
642
+ * 资源Id,也是FileId,用于文件发起使用
631
643
  */
632
644
  ResourceId: string
633
645
 
@@ -648,7 +660,7 @@ export interface UploadFilesRequest {
648
660
 
649
661
  /**
650
662
  * 文件对应业务类型,用于区分文件存储路径:
651
- 1. TEMPLATE - 模板; 文件类型:.pdf
663
+ 1. TEMPLATE - 模板; 文件类型:.pdf .doc .docx .html
652
664
  2. DOCUMENT - 签署过程及签署后的合同文档/图片控件 文件类型:.pdf/.jpg/.png
653
665
  */
654
666
  BusinessType: string
@@ -669,24 +681,24 @@ export interface UploadFilesRequest {
669
681
  */
670
682
  export interface ChannelGetTaskResultApiRequest {
671
683
  /**
672
- * 渠道信息
684
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
673
685
  */
674
686
  Agent: Agent
675
687
 
676
688
  /**
677
- * 任务Id
689
+ * 任务Id,通过ChannelCreateConvertTaskApi接口获得
678
690
  */
679
691
  TaskId: string
680
692
 
681
693
  /**
682
- * 企业信息
694
+ * 操作者的信息
683
695
  */
684
- Organization?: OrganizationInfo
696
+ Operator?: UserInfo
685
697
 
686
698
  /**
687
- * 操作人信息
699
+ * 暂未开放
688
700
  */
689
- Operator?: UserInfo
701
+ Organization?: OrganizationInfo
690
702
  }
691
703
 
692
704
  /**
@@ -1393,17 +1405,17 @@ export interface UsageDetail {
1393
1405
  */
1394
1406
  export interface ChannelCreateBatchCancelFlowUrlResponse {
1395
1407
  /**
1396
- * 批量撤回url
1408
+ * 批量撤销url
1397
1409
  */
1398
1410
  BatchCancelFlowUrl: string
1399
1411
 
1400
1412
  /**
1401
- * 签署流程批量撤回失败原因
1413
+ * 签署流程批量撤销失败原因
1402
1414
  */
1403
1415
  FailMessages: Array<string>
1404
1416
 
1405
1417
  /**
1406
- * 签署撤回url过期时间-年月日-时分秒
1418
+ * 签署撤销url过期时间-年月日-时分秒
1407
1419
  */
1408
1420
  UrlExpireOn: string
1409
1421
 
@@ -1794,34 +1806,34 @@ export interface UserInfo {
1794
1806
  */
1795
1807
  export interface ChannelCreateConvertTaskApiRequest {
1796
1808
  /**
1797
- *
1809
+ * 渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填。
1798
1810
  */
1799
1811
  Agent: Agent
1800
1812
 
1801
- /**
1802
- * 资源Id
1803
- */
1804
- ResourceId: string
1805
-
1806
1813
  /**
1807
1814
  * 资源类型 取值范围doc,docx,html之一
1808
1815
  */
1809
1816
  ResourceType: string
1810
1817
 
1811
1818
  /**
1812
- * 资源名称
1819
+ * 资源名称,长度限制为256字符
1813
1820
  */
1814
1821
  ResourceName: string
1815
1822
 
1816
1823
  /**
1817
- *
1824
+ * 资源Id,通过UploadFiles获取
1818
1825
  */
1819
- Organization?: OrganizationInfo
1826
+ ResourceId: string
1820
1827
 
1821
1828
  /**
1822
- *
1829
+ * 操作者信息
1823
1830
  */
1824
1831
  Operator?: UserInfo
1832
+
1833
+ /**
1834
+ * 暂未开放
1835
+ */
1836
+ Organization?: OrganizationInfo
1825
1837
  }
1826
1838
 
1827
1839
  /**
@@ -24,9 +24,11 @@ import {
24
24
  InOutTimeInfo,
25
25
  DescribeScanResultListResponse,
26
26
  DescribeApplicationDataRequest,
27
+ UserMicStatus,
27
28
  VoiceFilterRequest,
28
29
  CreateScanUserResponse,
29
30
  DescribeRealtimeScanConfigResponse,
31
+ Task,
30
32
  VoiceMessageStatisticsItem,
31
33
  RoomUser,
32
34
  DescribeRoomInfoRequest,
@@ -42,13 +44,14 @@ import {
42
44
  AgeDetectTask,
43
45
  DescribeAgeDetectTaskResponse,
44
46
  VoiceMessageConf,
47
+ ModifyUserMicStatusResponse,
45
48
  ApplicationDataStatistics,
46
49
  DeleteScanUserRequest,
47
50
  ModifyAppStatusResp,
48
51
  DescribeAppStatisticsResponse,
49
52
  UpdateScanRoomsResponse,
50
53
  DescribeApplicationDataResponse,
51
- Task,
54
+ ModifyUserMicStatusRequest,
52
55
  DeleteScanUserResponse,
53
56
  UpdateScanUsersResponse,
54
57
  VoiceFilterStatisticsItem,
@@ -132,6 +135,16 @@ export class Client extends AbstractClient {
132
135
  return this.request("DescribeScanResultList", req, cb)
133
136
  }
134
137
 
138
+ /**
139
+ * 修改用户麦克风状态。
140
+ */
141
+ async ModifyUserMicStatus(
142
+ req: ModifyUserMicStatusRequest,
143
+ cb?: (error: string, rep: ModifyUserMicStatusResponse) => void
144
+ ): Promise<ModifyUserMicStatusResponse> {
145
+ return this.request("ModifyUserMicStatus", req, cb)
146
+ }
147
+
135
148
  /**
136
149
  * 本接口用于识别涉黄等违规音频,成功会回调配置在应用的回调地址。回调示例如下:
137
150
  {"BizId":0,"FileId":"test_file_id","FileName":"test_file_name","FileUrl":"test_file_url","OpenId":"test_open_id","TimeStamp":"0000-00-00 00:00:00","Data":[{"Type":1,"Word":"xx"}]}
@@ -125,6 +125,21 @@ export interface DescribeApplicationDataRequest {
125
125
  EndDate: string
126
126
  }
127
127
 
128
+ /**
129
+ * 用户麦克风状态
130
+ */
131
+ export interface UserMicStatus {
132
+ /**
133
+ * 用户ID
134
+ */
135
+ Uid: number
136
+
137
+ /**
138
+ * 是否开麦 。1闭麦 2开麦
139
+ */
140
+ EnableMic: number
141
+ }
142
+
128
143
  /**
129
144
  * VoiceFilter请求参数结构体
130
145
  */
@@ -220,6 +235,31 @@ export interface DescribeRealtimeScanConfigResponse {
220
235
  RequestId?: string
221
236
  }
222
237
 
238
+ /**
239
+ * 语音检测任务列表
240
+ */
241
+ export interface Task {
242
+ /**
243
+ * 数据的唯一ID
244
+ */
245
+ DataId: string
246
+
247
+ /**
248
+ * 数据文件的url,为 urlencode 编码,流式则为拉流地址
249
+ */
250
+ Url: string
251
+
252
+ /**
253
+ * gme实时语音房间ID,通过gme实时语音进行语音分析时输入
254
+ */
255
+ RoomId?: string
256
+
257
+ /**
258
+ * gme实时语音用户ID,通过gme实时语音进行语音分析时输入
259
+ */
260
+ OpenId?: string
261
+ }
262
+
223
263
  /**
224
264
  * 语音消息用量统计信息
225
265
  */
@@ -491,6 +531,26 @@ export interface VoiceMessageConf {
491
531
  Language?: string
492
532
  }
493
533
 
534
+ /**
535
+ * ModifyUserMicStatus返回参数结构体
536
+ */
537
+ export interface ModifyUserMicStatusResponse {
538
+ /**
539
+ * 返回结果:0为成功,非0为失败
540
+ */
541
+ Result: number
542
+
543
+ /**
544
+ * 错误信息
545
+ */
546
+ ErrMsg: string
547
+
548
+ /**
549
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
550
+ */
551
+ RequestId?: string
552
+ }
553
+
494
554
  /**
495
555
  * 应用统计数据
496
556
  */
@@ -638,28 +698,23 @@ export interface DescribeApplicationDataResponse {
638
698
  }
639
699
 
640
700
  /**
641
- * 语音检测任务列表
701
+ * ModifyUserMicStatus请求参数结构体
642
702
  */
643
- export interface Task {
703
+ export interface ModifyUserMicStatusRequest {
644
704
  /**
645
- * 数据的唯一ID
646
- */
647
- DataId: string
648
-
649
- /**
650
- * 数据文件的url,为 urlencode 编码,流式则为拉流地址
705
+ * 应用ID
651
706
  */
652
- Url: string
707
+ BizId: number
653
708
 
654
709
  /**
655
- * gme实时语音房间ID,通过gme实时语音进行语音分析时输入
710
+ * 房间ID
656
711
  */
657
- RoomId?: string
712
+ RoomId: string
658
713
 
659
714
  /**
660
- * gme实时语音用户ID,通过gme实时语音进行语音分析时输入
715
+ * 用户麦克风状态,数组长度不超过20
661
716
  */
662
- OpenId?: string
717
+ Users: Array<UserMicStatus>
663
718
  }
664
719
 
665
720
  /**
@@ -54,7 +54,7 @@ export interface Candidate {
54
54
  PersonId: string
55
55
 
56
56
  /**
57
- * 人脸ID
57
+ * 人脸ID,仅在SearchFaces/SearchFacesReturnsByGroup接口返回时有效。人员搜索类接口采用融合特征方式检索,该字段无意义
58
58
  */
59
59
  FaceId: string
60
60