tencentcloud-sdk-nodejs 4.0.885 → 4.0.887

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 (74) hide show
  1. package/CHANGELOG.md +291 -0
  2. package/SERVICE_CHANGELOG.md +332 -238
  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/cynosdb/v20190107/cynosdb_models.ts +43 -28
  7. package/src/services/domain/v20180808/domain_models.ts +11 -11
  8. package/src/services/emr/v20190103/emr_models.ts +6 -10
  9. package/src/services/ess/v20201111/ess_client.ts +10 -3
  10. package/src/services/ess/v20201111/ess_models.ts +47 -32
  11. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
  13. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
  14. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
  15. package/src/services/iss/v20230517/iss_client.ts +29 -2
  16. package/src/services/iss/v20230517/iss_models.ts +154 -36
  17. package/src/services/mmps/v20200710/mmps_models.ts +3 -3
  18. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  19. package/src/services/scf/v20180416/scf_client.ts +1 -1
  20. package/src/services/scf/v20180416/scf_models.ts +9 -9
  21. package/src/services/ses/v20201002/ses_client.ts +70 -21
  22. package/src/services/ses/v20201002/ses_models.ts +278 -135
  23. package/src/services/ssl/v20191205/ssl_client.ts +2 -2
  24. package/src/services/ssl/v20191205/ssl_models.ts +49 -21
  25. package/src/services/tcr/v20190924/tcr_models.ts +4 -0
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  27. package/src/services/vpc/v20170312/vpc_client.ts +340 -103
  28. package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
  29. package/src/services/waf/v20180125/waf_client.ts +0 -12
  30. package/src/services/waf/v20180125/waf_models.ts +0 -25
  31. package/src/services/wedata/v20210820/wedata_client.ts +51 -22
  32. package/src/services/wedata/v20210820/wedata_models.ts +663 -477
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
  36. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  37. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
  38. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
  39. package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
  40. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
  44. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
  45. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
  46. package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
  47. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
  48. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
  49. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  50. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  51. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  52. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
  53. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
  54. package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
  55. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
  56. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
  57. package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
  58. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
  59. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
  60. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
  62. package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
  64. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  65. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  66. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
  68. package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
  69. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
  70. package/test/iss.v20230517.test.js +20 -0
  71. package/test/ses.v20201002.test.js +44 -4
  72. package/test/vpc.v20170312.test.js +204 -24
  73. package/test/waf.v20180125.test.js +0 -10
  74. package/test/wedata.v20210820.test.js +24 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.885",
