tencentcloud-sdk-nodejs 4.0.446 → 4.0.448

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 (71) hide show
  1. package/CHANGELOG.md +286 -0
  2. package/SERVICE_CHANGELOG.md +556 -620
  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/ccc/v20200210/ccc_client.ts +12 -0
  7. package/src/services/ccc/v20200210/ccc_models.ts +31 -1
  8. package/src/services/cdb/v20170320/cdb_models.ts +6 -1
  9. package/src/services/ckafka/v20190819/ckafka_client.ts +3 -2
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +78 -46
  11. package/src/services/clb/v20180317/clb_models.ts +1 -1
  12. package/src/services/cls/v20201016/cls_models.ts +23 -0
  13. package/src/services/cvm/v20170312/cvm_models.ts +2 -4
  14. package/src/services/ess/v20201111/ess_client.ts +13 -0
  15. package/src/services/ess/v20201111/ess_models.ts +108 -2
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +35 -17
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +128 -12
  18. package/src/services/iotvideo/v20211125/iotvideo_models.ts +20 -7
  19. package/src/services/ivld/v20210903/ivld_client.ts +62 -51
  20. package/src/services/ivld/v20210903/ivld_models.ts +1179 -803
  21. package/src/services/mongodb/v20190725/mongodb_client.ts +14 -1
  22. package/src/services/mongodb/v20190725/mongodb_models.ts +56 -1
  23. package/src/services/ocr/v20181119/ocr_client.ts +22 -10
  24. package/src/services/ocr/v20181119/ocr_models.ts +159 -93
  25. package/src/services/rum/v20210622/rum_client.ts +1 -1
  26. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +117 -0
  28. package/src/services/wedata/v20210820/wedata_client.ts +33 -5
  29. package/src/services/wedata/v20210820/wedata_models.ts +222 -100
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  33. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  34. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +27 -1
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -1
  36. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  37. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +65 -38
  39. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  40. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +20 -0
  41. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -3
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -2
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -7
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +19 -8
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +108 -12
  48. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +15 -4
  49. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +1 -1
  50. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +1081 -758
  51. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +6 -2
  52. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +7 -1
  53. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +48 -1
  54. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -3
  55. package/tencentcloud/services/ocr/v20181119/ocr_client.js +9 -3
  56. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +137 -78
  57. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -1
  58. package/tencentcloud/services/rum/v20210622/rum_client.js +1 -1
  59. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  60. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +97 -0
  62. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +11 -1
  63. package/tencentcloud/services/wedata/v20210820/wedata_client.js +14 -0
  64. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +191 -86
  65. package/test/ccc.v20200210.test.js +10 -0
  66. package/test/ess.v20201111.test.js +10 -0
  67. package/test/essbasic.v20210526.test.js +14 -4
  68. package/test/mongodb.v20190725.test.js +10 -0
  69. package/test/ocr.v20181119.test.js +12 -2
  70. package/test/tdmq.v20200217.test.js +10 -0
  71. package/test/wedata.v20210820.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.446",
3
+ "version": "4.0.448",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -37,8 +37,8 @@
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-09-15 11:03:22 |
39
39
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-09-08 06:11:23 |
40
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-06 06:13:56 |
41
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-20 06:13:05 |
40
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-09-22 06:12:48 |
41
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-09-21 06:12:53 |
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-09-19 06:14:28 |
44
44
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
@@ -50,21 +50,21 @@
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-09-19 06:16:48 |
54
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-09 06:14:53 |
53
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-22 06:16:02 |
54
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
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
57
  | cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-16 10:03:09 |
58
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
58
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-09-22 06:17:52 |
59
59
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
60
60
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
61
61
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
62
62
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-14 06:15:14 |
63
63
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
64
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-16 06:17:50 |
64
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-21 06:19:55 |
65
65
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-09-16 06:18:26 |
66
66
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
67
- | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-14 06:18:19 |
67
+ | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-22 06:22:08 |
68
68
  | dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
