tencentcloud-sdk-nodejs 4.0.733 → 4.0.734
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 +715 -0
- package/SERVICE_CHANGELOG.md +1342 -16
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +52 -8
- package/src/services/csip/v20221121/csip_models.ts +24 -24
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +1 -1
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +28 -27
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -41
- package/src/services/hai/v20230812/hai_client.ts +17 -1
- package/src/services/hai/v20230812/hai_models.ts +24 -0
- package/src/services/ms/v20180408/ms_models.ts +34 -16
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +23 -0
- package/src/services/ssa/v20180608/ssa_client.ts +6 -46
- package/src/services/ssa/v20180608/ssa_models.ts +60 -576
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +52 -24
- package/src/services/tds/v20220801/tds_models.ts +18 -14
- package/src/services/tse/v20201207/tse_client.ts +60 -7
- package/src/services/tse/v20201207/tse_models.ts +251 -5
- package/src/services/vod/v20180717/vod_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +163 -62
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4995 -790
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +52 -8
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +24 -24
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +1 -1
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- 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 +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +28 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +43 -41
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +5 -1
- package/tencentcloud/services/hai/v20230812/hai_client.js +6 -0
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +22 -0
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +34 -16
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -0
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +1 -13
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +0 -18
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +60 -566
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +50 -24
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +18 -14
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +19 -3
- package/tencentcloud/services/tse/v20201207/tse_client.js +27 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +238 -5
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +51 -51
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4881 -777
- package/test/hai.v20230812.test.js +10 -0
- package/test/ssa.v20180608.test.js +0 -30
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tse.v20201207.test.js +42 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-10 01:09:57 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
52
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-
|
|
52
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-11-15 01:17:59 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
54
54
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -66,12 +66,12 @@
|
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-
|
|
69
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-15 01:23:10 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
71
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-11-06 00:05:55 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-27 01:29:35 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-
|
|
74
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-15 01:28:17 |
|
|
75
75
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-11-09 01:11:47 |
|
|
76
76
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
77
77
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
80
80
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-11-13 00:10:11 |
|
|
81
81
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
82
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-
|
|
83
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-
|
|
82
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-11-15 01:31:42 |
|
|
83
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
|
|
84
84
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-20 01:14:01 |
|
|
85
85
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
86
86
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
87
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
|
|
88
88
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
89
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-
|
|
89
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-11-15 01:36:06 |
|
|
90
90
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-31 01:45:32 |
|
|
91
91
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
92
92
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-30 00:42:05 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-11-15 01:39:28 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-11-15 01:40:17 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
109
109
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
110
110
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
111
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-
|
|
111
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-11-15 01:43:11 |
|
|
112
112
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
113
113
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
114
114
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-10-24 01:16:21 |
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
|
|
123
123
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
124
124
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
125
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-
|
|
125
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-11-15 01:52:32 |
|
|
126
126
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
127
127
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
128
128
|
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-11-09 01:16:39 |
|
|
@@ -145,13 +145,13 @@
|
|
|
145
145
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-11-14 01:20:51 |
|
|
146
146
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
147
147
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-01 01:18:18 |
|
|
148
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-
|
|
148
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-11-15 02:10:37 |
|
|
149
149
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
|
|
150
150
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
151
151
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
152
152
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
153
153
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-24 01:20:07 |
|
|
154
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-
|
|
154
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-15 02:11:27 |
|
|
155
155
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-11-14 01:22:26 |
|
|
156
156
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
157
157
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-10-13 01:22:04 |
|
|
161
161
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-08-24 01:24:59 |
|
|
162
162
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-10-31 02:15:24 |
|
|
163
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-11-
|
|
163
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-11-15 02:14:39 |
|
|
164
164
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
165
165
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
|
|
166
166
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
175
175
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
176
176
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-11-14 01:24:29 |
|
|
177
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-
|
|
177
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
178
178
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-11-14 01:25:09 |
|
|
179
179
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
180
180
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-08-17 04:46:36 |
|
|
@@ -198,8 +198,8 @@
|
|
|
198
198
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-01 01:21:35 |
|
|
199
199
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
200
200
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
201
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-
|
|
202
|
-
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-
|
|
201
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-11-15 02:25:53 |
|
|
202
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
203
203
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
204
204
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-11-14 15:01:32 |
|
|
205
205
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-06 00:21:33 |
|
|
@@ -217,24 +217,24 @@
|
|
|
217
217
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
218
218
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
219
219
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
220
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-
|
|
220
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-11-15 02:32:47 |
|
|
221
221
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
|
|
222
222
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
223
223
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-10-31 02:39:19 |
|
|
224
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
224
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-15 02:34:06 |
|
|
225
225
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-11-09 01:27:51 |
|
|
226
226
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
227
227
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
|
|
228
228
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
229
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-
|
|
229
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
|
|
230
230
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
231
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-
|
|
232
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-
|
|
231
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-11-15 02:37:10 |
|
|
232
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-11-15 02:39:18 |
|
|
233
233
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-14 01:33:45 |
|
|
234
234
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-14 15:28:58 |
|
|
235
|
-
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-
|
|
235
|
+
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
236
236
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-11-14 01:33:54 |
|
|
237
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-
|
|
237
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-11-15 02:45:47 |
|
|
238
238
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
239
239
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
240
240
|
| 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.734"
|
|
@@ -187,6 +187,10 @@ Type为5,域名模板eg:www.qq.com,www.tencent.com
|
|
|
187
187
|
5 域名模板
|
|
188
188
|
*/
|
|
189
189
|
Type: number
|
|
190
|
+
/**
|
|
191
|
+
* 协议端口模板,协议类型,4:4层协议,7:7层协议。Type=6时必填。
|
|
192
|
+
*/
|
|
193
|
+
ProtocolType?: string
|
|
190
194
|
}
|
|
191
195
|
|
|
192
196
|
/**
|
|
@@ -2752,6 +2756,11 @@ export interface EdgeIpInfo {
|
|
|
2752
2756
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2753
2757
|
*/
|
|
2754
2758
|
SwitchWeight?: number
|
|
2759
|
+
/**
|
|
2760
|
+
* 域名化CLB的域名
|
|
2761
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2762
|
+
*/
|
|
2763
|
+
Domain?: string
|
|
2755
2764
|
}
|
|
2756
2765
|
|
|
2757
2766
|
/**
|
|
@@ -3606,8 +3615,13 @@ Type为5,域名模板eg:www.qq.com,www.tencent.com
|
|
|
3606
3615
|
/**
|
|
3607
3616
|
* 1 ip模板
|
|
3608
3617
|
5 域名模板
|
|
3618
|
+
6 协议端口模板
|
|
3609
3619
|
*/
|
|
3610
3620
|
Type: number
|
|
3621
|
+
/**
|
|
3622
|
+
* 协议端口模板,协议类型,4:4层协议,7:7层协议,Type=6时必填
|
|
3623
|
+
*/
|
|
3624
|
+
ProtocolType?: string
|
|
3611
3625
|
}
|
|
3612
3626
|
|
|
3613
3627
|
/**
|
|
@@ -4391,6 +4405,14 @@ export interface DescribeAddressTemplateListRequest {
|
|
|
4391
4405
|
* 检索地址模板唯一id
|
|
4392
4406
|
*/
|
|
4393
4407
|
Uuid?: string
|
|
4408
|
+
/**
|
|
4409
|
+
* 1:ip模板,5:域名模板,6:协议端口模板
|
|
4410
|
+
*/
|
|
4411
|
+
TemplateType?: string
|
|
4412
|
+
/**
|
|
4413
|
+
* 模板Id
|
|
4414
|
+
*/
|
|
4415
|
+
TemplateId?: string
|
|
4394
4416
|
}
|
|
4395
4417
|
|
|
4396
4418
|
/**
|
|
@@ -5082,42 +5104,52 @@ export interface TemplateListInfo {
|
|
|
5082
5104
|
* 模版ID
|
|
5083
5105
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5084
5106
|
*/
|
|
5085
|
-
Uuid
|
|
5107
|
+
Uuid?: string
|
|
5086
5108
|
/**
|
|
5087
5109
|
* 模版名称
|
|
5088
5110
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5089
5111
|
*/
|
|
5090
|
-
Name
|
|
5112
|
+
Name?: string
|
|
5091
5113
|
/**
|
|
5092
5114
|
* 描述
|
|
5093
5115
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5094
5116
|
*/
|
|
5095
|
-
Detail
|
|
5117
|
+
Detail?: string
|
|
5096
5118
|
/**
|
|
5097
5119
|
* IP模版
|
|
5098
5120
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5099
5121
|
*/
|
|
5100
|
-
IpString
|
|
5122
|
+
IpString?: string
|
|
5101
5123
|
/**
|
|
5102
5124
|
* 插入时间
|
|
5103
5125
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5104
5126
|
*/
|
|
5105
|
-
InsertTime
|
|
5127
|
+
InsertTime?: string
|
|
5106
5128
|
/**
|
|
5107
5129
|
* 修改时间
|
|
5108
5130
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5109
5131
|
*/
|
|
5110
|
-
UpdateTime
|
|
5132
|
+
UpdateTime?: string
|
|
5111
5133
|
/**
|
|
5112
5134
|
* 模版类型
|
|
5113
5135
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5114
5136
|
*/
|
|
5115
|
-
Type
|
|
5137
|
+
Type?: number
|
|
5116
5138
|
/**
|
|
5117
5139
|
* 关联规则条数
|
|
5118
5140
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5119
5141
|
*/
|
|
5120
|
-
RulesNum
|
|
5142
|
+
RulesNum?: number
|
|
5143
|
+
/**
|
|
5144
|
+
* 模板Id
|
|
5145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5146
|
+
*/
|
|
5147
|
+
TemplateId?: string
|
|
5148
|
+
/**
|
|
5149
|
+
* 协议端口模板,协议类型,4:4层协议,7:7层协议
|
|
5150
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5151
|
+
*/
|
|
5152
|
+
ProtocolType?: string
|
|
5121
5153
|
}
|
|
5122
5154
|
|
|
5123
5155
|
/**
|
|
@@ -6921,6 +6953,18 @@ export interface DescribeAddressTemplateListResponse {
|
|
|
6921
6953
|
* 模板名称列表
|
|
6922
6954
|
*/
|
|
6923
6955
|
NameList?: Array<string>
|
|
6956
|
+
/**
|
|
6957
|
+
* Ip地址模板数量
|
|
6958
|
+
*/
|
|
6959
|
+
IpTemplateCount?: number
|
|
6960
|
+
/**
|
|
6961
|
+
* 域名地址模板数量
|
|
6962
|
+
*/
|
|
6963
|
+
DomainTemplateCount?: number
|
|
6964
|
+
/**
|
|
6965
|
+
* 协议端口模板数量
|
|
6966
|
+
*/
|
|
6967
|
+
PortTemplateCount?: number
|
|
6924
6968
|
/**
|
|
6925
6969
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6926
6970
|
*/
|
|
@@ -1617,7 +1617,7 @@ export interface TaskAssetObject {
|
|
|
1617
1617
|
*/
|
|
1618
1618
|
AssetName?: string
|
|
1619
1619
|
/**
|
|
1620
|
-
*
|
|
1620
|
+
* 资产类型
|
|
1621
1621
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1622
1622
|
*/
|
|
1623
1623
|
InstanceType?: string
|
|
@@ -2501,50 +2501,50 @@ export interface DescribeScanTaskListResponse {
|
|
|
2501
2501
|
*/
|
|
2502
2502
|
export interface ScanTaskInfo {
|
|
2503
2503
|
/**
|
|
2504
|
-
*
|
|
2504
|
+
* 任务Id
|
|
2505
2505
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2506
2506
|
*/
|
|
2507
|
-
TaskId
|
|
2507
|
+
TaskId?: string
|
|
2508
2508
|
/**
|
|
2509
|
-
*
|
|
2509
|
+
* 任务名称
|
|
2510
2510
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2511
2511
|
*/
|
|
2512
|
-
TaskName
|
|
2512
|
+
TaskName?: string
|
|
2513
2513
|
/**
|
|
2514
2514
|
* 任务状态码:1等待开始 2正在扫描 3扫描出错 4扫描完成
|
|
2515
2515
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2516
2516
|
*/
|
|
2517
|
-
Status
|
|
2517
|
+
Status?: number
|
|
2518
2518
|
/**
|
|
2519
2519
|
* 任务进度
|
|
2520
2520
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2521
2521
|
*/
|
|
2522
|
-
Progress
|
|
2522
|
+
Progress?: number
|
|
2523
2523
|
/**
|
|
2524
|
-
*
|
|
2524
|
+
* 任务完成时间
|
|
2525
2525
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2526
2526
|
*/
|
|
2527
|
-
TaskTime
|
|
2527
|
+
TaskTime?: string
|
|
2528
2528
|
/**
|
|
2529
|
-
*
|
|
2529
|
+
* 报告ID
|
|
2530
2530
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2531
2531
|
*/
|
|
2532
|
-
ReportId
|
|
2532
|
+
ReportId?: string
|
|
2533
2533
|
/**
|
|
2534
|
-
*
|
|
2534
|
+
* 报告名称
|
|
2535
2535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2536
2536
|
*/
|
|
2537
|
-
ReportName
|
|
2537
|
+
ReportName?: string
|
|
2538
2538
|
/**
|
|
2539
2539
|
* 扫描计划,0-周期任务,1-立即扫描,2-定时扫描,3-自定义
|
|
2540
2540
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2541
2541
|
*/
|
|
2542
|
-
ScanPlan
|
|
2542
|
+
ScanPlan?: number
|
|
2543
2543
|
/**
|
|
2544
2544
|
* 关联的资产数
|
|
2545
2545
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2546
2546
|
*/
|
|
2547
|
-
AssetCount
|
|
2547
|
+
AssetCount?: number
|
|
2548
2548
|
/**
|
|
2549
2549
|
* APP ID
|
|
2550
2550
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2607,15 +2607,15 @@ export interface VULViewVULRisk {
|
|
|
2607
2607
|
*/
|
|
2608
2608
|
FirstTime?: string
|
|
2609
2609
|
/**
|
|
2610
|
-
*
|
|
2610
|
+
* 影响资产数量
|
|
2611
2611
|
*/
|
|
2612
2612
|
AffectAssetCount?: number
|
|
2613
2613
|
/**
|
|
2614
|
-
*
|
|
2614
|
+
* 风险ID
|
|
2615
2615
|
*/
|
|
2616
2616
|
Id?: string
|
|
2617
2617
|
/**
|
|
2618
|
-
*
|
|
2618
|
+
* 扫描来源,具体看接口返回枚举类型
|
|
2619
2619
|
*/
|
|
2620
2620
|
From?: string
|
|
2621
2621
|
/**
|
|
@@ -2639,23 +2639,23 @@ export interface VULViewVULRisk {
|
|
|
2639
2639
|
*/
|
|
2640
2640
|
Describe?: string
|
|
2641
2641
|
/**
|
|
2642
|
-
*
|
|
2642
|
+
* 漏洞payload
|
|
2643
2643
|
*/
|
|
2644
2644
|
Payload?: string
|
|
2645
2645
|
/**
|
|
2646
|
-
*
|
|
2646
|
+
* 漏洞影响组件
|
|
2647
2647
|
*/
|
|
2648
2648
|
AppName?: string
|
|
2649
2649
|
/**
|
|
2650
|
-
*
|
|
2650
|
+
* 技术参考
|
|
2651
2651
|
*/
|
|
2652
2652
|
References?: string
|
|
2653
2653
|
/**
|
|
2654
|
-
*
|
|
2654
|
+
* 漏洞影响版本
|
|
2655
2655
|
*/
|
|
2656
2656
|
AppVersion?: string
|
|
2657
2657
|
/**
|
|
2658
|
-
*
|
|
2658
|
+
* 风险点
|
|
2659
2659
|
*/
|
|
2660
2660
|
VULURL?: string
|
|
2661
2661
|
/**
|
|
@@ -3548,7 +3548,7 @@ export interface TaskLogInfo {
|
|
|
3548
3548
|
*/
|
|
3549
3549
|
RiskNumber?: number
|
|
3550
3550
|
/**
|
|
3551
|
-
*
|
|
3551
|
+
* 报告生成时间
|
|
3552
3552
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3553
3553
|
*/
|
|
3554
3554
|
Time?: string
|
|
@@ -1719,11 +1719,11 @@ export interface RuleTemplateInfo {
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
export interface RuleFilters {
|
|
1721
1721
|
/**
|
|
1722
|
-
* 审计规则过滤条件的参数名称。可选值:host – 客户端 IP;user – 数据库账户;dbName – 数据库名称;sqlType-SQL类型;sql-sql
|
|
1722
|
+
* 审计规则过滤条件的参数名称。可选值:host – 客户端 IP;user – 数据库账户;dbName – 数据库名称;sqlType-SQL类型;sql-sql语句;affectRows -影响行数;sentRows-返回行数;checkRows-扫描行数;execTime-执行时间。
|
|
1723
1723
|
*/
|
|
1724
1724
|
Type: string
|
|
1725
1725
|
/**
|
|
1726
|
-
* 审计规则过滤条件的匹配类型。可选值:INC – 包含;EXC – 不包含;EQS – 等于;NEQ –
|
|
1726
|
+
* 审计规则过滤条件的匹配类型。可选值:INC – 包含;EXC – 不包含;EQS – 等于;NEQ – 不等于;REG-正则;GT-大于;LT-小于。
|
|
1727
1727
|
*/
|
|
1728
1728
|
Compare: string
|
|
1729
1729
|
/**
|
|
@@ -7736,6 +7736,16 @@ export interface DataEngineInfo {
|
|
|
7736
7736
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7737
7737
|
*/
|
|
7738
7738
|
AutoAuthorization?: boolean
|
|
7739
|
+
/**
|
|
7740
|
+
* 引擎版本,支持Native/SuperSQL
|
|
7741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7742
|
+
*/
|
|
7743
|
+
EngineGeneration?: string
|
|
7744
|
+
/**
|
|
7745
|
+
* 引擎详细类型,支持:SparkSQL/SparkBatch/PrestoSQL/Kyuubi
|
|
7746
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7747
|
+
*/
|
|
7748
|
+
EngineTypeDetail?: string
|
|
7739
7749
|
}
|
|
7740
7750
|
|
|
7741
7751
|
/**
|
|
@@ -2549,7 +2549,7 @@ export interface ResumeMigrateJobRequest {
|
|
|
2549
2549
|
/**
|
|
2550
2550
|
* 恢复任务的模式,目前的取值有:clearData 清空目标实例数据,overwrite 以覆盖写的方式执行任务,normal 跟正常流程一样,不做额外动作;注意,clearData、overwrite仅对redis生效,normal仅针对非redis链路生效
|
|
2551
2551
|
*/
|
|
2552
|
-
ResumeOption
|
|
2552
|
+
ResumeOption?: string
|
|
2553
2553
|
}
|
|
2554
2554
|
|
|
2555
2555
|
/**
|
|
@@ -318,7 +318,7 @@ export class Client extends AbstractClient {
|
|
|
318
318
|
- 发起方和签署方的填写控件 Components
|
|
319
319
|
- 签署方的签署控件 SignComponents
|
|
320
320
|
|
|
321
|
-

|
|
322
322
|
|
|
323
323
|
模版中各元素的层级关系, 所有的填写控件和签署控件都归属某一个角色(通过控件的ComponentRecipientId来关联)
|
|
324
324
|

|
|
@@ -6999,9 +6999,10 @@ export interface CreateBatchQuickSignUrlRequest {
|
|
|
6999
6999
|
/**
|
|
7000
7000
|
* 指定批量签署合同的认证校验方式,可传递以下值:
|
|
7001
7001
|
<ul><li>**1**:人脸认证(默认),需进行人脸识别成功后才能签署合同</li>
|
|
7002
|
+
<li>**2**:密码认证(默认),需校验成功后才能签署合同</li>
|
|
7002
7003
|
<li>**3**:运营商三要素,需到运营商处比对手机号实名信息(名字、手机号、证件号)校验一致才能成功进行合同签署。</li></ul>
|
|
7003
7004
|
注:
|
|
7004
|
-
<ul><li
|
|
7005
|
+
<ul><li>默认情况下,认证校验方式为人脸和密码认证</li>
|
|
7005
7006
|
<li>您可以传递多种值,表示可用多种认证校验方式。</li></ul>
|
|
7006
7007
|
*/
|
|
7007
7008
|
ApproverSignTypes?: Array<number | bigint>
|
|
@@ -326,7 +326,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
326
326
|
<li>此接口需要依赖<a href="https://qian.tencent.com/developers/partnerApis/files/UploadFiles" target="_blank">文件上传接口</a>生成pdf资源编号(FileIds)进行使用。整体的逻辑如下图</li>
|
|
327
327
|
</ul>
|
|
328
328
|
|
|
329
|
-

|
|
330
330
|
|
|
331
331
|
**可以作为发起方和签署方的角色列表**
|
|
332
332
|
<table>
|
|
@@ -544,7 +544,7 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
544
544
|
|
|
545
545
|
**整体的逻辑如下**
|
|
546
546
|
|
|
547
|
-

|
|
548
548
|
|
|
549
549
|
**可以作为发起方和签署方的角色列表**
|
|
550
550
|
<table>
|
|
@@ -645,23 +645,23 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
|
|
|
645
645
|
|
|
646
646
|
**适用场景**
|
|
647
647
|
该接口常用来配合<a href="https://qian.tencent.com/developers/partnerApis/startFlows/CreateFlowsByTemplates" target="_blank">用模板创建签署流程</a>和<a href="https://qian.tencent.com/developers/partnerApis/startFlows/ChannelCreateFlowGroupByTemplates" target="_blank">通过多模板创建合同组签署流程</a>接口,作为创建合同的前置接口使用。
|
|
648
|
-
通过此接口查询到模板信息后,再通过调用创建合同的接口,指定模板ID
|
|
648
|
+
通过此接口查询到模板信息后,再通过调用创建合同的接口,指定模板ID,指定模板中需要的填写控件内容等,完成合同文档的创建。
|
|
649
649
|
|
|
650
|
-
|
|
650
|
+
**模板的来源**
|
|
651
651
|
子客企业的模板有两种途径获取
|
|
652
652
|
- 渠道方(平台方)配置完成后, 分发给同应用的各个子企业
|
|
653
653
|
- 子客企业通过CreateConsoleLoginUrl创建的链接登录子客控制台自己创建
|
|
654
654
|
|
|
655
655
|
**一个模板通常会包含以下结构信息**
|
|
656
656
|
|
|
657
|
-
-
|
|
657
|
+
- 模板ID, 模板名字等基本信息
|
|
658
658
|
- 发起方参与信息Promoter、签署参与方 Recipients,后者会在模板发起合同时用于指定参与方
|
|
659
659
|
- 发起方和签署方的填写控件 Components
|
|
660
660
|
- 签署方的签署控件 SignComponents
|
|
661
661
|
|
|
662
|
-

|
|
663
663
|
|
|
664
|
-
|
|
664
|
+
模板中各元素的层级关系, 所有的填写控件和签署控件都归属某一个角色(通过控件的ComponentRecipientId来关联)
|
|
665
665
|
|
|
666
666
|

|
|
667
667
|
|
|
@@ -829,7 +829,7 @@ Web链接访问后,会根据子客企业(**Agent中ProxyOrganizationOpenId表
|
|
|
829
829
|
- 出证过程需一定时间,建议在**提交出证任务后的24小时之后**,通过<a href="https://qian.tencent.com/developers/partnerApis/certificate/DescribeChannelFlowEvidenceReport" target="_blank">获取出证报告任务执行结果</a>接口进行查询执行结果和出证报告的下载URL。
|
|
830
830
|
|
|
831
831
|
|
|
832
|
-

|
|
833
833
|
*/
|
|
834
834
|
async CreateChannelFlowEvidenceReport(
|
|
835
835
|
req: CreateChannelFlowEvidenceReportRequest,
|
|
@@ -1291,7 +1291,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1291
1291
|
|
|
1292
1292
|
- **员工离职的场景**: 将员工置为离职, 员工无法登录控制台和腾讯电子签小程序进行操作了, 同时给此员工分配的openid会被回收可以给其他新员工使用 (离职后员工数据会被置空, 再次加入公司会从零开始) , 若员工信息有误可通过离职后在新增来解决, 离职员工状态为**离职**
|
|
1293
1293
|
|
|
1294
|
-

|
|
1295
1295
|
|
|
1296
1296
|
**注**:
|
|
1297
1297
|
- 新增员工可以配置白名单限制注册使用对应openid的员工必须满足SyncProxyOrganizationOperators导入的(默认生成子客登录链接生成的链接可以任意员工点击注册绑定对应的openid), 此白名单需要咨询接入经理
|
|
@@ -1313,7 +1313,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1313
1313
|
- 使用此功能`需搭配出证套餐` ,使用前请联系对接的客户经理沟通。
|
|
1314
1314
|
- 需调用创建并返回出证报告接口<a href="https://qian.tencent.com/developers/partnerApis/certificate/CreateChannelFlowEvidenceReport" target="_blank">提交申请出证报告任务</a>获取报告编号后调用当前接口获取报告链接。
|
|
1315
1315
|
|
|
1316
|
-

|
|
1317
1317
|
*/
|
|
1318
1318
|
async DescribeChannelFlowEvidenceReport(
|
|
1319
1319
|
req: DescribeChannelFlowEvidenceReportRequest,
|
|
@@ -1323,23 +1323,24 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
1325
|
/**
|
|
1326
|
-
* 此接口(OperateChannelTemplate
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1326
|
+
* 此接口(OperateChannelTemplate)用于针对第三方应用平台模板库中的模板对子客企业发布授权的查询和设置。
|
|
1327
|
+
平台模板库中的模板的位置在控制台 企业应用管理 中下面的应用模板库管理目录, 可以参照下图位置
|
|
1328
|
+

|
|
1329
|
+
|
|
1330
|
+
# 支持的操作
|
|
1331
|
+
|
|
1332
|
+
## 1. 查询模板的子客企业授权 (OperateType=SELECT)
|
|
1333
|
+
- 查询模板的授权子企业列表
|
|
1334
|
+
|
|
1335
|
+
## 2. 修改模板的子客企业授权 (OperateType=UPDATE)
|
|
1336
|
+
- 当模板未发布时,可以修改模板的模板授权范围是**所有第三方应用合作企业**(AuthTag设置为all)或者**指定第三方应用合作企业**(AuthTag设置为part),**当模板发布后,不可做此修改**
|
|
1337
|
+
- 如果模板是部分授权, 可通过ProxyOrganizationOpenIds增加子客的授权范围。
|
|
1338
|
+
|
|
1339
|
+
## 3. 取消模板的子客企业授权 (OperateType=DELETE)
|
|
1340
|
+
- 对子客企业进行模板库中模板授权范围的进行删除操作。
|
|
1341
|
+
- 主要对于手动领取的模板,去除授权后子客在模板库中看不到,就无法再领取了。但是**已经领取过成为自有模板的不会同步删除**。
|
|
1342
|
+
- 对于自动领取的模板,由于已经下发,更改授权不会影响。
|
|
1343
|
+
- 如果要同步删除子客自有模板库中的模板,请使用OperateType=UPDATE+Available参数处理。
|
|
1343
1344
|
*/
|
|
1344
1345
|
async OperateChannelTemplate(
|
|
1345
1346
|
req: OperateChannelTemplateRequest,
|