3
+ "version": "4.0.887",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -72,7 +72,7 @@
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-28 01:08:04 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-26 01:13:42 |
75
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-02 01:13:35 |
76
76
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -82,7 +82,7 @@
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
83
83
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-26 01:14:31 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
85
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-27 01:11:00 |
85
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-02 01:14:51 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
@@ -94,10 +94,10 @@
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-28 01:11:14 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-02 01:15:54 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-28 01:11:37 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-28 01:11:51 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-02 01:16:08 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-01 01:16:17 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
@@ -123,12 +123,12 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-27 01:13:47 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-01 01:17:32 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 01:13:57 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 15:23:39 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
@@ -143,10 +143,10 @@
143
143
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2024-03-20 01:20:21 |
144
144
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
145
145
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
146
- | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
146
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
148
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-21 01:58:00 |
149
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-20 01:58:59 |
148
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-02 01:19:49 |
149
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-02 01:19:55 |
150
150
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-28 01:16:00 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
@@ -169,8 +169,8 @@
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
171
171
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-28 01:17:47 |
172
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-06-28 01:17:54 |
173
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-06-21 16:30:49 |
172
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-07-02 01:21:59 |
173
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
175
175
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
176
176
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
@@ -179,7 +179,7 @@
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-06-06 02:22:45 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-06-28 01:18:28 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-02 01:22:32 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
184
184
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
@@ -199,11 +199,11 @@
199
199
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
200
200
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
201
201
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
202
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-26 01:23:42 |
202
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-01 01:23:21 |
203
203
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
204
204
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
206
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-28 01:20:13 |
206
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-01 01:24:13 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
209
209
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-13 16:47:31 |
@@ -237,13 +237,13 @@
237
237
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-28 01:22:56 |
238
238
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
239
239
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
240
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
241
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-06-25 01:26:23 |
240
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-01 11:23:52 |
241
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-02 01:27:15 |
242
242
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
243
243
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
244
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-25 01:27:00 |
244
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-02 01:27:59 |
245
245
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
246
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-26 01:28:35 |
246
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-02 01:28:21 |
247
247
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
248
248
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
249
249
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.885"
1
+ export const sdkVersion = "4.0.887"
@@ -1118,32 +1118,32 @@ export interface DescribeClusterPasswordComplexityResponse {
1118
1118
  * 数据字典参数
1119
1119
  注意:此字段可能返回 null,表示取不到有效值。
1120
1120
  */
1121
- ValidatePasswordDictionary: ParamInfo
1121
+ ValidatePasswordDictionary?: ParamInfo
1122
1122
  /**
1123
1123
  * 密码长度
1124
1124
  注意:此字段可能返回 null,表示取不到有效值。
1125
1125
  */
1126
- ValidatePasswordLength: ParamInfo
1126
+ ValidatePasswordLength?: ParamInfo
1127
1127
  /**
1128
1128
  * 大小写敏感字符个数
1129
1129
  注意:此字段可能返回 null,表示取不到有效值。
1130
1130
  */
1131
- ValidatePasswordMixedCaseCount: ParamInfo
1131
+ ValidatePasswordMixedCaseCount?: ParamInfo
1132
1132
  /**
1133
1133
  * 数字个数
1134
1134
  注意:此字段可能返回 null,表示取不到有效值。
1135
1135
  */
1136
- ValidatePasswordNumberCount: ParamInfo
1136
+ ValidatePasswordNumberCount?: ParamInfo
1137
1137
  /**
1138
1138
  * 密码等级
1139
1139
  注意:此字段可能返回 null,表示取不到有效值。
1140
1140
  */
1141
- ValidatePasswordPolicy: ParamInfo
1141
+ ValidatePasswordPolicy?: ParamInfo
1142
1142
  /**
1143
1143
  * 特殊字符个数
1144
1144
  注意:此字段可能返回 null,表示取不到有效值。
1145
1145
  */
1146
- ValidatePasswordSpecialCharCount: ParamInfo
1146
+ ValidatePasswordSpecialCharCount?: ParamInfo
1147
1147
  /**
1148
1148
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1149
1149
  */
@@ -3004,11 +3004,11 @@ export interface DescribeClusterDetailDatabasesResponse {
3004
3004
  * 数据库信息
3005
3005
  注意:此字段可能返回 null,表示取不到有效值。
3006
3006
  */
3007
- DbInfos: Array<DbInfo>
3007
+ DbInfos?: Array<DbInfo>
3008
3008
  /**
3009
3009
  * 总数
3010
3010
  */
3011
- TotalCount: number
3011
+ TotalCount?: number
3012
3012
  /**
3013
3013
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3014
3014
  */
@@ -3493,7 +3493,7 @@ export interface DescribeInstanceDetailResponse {
3493
3493
  /**
3494
3494
  * 实例详情
3495
3495
  */
3496
- Detail: CynosdbInstanceDetail
3496
+ Detail?: CynosdbInstanceDetail
3497
3497
  /**
3498
3498
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3499
3499
  */
@@ -3868,52 +3868,52 @@ export interface NetAddr {
3868
3868
  * 内网ip
3869
3869
  注意:此字段可能返回 null,表示取不到有效值。
3870
3870
  */
3871
- Vip: string
3871
+ Vip?: string
3872
3872
  /**
3873
3873
  * 内网端口号
3874
3874
  注意:此字段可能返回 null,表示取不到有效值。
3875
3875
  */
3876
- Vport: number
3876
+ Vport?: number
3877
3877
  /**
3878
3878
  * 外网域名
3879
3879
  注意:此字段可能返回 null,表示取不到有效值。
3880
3880
  */
3881
- WanDomain: string
3881
+ WanDomain?: string
3882
3882
  /**
3883
3883
  * 外网端口号
3884
3884
  注意:此字段可能返回 null,表示取不到有效值。
3885
3885
  */
3886
- WanPort: number
3886
+ WanPort?: number
3887
3887
  /**
3888
3888
  * 网络类型(ro-只读,rw/ha-读写)
3889
3889
  注意:此字段可能返回 null,表示取不到有效值。
3890
3890
  */
3891
- NetType: string
3891
+ NetType?: string
3892
3892
  /**
3893
3893
  * 子网ID
3894
3894
  注意:此字段可能返回 null,表示取不到有效值。
3895
3895
  */
3896
- UniqSubnetId: string
3896
+ UniqSubnetId?: string
3897
3897
  /**
3898
3898
  * 私有网络ID
3899
3899
  注意:此字段可能返回 null,表示取不到有效值。
3900
3900
  */
3901
- UniqVpcId: string
3901
+ UniqVpcId?: string
3902
3902
  /**
3903
3903
  * 描述信息
3904
3904
  注意:此字段可能返回 null,表示取不到有效值。
3905
3905
  */
3906
- Description: string
3906
+ Description?: string
3907
3907
  /**
3908
3908
  * 外网IP
3909
3909
  注意:此字段可能返回 null,表示取不到有效值。
3910
3910
  */
3911
- WanIP: string
3911
+ WanIP?: string
3912
3912
  /**
3913
3913
  * 外网状态
3914
3914
  注意:此字段可能返回 null,表示取不到有效值。
3915
3915
  */
3916
- WanStatus: string
3916
+ WanStatus?: string
3917
3917
  /**
3918
3918
  * 实例组ID
3919
3919
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4499,6 +4499,12 @@ export interface CynosdbInstanceDetail {
4499
4499
  * 实例状态中文描述
4500
4500
  */
4501
4501
  StatusDesc?: string
4502
+ /**
4503
+ * serverless实例状态, 可能值:
4504
+ resume
4505
+ pause
4506
+ */
4507
+ ServerlessStatus?: string
4502
4508
  /**
4503
4509
  * 数据库类型
4504
4510
  */
@@ -4587,12 +4593,6 @@ export interface CynosdbInstanceDetail {
4587
4593
  * serverless实例cpu上限
4588
4594
  */
4589
4595
  MaxCpu?: number
4590
- /**
4591
- * serverless实例状态, 可能值:
4592
- resume
4593
- pause
4594
- */
4595
- ServerlessStatus?: string
4596
4596
  }
4597
4597
 
4598
4598
  /**
@@ -5988,6 +5988,16 @@ export interface Ability {
5988
5988
  注意:此字段可能返回 null,表示取不到有效值。
5989
5989
  */
5990
5990
  IsSupportManualSnapshot: string
5991
+ /**
5992
+ * 是否支持透明数据加密
5993
+ 注意:此字段可能返回 null,表示取不到有效值。
5994
+ */
5995
+ IsSupportTransparentDataEncryption?: string
5996
+ /**
5997
+ * 不支持透明数据加密原因
5998
+ 注意:此字段可能返回 null,表示取不到有效值。
5999
+ */
6000
+ NoSupportTransparentDataEncryptionReason?: string
5991
6001
  }
5992
6002
 
5993
6003
  /**
@@ -7299,15 +7309,15 @@ export interface DescribeMaintainPeriodResponse {
7299
7309
  /**
7300
7310
  * 维护week days
7301
7311
  */
7302
- MaintainWeekDays: Array<string>
7312
+ MaintainWeekDays?: Array<string>
7303
7313
  /**
7304
7314
  * 维护开始时间,单位秒
7305
7315
  */
7306
- MaintainStartTime: number
7316
+ MaintainStartTime?: number
7307
7317
  /**
7308
7318
  * 维护时长,单位秒
7309
7319
  */
7310
- MaintainDuration: number
7320
+ MaintainDuration?: number
7311
7321
  /**
7312
7322
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7313
7323
  */
@@ -9272,6 +9282,11 @@ export interface ParamInfo {
9272
9282
  注意:此字段可能返回 null,表示取不到有效值。
9273
9283
  */
9274
9284
  Func?: string
9285
+ /**
9286
+ * 支持公式的参数的默认公式样式
9287
+ 注意:此字段可能返回 null,表示取不到有效值。
9288
+ */
9289
+ FuncPattern?: string
9275
9290
  }
9276
9291
 
9277
9292
  /**
@@ -784,35 +784,35 @@ export interface DomainBatchDetailSet {
784
784
  /**
785
785
  * 详情ID
786
786
  */
787
- Id: number
787
+ Id?: number
788
788
  /**
789
789
  * 类型 new: 注册域名 batch_transfer_prohibition_on:开启禁止转移 batch_transfer_prohibition_off:关闭禁止转移 batch_update_prohibition_on:开启禁止更新 batch_update_prohibition_off:关闭禁止更新
790
790
  */
791
- Action: string
791
+ Action?: string
792
792
  /**
793
793
  * 域名
794
794
  */
795
- Domain: string
795
+ Domain?: string
796
796
  /**
797
797
  * 执行状态:
798
798
  doing 执行中。
799
799
  failed 操作失败。
800
800
  success 操作成功。
801
801
  */
802
- Status: string
802
+ Status?: string
803
803
  /**
804
804
  * 失败原因
805
805
  注意:此字段可能返回 null,表示取不到有效值。
806
806
  */
807
- Reason: string
807
+ Reason?: string
808
808
  /**
809
809
  * 创建时间
810
810
  */
811
- CreatedOn: string
811
+ CreatedOn?: string
812
812
  /**
813
813
  * 更新时间
814
814
  */
815
- UpdatedOn: string
815
+ UpdatedOn?: string
816
816
  /**
817
817
  * 订单号
818
818
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2966,21 +2966,21 @@ export interface DomainBatchLogSet {
2966
2966
  /**
2967
2967
  * 日志ID
2968
2968
  */
2969
- LogId: number
2969
+ LogId?: number
2970
2970
  /**
2971
2971
  * 数量
2972
2972
  */
2973
- Number: number
2973
+ Number?: number
2974
2974
  /**
2975
2975
  * 执行状态:
2976
2976
  doing 执行中。
2977
2977
  done 执行完成。
2978
2978
  */
2979
- Status: string
2979
+ Status?: string
2980
2980
  /**
2981
2981
  * 提交时间
2982
2982
  */
2983
- CreatedOn: string
2983
+ CreatedOn?: string
2984
2984
  /**
2985
2985
  * 批量操作成功个数
2986
2986
  */
@@ -2806,6 +2806,10 @@ export interface StartStopServiceOrMonitorRequest {
2806
2806
  * 暂停服务时用的参数
2807
2807
  */
2808
2808
  StopParams?: StopParams
2809
+ /**
2810
+ * 当OpType为<li>StopMonitor</li>才有用,true表示进入维护模式但是仍然监控进程但是不拉起进程
2811
+ */
2812
+ KeepMonitorButNotRecoverProcess?: boolean
2809
2813
  }
2810
2814
 
2811
2815
  /**
@@ -5662,11 +5666,7 @@ export interface InquiryPriceCreateInstanceRequest {
5662
5666
  */
5663
5667
  SupportHA: number
5664
5668
  /**
5665
- * 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:
5666
- <li>ProductId为1的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
5667
- <li>ProductId为2的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
5668
- <li>ProductId为4的时候,必选组件包括:hadoop-2.8.4、knox-1.2.0、zookeeper-3.4.9</li>
5669
- <li>ProductId为7的时候,必选组件包括:hadoop-3.1.2、knox-1.2.0、zookeeper-3.4.9</li>
5669
+ * 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>
5670
5670
  */
5671
5671
  Software: Array<string>
5672
5672
  /**
@@ -5697,11 +5697,7 @@ export interface InquiryPriceCreateInstanceRequest {
5697
5697
  */
5698
5698
  MetaDBInfo?: CustomMetaInfo
5699
5699
  /**
5700
- * 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:
5701
- <li>1:表示EMR-V1.3.1。</li>
5702
- <li>2:表示EMR-V2.0.1。</li>
5703
- <li>4:表示EMR-V2.1.0。</li>
5704
- <li>7:表示EMR-V3.0.0。</li>
5700
+ * 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:<li>2:表示EMR-V2.0.1</li><li>16:表示EMR-V2.3.0</li><li>20:表示EMR-V2.5.0</li><li>30:表示EMR-V2.6.0</li><li>38:表示EMR-V2.7.0</li><li>57:表示EMR-V2.8.0</li><li>7:表示EMR-V3.0.0</li><li>25:表示EMR-V3.1.0</li><li>31:表示EMR-V3.1.1</li><li>28:表示EMR-V3.2.0</li><li>33:表示EMR-V3.2.1</li><li>34:表示EMR-V3.3.0</li><li>37:表示EMR-V3.4.0</li><li>44:表示EMR-V3.5.0</li><li>53:表示EMR-V3.6.0</li><li>58:表示EMR-V3.6.1</li><li>47:表示EMR-V4.0.0</li>
5705
5701
  */
5706
5702
  ProductId?: number
5707
5703
  /**
@@ -933,10 +933,15 @@ export class Client extends AbstractClient {
933
933
  }
934
934
 
935
935
  /**
936
- * 该接口用于获取创建法人章的二维码<br/>
936
+ * 该接口用于获取创建法人章的二维码,需要通过微信扫描。扫描后将跳转到腾讯电子签署,进入到创建法人章的流程。
937
937
 
938
938
  **注意**
939
939
  1. 该二维码**有效期为7天**,过期后将失效,可重新创建 。
940
+ 2. 每个公司**只能有1个法人章**,无法重复创建或者创建多个
941
+
942
+ 法人章的样式可以参考下图索引(也可以自己上传法人印章图片):
943
+
944
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/36a0a090750c45bb5cac5047ac461b2c.png)
940
945
  */
941
946
  async CreateLegalSealQrCode(
942
947
  req: CreateLegalSealQrCodeRequest,
@@ -1786,8 +1791,10 @@ p.s.
1786
1791
  }
1787
1792
 
1788
1793
  /**
1789
- * 查询企业印章的列表,需要操作者具有查询印章权限
1790
- 客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理;入参InfoType控制印章是否携带授权人信息,为1则携带,为0则返回的授权人信息为空数组。接口调用成功返回印章的信息列表还有企业印章的总数。
1794
+ * 查询企业印章列表。
1795
+
1796
+ 注:
1797
+ 1. 此操作要求操作者具备<b>印章查询权限</b>(若调用者尚无此权限,请联系超级管理员前往Web控制台【组织管理】->【角色管理】添加相应权限)。
1791
1798
  */
1792
1799
  async DescribeOrganizationSeals(
1793
1800
  req: DescribeOrganizationSealsRequest,
@@ -454,7 +454,10 @@ BLUE 蓝色。
454
454
  */
455
455
  export interface CreateLegalSealQrCodeResponse {
456
456
  /**
457
- * 二维码图片base64
457
+ * 二维码图片base64值,二维码有效期7天(604800秒)
458
+
459
+ 二维码图片的样式如下图:
460
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/7ec2478761158a35a9c623882839a5df.png)
458
461
  */
459
462
  QrcodeBase64?: string
460
463
  /**
@@ -2133,8 +2136,14 @@ export interface CreateUserVerifyUrlResponse {
2133
2136
  - 如果EndPoint是HTTP_SHORT_URL,
2134
2137
  得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
2135
2138
 
2139
+ - 如果EndPoint是H5,
2140
+ 得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
2136
2141
 
2137
- 注: 生成的链路后面不能再增加参数
2142
+ - 如果EndPoint是H5_SHORT_URL,
2143
+ 得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
2144
+
2145
+
2146
+ `注:` <font color="red">生成的链路后面不能再增加参数</font>
2138
2147
  示例值:https://essurl.cn/2n**42Nd
2139
2148
  */
2140
2149
  UserVerifyUrl?: string
@@ -5289,7 +5298,7 @@ export interface CreatePreparedPersonalEsignResponse {
5289
5298
  */
5290
5299
  export interface DescribeOrganizationSealsResponse {
5291
5300
  /**
5292
- * 在设置了SealId时返回0或1,没有设置时返回公司的总印章数量,可能比返回的印章数组数量多
5301
+ * 在设定了SealId时,返回值为0或1;若未设定SealId,则返回公司的总印章数量
5293
5302
  */
5294
5303
  TotalCount?: number
5295
5304
  /**
@@ -6657,6 +6666,14 @@ export interface CreateUserVerifyUrlRequest {
6657
6666
  * 要实名的手机号,兼容带+86的格式
6658
6667
  */
6659
6668
  Mobile?: string
6669
+ /**
6670
+ * 实名完之后的跳转链接,最大长度1000个字符。
6671
+ 链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>。
6672
+
6673
+ 注:此参数仅支持 Endpoint 为 <font color="red">H5 或 H5_SHORT_URL </font>的时候传递
6674
+
6675
+ */
6676
+ JumpUrl?: string
6660
6677
  /**
6661
6678
  * 要跳转的链接类型
6662
6679
 
@@ -6669,7 +6686,13 @@ export interface CreateUserVerifyUrlRequest {
6669
6686
  - APP:
6670
6687
  第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
6671
6688
 
6672
- 如果不传递,默认值是 APP
6689
+ - H5:
6690
+ 跳转电子签H5实名页面的长链
6691
+
6692
+ - H5_SHORT_URL:
6693
+ 跳转电子签H5实名页面的短链
6694
+
6695
+ 注:如果不传递,默认值是 <font color="red"> APP </font>
6673
6696
  */
6674
6697
  Endpoint?: string
6675
6698
  /**
@@ -6677,7 +6700,7 @@ export interface CreateUserVerifyUrlRequest {
6677
6700
  <ul><li>false:否, 实名完成不会自动跳转回来(默认)</li><li>true:是, 实名完成会自动跳转回来</li></ul>
6678
6701
 
6679
6702
  注:
6680
- 1. 该参数<font color="red">只针对APP类型(电子签小程序跳转贵方小程序)场景</font> 的实名链接有效
6703
+ 1. 该参数<font color="red">只针对APP类型(第三方APP或小程序跳转电子签小程序)场景</font> 的实名链接有效
6681
6704
  2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
6682
6705
  3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
6683
6706
  */
@@ -7447,27 +7470,21 @@ export interface DescribeOrganizationSealsRequest {
7447
7470
  */
7448
7471
  Offset?: number
7449
7472
  /**
7450
- * 查询信息类型,取值如下:
7451
- <ul>
7452
- <li>0不返回授权用户</li>
7453
- <li>1返回授权用户信息</li>
7454
- </ul>
7473
+ * 查询授权用户信息类型,取值如下:
7474
+
7475
+ <ul> <li><b>0</b>:(默认)不返回授权用户信息</li> <li><b>1</b>:返回授权用户的信息</li> </ul>
7455
7476
  */
7456
7477
  InfoType?: number
7457
7478
  /**
7458
- * 印章id(没有输入返回所有)
7479
+ * 印章id,是否查询特定的印章(没有输入返回所有)
7459
7480
  */
7460
7481
  SealId?: string
7461
7482
  /**
7462
- * 印章类型列表(都是组织机构印章)。
7463
- 为空时查询所有类型的印章。
7464
- 目前支持以下类型:
7465
- <ul>
7466
- <li>OFFICIAL:企业公章;</li>
7467
- <li>CONTRACT:合同专用章;</li>
7468
- <li>ORGANIZATION_SEAL:企业印章(图片上传创建);</li>
7469
- <li>LEGAL_PERSON_SEAL:法定代表人章</li>
7470
- </ul>
7483
+ * 印章种类列表(均为组织机构印章)。 若无特定需求,将展示所有类型的印章。
7484
+
7485
+ 目前支持以下几种:
7486
+
7487
+ <ul> <li><strong>OFFICIAL</strong>:企业公章;</li> <li><strong>CONTRACT</strong>:合同专用章;</li> <li><strong>ORGANIZATION_SEAL</strong>:企业印章(通过图片上传创建);</li> <li><strong>LEGAL_PERSON_SEAL</strong>:法定代表人章。</li> </ul>
7471
7488
  */
7472
7489
  SealTypes?: Array<string>
7473
7490
  /**
@@ -7476,17 +7493,17 @@ export interface DescribeOrganizationSealsRequest {
7476
7493
  */
7477
7494
  Agent?: Agent
7478
7495
  /**
7479
- * 查询的印章状态列表。
7496
+ * 需查询的印章状态列表。
7480
7497
  <ul>
7481
- <li>空,只查询启用状态的印章;</li>
7482
- <li>ALL,查询所有状态的印章;</li>
7483
- <li>CHECKING,查询待审核的印章;</li>
7484
- <li>SUCCESS,查询启用状态的印章;</li>
7485
- <li>FAIL,查询印章审核拒绝的印章;</li>
7486
- <li>DISABLE,查询已停用的印章;</li>
7487
- <li>STOPPED,查询已终止的印章;</li>
7488
- <li>VOID,查询已作废的印章;</li>
7489
- <li>INVALID,查询已失效的印章;</li>
7498
+ <li>空:(默认)仅查询启用状态的印章;</li>
7499
+ <li><strong>ALL</strong>:查询所有状态的印章;</li>
7500
+ <li><strong>CHECKING</strong>:查询待审核的印章;</li>
7501
+ <li><strong>SUCCESS</strong>:查询启用状态的印章;</li>
7502
+ <li><strong>FAIL</strong>:查询印章审核拒绝的印章;</li>
7503
+ <li><strong>DISABLE</strong>:查询已停用的印章;</li>
7504
+ <li><strong>STOPPED</strong>:查询已终止的印章;</li>
7505
+ <li><strong>VOID</strong>:查询已作废的印章;</li>
7506
+ <li><strong>INVALID</strong>:查询已失效的印章。</li>
7490
7507
  </ul>
7491
7508
  */
7492
7509
  SealStatuses?: Array<string>
@@ -7567,8 +7584,6 @@ export interface UploadFile {
7567
7584
  1. 绝对定位方式 (可以通过 [PDF坐标计算助手](https://qian.tencent.com/developers/tools/template-editor)计算控件的坐标)
7568
7585
  2. 表单域(FIELD)定位方式
7569
7586
  3. 关键字(KEYWORD)定位方式,使用关键字定位时,请确保PDF原始文件内是关键字以文字形式保存在PDF文件中,不支持对图片内文字进行关键字查找
7570
- 可以参考官网说明
7571
- https://cloud.tencent.com/document/product/1323/78346#component-.E4.B8.89.E7.A7.8D.E5.AE.9A.E4.BD.8D.E6.96.B9.E5.BC.8F.E8.AF.B4.E6.98.8E
7572
7587
  */
7573
7588
  export interface Component {
7574
7589
  /**
@@ -762,11 +762,10 @@ export class Client extends AbstractClient {
762
762
  }
763
763
 
764
764
  /**
765
- * 此接口(ChannelDescribeOrganizationSeals)查询子客企业电子印章。<br />
766
- 注:
767
- 1. `查询子客企业电子印章,需要操作者具有管理印章权限`
768
- 2. `客户指定需要获取的印章数量和偏移量,数量最多100,超过100按100处理`
769
- 3. `此接口只能查询启用的印章`
765
+ * 此接口查询子企业电子印章。<br />
766
+
767
+ 注:
768
+ 1. 此操作要求操作者具备<b>印章查询权限</b>(若调用者尚无此权限,请联系超级管理员前往Web控制台【组织管理】->【角色管理】添加相应权限)。
770
769
  */
771
770
  async ChannelDescribeOrganizationSeals(
772
771
  req: ChannelDescribeOrganizationSealsRequest,
@@ -1168,8 +1167,16 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
1168
1167
  }
1169
1168
 
1170
1169
  /**
1171
- * 此接口用于获取创建法人章二维码图片base64
1172
- */
1170
+ * 该接口用于获取创建法人章的二维码,需要通过微信扫描。扫描后将跳转到腾讯电子签署,进入到创建法人章的流程。
1171
+
1172
+ **注意**
1173
+ 1. 该二维码**有效期为7天**,过期后将失效,可重新创建 。
1174
+ 2. 每个公司**只能有1个法人章**,无法重复创建或者创建多个
1175
+
1176
+ 法人章的样式可以参考下图索引(也可以自己上传法人印章图片):
1177
+
1178
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/36a0a090750c45bb5cac5047ac461b2c.png)
1179
+ */
1173
1180
  async CreateLegalSealQrCode(
1174
1181
  req: CreateLegalSealQrCodeRequest,
1175
1182
  cb?: (error: string, rep: CreateLegalSealQrCodeResponse) => void