69
69
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
70
70
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
@@ -87,8 +87,8 @@
87
87
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
88
88
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
89
89
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-16 06:24:23 |
90
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-19 00:04:50 |
91
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-20 06:28:48 |
90
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-20 21:03:08 |
91
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-20 21:03:25 |
92
92
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
93
93
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
94
94
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -111,10 +111,10 @@
111
111
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
112
112
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-09-12 06:28:33 |
113
113
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
114
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-30 06:36:25 |
114
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-09-21 06:33:00 |
115
115
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
116
116
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
117
- | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
117
+ | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-09-20 19:36:34 |
118
118
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
119
119
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-09-14 06:27:13 |
120
120
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-16 06:31:07 |
@@ -126,7 +126,7 @@
126
126
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
127
127
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
128
128
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
129
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-19 06:39:03 |
129
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-22 06:37:08 |
130
130
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-15 06:31:40 |
131
131
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
132
132
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
@@ -136,7 +136,7 @@
136
136
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
137
137
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
138
138
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
139
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-14 06:29:31 |
139
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-21 12:41:39 |
140
140
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
141
141
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
142
142
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -148,7 +148,7 @@
148
148
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
149
149
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
150
150
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
151
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-09-09 06:38:13 |
151
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-09-22 06:42:11 |
152
152
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
153
153
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-09-06 06:49:17 |
154
154
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
@@ -180,7 +180,7 @@
180
180
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-09-08 06:41:25 |
181
181
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
182
182
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
183
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
183
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-09-22 06:48:45 |
184
184
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-07 06:51:54 |
185
185
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-20 06:52:09 |
186
186
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
@@ -209,7 +209,7 @@
209
209
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-16 06:49:40 |
210
210
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
211
211
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
212
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-19 21:02:53 |
212
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-21 17:26:55 |
213
213
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
214
214
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-09-16 06:52:09 |
215
215
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.446"
1
+ export const sdkVersion = "4.0.448"
@@ -32,6 +32,7 @@ import {
32
32
  TelCdrInfo,
33
33
  CreateUserSigRequest,
34
34
  PhoneNumBuyInfo,
35
+ DisableCCCPhoneNumberResponse,
35
36
  CreateCCCSkillGroupRequest,
36
37
  DescribeIMCdrsRequest,
37
38
  DescribeAutoCalloutTaskResponse,
@@ -57,6 +58,7 @@ import {
57
58
  DescribePSTNActiveSessionListResponse,
58
59
  CreateCallOutSessionResponse,
59
60
  IMCdrInfo,
61
+ DisableCCCPhoneNumberRequest,
60
62
  StaffBuyInfo,
61
63
  DescribeProtectedTelCdrResponse,
62
64
  DescribeAutoCalloutTasksRequest,
@@ -283,6 +285,16 @@ export class Client extends AbstractClient {
283
285
  return this.request("UnbindStaffSkillGroupList", req, cb)
284
286
  }
285
287
 
288
+ /**
289
+ * 停用号码
290
+ */
291
+ async DisableCCCPhoneNumber(
292
+ req: DisableCCCPhoneNumberRequest,
293
+ cb?: (error: string, rep: DisableCCCPhoneNumberResponse) => void
294
+ ): Promise<DisableCCCPhoneNumberResponse> {
295
+ return this.request("DisableCCCPhoneNumber", req, cb)
296
+ }
297
+
286
298
  /**
287
299
  * 获取坐席实时状态统计指标
288
300
  */
@@ -542,11 +542,21 @@ export interface PhoneNumBuyInfo {
542
542
  EndTime: number
543
543
 
544
544
  /**
545
- * 号码状态,1正常|2停用
545
+ * 号码状态,1正常|2欠费停用|4管理员停用|5违规停用
546
546
  */
547
547
  State: number
548
548
  }
549
549
 
550
+ /**
551
+ * DisableCCCPhoneNumber返回参数结构体
552
+ */
553
+ export interface DisableCCCPhoneNumberResponse {
554
+ /**
555
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
556
+ */
557
+ RequestId?: string
558
+ }
559
+
550
560
  /**
551
561
  * CreateCCCSkillGroup请求参数结构体
552
562
  */
@@ -1187,6 +1197,26 @@ export interface IMCdrInfo {
1187
1197
  SkillGroupName: string
1188
1198
  }
1189
1199
 
1200
+ /**
1201
+ * DisableCCCPhoneNumber请求参数结构体
1202
+ */
1203
+ export interface DisableCCCPhoneNumberRequest {
1204
+ /**
1205
+ * TCCC 实例应用 ID
1206
+ */
1207
+ SdkAppId: number
1208
+
1209
+ /**
1210
+ * 号码列表,0086开头
1211
+ */
1212
+ PhoneNumbers: Array<string>
1213
+
1214
+ /**
1215
+ * 停用开关,0启用 1停用
1216
+ */
1217
+ Disabled: number
1218
+ }
1219
+
1190
1220
  /**
1191
1221
  * 坐席购买信息
1192
1222
  */
@@ -670,6 +670,11 @@ export interface CreateParamTemplateRequest {
670
670
  * 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
671
671
  */
672
672
  TemplateType?: string
673
+
674
+ /**
675
+ * 实例引擎类型,默认为"InnoDB",支持值包括:"InnoDB","RocksDB"。
676
+ */
677
+ EngineType?: string
673
678
  }
674
679
 
675
680
  /**
@@ -3956,7 +3961,7 @@ export interface DescribeDBInstancesResponse {
3956
3961
  TotalCount: number
3957
3962
 
3958
3963
  /**
3959
- * 实例详细信息。
3964
+ * 实例详细信息列表。
3960
3965
  */
3961
3966
  Items: Array<InstanceInfo>
3962
3967
 
@@ -110,6 +110,7 @@ import {
110
110
  CreateUserResponse,
111
111
  DescribeDatahubTaskRes,
112
112
  CreatePartitionResponse,
113
+ MongoDBConnectParam,
113
114
  ClusterInfo,
114
115
  DeleteGroupRequest,
115
116
  DescribeConsumerGroupRequest,
@@ -211,7 +212,7 @@ import {
211
212
  CheckCdcClusterRequest,
212
213
  FetchMessageByOffsetRequest,
213
214
  DescribeInstancesDetailRequest,
214
- MongoDBConnectParam,
215
+ JsonPathReplaceParam,
215
216
  SubstrParam,
216
217
  FetchMessageByOffsetResponse,
217
218
  CreateConsumerRequest,
@@ -793,7 +794,7 @@ export class Client extends AbstractClient {
793
794
  }
794
795
 
795
796
  /**
796
- * 创建Datahub转储任务
797
+ * 创建DIP转储任务
797
798
  */
798
799
  async CreateDatahubTask(
799
800
  req: CreateDatahubTaskRequest,
@@ -2890,6 +2890,12 @@ export interface DescribeDatahubTaskRes {
2890
2890
  注意:此字段可能返回 null,表示取不到有效值。
2891
2891
  */
2892
2892
  ErrorMessage: string
2893
+
2894
+ /**
2895
+ * 任务标签列表
2896
+ 注意:此字段可能返回 null,表示取不到有效值。
2897
+ */
2898
+ Tags: Array<Tag>
2893
2899
  }
2894
2900
 
2895
2901
  /**
@@ -2907,6 +2913,59 @@ export interface CreatePartitionResponse {
2907
2913
  RequestId?: string
2908
2914
  }
2909
2915
 
2916
+ /**
2917
+ * MongoDB连接源参数
2918
+ */
2919
+ export interface MongoDBConnectParam {
2920
+ /**
2921
+ * MongoDB的连接port
2922
+ 注意:此字段可能返回 null,表示取不到有效值。
2923
+ */
2924
+ Port: number
2925
+
2926
+ /**
2927
+ * MongoDB连接源的用户名
2928
+ 注意:此字段可能返回 null,表示取不到有效值。
2929
+ */
2930
+ UserName: string
2931
+
2932
+ /**
2933
+ * MongoDB连接源的密码
2934
+ 注意:此字段可能返回 null,表示取不到有效值。
2935
+ */
2936
+ Password: string
2937
+
2938
+ /**
2939
+ * MongoDB连接源的实例资源
2940
+ 注意:此字段可能返回 null,表示取不到有效值。
2941
+ */
2942
+ Resource: string
2943
+
2944
+ /**
2945
+ * MongoDB连接源是否为自建集群
2946
+ 注意:此字段可能返回 null,表示取不到有效值。
2947
+ */
2948
+ SelfBuilt: boolean
2949
+
2950
+ /**
2951
+ * MongoDB连接源的实例vip,当为腾讯云实例时,必填
2952
+ 注意:此字段可能返回 null,表示取不到有效值。
2953
+ */
2954
+ ServiceVip?: string
2955
+
2956
+ /**
2957
+ * MongoDB连接源的vpcId,当为腾讯云实例时,必填
2958
+ 注意:此字段可能返回 null,表示取不到有效值。
2959
+ */
2960
+ UniqVpcId?: string
2961
+
2962
+ /**
2963
+ * 是否更新到关联的Datahub任务
2964
+ 注意:此字段可能返回 null,表示取不到有效值。
2965
+ */
2966
+ IsUpdate?: boolean
2967
+ }
2968
+
2910
2969
  /**
2911
2970
  * 集群信息实体
2912
2971
  */
@@ -5710,56 +5769,18 @@ export interface DescribeInstancesDetailRequest {
5710
5769
  }
5711
5770
 
5712
5771
  /**
5713
- * MongoDB连接源参数
5772
+ * 数据处理——Value处理参数——Jsonpath替换参数
5714
5773
  */
5715
- export interface MongoDBConnectParam {
5716
- /**
5717
- * MongoDB的连接port
5718
- 注意:此字段可能返回 null,表示取不到有效值。
5719
- */
5720
- Port: number
5721
-
5722
- /**
5723
- * MongoDB连接源的用户名
5724
- 注意:此字段可能返回 null,表示取不到有效值。
5725
- */
5726
- UserName: string
5727
-
5728
- /**
5729
- * MongoDB连接源的密码
5730
- 注意:此字段可能返回 null,表示取不到有效值。
5731
- */
5732
- Password: string
5733
-
5734
- /**
5735
- * MongoDB连接源的实例资源
5736
- 注意:此字段可能返回 null,表示取不到有效值。
5737
- */
5738
- Resource: string
5739
-
5740
- /**
5741
- * MongoDB连接源是否为自建集群
5742
- 注意:此字段可能返回 null,表示取不到有效值。
5743
- */
5744
- SelfBuilt: boolean
5745
-
5746
- /**
5747
- * MongoDB连接源的实例vip,当为腾讯云实例时,必填
5748
- 注意:此字段可能返回 null,表示取不到有效值。
5749
- */
5750
- ServiceVip?: string
5751
-
5774
+ export interface JsonPathReplaceParam {
5752
5775
  /**
5753
- * MongoDB连接源的vpcId,当为腾讯云实例时,必填
5754
- 注意:此字段可能返回 null,表示取不到有效值。
5755
- */
5756
- UniqVpcId?: string
5776
+ * 被替换值,Jsonpath表达式
5777
+ */
5778
+ OldValue: string
5757
5779
 
5758
5780
  /**
5759
- * 是否更新到关联的Datahub任务
5760
- 注意:此字段可能返回 null,表示取不到有效值。
5761
- */
5762
- IsUpdate?: boolean
5781
+ * 替换值,Jsonpath表达式或字符串
5782
+ */
5783
+ NewValue: string
5763
5784
  }
5764
5785
 
5765
5786
  /**
@@ -5921,6 +5942,12 @@ export interface ValueParam {
5921
5942
  注意:此字段可能返回 null,表示取不到有效值。
5922
5943
  */
5923
5944
  Result?: string
5945
+
5946
+ /**
5947
+ * JsonPath替换,TYPE=JSON_PATH_REPLACE时必传
5948
+ 注意:此字段可能返回 null,表示取不到有效值。
5949
+ */
5950
+ JsonPathReplace?: JsonPathReplaceParam
5924
5951
  }
5925
5952
 
5926
5953
  /**
@@ -6593,6 +6620,11 @@ export interface CreateDatahubTaskRequest {
6593
6620
  * 任务ID
6594
6621
  */
6595
6622
  TaskId?: string
6623
+
6624
+ /**
6625
+ * 标签列表
6626
+ */
6627
+ Tags?: Array<Tag>
6596
6628
  }
6597
6629
 
6598
6630
  /**
@@ -719,7 +719,7 @@ export interface AssociateTargetGroupsRequest {
719
719
  */
720
720
  export interface DescribeLoadBalancersRequest {
721
721
  /**
722
- * 负载均衡实例ID
722
+ * 负载均衡实例ID。实例ID数量上限为20个。
723
723
  */
724
724
  LoadBalancerIds?: Array<string>
725
725
 
@@ -1023,6 +1023,29 @@ export interface ExtractRuleInfo {
1023
1023
  注意:此字段可能返回 null,表示取不到有效值。
1024
1024
  */
1025
1025
  JsonStandard?: number
1026
+
1027
+ /**
1028
+ * syslog传输协议,取值为tcp或者udp。
1029
+ 该接口适用于:创建采集规则配置、修改采集规则配置
1030
+ 注意:此字段可能返回 null,表示取不到有效值。
1031
+ */
1032
+ Protocol?: string
1033
+
1034
+ /**
1035
+ * syslog系统日志采集指定采集器监听的地址和端口 ,形式:[ip]:[port]。举例:127.0.0.1:9000
1036
+ 该接口适用于:创建采集规则配置、修改采集规则配置
1037
+ 注意:此字段可能返回 null,表示取不到有效值。
1038
+ */
1039
+ Address?: string
1040
+
1041
+ /**
1042
+ * rfc3164:指定系统日志采集使用RFC3164协议解析日志。
1043
+ rfc5424:指定系统日志采集使用RFC5424协议解析日志。
1044
+ auto:自动匹配rfc3164或者rfc5424其中一种协议
1045
+ 该接口适用于:创建采集规则配置、修改采集规则配置
1046
+ 注意:此字段可能返回 null,表示取不到有效值。
1047
+ */
1048
+ ParseProtocol?: string
1026
1049
  }
1027
1050
 
1028
1051
  /**
@@ -1807,10 +1807,8 @@ export interface SyncImagesRequest {
1807
1807
  ImageIds: Array<string>
1808
1808
 
1809
1809
  /**
1810
- * 目的同步地域列表;必须满足限制:<br><li>不能为源地域,<br><li>必须是一个合法的Region。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
1811
-
1812
- 如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为同地域的自定义镜像。
1813
- */
1810
+ * 目的同步地域列表,必须满足如下限制:<br><li>必须是一个合法的Region。<br><li>如果是自定义镜像,则目标同步地域不能为源地域。<br><li>如果是共享镜像,则目的同步地域仅支持源地域,表示将共享镜像复制为源地域的自定义镜像。<br><li>暂不支持部分地域同步。<br>具体地域参数请参考[Region](https://cloud.tencent.com/document/product/213/6091)。
1811
+ */
1814
1812
  DestinationRegions: Array<string>
1815
1813
 
1816
1814
  /**
@@ -48,14 +48,17 @@ import {
48
48
  OrganizationInfo,
49
49
  DescribeFlowBriefsRequest,
50
50
  Recipient,
51
+ VerifyPdfRequest,
51
52
  UserInfo,
52
53
  FillApproverInfo,
53
54
  SignUrl,
55
+ VerifyPdfResponse,
54
56
  DescribeFileUrlsRequest,
55
57
  ApproverInfo,
56
58
  CreateFlowSignReviewResponse,
57
59
  Caller,
58
60
  DescribeFlowTemplatesResponse,
61
+ PdfVerifyResult,
59
62
  CreateFlowEvidenceReportRequest,
60
63
  CreateBatchCancelFlowUrlResponse,
61
64
  UploadFilesRequest,
@@ -92,6 +95,16 @@ export class Client extends AbstractClient {
92
95
  super("ess.tencentcloudapi.com", "2020-11-11", clientConfig)
93
96
  }
94
97
 
98
+ /**
99
+ * 验证合同文件
100
+ */
101
+ async VerifyPdf(
102
+ req: VerifyPdfRequest,
103
+ cb?: (error: string, rep: VerifyPdfResponse) => void
104
+ ): Promise<VerifyPdfResponse> {
105
+ return this.request("VerifyPdf", req, cb)
106
+ }
107
+
95
108
  /**
96
109
  * 查询文件下载URL
97
110
  适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
@@ -294,7 +294,7 @@ export interface CreateFlowRequest {
294
294
  /**
295
295
  * 暂未开放
296
296
  */
297
- CallbackUrl?: string
297
+ RelatedFlowId?: string
298
298
 
299
299
  /**
300
300
  * 签署流程的签署截止时间。
@@ -336,7 +336,7 @@ false:有序签
336
336
  /**
337
337
  * 暂未开放
338
338
  */
339
- RelatedFlowId?: string
339
+ CallbackUrl?: string
340
340
 
341
341
  /**
342
342
  * 应用相关信息
@@ -1009,6 +1009,21 @@ export interface Recipient {
1009
1009
  RecipientExtra?: string
1010
1010
  }
1011
1011
 
1012
+ /**
1013
+ * VerifyPdf请求参数结构体
1014
+ */
1015
+ export interface VerifyPdfRequest {
1016
+ /**
1017
+ * 合同Id,流程Id
1018
+ */
1019
+ FlowId: string
1020
+
1021
+ /**
1022
+ * 调用方用户信息,userId 必填
1023
+ */
1024
+ Operator?: UserInfo
1025
+ }
1026
+
1012
1027
  /**
1013
1028
  * 用户信息
1014
1029
  */
@@ -1081,6 +1096,27 @@ export interface SignUrl {
1081
1096
  HttpSignUrl: string
1082
1097
  }
1083
1098
 
1099
+ /**
1100
+ * VerifyPdf返回参数结构体
1101
+ */
1102
+ export interface VerifyPdfResponse {
1103
+ /**
1104
+ * 验签结果,1-文件未被篡改,全部签名在腾讯电子签完成; 2-文件未被篡改,部分签名在腾讯电子签完成;3-文件被篡改;4-异常:文件内没有签名域;5-异常:文件签名格式错误
1105
+ */
1106
+ VerifyResult: number
1107
+
1108
+ /**
1109
+ * 验签结果详情,内部状态1-验签成功,在电子签签署;2-验签成功,在其他平台签署;3-验签失败;4-pdf文件没有签名域
1110
+ ;5-文件签名格式错误
1111
+ */
1112
+ PdfVerifyResults: Array<PdfVerifyResult>
1113
+
1114
+ /**
1115
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1116
+ */
1117
+ RequestId?: string
1118
+ }
1119
+
1084
1120
  /**
1085
1121
  * DescribeFileUrls请求参数结构体
1086
1122
  */
@@ -1283,6 +1319,76 @@ export interface DescribeFlowTemplatesResponse {
1283
1319
  RequestId?: string
1284
1320
  }
1285
1321
 
1322
+ /**
1323
+ * 合同文件验签单个结果结构体
1324
+ */
1325
+ export interface PdfVerifyResult {
1326
+ /**
1327
+ * 验签结果
1328
+ */
1329
+ VerifyResult: number
1330
+
1331
+ /**
1332
+ * 签署平台
1333
+ */
1334
+ SignPlatform: string
1335
+
1336
+ /**
1337
+ * 签署人名称
1338
+ */
1339
+ SignerName: string
1340
+
1341
+ /**
1342
+ * 签署时间
1343
+ */
1344
+ SignTime: number
1345
+
1346
+ /**
1347
+ * 签名算法
1348
+ */
1349
+ SignAlgorithm: string
1350
+
1351
+ /**
1352
+ * 签名证书序列号
1353
+ */
1354
+ CertSn: string
1355
+
1356
+ /**
1357
+ * 证书起始时间
1358
+ */
1359
+ CertNotBefore: number
1360
+
1361
+ /**
1362
+ * 证书过期时间
1363
+ */
1364
+ CertNotAfter: number
1365
+
1366
+ /**
1367
+ * 签名域横坐标
1368
+ */
1369
+ ComponentPosX: number
1370
+
1371
+ /**
1372
+ * 签名域纵坐标
1373
+ */
1374
+ ComponentPosY: number
1375
+
1376
+ /**
1377
+ * 签名域宽度
1378
+ */
1379
+ ComponentWidth: number
1380
+
1381
+ /**
1382
+ * 签名域高度
1383
+ */
1384
+ ComponentHeight: number
1385
+
1386
+ /**
1387
+ * 签名域所在页码
1388
+ */
1389
+ ComponentPage: number
1390
+ }
1391
+
1286
1392
  /**
1287
1393
  * CreateFlowEvidenceReport请求参数结构体
1288
1394
  */