tencentcloud-sdk-nodejs 4.0.528 → 4.0.530
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.
- package/CHANGELOG.md +304 -0
- package/SERVICE_CHANGELOG.md +379 -37
- package/package.json +1 -1
- package/products.md +42 -41
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +31 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +23 -8
- package/src/services/ess/v20201111/ess_models.ts +58 -8
- package/src/services/essbasic/v20210526/essbasic_client.ts +39 -24
- package/src/services/essbasic/v20210526/essbasic_models.ts +209 -153
- package/src/services/fmu/v20191213/fmu_models.ts +8 -6
- package/src/services/gme/v20180711/gme_models.ts +20 -14
- package/src/services/goosefs/index.ts +5 -0
- package/src/services/goosefs/v20220519/goosefs_client.ts +40 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +61 -0
- package/src/services/goosefs/v20220519/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_client.ts +32 -6
- package/src/services/lcic/v20220817/lcic_models.ts +188 -7
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +241 -55
- package/src/services/monitor/v20180724/monitor_models.ts +998 -339
- package/src/services/mps/v20190612/mps_models.ts +16 -1
- package/src/services/tcb/v20180608/tcb_models.ts +54 -30
- package/src/services/vpc/v20170312/vpc_client.ts +3 -2
- package/src/services/vpc/v20170312/vpc_models.ts +35 -2
- package/src/services/waf/v20180125/waf_models.ts +10 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +26 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +11 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +180 -131
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -13
- package/tencentcloud/services/goosefs/index.d.ts +6 -0
- package/tencentcloud/services/goosefs/index.js +7 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +14 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +37 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +38 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.js +18 -0
- package/tencentcloud/services/goosefs/v20220519/index.d.ts +6 -0
- package/tencentcloud/services/goosefs/v20220519/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -3
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +15 -3
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +163 -6
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +75 -15
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +111 -21
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +807 -243
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +50 -30
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +32 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +10 -10
- package/test/cynosdb.v20190107.test.js +12 -2
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/goosefs.v20220519.test.js +31 -0
- package/test/lcic.v20220817.test.js +22 -2
- package/test/monitor.v20180724.test.js +164 -14
package/products.md
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-01-10 15:15:42 |
|
|
6
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) |
|
|
6
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) |
|
|
9
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) |
|
|
8
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
|
|
9
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-02 01:01:44 |
|
|
10
10
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
|
|
11
11
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
12
12
|
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:02:31 |
|
|
@@ -33,19 +33,19 @@
|
|
|
33
33
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
34
34
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-09-29 06:12:03 |
|
|
35
35
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-01-12 01:05:12 |
|
|
36
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) |
|
|
36
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-02-01 01:06:11 |
|
|
37
37
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-12-15 01:11:14 |
|
|
38
38
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-01-09 01:07:04 |
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-01-09 01:07:34 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-01 01:07:52 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-17 01:12:53 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
|
|
48
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-01
|
|
48
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-02-01 01:09:52 |
|
|
49
49
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
|
|
50
50
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-01-04 01:09:46 |
|
|
51
51
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-02 01:10:38 |
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-02 01:11:16 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
60
60
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
|
|
@@ -62,24 +62,24 @@
|
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-12-05 06:32:09 |
|
|
63
63
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-11-16 06:15:44 |
|
|
64
64
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
65
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) |
|
|
65
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
|
|
66
66
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
67
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-
|
|
67
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-02 01:14:38 |
|
|
68
68
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-12 01:12:53 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-
|
|
70
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-02 01:16:40 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
|
|
74
74
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-09 01:18:23 |
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
78
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-
|
|
79
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
77
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-02 01:21:03 |
|
|
79
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-02 01:23:17 |
|
|
80
80
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-01-10 01:21:29 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
|
-
| ds | [文档服务](https://cloud.tencent.com/document/product/869) |
|
|
82
|
+
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
84
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-12 01:17:34 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
@@ -88,18 +88,19 @@
|
|
|
88
88
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-01-09 01:21:37 |
|
|
89
89
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01
|
|
92
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) |
|
|
93
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-
|
|
91
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
|
|
92
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-02 01:27:53 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-02 01:28:07 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
|
|
96
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01
|
|
97
|
-
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) |
|
|
96
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
|
|
97
|
+
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) |
|
|
100
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-
|
|
99
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
|
|
100
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-02-02 01:29:27 |
|
|
101
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-01-31 17:01:22 |
|
|
101
102
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
102
|
-
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) |
|
|
103
|
+
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-01 01:26:49 |
|
|
103
104
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
104
105
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
105
106
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
|
|
111
112
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
112
113
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
113
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-01
|
|
114
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-02-01 01:28:39 |
|
|
114
115
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
115
116
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
116
117
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-12-12 01:29:57 |
|
|
@@ -120,9 +121,9 @@
|
|
|
120
121
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
|
|
121
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
122
123
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
123
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-
|
|
124
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-
|
|
125
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01
|
|
124
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-02 01:35:14 |
|
|
125
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
|
|
126
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-01 01:38:51 |
|
|
126
127
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
127
128
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
128
129
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
|
|
@@ -132,8 +133,8 @@
|
|
|
132
133
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
133
134
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
134
135
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
|
|
135
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-
|
|
136
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-
|
|
136
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-02 01:38:12 |
|
|
137
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
137
138
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
138
139
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
139
140
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
|
|
144
145
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
|
|
145
146
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
|
|
146
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) |
|
|
147
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-02 01:42:38 |
|
|
147
148
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
148
149
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
|
|
149
150
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
155
156
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
156
157
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-31 01:49:13 |
|
|
157
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) |
|
|
158
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-01 01:51:43 |
|
|
158
159
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
159
160
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
160
161
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
@@ -172,11 +173,11 @@
|
|
|
172
173
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
173
174
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-10-31 06:48:20 |
|
|
174
175
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
175
|
-
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-
|
|
176
|
+
| tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-02-02 01:47:33 |
|
|
176
177
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
177
178
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
178
179
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
179
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) |
|
|
180
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-02 01:48:18 |
|
|
180
181
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
181
182
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
182
183
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
@@ -185,11 +186,11 @@
|
|
|
185
186
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-01-12 01:37:30 |
|
|
186
187
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
187
188
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
188
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-
|
|
189
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-02 01:51:59 |
|
|
189
190
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
190
191
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
|
|
191
192
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-19 01:54:45 |
|
|
192
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01
|
|
193
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-02-01 02:02:44 |
|
|
193
194
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
194
195
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
195
196
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -198,14 +199,14 @@
|
|
|
198
199
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-01-13 01:55:53 |
|
|
199
200
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-06 01:48:47 |
|
|
200
201
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
|
|
201
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-
|
|
202
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-02 01:56:25 |
|
|
202
203
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
203
204
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
|
|
204
205
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
|
|
205
206
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
206
207
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
207
208
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
|
|
208
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) |
|
|
209
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-01 02:06:28 |
|
|
209
210
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-17 01:58:04 |
|
|
210
211
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
211
212
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
|
|
@@ -213,10 +214,10 @@
|
|
|
213
214
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
214
215
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
215
216
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-16 02:18:27 |
|
|
216
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01
|
|
217
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01
|
|
217
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-01 02:09:35 |
|
|
218
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-01 02:11:44 |
|
|
218
219
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
219
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-01
|
|
220
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
|
|
220
221
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
221
222
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-01-09 01:59:51 |
|
|
222
223
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.530"
|
|
@@ -838,7 +838,7 @@ export class Client extends AbstractClient {
|
|
|
838
838
|
2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
|
|
839
839
|
3. 支持创建 MySQL 5.5、MySQL 5.6 、MySQL 5.7 和 MySQL 8.0 版本;
|
|
840
840
|
4. 支持创建主实例、灾备实例和只读实例;
|
|
841
|
-
5. 当入参指定 Port,ParamList 或 Password
|
|
841
|
+
5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作;
|
|
842
842
|
*/
|
|
843
843
|
async CreateDBInstanceHour(
|
|
844
844
|
req: CreateDBInstanceHourRequest,
|
|
@@ -4485,7 +4485,7 @@ export interface CreateDBInstanceRequest {
|
|
|
4485
4485
|
UniqSubnetId?: string
|
|
4486
4486
|
|
|
4487
4487
|
/**
|
|
4488
|
-
* 项目 ID
|
|
4488
|
+
* 项目 ID,不填为默认项目。购买只读实例和灾备实例时,项目 ID 默认和主实例保持一致。
|
|
4489
4489
|
*/
|
|
4490
4490
|
ProjectId?: number
|
|
4491
4491
|
|
|
@@ -7988,7 +7988,7 @@ export interface CreateDBInstanceHourRequest {
|
|
|
7988
7988
|
UniqSubnetId?: string
|
|
7989
7989
|
|
|
7990
7990
|
/**
|
|
7991
|
-
* 项目 ID
|
|
7991
|
+
* 项目 ID,不填为默认项目。
|
|
7992
7992
|
*/
|
|
7993
7993
|
ProjectId?: number
|
|
7994
7994
|
|
|
@@ -734,7 +734,7 @@ export class Client extends AbstractClient {
|
|
|
734
734
|
- CLB 绑定 SCF 仅支持绑定“Event 函数”类型的云函数。
|
|
735
735
|
*/
|
|
736
736
|
async RegisterFunctionTargets(
|
|
737
|
-
req
|
|
737
|
+
req: RegisterFunctionTargetsRequest,
|
|
738
738
|
cb?: (error: string, rep: RegisterFunctionTargetsResponse) => void
|
|
739
739
|
): Promise<RegisterFunctionTargetsResponse> {
|
|
740
740
|
return this.request("RegisterFunctionTargets", req, cb)
|
|
@@ -960,7 +960,37 @@ export interface RsWeightRule {
|
|
|
960
960
|
/**
|
|
961
961
|
* RegisterFunctionTargets请求参数结构体
|
|
962
962
|
*/
|
|
963
|
-
export
|
|
963
|
+
export interface RegisterFunctionTargetsRequest {
|
|
964
|
+
/**
|
|
965
|
+
* 负载均衡实例 ID。
|
|
966
|
+
*/
|
|
967
|
+
LoadBalancerId: string
|
|
968
|
+
|
|
969
|
+
/**
|
|
970
|
+
* 负载均衡监听器 ID。
|
|
971
|
+
*/
|
|
972
|
+
ListenerId: string
|
|
973
|
+
|
|
974
|
+
/**
|
|
975
|
+
* 待绑定的云函数列表。
|
|
976
|
+
*/
|
|
977
|
+
FunctionTargets: Array<FunctionTarget>
|
|
978
|
+
|
|
979
|
+
/**
|
|
980
|
+
* 目标转发规则的 ID,当将云函数绑定到七层转发规则时,必须输入此参数或 Domain+Url 参数。
|
|
981
|
+
*/
|
|
982
|
+
LocationId?: string
|
|
983
|
+
|
|
984
|
+
/**
|
|
985
|
+
* 目标转发规则的域名,若已经输入 LocationId 参数,则本参数不生效。
|
|
986
|
+
*/
|
|
987
|
+
Domain?: string
|
|
988
|
+
|
|
989
|
+
/**
|
|
990
|
+
* 目标转发规则的 URL,若已经输入 LocationId 参数,则本参数不生效。
|
|
991
|
+
*/
|
|
992
|
+
Url?: string
|
|
993
|
+
}
|
|
964
994
|
|
|
965
995
|
/**
|
|
966
996
|
* DeregisterTargetsFromClassicalLB请求参数结构体
|
|
@@ -81,6 +81,7 @@ import {
|
|
|
81
81
|
DeleteAuditRuleTemplatesRequest,
|
|
82
82
|
DescribeAuditRuleTemplatesResponse,
|
|
83
83
|
SwitchClusterZoneRequest,
|
|
84
|
+
RestartInstanceRequest,
|
|
84
85
|
Ability,
|
|
85
86
|
InstanceInitInfo,
|
|
86
87
|
UpgradeInstanceRequest,
|
|
@@ -171,6 +172,7 @@ import {
|
|
|
171
172
|
SwitchProxyVpcRequest,
|
|
172
173
|
DescribeBackupListResponse,
|
|
173
174
|
RollBackClusterResponse,
|
|
175
|
+
RestartInstanceResponse,
|
|
174
176
|
DescribeBinlogSaveDaysRequest,
|
|
175
177
|
ModifyBackupConfigRequest,
|
|
176
178
|
ActivateInstanceResponse,
|
|
@@ -579,13 +581,13 @@ export class Client extends AbstractClient {
|
|
|
579
581
|
}
|
|
580
582
|
|
|
581
583
|
/**
|
|
582
|
-
*
|
|
584
|
+
* 重启实例
|
|
583
585
|
*/
|
|
584
|
-
async
|
|
585
|
-
req:
|
|
586
|
-
cb?: (error: string, rep:
|
|
587
|
-
): Promise<
|
|
588
|
-
return this.request("
|
|
586
|
+
async RestartInstance(
|
|
587
|
+
req: RestartInstanceRequest,
|
|
588
|
+
cb?: (error: string, rep: RestartInstanceResponse) => void
|
|
589
|
+
): Promise<RestartInstanceResponse> {
|
|
590
|
+
return this.request("RestartInstance", req, cb)
|
|
589
591
|
}
|
|
590
592
|
|
|
591
593
|
/**
|
|
@@ -668,6 +670,16 @@ export class Client extends AbstractClient {
|
|
|
668
670
|
return this.request("ModifyClusterName", req, cb)
|
|
669
671
|
}
|
|
670
672
|
|
|
673
|
+
/**
|
|
674
|
+
* 本接口(SwitchProxyVpc)更换数据库代理vpc
|
|
675
|
+
*/
|
|
676
|
+
async SwitchProxyVpc(
|
|
677
|
+
req: SwitchProxyVpcRequest,
|
|
678
|
+
cb?: (error: string, rep: SwitchProxyVpcResponse) => void
|
|
679
|
+
): Promise<SwitchProxyVpcResponse> {
|
|
680
|
+
return this.request("SwitchProxyVpc", req, cb)
|
|
681
|
+
}
|
|
682
|
+
|
|
671
683
|
/**
|
|
672
684
|
* 该接口(DescribeClusterDetail)显示集群详情
|
|
673
685
|
*/
|
|
@@ -1488,6 +1488,16 @@ export interface SwitchClusterZoneRequest {
|
|
|
1488
1488
|
IsInMaintainPeriod?: string
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
|
+
/**
|
|
1492
|
+
* RestartInstance请求参数结构体
|
|
1493
|
+
*/
|
|
1494
|
+
export interface RestartInstanceRequest {
|
|
1495
|
+
/**
|
|
1496
|
+
* 实例id
|
|
1497
|
+
*/
|
|
1498
|
+
InstanceId: string
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1491
1501
|
/**
|
|
1492
1502
|
* 集群支持的功能
|
|
1493
1503
|
*/
|
|
@@ -4448,6 +4458,21 @@ export interface RollBackClusterResponse {
|
|
|
4448
4458
|
RequestId?: string
|
|
4449
4459
|
}
|
|
4450
4460
|
|
|
4461
|
+
/**
|
|
4462
|
+
* RestartInstance返回参数结构体
|
|
4463
|
+
*/
|
|
4464
|
+
export interface RestartInstanceResponse {
|
|
4465
|
+
/**
|
|
4466
|
+
* 异步任务id
|
|
4467
|
+
*/
|
|
4468
|
+
FlowId: number
|
|
4469
|
+
|
|
4470
|
+
/**
|
|
4471
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4472
|
+
*/
|
|
4473
|
+
RequestId?: string
|
|
4474
|
+
}
|
|
4475
|
+
|
|
4451
4476
|
/**
|
|
4452
4477
|
* DescribeBinlogSaveDays请求参数结构体
|
|
4453
4478
|
*/
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
CreateSchemeUrlRequest,
|
|
25
25
|
CreateFlowApproversResponse,
|
|
26
26
|
UploadFilesRequest,
|
|
27
|
-
|
|
27
|
+
RemindFlowRecords,
|
|
28
28
|
FlowCreateApprover,
|
|
29
29
|
DescribeThirdPartyAuthCodeResponse,
|
|
30
30
|
CreateIntegrationEmployeesRequest,
|
|
@@ -33,6 +33,7 @@ import {
|
|
|
33
33
|
StaffRole,
|
|
34
34
|
FlowApproverUrlInfo,
|
|
35
35
|
CreateConvertTaskApiRequest,
|
|
36
|
+
CreateFlowRemindsResponse,
|
|
36
37
|
Agent,
|
|
37
38
|
FlowApproverDetail,
|
|
38
39
|
DescribeFlowTemplatesRequest,
|
|
@@ -66,6 +67,7 @@ import {
|
|
|
66
67
|
DescribeFileUrlsResponse,
|
|
67
68
|
AuthorizedUser,
|
|
68
69
|
CreateDocumentRequest,
|
|
70
|
+
CreateMultiFlowSignQRCodeResponse,
|
|
69
71
|
DescribeOrganizationSealsResponse,
|
|
70
72
|
DeleteIntegrationEmployeesRequest,
|
|
71
73
|
SignQrCode,
|
|
@@ -97,6 +99,7 @@ import {
|
|
|
97
99
|
CancelFlowRequest,
|
|
98
100
|
UploadFile,
|
|
99
101
|
Component,
|
|
102
|
+
CreateFlowRemindsRequest,
|
|
100
103
|
DescribeFlowBriefsRequest,
|
|
101
104
|
SignUrl,
|
|
102
105
|
VerifyPdfResponse,
|
|
@@ -339,6 +342,16 @@ export class Client extends AbstractClient {
|
|
|
339
342
|
return this.request("DescribeIntegrationEmployees", req, cb)
|
|
340
343
|
}
|
|
341
344
|
|
|
345
|
+
/**
|
|
346
|
+
* 创建签署链接,需要联系运营人员开白后才可使用
|
|
347
|
+
*/
|
|
348
|
+
async CreateFlowSignUrl(
|
|
349
|
+
req: CreateFlowSignUrlRequest,
|
|
350
|
+
cb?: (error: string, rep: CreateFlowSignUrlResponse) => void
|
|
351
|
+
): Promise<CreateFlowSignUrlResponse> {
|
|
352
|
+
return this.request("CreateFlowSignUrl", req, cb)
|
|
353
|
+
}
|
|
354
|
+
|
|
342
355
|
/**
|
|
343
356
|
* 创建文件转换任务
|
|
344
357
|
*/
|
|
@@ -374,13 +387,15 @@ export class Client extends AbstractClient {
|
|
|
374
387
|
}
|
|
375
388
|
|
|
376
389
|
/**
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
390
|
+
* 指定需要批量催办的签署流程Id,批量催办合同,最多100个; 接口失败后返回错误信息
|
|
391
|
+
注意:
|
|
392
|
+
该接口需要开白后使用
|
|
393
|
+
*/
|
|
394
|
+
async CreateFlowReminds(
|
|
395
|
+
req: CreateFlowRemindsRequest,
|
|
396
|
+
cb?: (error: string, rep: CreateFlowRemindsResponse) => void
|
|
397
|
+
): Promise<CreateFlowRemindsResponse> {
|
|
398
|
+
return this.request("CreateFlowReminds", req, cb)
|
|
384
399
|
}
|
|
385
400
|
|
|
386
401
|
/**
|
|
@@ -165,23 +165,23 @@ true--是,处理置白
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* 催办接口返回详细信息
|
|
169
169
|
*/
|
|
170
|
-
export interface
|
|
170
|
+
export interface RemindFlowRecords {
|
|
171
171
|
/**
|
|
172
|
-
*
|
|
172
|
+
* 是否能够催办
|
|
173
173
|
*/
|
|
174
|
-
|
|
174
|
+
CanRemind: boolean
|
|
175
175
|
|
|
176
176
|
/**
|
|
177
|
-
*
|
|
177
|
+
* 合同id
|
|
178
178
|
*/
|
|
179
|
-
|
|
179
|
+
FlowId: string
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
*
|
|
182
|
+
* 催办详情
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
RemindMessage: string
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
/**
|
|
@@ -421,6 +421,21 @@ export interface CreateConvertTaskApiRequest {
|
|
|
421
421
|
Organization?: OrganizationInfo
|
|
422
422
|
}
|
|
423
423
|
|
|
424
|
+
/**
|
|
425
|
+
* CreateFlowReminds返回参数结构体
|
|
426
|
+
*/
|
|
427
|
+
export interface CreateFlowRemindsResponse {
|
|
428
|
+
/**
|
|
429
|
+
* 签署连接过期时间字符串:年月日-时分秒
|
|
430
|
+
*/
|
|
431
|
+
RemindFlowRecords: Array<RemindFlowRecords>
|
|
432
|
+
|
|
433
|
+
/**
|
|
434
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
435
|
+
*/
|
|
436
|
+
RequestId?: string
|
|
437
|
+
}
|
|
438
|
+
|
|
424
439
|
/**
|
|
425
440
|
* 应用相关信息
|
|
426
441
|
*/
|
|
@@ -1734,6 +1749,26 @@ export interface CreateDocumentRequest {
|
|
|
1734
1749
|
ClientToken?: string
|
|
1735
1750
|
}
|
|
1736
1751
|
|
|
1752
|
+
/**
|
|
1753
|
+
* CreateMultiFlowSignQRCode返回参数结构体
|
|
1754
|
+
*/
|
|
1755
|
+
export interface CreateMultiFlowSignQRCodeResponse {
|
|
1756
|
+
/**
|
|
1757
|
+
* 签署二维码对象
|
|
1758
|
+
*/
|
|
1759
|
+
QrCode: SignQrCode
|
|
1760
|
+
|
|
1761
|
+
/**
|
|
1762
|
+
* 签署链接对象
|
|
1763
|
+
*/
|
|
1764
|
+
SignUrls: SignUrl
|
|
1765
|
+
|
|
1766
|
+
/**
|
|
1767
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1768
|
+
*/
|
|
1769
|
+
RequestId?: string
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1737
1772
|
/**
|
|
1738
1773
|
* DescribeOrganizationSeals返回参数结构体
|
|
1739
1774
|
*/
|
|
@@ -2751,6 +2786,21 @@ KEYWORD 关键字,使用ComponentId指定关键字
|
|
|
2751
2786
|
KeywordIndexes?: Array<number>
|
|
2752
2787
|
}
|
|
2753
2788
|
|
|
2789
|
+
/**
|
|
2790
|
+
* CreateFlowReminds请求参数结构体
|
|
2791
|
+
*/
|
|
2792
|
+
export interface CreateFlowRemindsRequest {
|
|
2793
|
+
/**
|
|
2794
|
+
* 调用方用户信息,userId 必填
|
|
2795
|
+
*/
|
|
2796
|
+
Operator: UserInfo
|
|
2797
|
+
|
|
2798
|
+
/**
|
|
2799
|
+
* 需要执行撤回的签署流程id数组,最多100个
|
|
2800
|
+
*/
|
|
2801
|
+
FlowIds: Array<string>
|
|
2802
|
+
}
|
|
2803
|
+
|
|
2754
2804
|
/**
|
|
2755
2805
|
* DescribeFlowBriefs请求参数结构体
|
|
2756
2806
|
*/
|