tencentcloud-sdk-nodejs 4.0.850 → 4.0.851
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 +166 -0
- package/SERVICE_CHANGELOG.md +223 -59
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +2 -2
- package/src/services/aiart/v20221229/aiart_models.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +5 -1
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +5 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +67 -7
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +87 -12
- package/src/services/ess/v20201111/ess_client.ts +16 -3
- package/src/services/ess/v20201111/ess_models.ts +108 -70
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -3
- package/src/services/hai/v20230812/hai_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +40 -10
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +105 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +37 -13
- package/src/services/live/v20180801/live_models.ts +68 -2
- package/src/services/lke/v20231130/lke_client.ts +5 -4
- package/src/services/lke/v20231130/lke_models.ts +60 -0
- package/src/services/mrs/v20200910/mrs_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_client.ts +19 -7
- package/src/services/ssl/v20191205/ssl_models.ts +36 -4
- package/src/services/tke/v20220501/tke_client.ts +66 -17
- package/src/services/tke/v20220501/tke_models.ts +830 -165
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +2 -2
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +2 -2
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +23 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +33 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +77 -12
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +106 -70
- 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 +6 -3
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +21 -7
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +25 -7
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +101 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +13 -5
- package/tencentcloud/services/live/v20180801/live_client.js +18 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +64 -2
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +4 -4
- package/tencentcloud/services/lke/v20231130/lke_client.js +4 -4
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +59 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +34 -4
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +17 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +24 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +766 -120
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/test/cynosdb.v20190107.test.js +52 -2
- package/test/ess.v20201111.test.js +10 -0
- package/test/hunyuan.v20230901.test.js +22 -2
- package/test/live.v20180801.test.js +24 -4
- package/test/ssl.v20191205.test.js +12 -2
- package/test/tke.v20220501.test.js +34 -4
package/products.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-20 01:07:31 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-04-22 01:07:18 |
|
|
9
|
-
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-05-
|
|
9
|
+
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-05-11 14:22:26 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-04-16 01:04:30 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-13 01:09:06 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-04-22 01:08:10 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-05-13 01:09:20 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-22 01:09:00 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-05-13 01:10:07 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-04-22 01:09:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-05-09 01:09:12 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-05-13 01:10:40 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-08 01:10:36 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-04-22 01:10:25 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
|
|
48
|
-
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-13 01:11:48 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-04-10 01:10:22 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-04-26 01:10:32 |
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-05-10 01:27:43 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-05-13 01:13:30 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-10 01:29:26 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-13 01:14:47 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-04-22 01:14:04 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-29 01:14:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
|
-
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-
|
|
88
|
+
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-05-13 01:16:38 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
90
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-29 01:15:21 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-04-17 01:13:44 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-08 01:17:25 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-13 01:18:00 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-13 01:18:18 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-05-10 01:48:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
@@ -109,10 +109,10 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-04-25 01:17:27 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-13 01:19:05 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
115
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-
|
|
115
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-11 10:38:13 |
|
|
116
116
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
117
117
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
118
118
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -133,9 +133,9 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
138
|
-
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-13 01:21:46 |
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-13 01:22:02 |
|
|
138
|
+
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-13 01:22:27 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
141
141
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -148,8 +148,8 @@
|
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
|
|
149
149
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-08 01:22:13 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-08 01:22:37 |
|
|
151
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-
|
|
152
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-
|
|
151
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
152
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05-13 01:23:52 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
154
154
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
180
180
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-15 02:06:58 |
|
|
181
181
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
182
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-
|
|
182
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-05-13 01:26:12 |
|
|
183
183
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-10 02:21:11 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
|
|
217
217
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-05-10 02:33:46 |
|
|
218
218
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
|
|
219
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-
|
|
219
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-13 01:30:09 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
221
221
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
222
222
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-06 15:48:46 |
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-04-22 01:28:17 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-13 01:30:37 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-09 01:26:43 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-07 01:28:28 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.851"
|
|
@@ -165,8 +165,8 @@ export class Client extends AbstractClient {
|
|
|
165
165
|
}
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
169
|
-
|
|
168
|
+
* 图像风格化(图生图)接口提供生成式的图生图风格转化能力,将根据输入的图像及文本描述,智能生成风格转化后的图像。建议避免输入人像过小、姿势复杂、人数较多的人像图片。
|
|
169
|
+
图像风格化(图生图)默认提供3个并发任务数,代表最多能同时处理3个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
|
|
170
170
|
*/
|
|
171
171
|
async ImageToImage(
|
|
172
172
|
req: ImageToImageRequest,
|
|
@@ -80,7 +80,7 @@ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
|
|
|
80
80
|
NegativePrompt?: string
|
|
81
81
|
/**
|
|
82
82
|
* 绘画风格。
|
|
83
|
-
请在 [
|
|
83
|
+
请在 [图像风格化风格列表](https://cloud.tencent.com/document/product/1668/86250) 中选择期望的风格,传入风格编号。
|
|
84
84
|
推荐使用且只使用一种风格。不传默认使用201(日系动漫风格)。
|
|
85
85
|
*/
|
|
86
86
|
Styles?: Array<string>
|
|
@@ -2429,7 +2429,11 @@ export interface InstanceTypeQuotaItem {
|
|
|
2429
2429
|
*/
|
|
2430
2430
|
Frequency?: string
|
|
2431
2431
|
/**
|
|
2432
|
-
* 描述库存情况。取值范围:
|
|
2432
|
+
* 描述库存情况。取值范围:
|
|
2433
|
+
<li> EnoughStock:表示对应库存非常充足</li>
|
|
2434
|
+
<li>NormalStock:表示对应库存供应有保障</li>
|
|
2435
|
+
<li> UnderStock:表示对应库存即将售罄</li>
|
|
2436
|
+
<li>WithoutStock:表示对应库存已经售罄</li>
|
|
2433
2437
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2434
2438
|
*/
|
|
2435
2439
|
StatusCategory?: string
|
|
@@ -3588,7 +3588,7 @@ export interface DescribeBillDownloadUrlResponse {
|
|
|
3588
3588
|
*/
|
|
3589
3589
|
Ready?: number
|
|
3590
3590
|
/**
|
|
3591
|
-
*
|
|
3591
|
+
* 账单文件下载链接,有效时长为一天
|
|
3592
3592
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3593
3593
|
*/
|
|
3594
3594
|
DownloadUrl?: string
|
|
@@ -4687,7 +4687,7 @@ export interface AllocationDetail {
|
|
|
4687
4687
|
* 费用归集类型:费用来源类型,分摊、归集、未分配
|
|
4688
4688
|
0 - 分摊
|
|
4689
4689
|
1 - 归集
|
|
4690
|
-
|
|
4690
|
+
2 - 未分配
|
|
4691
4691
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4692
4692
|
*/
|
|
4693
4693
|
AllocationType?: number
|
|
@@ -8988,7 +8988,7 @@ export interface AutoStrategy {
|
|
|
8988
8988
|
*/
|
|
8989
8989
|
ExpandThreshold: number
|
|
8990
8990
|
/**
|
|
8991
|
-
*
|
|
8991
|
+
* 自动扩容观测周期,单位是分钟,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。
|
|
8992
8992
|
*/
|
|
8993
8993
|
ExpandPeriod: number
|
|
8994
8994
|
/**
|
|
@@ -8996,7 +8996,7 @@ export interface AutoStrategy {
|
|
|
8996
8996
|
*/
|
|
8997
8997
|
ShrinkThreshold: number
|
|
8998
8998
|
/**
|
|
8999
|
-
*
|
|
8999
|
+
* 自动缩容观测周期,单位是分钟,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。
|
|
9000
9000
|
*/
|
|
9001
9001
|
ShrinkPeriod: number
|
|
9002
9002
|
}
|
|
@@ -4747,7 +4747,11 @@ export interface InstanceTypeQuotaItem {
|
|
|
4747
4747
|
*/
|
|
4748
4748
|
Frequency?: string
|
|
4749
4749
|
/**
|
|
4750
|
-
* 描述库存情况。取值范围:
|
|
4750
|
+
* 描述库存情况。取值范围:
|
|
4751
|
+
<li> EnoughStock:表示对应库存非常充足</li>
|
|
4752
|
+
<li>NormalStock:表示对应库存供应有保障</li>
|
|
4753
|
+
<li> UnderStock:表示对应库存即将售罄</li>
|
|
4754
|
+
<li>WithoutStock:表示对应库存已经售罄</li>
|
|
4751
4755
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4752
4756
|
*/
|
|
4753
4757
|
StatusCategory?: string
|
|
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
UpgradeProxyVersionResponse,
|
|
22
|
+
DescribeInstanceCLSLogDeliveryResponse,
|
|
22
23
|
ModifyMaintainPeriodConfigRequest,
|
|
23
24
|
BizTaskModifyInstanceParam,
|
|
24
25
|
ModifyClusterStorageRequest,
|
|
@@ -39,6 +40,7 @@ import {
|
|
|
39
40
|
ModifyInstanceUpgradeLimitDaysResponse,
|
|
40
41
|
DatabaseTables,
|
|
41
42
|
UserHostPrivilege,
|
|
43
|
+
StopCLSDeliveryRequest,
|
|
42
44
|
DescribeClustersRequest,
|
|
43
45
|
OpenReadOnlyInstanceExclusiveAccessResponse,
|
|
44
46
|
SearchClusterDatabasesResponse,
|
|
@@ -67,12 +69,14 @@ import {
|
|
|
67
69
|
AuditRuleTemplateInfo,
|
|
68
70
|
DescribeParamTemplateDetailRequest,
|
|
69
71
|
ModifyAccountPrivilegesRequest,
|
|
72
|
+
StartCLSDeliveryResponse,
|
|
70
73
|
ParamItemInfo,
|
|
71
74
|
UpgradeProxyResponse,
|
|
72
75
|
DescribeInstanceSpecsRequest,
|
|
73
76
|
DescribeProxyNodesResponse,
|
|
74
77
|
ProxyNodeInfo,
|
|
75
78
|
DescribeZonesResponse,
|
|
79
|
+
SearchClusterTablesResponse,
|
|
76
80
|
ModifyParamTemplateRequest,
|
|
77
81
|
OpenAuditServiceResponse,
|
|
78
82
|
DescribeChangedParamsAfterUpgradeResponse,
|
|
@@ -96,6 +100,8 @@ import {
|
|
|
96
100
|
DescribeClusterParamsRequest,
|
|
97
101
|
ModifyAccountHostResponse,
|
|
98
102
|
DescribeAccountAllGrantPrivilegesRequest,
|
|
103
|
+
DeleteCLSDeliveryRequest,
|
|
104
|
+
CreateCLSDeliveryResponse,
|
|
99
105
|
ManualBackupData,
|
|
100
106
|
DescribeBinlogsRequest,
|
|
101
107
|
InstanceAuditLogFilter,
|
|
@@ -138,6 +144,7 @@ import {
|
|
|
138
144
|
DescribeZonesRequest,
|
|
139
145
|
Tag,
|
|
140
146
|
RuleTemplateInfo,
|
|
147
|
+
StopCLSDeliveryResponse,
|
|
141
148
|
CreateAuditLogFileResponse,
|
|
142
149
|
PauseServerlessResponse,
|
|
143
150
|
DescribeInstanceDetailResponse,
|
|
@@ -168,6 +175,7 @@ import {
|
|
|
168
175
|
ResumeServerlessResponse,
|
|
169
176
|
SaleZone,
|
|
170
177
|
SwitchProxyVpcResponse,
|
|
178
|
+
StartCLSDeliveryRequest,
|
|
171
179
|
SlaveZoneAttrItem,
|
|
172
180
|
DescribeChangedParamsAfterUpgradeRequest,
|
|
173
181
|
SwitchProxyVpcRequest,
|
|
@@ -276,7 +284,7 @@ import {
|
|
|
276
284
|
DescribeFlowRequest,
|
|
277
285
|
OpenReadOnlyInstanceExclusiveAccessRequest,
|
|
278
286
|
CreateBackupRequest,
|
|
279
|
-
|
|
287
|
+
CreateCLSDeliveryRequest,
|
|
280
288
|
DescribeMaintainPeriodResponse,
|
|
281
289
|
DescribeBackupListResponse,
|
|
282
290
|
DescribeResourcePackageDetailRequest,
|
|
@@ -360,6 +368,7 @@ import {
|
|
|
360
368
|
BillingResourceInfo,
|
|
361
369
|
ModifyProxyRwSplitResponse,
|
|
362
370
|
ModifyAccountDescriptionRequest,
|
|
371
|
+
DescribeInstanceCLSLogDeliveryRequest,
|
|
363
372
|
UpgradeInstanceResponse,
|
|
364
373
|
CreateAuditRuleTemplateResponse,
|
|
365
374
|
DescribeResourcePackageListRequest,
|
|
@@ -387,6 +396,7 @@ import {
|
|
|
387
396
|
DeleteAuditRuleTemplatesResponse,
|
|
388
397
|
PolicyRule,
|
|
389
398
|
ZoneStockInfo,
|
|
399
|
+
DeleteCLSDeliveryResponse,
|
|
390
400
|
InquirePriceRenewResponse,
|
|
391
401
|
ModifyAuditRuleTemplatesResponse,
|
|
392
402
|
} from "./cynosdb_models"
|
|
@@ -660,6 +670,16 @@ export class Client extends AbstractClient {
|
|
|
660
670
|
return this.request("ExportInstanceSlowQueries", req, cb)
|
|
661
671
|
}
|
|
662
672
|
|
|
673
|
+
/**
|
|
674
|
+
* 删除日志投递
|
|
675
|
+
*/
|
|
676
|
+
async DeleteCLSDelivery(
|
|
677
|
+
req?: DeleteCLSDeliveryRequest,
|
|
678
|
+
cb?: (error: string, rep: DeleteCLSDeliveryResponse) => void
|
|
679
|
+
): Promise<DeleteCLSDeliveryResponse> {
|
|
680
|
+
return this.request("DeleteCLSDelivery", req, cb)
|
|
681
|
+
}
|
|
682
|
+
|
|
663
683
|
/**
|
|
664
684
|
* 本接口(DescribeChangedParamsAfterUpgrade)用于查询升降配运行参数对比
|
|
665
685
|
*/
|
|
@@ -730,6 +750,16 @@ export class Client extends AbstractClient {
|
|
|
730
750
|
return this.request("OfflineCluster", req, cb)
|
|
731
751
|
}
|
|
732
752
|
|
|
753
|
+
/**
|
|
754
|
+
* 查询实例错误日志列表
|
|
755
|
+
*/
|
|
756
|
+
async DescribeInstanceErrorLogs(
|
|
757
|
+
req: DescribeInstanceErrorLogsRequest,
|
|
758
|
+
cb?: (error: string, rep: DescribeInstanceErrorLogsResponse) => void
|
|
759
|
+
): Promise<DescribeInstanceErrorLogsResponse> {
|
|
760
|
+
return this.request("DescribeInstanceErrorLogs", req, cb)
|
|
761
|
+
}
|
|
762
|
+
|
|
733
763
|
/**
|
|
734
764
|
* 修改集群名称
|
|
735
765
|
*/
|
|
@@ -1190,6 +1220,16 @@ export class Client extends AbstractClient {
|
|
|
1190
1220
|
return this.request("ModifyInstanceParam", req, cb)
|
|
1191
1221
|
}
|
|
1192
1222
|
|
|
1223
|
+
/**
|
|
1224
|
+
* 查询实例日志投递信息
|
|
1225
|
+
*/
|
|
1226
|
+
async DescribeInstanceCLSLogDelivery(
|
|
1227
|
+
req?: DescribeInstanceCLSLogDeliveryRequest,
|
|
1228
|
+
cb?: (error: string, rep: DescribeInstanceCLSLogDeliveryResponse) => void
|
|
1229
|
+
): Promise<DescribeInstanceCLSLogDeliveryResponse> {
|
|
1230
|
+
return this.request("DescribeInstanceCLSLogDelivery", req, cb)
|
|
1231
|
+
}
|
|
1232
|
+
|
|
1193
1233
|
/**
|
|
1194
1234
|
* 为集群绑定资源包
|
|
1195
1235
|
*/
|
|
@@ -1350,6 +1390,16 @@ export class Client extends AbstractClient {
|
|
|
1350
1390
|
return this.request("InquirePriceRenew", req, cb)
|
|
1351
1391
|
}
|
|
1352
1392
|
|
|
1393
|
+
/**
|
|
1394
|
+
* 开启日志投递
|
|
1395
|
+
*/
|
|
1396
|
+
async StartCLSDelivery(
|
|
1397
|
+
req?: StartCLSDeliveryRequest,
|
|
1398
|
+
cb?: (error: string, rep: StartCLSDeliveryResponse) => void
|
|
1399
|
+
): Promise<StartCLSDeliveryResponse> {
|
|
1400
|
+
return this.request("StartCLSDelivery", req, cb)
|
|
1401
|
+
}
|
|
1402
|
+
|
|
1353
1403
|
/**
|
|
1354
1404
|
* 负载均衡数据库代理
|
|
1355
1405
|
*/
|
|
@@ -1380,6 +1430,16 @@ export class Client extends AbstractClient {
|
|
|
1380
1430
|
return this.request("ModifyAuditRuleTemplates", req, cb)
|
|
1381
1431
|
}
|
|
1382
1432
|
|
|
1433
|
+
/**
|
|
1434
|
+
* 停止日志投递
|
|
1435
|
+
*/
|
|
1436
|
+
async StopCLSDelivery(
|
|
1437
|
+
req?: StopCLSDeliveryRequest,
|
|
1438
|
+
cb?: (error: string, rep: StopCLSDeliveryResponse) => void
|
|
1439
|
+
): Promise<StopCLSDeliveryResponse> {
|
|
1440
|
+
return this.request("StopCLSDelivery", req, cb)
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1383
1443
|
/**
|
|
1384
1444
|
* 查询备份文件列表
|
|
1385
1445
|
*/
|
|
@@ -1601,13 +1661,13 @@ export class Client extends AbstractClient {
|
|
|
1601
1661
|
}
|
|
1602
1662
|
|
|
1603
1663
|
/**
|
|
1604
|
-
*
|
|
1664
|
+
* 创建日志投递
|
|
1605
1665
|
*/
|
|
1606
|
-
async
|
|
1607
|
-
req
|
|
1608
|
-
cb?: (error: string, rep:
|
|
1609
|
-
): Promise<
|
|
1610
|
-
return this.request("
|
|
1666
|
+
async CreateCLSDelivery(
|
|
1667
|
+
req?: CreateCLSDeliveryRequest,
|
|
1668
|
+
cb?: (error: string, rep: CreateCLSDeliveryResponse) => void
|
|
1669
|
+
): Promise<CreateCLSDeliveryResponse> {
|
|
1670
|
+
return this.request("CreateCLSDelivery", req, cb)
|
|
1611
1671
|
}
|
|
1612
1672
|
|
|
1613
1673
|
/**
|
|
@@ -33,6 +33,16 @@ export interface UpgradeProxyVersionResponse {
|
|
|
33
33
|
RequestId?: string
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
+
/**
|
|
37
|
+
* DescribeInstanceCLSLogDelivery返回参数结构体
|
|
38
|
+
*/
|
|
39
|
+
export interface DescribeInstanceCLSLogDeliveryResponse {
|
|
40
|
+
/**
|
|
41
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
42
|
+
*/
|
|
43
|
+
RequestId?: string
|
|
44
|
+
}
|
|
45
|
+
|
|
36
46
|
/**
|
|
37
47
|
* ModifyMaintainPeriodConfig请求参数结构体
|
|
38
48
|
*/
|
|
@@ -517,6 +527,11 @@ export interface UserHostPrivilege {
|
|
|
517
527
|
DbPrivilege: string
|
|
518
528
|
}
|
|
519
529
|
|
|
530
|
+
/**
|
|
531
|
+
* StopCLSDelivery请求参数结构体
|
|
532
|
+
*/
|
|
533
|
+
export type StopCLSDeliveryRequest = null
|
|
534
|
+
|
|
520
535
|
/**
|
|
521
536
|
* DescribeClusters请求参数结构体
|
|
522
537
|
*/
|
|
@@ -1541,6 +1556,16 @@ export interface ModifyAccountPrivilegesRequest {
|
|
|
1541
1556
|
TablePrivileges?: Array<TablePrivileges>
|
|
1542
1557
|
}
|
|
1543
1558
|
|
|
1559
|
+
/**
|
|
1560
|
+
* StartCLSDelivery返回参数结构体
|
|
1561
|
+
*/
|
|
1562
|
+
export interface StartCLSDeliveryResponse {
|
|
1563
|
+
/**
|
|
1564
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1565
|
+
*/
|
|
1566
|
+
RequestId?: string
|
|
1567
|
+
}
|
|
1568
|
+
|
|
1544
1569
|
/**
|
|
1545
1570
|
* 参数变化信息
|
|
1546
1571
|
*/
|
|
@@ -1685,6 +1710,21 @@ export interface DescribeZonesResponse {
|
|
|
1685
1710
|
RequestId?: string
|
|
1686
1711
|
}
|
|
1687
1712
|
|
|
1713
|
+
/**
|
|
1714
|
+
* SearchClusterTables返回参数结构体
|
|
1715
|
+
*/
|
|
1716
|
+
export interface SearchClusterTablesResponse {
|
|
1717
|
+
/**
|
|
1718
|
+
* 数据表列表
|
|
1719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1720
|
+
*/
|
|
1721
|
+
Tables?: Array<DatabaseTables>
|
|
1722
|
+
/**
|
|
1723
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1724
|
+
*/
|
|
1725
|
+
RequestId?: string
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1688
1728
|
/**
|
|
1689
1729
|
* ModifyParamTemplate请求参数结构体
|
|
1690
1730
|
*/
|
|
@@ -2118,6 +2158,21 @@ export interface DescribeAccountAllGrantPrivilegesRequest {
|
|
|
2118
2158
|
Account: InputAccount
|
|
2119
2159
|
}
|
|
2120
2160
|
|
|
2161
|
+
/**
|
|
2162
|
+
* DeleteCLSDelivery请求参数结构体
|
|
2163
|
+
*/
|
|
2164
|
+
export type DeleteCLSDeliveryRequest = null
|
|
2165
|
+
|
|
2166
|
+
/**
|
|
2167
|
+
* CreateCLSDelivery返回参数结构体
|
|
2168
|
+
*/
|
|
2169
|
+
export interface CreateCLSDeliveryResponse {
|
|
2170
|
+
/**
|
|
2171
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2172
|
+
*/
|
|
2173
|
+
RequestId?: string
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2121
2176
|
/**
|
|
2122
2177
|
* 手动备份任务信息
|
|
2123
2178
|
*/
|
|
@@ -3046,6 +3101,16 @@ export interface RuleTemplateInfo {
|
|
|
3046
3101
|
Description?: string
|
|
3047
3102
|
}
|
|
3048
3103
|
|
|
3104
|
+
/**
|
|
3105
|
+
* StopCLSDelivery返回参数结构体
|
|
3106
|
+
*/
|
|
3107
|
+
export interface StopCLSDeliveryResponse {
|
|
3108
|
+
/**
|
|
3109
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3110
|
+
*/
|
|
3111
|
+
RequestId?: string
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3049
3114
|
/**
|
|
3050
3115
|
* CreateAuditLogFile返回参数结构体
|
|
3051
3116
|
*/
|
|
@@ -3963,6 +4028,11 @@ export interface SwitchProxyVpcResponse {
|
|
|
3963
4028
|
RequestId?: string
|
|
3964
4029
|
}
|
|
3965
4030
|
|
|
4031
|
+
/**
|
|
4032
|
+
* StartCLSDelivery请求参数结构体
|
|
4033
|
+
*/
|
|
4034
|
+
export type StartCLSDeliveryRequest = null
|
|
4035
|
+
|
|
3966
4036
|
/**
|
|
3967
4037
|
* 可用区属性项
|
|
3968
4038
|
*/
|
|
@@ -6918,19 +6988,9 @@ export interface CreateBackupRequest {
|
|
|
6918
6988
|
}
|
|
6919
6989
|
|
|
6920
6990
|
/**
|
|
6921
|
-
*
|
|
6991
|
+
* CreateCLSDelivery请求参数结构体
|
|
6922
6992
|
*/
|
|
6923
|
-
export
|
|
6924
|
-
/**
|
|
6925
|
-
* 数据表列表
|
|
6926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6927
|
-
*/
|
|
6928
|
-
Tables?: Array<DatabaseTables>
|
|
6929
|
-
/**
|
|
6930
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6931
|
-
*/
|
|
6932
|
-
RequestId?: string
|
|
6933
|
-
}
|
|
6993
|
+
export type CreateCLSDeliveryRequest = null
|
|
6934
6994
|
|
|
6935
6995
|
/**
|
|
6936
6996
|
* DescribeMaintainPeriod返回参数结构体
|
|
@@ -9034,6 +9094,11 @@ export interface ModifyAccountDescriptionRequest {
|
|
|
9034
9094
|
Host?: string
|
|
9035
9095
|
}
|
|
9036
9096
|
|
|
9097
|
+
/**
|
|
9098
|
+
* DescribeInstanceCLSLogDelivery请求参数结构体
|
|
9099
|
+
*/
|
|
9100
|
+
export type DescribeInstanceCLSLogDeliveryRequest = null
|
|
9101
|
+
|
|
9037
9102
|
/**
|
|
9038
9103
|
* UpgradeInstance返回参数结构体
|
|
9039
9104
|
*/
|
|
@@ -9723,6 +9788,16 @@ export interface ZoneStockInfo {
|
|
|
9723
9788
|
SlaveZoneStockInfos?: Array<SlaveZoneStockInfo>
|
|
9724
9789
|
}
|
|
9725
9790
|
|
|
9791
|
+
/**
|
|
9792
|
+
* DeleteCLSDelivery返回参数结构体
|
|
9793
|
+
*/
|
|
9794
|
+
export interface DeleteCLSDeliveryResponse {
|
|
9795
|
+
/**
|
|
9796
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9797
|
+
*/
|
|
9798
|
+
RequestId?: string
|
|
9799
|
+
}
|
|
9800
|
+
|
|
9726
9801
|
/**
|
|
9727
9802
|
* InquirePriceRenew返回参数结构体
|
|
9728
9803
|
*/
|
|
@@ -45,6 +45,7 @@ import {
|
|
|
45
45
|
ReviewerInfo,
|
|
46
46
|
FlowBrief,
|
|
47
47
|
DescribeThirdPartyAuthCodeResponse,
|
|
48
|
+
DescribeUserVerifyStatusResponse,
|
|
48
49
|
HasAuthUser,
|
|
49
50
|
DisableUserAutoSignResponse,
|
|
50
51
|
OrgBillSummary,
|
|
@@ -60,6 +61,7 @@ import {
|
|
|
60
61
|
StartFlowResponse,
|
|
61
62
|
SealInfo,
|
|
62
63
|
StaffRole,
|
|
64
|
+
GroupOrganization,
|
|
63
65
|
CreateOrganizationAuthUrlRequest,
|
|
64
66
|
CreateBatchQuickSignUrlResponse,
|
|
65
67
|
CreateIntegrationRoleRequest,
|
|
@@ -149,7 +151,7 @@ import {
|
|
|
149
151
|
DetectInfoVideoData,
|
|
150
152
|
DescribeFlowComponentsRequest,
|
|
151
153
|
CreateIntegrationDepartmentRequest,
|
|
152
|
-
|
|
154
|
+
DescribeUserVerifyStatusRequest,
|
|
153
155
|
AuthorizedUser,
|
|
154
156
|
Intention,
|
|
155
157
|
CreateDocumentRequest,
|
|
@@ -888,6 +890,17 @@ export class Client extends AbstractClient {
|
|
|
888
890
|
return this.request("CreateBatchOrganizationRegistrationTasks", req, cb)
|
|
889
891
|
}
|
|
890
892
|
|
|
893
|
+
/**
|
|
894
|
+
* 用于客户企业在调用生成[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)接口之前判断C端用户是否实名,如果已经实名,就不需要再次调用生成C端链接接口去实名
|
|
895
|
+
注意:此接口仅会返回当前员工是否通过[C端用户实名链接(CreateUserVerifyUrl)](https://qian.tencent.com/developers/companyApis/users/CreateUserVerifyUrl)所实名的员工是否实名,并不会返回个人用户自己在电子签进行实名的状况
|
|
896
|
+
*/
|
|
897
|
+
async DescribeUserVerifyStatus(
|
|
898
|
+
req: DescribeUserVerifyStatusRequest,
|
|
899
|
+
cb?: (error: string, rep: DescribeUserVerifyStatusResponse) => void
|
|
900
|
+
): Promise<DescribeUserVerifyStatusResponse> {
|
|
901
|
+
return this.request("DescribeUserVerifyStatus", req, cb)
|
|
902
|
+
}
|
|
903
|
+
|
|
891
904
|
/**
|
|
892
905
|
* 发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。
|
|
893
906
|
解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。
|
|
@@ -898,7 +911,7 @@ export class Client extends AbstractClient {
|
|
|
898
911
|
<li>原合同个人类型参与人必须是解除协议的参与人,<code>不能更换其他第三方个人</code>参与解除协议。</li>
|
|
899
912
|
<li>如果原合同企业参与人无法参与解除协议,可以指定同企业具有同等权限的<code>企业员工代为处理</code>。</li>
|
|
900
913
|
<li>发起解除协议同发起其他企业合同一样,也会参与合同<code>扣费</code>,扣费标准同其他类型合同。</li>
|
|
901
|
-
<li
|
|
914
|
+
<li>在解除协议签署完毕后,原合同及解除协议均变为已解除状态。</li>
|
|
902
915
|
<li>非原合同企业参与人发起解除协议时,需要有<code>解除合同的权限</code>。</li>
|
|
903
916
|
</ul>
|
|
904
917
|
*/
|
|
@@ -1661,7 +1674,7 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
|
|
|
1661
1674
|
<tr>
|
|
1662
1675
|
<td>普通saas员工</td>
|
|
1663
1676
|
<td>将Employees中的DisplayName设置员工的名字,Mobile设置成员工的手机号</td>
|
|
1664
|
-
<td>发送短信通知员工(短信中带有认证加入企业的链接)
|
|
1677
|
+
<td>发送短信通知员工(短信中带有认证加入企业的链接) </td>
|
|
1665
1678
|
</tr>
|
|
1666
1679
|
<tr>
|
|
1667
1680
|
<td>企微员工</td>
|