tencentcloud-sdk-nodejs 4.0.535 → 4.0.537
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 +366 -0
- package/SERVICE_CHANGELOG.md +405 -158
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +2 -0
- package/src/services/clb/v20180317/clb_models.ts +10 -10
- package/src/services/cls/v20201016/cls_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +6 -1
- package/src/services/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +26 -1
- package/src/services/domain/v20180808/domain_models.ts +5 -0
- package/src/services/dts/v20211206/dts_models.ts +23 -5
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +16 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +16 -4
- package/src/services/iai/v20180301/iai_client.ts +12 -4
- package/src/services/iai/v20200303/iai_client.ts +13 -5
- package/src/services/monitor/v20180724/monitor_models.ts +8 -3
- package/src/services/rum/v20210622/rum_client.ts +36 -0
- package/src/services/rum/v20210622/rum_models.ts +105 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
- package/src/services/tcr/v20190924/tcr_client.ts +4 -3
- package/src/services/tcr/v20190924/tcr_models.ts +83 -12
- package/src/services/tdmq/v20200217/tdmq_models.ts +22 -10
- package/src/services/tse/v20201207/tse_models.ts +25 -6
- package/src/services/tsf/v20180326/tsf_client.ts +13 -1
- package/src/services/tsf/v20180326/tsf_models.ts +95 -21
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +3 -2
- package/src/services/vpc/v20170312/vpc_client.ts +11 -11
- package/src/services/vpc/v20170312/vpc_models.ts +90 -51
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +10 -10
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +15 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -4
- package/tencentcloud/services/iai/v20180301/iai_client.d.ts +12 -4
- package/tencentcloud/services/iai/v20180301/iai_client.js +12 -4
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +12 -4
- package/tencentcloud/services/iai/v20200303/iai_client.js +12 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +13 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +18 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +90 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +1 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +69 -11
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -10
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +21 -4
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +81 -18
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -7
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +81 -48
- package/test/rum.v20210622.test.js +30 -0
- package/test/tsf.v20180326.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -9,12 +9,12 @@
|
|
|
9
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
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-
|
|
12
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-02-10 01:02:06 |
|
|
13
13
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
14
14
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
15
15
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) |
|
|
17
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-02-13 01:07:47 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-02-06 01:03:29 |
|
|
19
19
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-09 01:04:17 |
|
|
20
20
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
@@ -38,34 +38,34 @@
|
|
|
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
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-02-10 01:08:35 |
|
|
42
42
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-02-09 01:09:05 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-02-10 01:09:32 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-02-10 01:10:44 |
|
|
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) | 2023-02-08 01:18:00 |
|
|
48
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
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-
|
|
50
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-02-13 01:16:57 |
|
|
51
51
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-01-06 18:21:15 |
|
|
52
52
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
|
|
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-02-
|
|
57
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-10 01:13:21 |
|
|
57
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-13 01:20:35 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-02-07 01:15:35 |
|
|
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 |
|
|
61
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
61
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-02-10 01:19:47 |
|
|
62
62
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-02-09 01:15:56 |
|
|
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
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-02-
|
|
68
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-
|
|
67
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-10 01:22:56 |
|
|
68
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-02-13 01:29:52 |
|
|
69
69
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
70
70
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-07 01:22:36 |
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-02-07 01:23:16 |
|
|
@@ -75,13 +75,13 @@
|
|
|
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
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-
|
|
78
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-10 01:28:27 |
|
|
79
79
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-09 01:32:08 |
|
|
80
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-
|
|
80
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-02-13 01:35:50 |
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
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
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-02-13 01:36:33 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
|
|
91
91
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
|
|
92
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-
|
|
94
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-
|
|
93
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-13 01:39:26 |
|
|
94
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-13 01:39:50 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
|
|
96
96
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
106
106
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-13 01:28:00 |
|
|
107
107
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-01-12 01:21:36 |
|
|
108
|
-
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) |
|
|
108
|
+
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-02-10 01:38:04 |
|
|
109
109
|
| ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
|
|
110
110
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2022-04-13 06:46:31 |
|
|
111
111
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-10-25 06:37:05 |
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
|
|
123
123
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-02-07 16:41:11 |
|
|
124
124
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
|
|
125
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-
|
|
125
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-13 01:49:17 |
|
|
126
126
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
|
|
127
127
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-09 01:48:30 |
|
|
128
128
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
|
|
135
135
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
136
136
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-03 01:32:59 |
|
|
137
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-
|
|
137
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-13 01:52:53 |
|
|
138
138
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
|
|
139
139
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
140
140
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
156
156
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
157
157
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
158
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-
|
|
158
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-02-10 01:54:01 |
|
|
159
159
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-02-08 01:56:26 |
|
|
160
160
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
161
161
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-12-28 01:09:31 |
|
|
164
164
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
|
|
165
165
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
166
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-02-
|
|
166
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-02-13 02:01:30 |
|
|
167
167
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-01-05 01:39:20 |
|
|
168
168
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
|
|
169
169
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
@@ -178,16 +178,16 @@
|
|
|
178
178
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
179
179
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
180
180
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
|
|
181
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-
|
|
181
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-10 01:58:55 |
|
|
182
182
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
183
183
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
184
184
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
185
185
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
|
|
186
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-
|
|
186
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-02-13 02:05:57 |
|
|
187
187
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-02-06 02:04:53 |
|
|
188
188
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
|
|
189
189
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
|
|
190
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-
|
|
190
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-10 02:03:51 |
|
|
191
191
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
192
192
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2023-02-09 02:12:10 |
|
|
193
193
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-02-09 02:15:06 |
|
|
@@ -207,15 +207,15 @@
|
|
|
207
207
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
208
208
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-01-31 02:06:12 |
|
|
209
209
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-12 01:44:46 |
|
|
210
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-
|
|
211
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-
|
|
210
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-02-10 02:12:51 |
|
|
211
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-02-13 02:17:25 |
|
|
212
212
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
213
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-
|
|
213
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-02-10 02:14:51 |
|
|
214
214
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
215
215
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
216
216
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
217
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-
|
|
218
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-
|
|
217
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-02-10 02:15:24 |
|
|
218
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-13 02:21:03 |
|
|
219
219
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-06 02:56:05 |
|
|
220
220
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
221
221
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.537"
|
|
@@ -1759,6 +1759,11 @@ export interface SourceServer {
|
|
|
1759
1759
|
* 源站的回源权重,取值1~100
|
|
1760
1760
|
*/
|
|
1761
1761
|
Weight: number
|
|
1762
|
+
|
|
1763
|
+
/**
|
|
1764
|
+
* 端口号:0~65535
|
|
1765
|
+
*/
|
|
1766
|
+
Port?: number
|
|
1762
1767
|
}
|
|
1763
1768
|
|
|
1764
1769
|
/**
|
|
@@ -2350,6 +2355,16 @@ export interface Layer7Rule {
|
|
|
2350
2355
|
* 规则所属的资源实例
|
|
2351
2356
|
*/
|
|
2352
2357
|
InstanceDetailRule?: Array<RuleInstanceRelation>
|
|
2358
|
+
|
|
2359
|
+
/**
|
|
2360
|
+
* 协议
|
|
2361
|
+
*/
|
|
2362
|
+
Protocol?: string
|
|
2363
|
+
|
|
2364
|
+
/**
|
|
2365
|
+
* 端口号
|
|
2366
|
+
*/
|
|
2367
|
+
Vport?: number
|
|
2353
2368
|
}
|
|
2354
2369
|
|
|
2355
2370
|
/**
|
|
@@ -1475,14 +1475,14 @@ export interface ModifySnapshotAttributeRequest {
|
|
|
1475
1475
|
SnapshotId: string
|
|
1476
1476
|
|
|
1477
1477
|
/**
|
|
1478
|
-
*
|
|
1478
|
+
* 快照的保留方式,FALSE表示非永久保留,TRUE表示永久保留。
|
|
1479
1479
|
*/
|
|
1480
|
-
|
|
1480
|
+
IsPermanent?: boolean
|
|
1481
1481
|
|
|
1482
1482
|
/**
|
|
1483
|
-
*
|
|
1483
|
+
* 新的快照名称。最长为60个字符。
|
|
1484
1484
|
*/
|
|
1485
|
-
|
|
1485
|
+
SnapshotName?: string
|
|
1486
1486
|
|
|
1487
1487
|
/**
|
|
1488
1488
|
* 快照的到期时间;设置好快照将会被同时设置为非永久保留方式;超过到期时间后快照将会被自动删除。
|
|
@@ -6891,7 +6891,7 @@ export interface CreateBackupRequest {
|
|
|
6891
6891
|
InstanceId: string
|
|
6892
6892
|
|
|
6893
6893
|
/**
|
|
6894
|
-
* 目标备份方法,可选的值:logical - 逻辑冷备,physical -
|
|
6894
|
+
* 目标备份方法,可选的值:logical - 逻辑冷备,physical - 物理冷备,snapshot - 快照备份。基础版实例仅支持快照备份。
|
|
6895
6895
|
*/
|
|
6896
6896
|
BackupMethod: string
|
|
6897
6897
|
|
|
@@ -941,6 +941,7 @@ export interface BriefDomain {
|
|
|
941
941
|
* 加速服务状态
|
|
942
942
|
rejected:域名审核未通过,域名备案过期/被注销导致
|
|
943
943
|
processing:部署中
|
|
944
|
+
closing:关闭中
|
|
944
945
|
online:已启动
|
|
945
946
|
offline:已关闭
|
|
946
947
|
*/
|
|
@@ -6670,6 +6671,7 @@ export interface DetailDomain {
|
|
|
6670
6671
|
* 加速服务状态
|
|
6671
6672
|
rejected:域名审核未通过,域名备案过期/被注销导致
|
|
6672
6673
|
processing:部署中
|
|
6674
|
+
closing:关闭中
|
|
6673
6675
|
online:已启动
|
|
6674
6676
|
offline:已关闭
|
|
6675
6677
|
*/
|
|
@@ -47,12 +47,12 @@ export interface DescribeTargetGroupListResponse {
|
|
|
47
47
|
/**
|
|
48
48
|
* 显示的结果数量。
|
|
49
49
|
*/
|
|
50
|
-
TotalCount
|
|
50
|
+
TotalCount?: number
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
53
|
* 显示的目标组信息集合。
|
|
54
54
|
*/
|
|
55
|
-
TargetGroupSet
|
|
55
|
+
TargetGroupSet?: Array<TargetGroupInfo>
|
|
56
56
|
|
|
57
57
|
/**
|
|
58
58
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1429,12 +1429,12 @@ export interface DescribeTargetGroupsResponse {
|
|
|
1429
1429
|
/**
|
|
1430
1430
|
* 显示的结果数量。
|
|
1431
1431
|
*/
|
|
1432
|
-
TotalCount
|
|
1432
|
+
TotalCount?: number
|
|
1433
1433
|
|
|
1434
1434
|
/**
|
|
1435
1435
|
* 显示的目标组信息集合。
|
|
1436
1436
|
*/
|
|
1437
|
-
TargetGroupSet
|
|
1437
|
+
TargetGroupSet?: Array<TargetGroupInfo>
|
|
1438
1438
|
|
|
1439
1439
|
/**
|
|
1440
1440
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3215,7 +3215,7 @@ export interface CreateListenerResponse {
|
|
|
3215
3215
|
/**
|
|
3216
3216
|
* 创建的监听器的唯一标识数组。
|
|
3217
3217
|
*/
|
|
3218
|
-
ListenerIds
|
|
3218
|
+
ListenerIds?: Array<string>
|
|
3219
3219
|
|
|
3220
3220
|
/**
|
|
3221
3221
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3755,7 +3755,7 @@ export interface CreateListenerRequest {
|
|
|
3755
3755
|
Ports: Array<number>
|
|
3756
3756
|
|
|
3757
3757
|
/**
|
|
3758
|
-
* 监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL
|
|
3758
|
+
* 监听器协议: TCP | UDP | HTTP | HTTPS | TCP_SSL | QUIC。
|
|
3759
3759
|
*/
|
|
3760
3760
|
Protocol: string
|
|
3761
3761
|
|
|
@@ -4801,17 +4801,17 @@ export interface DescribeTargetGroupInstancesResponse {
|
|
|
4801
4801
|
/**
|
|
4802
4802
|
* 本次查询的结果数量。
|
|
4803
4803
|
*/
|
|
4804
|
-
TotalCount
|
|
4804
|
+
TotalCount?: number
|
|
4805
4805
|
|
|
4806
4806
|
/**
|
|
4807
4807
|
* 绑定的服务器信息。
|
|
4808
4808
|
*/
|
|
4809
|
-
TargetGroupInstanceSet
|
|
4809
|
+
TargetGroupInstanceSet?: Array<TargetGroupBackend>
|
|
4810
4810
|
|
|
4811
4811
|
/**
|
|
4812
4812
|
* 实际统计数量,不受Limit、Offset、CAM的影响。
|
|
4813
4813
|
*/
|
|
4814
|
-
RealCount
|
|
4814
|
+
RealCount?: number
|
|
4815
4815
|
|
|
4816
4816
|
/**
|
|
4817
4817
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5191,7 +5191,7 @@ export interface DescribeRewriteResponse {
|
|
|
5191
5191
|
/**
|
|
5192
5192
|
* 重定向转发规则构成的数组,若无重定向规则,则返回空数组。
|
|
5193
5193
|
*/
|
|
5194
|
-
RewriteSet
|
|
5194
|
+
RewriteSet?: Array<RuleOutput>
|
|
5195
5195
|
|
|
5196
5196
|
/**
|
|
5197
5197
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1478,7 +1478,7 @@ export interface RunInstancesResponse {
|
|
|
1478
1478
|
/**
|
|
1479
1479
|
* 当通过本接口来创建实例时会返回该参数,表示一个或多个实例`ID`。返回实例`ID`列表并不代表实例创建成功,可根据 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口查询返回的InstancesSet中对应实例的`ID`的状态来判断创建是否完成;如果实例状态由“PENDING(创建中)”变为“RUNNING(运行中)”,则为创建成功。
|
|
1480
1480
|
*/
|
|
1481
|
-
InstanceIdSet
|
|
1481
|
+
InstanceIdSet?: Array<string>
|
|
1482
1482
|
|
|
1483
1483
|
/**
|
|
1484
1484
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3587,7 +3587,7 @@ export interface ActionTimer {
|
|
|
3587
3587
|
TimerAction?: string
|
|
3588
3588
|
|
|
3589
3589
|
/**
|
|
3590
|
-
*
|
|
3590
|
+
* 执行时间,按照ISO8601标准表示,并且使用UTC时间。格式为 YYYY-MM-DDThh:mm:ssZ。例如 2018-05-29T11:26:40Z,执行时间必须大于当前时间5分钟。
|
|
3591
3591
|
*/
|
|
3592
3592
|
ActionTime?: string
|
|
3593
3593
|
|
|
@@ -15642,7 +15642,12 @@ export interface DeleteAttackLogsRequest {
|
|
|
15642
15642
|
/**
|
|
15643
15643
|
* 日志ID数组,最大100条。
|
|
15644
15644
|
*/
|
|
15645
|
-
Ids
|
|
15645
|
+
Ids?: Array<number>
|
|
15646
|
+
|
|
15647
|
+
/**
|
|
15648
|
+
* 是否全部删除
|
|
15649
|
+
*/
|
|
15650
|
+
IsAll?: boolean
|
|
15646
15651
|
}
|
|
15647
15652
|
|
|
15648
15653
|
/**
|
|
@@ -586,7 +586,7 @@ export class Client extends AbstractClient {
|
|
|
586
586
|
* 生成创建托管表语句
|
|
587
587
|
*/
|
|
588
588
|
async GenerateCreateMangedTableSql(
|
|
589
|
-
req
|
|
589
|
+
req: GenerateCreateMangedTableSqlRequest,
|
|
590
590
|
cb?: (error: string, rep: GenerateCreateMangedTableSqlResponse) => void
|
|
591
591
|
): Promise<GenerateCreateMangedTableSqlResponse> {
|
|
592
592
|
return this.request("GenerateCreateMangedTableSql", req, cb)
|
|
@@ -1153,7 +1153,27 @@ export interface DetachWorkGroupPolicyResponse {
|
|
|
1153
1153
|
/**
|
|
1154
1154
|
* GenerateCreateMangedTableSql请求参数结构体
|
|
1155
1155
|
*/
|
|
1156
|
-
export
|
|
1156
|
+
export interface GenerateCreateMangedTableSqlRequest {
|
|
1157
|
+
/**
|
|
1158
|
+
* 表基本信息
|
|
1159
|
+
*/
|
|
1160
|
+
TableBaseInfo: TableBaseInfo
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* 表字段信息
|
|
1164
|
+
*/
|
|
1165
|
+
Columns: Array<TColumn>
|
|
1166
|
+
|
|
1167
|
+
/**
|
|
1168
|
+
* 表分区信息
|
|
1169
|
+
*/
|
|
1170
|
+
Partitions?: Array<TPartition>
|
|
1171
|
+
|
|
1172
|
+
/**
|
|
1173
|
+
* 表属性信息
|
|
1174
|
+
*/
|
|
1175
|
+
Properties?: Array<Property>
|
|
1176
|
+
}
|
|
1157
1177
|
|
|
1158
1178
|
/**
|
|
1159
1179
|
* CSV序列化及反序列化数据结构
|
|
@@ -1394,6 +1414,11 @@ export interface CreateDatabaseRequest {
|
|
|
1394
1414
|
* GenerateCreateMangedTableSql返回参数结构体
|
|
1395
1415
|
*/
|
|
1396
1416
|
export interface GenerateCreateMangedTableSqlResponse {
|
|
1417
|
+
/**
|
|
1418
|
+
* 创建托管存储内表sql语句描述
|
|
1419
|
+
*/
|
|
1420
|
+
Execution: Execution
|
|
1421
|
+
|
|
1397
1422
|
/**
|
|
1398
1423
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1399
1424
|
*/
|
|
@@ -331,13 +331,13 @@ export interface TableItem {
|
|
|
331
331
|
TableName?: string
|
|
332
332
|
|
|
333
333
|
/**
|
|
334
|
-
* 迁移后的表名,当TableEditMode为rename
|
|
334
|
+
* 迁移后的表名,当TableEditMode为rename时此项必填,注意此配置与TmpTables互斥,只能使用其中一种
|
|
335
335
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
336
336
|
*/
|
|
337
337
|
NewTableName?: string
|
|
338
338
|
|
|
339
339
|
/**
|
|
340
|
-
*
|
|
340
|
+
* 迁移临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在迁移过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["\_t1\_new","\_t1\_old"];如要对t1进行gh-ost操作,此项配置应该为["\_t1\_ghc","\_t1\_gho","\_t1\_del"],pt-osc与gh-ost产生的临时表可同时配置。
|
|
341
341
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
342
342
|
*/
|
|
343
343
|
TmpTables?: Array<string>
|
|
@@ -2349,7 +2349,7 @@ export interface ResumeMigrateJobRequest {
|
|
|
2349
2349
|
JobId: string
|
|
2350
2350
|
|
|
2351
2351
|
/**
|
|
2352
|
-
* 恢复任务的模式,目前的取值有:clearData 清空目标实例数据,overwrite 以覆盖写的方式执行任务,normal
|
|
2352
|
+
* 恢复任务的模式,目前的取值有:clearData 清空目标实例数据,overwrite 以覆盖写的方式执行任务,normal 跟正常流程一样,不做额外动作;注意,clearData、overwrite仅对redis生效,normal仅针对非redis链路生效
|
|
2353
2353
|
*/
|
|
2354
2354
|
ResumeOption: string
|
|
2355
2355
|
}
|
|
@@ -3087,7 +3087,7 @@ export interface Objects {
|
|
|
3087
3087
|
AdvancedObjects?: Array<string>
|
|
3088
3088
|
|
|
3089
3089
|
/**
|
|
3090
|
-
* OnlineDDL
|
|
3090
|
+
* OnlineDDL类型,冗余字段不做配置用途
|
|
3091
3091
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3092
3092
|
*/
|
|
3093
3093
|
OnlineDDL?: OnlineDDL
|
|
@@ -3781,7 +3781,13 @@ export interface RecoverMigrateJobRequest {
|
|
|
3781
3781
|
/**
|
|
3782
3782
|
* OnlineDDL类型
|
|
3783
3783
|
*/
|
|
3784
|
-
export
|
|
3784
|
+
export interface OnlineDDL {
|
|
3785
|
+
/**
|
|
3786
|
+
* 状态
|
|
3787
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3788
|
+
*/
|
|
3789
|
+
Status: string
|
|
3790
|
+
}
|
|
3785
3791
|
|
|
3786
3792
|
/**
|
|
3787
3793
|
* 迁移对象选项,需要告知迁移服务迁移哪些库表对象
|
|
@@ -3837,6 +3843,18 @@ export interface Table {
|
|
|
3837
3843
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3838
3844
|
*/
|
|
3839
3845
|
FilterCondition?: string
|
|
3846
|
+
|
|
3847
|
+
/**
|
|
3848
|
+
* 同步临时表,注意此配置与NewTableName互斥,只能使用其中一种。当配置的同步对象为表级别且TableEditMode为pt时此项有意义,针对pt-osc等工具在同步过程中产生的临时表进行同步,需要提前将可能的临时表配置在这里,否则不会同步任何临时表。示例,如要对t1进行pt-osc操作,此项配置应该为["\_t1\_new","\_t1\_old"];如要对t1进行gh-ost操作,此项配置应该为["\_t1\_ghc","\_t1\_gho","\_t1\_del"],pt-osc与gh-ost产生的临时表可同时配置。
|
|
3849
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3850
|
+
*/
|
|
3851
|
+
TmpTables?: Array<string>
|
|
3852
|
+
|
|
3853
|
+
/**
|
|
3854
|
+
* 编辑表类型,rename(表映射),pt(同步附加表)
|
|
3855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3856
|
+
*/
|
|
3857
|
+
TableEditMode?: string
|
|
3840
3858
|
}
|
|
3841
3859
|
|
|
3842
3860
|
/**
|
|
@@ -417,7 +417,7 @@ export interface CreateFlowRemindsResponse {
|
|
|
417
417
|
/**
|
|
418
418
|
* 签署连接过期时间字符串:年月日-时分秒
|
|
419
419
|
*/
|
|
420
|
-
RemindFlowRecords
|
|
420
|
+
RemindFlowRecords?: Array<RemindFlowRecords>
|
|
421
421
|
|
|
422
422
|
/**
|
|
423
423
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1872,12 +1872,12 @@ export interface DescribeOrganizationSealsResponse {
|
|
|
1872
1872
|
/**
|
|
1873
1873
|
* 在设置了SealId时返回0或1,没有设置时返回公司的总印章数量,可能比返回的印章数组数量多
|
|
1874
1874
|
*/
|
|
1875
|
-
TotalCount
|
|
1875
|
+
TotalCount?: number
|
|
1876
1876
|
|
|
1877
1877
|
/**
|
|
1878
1878
|
* 查询到的印章结果数组
|
|
1879
1879
|
*/
|
|
1880
|
-
Seals
|
|
1880
|
+
Seals?: Array<OccupiedSeal>
|
|
1881
1881
|
|
|
1882
1882
|
/**
|
|
1883
1883
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2750,6 +2750,17 @@ export interface DescribeOrganizationSealsRequest {
|
|
|
2750
2750
|
* 印章id(没有输入返回所有)
|
|
2751
2751
|
*/
|
|
2752
2752
|
SealId?: string
|
|
2753
|
+
|
|
2754
|
+
/**
|
|
2755
|
+
* 印章类型列表(都是组织机构印章)。
|
|
2756
|
+
为空时查询所有类型的印章。
|
|
2757
|
+
目前支持以下类型:
|
|
2758
|
+
OFFICIAL:企业公章;
|
|
2759
|
+
CONTRACT:合同专用章;
|
|
2760
|
+
ORGANIZATION_SEAL:企业印章(图片上传创建);
|
|
2761
|
+
LEGAL_PERSON_SEAL:法定代表人章
|
|
2762
|
+
*/
|
|
2763
|
+
SealTypes?: Array<string>
|
|
2753
2764
|
}
|
|
2754
2765
|
|
|
2755
2766
|
/**
|
|
@@ -2814,7 +2825,8 @@ SIGN_DATE - 签署日期控件;
|
|
|
2814
2825
|
SIGN_SIGNATURE - 用户签名控件;
|
|
2815
2826
|
SIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);
|
|
2816
2827
|
SIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight
|
|
2817
|
-
SIGN_OPINION -
|
|
2828
|
+
SIGN_OPINION - 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;
|
|
2829
|
+
SIGN_LEGAL_PERSON_SEAL - 企业法定代表人控件。
|
|
2818
2830
|
|
|
2819
2831
|
表单域的控件不能作为印章和签名控件
|
|
2820
2832
|
*/
|