tencentcloud-sdk-nodejs 4.0.365 → 4.0.368
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 +434 -0
- package/SERVICE_CHANGELOG.md +522 -11
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +13 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cls/v20201016/cls_models.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +39 -8
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +43 -5
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
- package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +42 -1
- package/src/services/monitor/v20180724/monitor_models.ts +9 -4
- package/src/services/tcbr/v20220217/tcbr_client.ts +28 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +152 -17
- package/src/services/tcss/v20201101/tcss_models.ts +18 -0
- package/src/services/teo/v20220106/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/trtc/v20190722/trtc_client.ts +7 -25
- package/src/services/trtc/v20190722/trtc_models.ts +0 -134
- package/src/services/tsf/v20180326/tsf_client.ts +204 -51
- package/src/services/tsf/v20180326/tsf_models.ts +968 -236
- package/src/services/vod/v20180717/vod_client.ts +7 -0
- package/src/services/vod/v20180717/vod_models.ts +49 -28
- package/src/services/vpc/v20170312/vpc_client.ts +16 -1
- package/src/services/vpc/v20170312/vpc_models.ts +162 -12
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +11 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +34 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -5
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +35 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.d.ts +9 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_client.js +12 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +130 -16
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +15 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -11
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -13
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -112
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +61 -13
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +90 -18
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +842 -213
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +41 -23
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +6 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +135 -11
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
- package/test/dnspod.v20210323.test.js +48 -8
- package/test/tcbr.v20220217.test.js +20 -0
- package/test/trtc.v20190722.test.js +2 -12
- package/test/tsf.v20180326.test.js +132 -12
- package/test/vpc.v20170312.test.js +10 -0
- package/test/waf.v20180125.test.js +14 -4
package/products.md
CHANGED
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
|
-
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-
|
|
10
|
+
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-06-23 06:06:13 |
|
|
11
11
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-06-16 06:00:42 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-06-
|
|
16
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-06-21 06:01:15 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-06-02 06:02:22 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-23 06:06:50 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
21
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-05-31 06:04:46 |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-06-20 06:03:42 |
|
|
40
40
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-06-15 06:04:37 |
|
|
41
41
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
42
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-
|
|
42
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-06-23 06:08:11 |
|
|
43
43
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
44
44
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
|
|
45
45
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-31 06:07:03 |
|
|
53
53
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
54
54
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-05-25 06:05:44 |
|
|
55
|
-
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-
|
|
56
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-
|
|
55
|
+
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
56
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-06-22 06:04:41 |
|
|
57
57
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-10 06:04:57 |
|
|
58
58
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
59
59
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
60
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-
|
|
60
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-06-22 06:05:01 |
|
|
61
61
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
62
62
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-06-16 06:04:38 |
|
|
63
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-
|
|
63
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-06-23 06:10:09 |
|
|
64
64
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
65
65
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-06-15 06:07:21 |
|
|
66
66
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
67
67
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-04-04 06:33:41 |
|
|
68
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-
|
|
68
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
|
|
69
69
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-05-31 17:05:07 |
|
|
70
70
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
71
71
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-05-31 06:09:47 |
|
|
72
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-
|
|
73
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-
|
|
72
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-06-21 06:06:29 |
|
|
73
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-23 06:11:27 |
|
|
74
74
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
75
75
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
76
76
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-06-09 06:11:36 |
|
|
86
86
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-06-20 06:08:20 |
|
|
87
87
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-06-15 06:09:03 |
|
|
88
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-
|
|
88
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-06-23 06:12:30 |
|
|
89
89
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
90
90
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-06-02 06:08:18 |
|
|
91
91
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
109
109
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
|
|
110
110
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
111
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-
|
|
111
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-06-21 06:09:19 |
|
|
112
112
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
113
113
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
114
|
-
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-
|
|
114
|
+
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-06-21 06:09:47 |
|
|
115
115
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-06-01 06:13:02 |
|
|
116
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-
|
|
116
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-06-22 06:10:05 |
|
|
117
117
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
118
118
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
119
119
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-06-15 06:11:30 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-06-14 11:16:30 |
|
|
124
124
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
125
125
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
126
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-
|
|
126
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-06-23 06:15:13 |
|
|
127
127
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
|
|
128
128
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-08 06:12:58 |
|
|
129
129
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -166,17 +166,17 @@
|
|
|
166
166
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
167
167
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
|
|
168
168
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
|
|
169
|
-
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-
|
|
169
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-06-23 06:18:22 |
|
|
170
170
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
171
171
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
172
172
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
|
|
173
173
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-06-13 06:17:36 |
|
|
174
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-
|
|
174
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-06-21 06:13:45 |
|
|
175
175
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
|
|
176
176
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
177
177
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-06-13 06:18:15 |
|
|
178
178
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-06-20 06:14:36 |
|
|
179
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-
|
|
179
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-06-23 06:19:17 |
|
|
180
180
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
181
181
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
182
182
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -186,22 +186,22 @@
|
|
|
186
186
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-06-15 06:15:49 |
|
|
187
187
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
|
|
188
188
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
189
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-
|
|
189
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-06-23 06:19:48 |
|
|
190
190
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
191
191
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
192
192
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
193
193
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
194
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-
|
|
195
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-
|
|
196
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-
|
|
194
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-06-21 06:15:46 |
|
|
195
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-06-23 06:20:18 |
|
|
196
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-06-21 06:15:54 |
|
|
197
197
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
198
198
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
199
199
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
200
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-
|
|
200
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
|
|
201
201
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
202
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-
|
|
203
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-
|
|
204
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-
|
|
202
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-06-23 06:20:52 |
|
|
203
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-06-23 06:21:17 |
|
|
204
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-06-23 06:22:00 |
|
|
205
205
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
206
206
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
207
207
|
| 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.368"
|
|
@@ -49,7 +49,7 @@ export interface ApmInstanceDetail {
|
|
|
49
49
|
CreateUin: string
|
|
50
50
|
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* 该实例已上报的服务端应用数量
|
|
53
53
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
54
54
|
*/
|
|
55
55
|
ServiceCount: number
|
|
@@ -148,6 +148,18 @@ export interface ApmInstanceDetail {
|
|
|
148
148
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
149
149
|
*/
|
|
150
150
|
LogTopicID: string
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* 该实例已上报的客户端应用数量
|
|
154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
155
|
+
*/
|
|
156
|
+
ClientCount: number
|
|
157
|
+
|
|
158
|
+
/**
|
|
159
|
+
* 该实例已上报的总应用数量
|
|
160
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
161
|
+
*/
|
|
162
|
+
TotalCount: number
|
|
151
163
|
}
|
|
152
164
|
|
|
153
165
|
/**
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac
|
|
278
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
279
279
|
*/
|
|
280
280
|
async SentenceRecognition(
|
|
281
281
|
req: SentenceRecognitionRequest,
|
|
@@ -7443,6 +7443,18 @@ export interface CreateVerifyRecordResponse {
|
|
|
7443
7443
|
*/
|
|
7444
7444
|
FileVerifyUrl: string
|
|
7445
7445
|
|
|
7446
|
+
/**
|
|
7447
|
+
* 文件校验域名列表
|
|
7448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7449
|
+
*/
|
|
7450
|
+
FileVerifyDomains: Array<string>
|
|
7451
|
+
|
|
7452
|
+
/**
|
|
7453
|
+
* 文件校验文件名
|
|
7454
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7455
|
+
*/
|
|
7456
|
+
FileVerifyName: string
|
|
7457
|
+
|
|
7446
7458
|
/**
|
|
7447
7459
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7448
7460
|
*/
|
|
@@ -4051,6 +4051,7 @@ export interface SearchLogRequest {
|
|
|
4051
4051
|
/**
|
|
4052
4052
|
* 透传上次接口返回的Context值,可获取后续更多日志,总计最多可获取1万条原始日志,过期时间1小时
|
|
4053
4053
|
注意:
|
|
4054
|
+
* 透传该参数时,请勿修改除该参数外的其它参数
|
|
4054
4055
|
* 仅当检索分析语句(Query)不包含SQL时有效
|
|
4055
4056
|
* SQL获取后续结果参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
|
4056
4057
|
*/
|
|
@@ -4233,24 +4233,30 @@ ANONYMOUS: 匿名类型 USER_ID
|
|
|
4233
4233
|
*/
|
|
4234
4234
|
export interface OpenBankSceneInfo {
|
|
4235
4235
|
/**
|
|
4236
|
-
* 用户端实际 ip
|
|
4236
|
+
* 用户端实际 ip。汇付渠道必填。
|
|
4237
4237
|
*/
|
|
4238
4238
|
PayerClientIp?: string
|
|
4239
4239
|
|
|
4240
4240
|
/**
|
|
4241
|
-
* 浏览器 User-Agent
|
|
4241
|
+
* 浏览器 User-Agent。
|
|
4242
4242
|
*/
|
|
4243
4243
|
PayerUa?: string
|
|
4244
4244
|
|
|
4245
4245
|
/**
|
|
4246
|
-
*
|
|
4246
|
+
* 用户下单时间。若不上送,服务端默认当前时间。
|
|
4247
4247
|
*/
|
|
4248
4248
|
OrderTime?: string
|
|
4249
4249
|
|
|
4250
4250
|
/**
|
|
4251
|
-
* 终端设备号(门店号或收银设备 ID),示例值:POS1:1
|
|
4251
|
+
* 终端设备号(门店号或收银设备 ID),示例值:POS1:1。
|
|
4252
4252
|
*/
|
|
4253
4253
|
DeviceId?: string
|
|
4254
|
+
|
|
4255
|
+
/**
|
|
4256
|
+
* 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。
|
|
4257
|
+
汇付渠道必填。
|
|
4258
|
+
*/
|
|
4259
|
+
DeviceType?: string
|
|
4254
4260
|
}
|
|
4255
4261
|
|
|
4256
4262
|
/**
|
|
@@ -13257,6 +13263,19 @@ __WORKING__: 正常工作
|
|
|
13257
13263
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13258
13264
|
*/
|
|
13259
13265
|
BankNotice: string
|
|
13266
|
+
|
|
13267
|
+
/**
|
|
13268
|
+
* 支持银行代码
|
|
13269
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13270
|
+
*/
|
|
13271
|
+
BankId: string
|
|
13272
|
+
|
|
13273
|
+
/**
|
|
13274
|
+
* 卡类型。
|
|
13275
|
+
D:借记卡,C:信用卡,Z:借贷合一卡。
|
|
13276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
13277
|
+
*/
|
|
13278
|
+
CardType: string
|
|
13260
13279
|
}
|
|
13261
13280
|
|
|
13262
13281
|
/**
|
|
@@ -14230,19 +14249,24 @@ export interface RegisterBillRequest {
|
|
|
14230
14249
|
*/
|
|
14231
14250
|
export interface OpenBankGoodsInfo {
|
|
14232
14251
|
/**
|
|
14233
|
-
*
|
|
14252
|
+
* 商品标题。默认值“商品支付”。
|
|
14234
14253
|
*/
|
|
14235
14254
|
GoodsName?: string
|
|
14236
14255
|
|
|
14237
14256
|
/**
|
|
14238
|
-
*
|
|
14257
|
+
* 商品详细描述(商品列表)。
|
|
14239
14258
|
*/
|
|
14240
14259
|
GoodsDetail?: string
|
|
14241
14260
|
|
|
14242
14261
|
/**
|
|
14243
|
-
*
|
|
14262
|
+
* 银行附言。不可以有以下字符:<>+{}()%*&';"[]等特殊符号
|
|
14244
14263
|
*/
|
|
14245
14264
|
GoodsDescription?: string
|
|
14265
|
+
|
|
14266
|
+
/**
|
|
14267
|
+
* 业务类型。汇付渠道必填,汇付渠道传入固定值100099。
|
|
14268
|
+
*/
|
|
14269
|
+
GoodsBizType?: string
|
|
14246
14270
|
}
|
|
14247
14271
|
|
|
14248
14272
|
/**
|
|
@@ -21728,7 +21752,7 @@ export interface OpenBankPayerInfo {
|
|
|
21728
21752
|
|
|
21729
21753
|
/**
|
|
21730
21754
|
* 付款方付款账户标识。
|
|
21731
|
-
当付款方式为OPENBANK_PAYMENT时,必输表示企业账户ID;当付款方式为SAFT_ISV时,必须上送付款方的渠道电子记账本ID。
|
|
21755
|
+
当付款方式为OPENBANK_PAYMENT时,必输表示企业账户ID;当付款方式为SAFT_ISV时,必须上送付款方的渠道电子记账本ID;当付款方式为ONLINEBANK,上送付款方银行编号BankId。
|
|
21732
21756
|
*/
|
|
21733
21757
|
BindSerialNo?: string
|
|
21734
21758
|
|
|
@@ -21739,6 +21763,13 @@ ACCOUNT_BOOK_ID:电子记账本ID。
|
|
|
21739
21763
|
当付款方式为SAFT_ISV时,必须上送类型为ACCOUNT_BOOK_ID。
|
|
21740
21764
|
*/
|
|
21741
21765
|
AccountType?: string
|
|
21766
|
+
|
|
21767
|
+
/**
|
|
21768
|
+
* 付款卡类型。汇付渠道必填。
|
|
21769
|
+
DEBIT_CARD:借记卡
|
|
21770
|
+
CREDIT_CARD:信用卡
|
|
21771
|
+
*/
|
|
21772
|
+
BankCardType?: string
|
|
21742
21773
|
}
|
|
21743
21774
|
|
|
21744
21775
|
/**
|
|
@@ -888,6 +888,36 @@ export interface TrustMalwaresRequest {
|
|
|
888
888
|
Ids: Array<number>
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
+
/**
|
|
892
|
+
* 授权订单对象内容
|
|
893
|
+
*/
|
|
894
|
+
export interface LicenseOrder {
|
|
895
|
+
/**
|
|
896
|
+
* 授权ID
|
|
897
|
+
*/
|
|
898
|
+
LicenseId: number
|
|
899
|
+
|
|
900
|
+
/**
|
|
901
|
+
* 授权类型
|
|
902
|
+
*/
|
|
903
|
+
LicenseType: number
|
|
904
|
+
|
|
905
|
+
/**
|
|
906
|
+
* 授权订单资源状态
|
|
907
|
+
*/
|
|
908
|
+
Status: number
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* 订单类型
|
|
912
|
+
*/
|
|
913
|
+
SourceType: number
|
|
914
|
+
|
|
915
|
+
/**
|
|
916
|
+
* 资源ID
|
|
917
|
+
*/
|
|
918
|
+
ResourceId: string
|
|
919
|
+
}
|
|
920
|
+
|
|
891
921
|
/**
|
|
892
922
|
* ExportVulEffectHostList请求参数结构体
|
|
893
923
|
*/
|
|
@@ -3000,11 +3030,13 @@ export interface DescribeVulEffectHostListRequest {
|
|
|
3000
3030
|
VulId: number
|
|
3001
3031
|
|
|
3002
3032
|
/**
|
|
3003
|
-
*
|
|
3033
|
+
* 过滤条件:
|
|
3004
3034
|
<li>AliasName - String - 主机名筛选</li>
|
|
3005
|
-
<li>TagIds - String - 主机标签id
|
|
3006
|
-
<li>Status - String -
|
|
3035
|
+
<li>TagIds - String - 主机标签id串,多个用英文用逗号分隔</li>
|
|
3036
|
+
<li>Status - String - 状态:0-待处理 1-忽略 3-已修复 5-检测中 6-修复中 8-修复失败</li>
|
|
3007
3037
|
<li>Uuid - String数组 - Uuid串数组</li>
|
|
3038
|
+
<li>Version - String数组 - 付费版本数组:"Flagship"-旗舰版 "PRO_VERSION"-专业版 "BASIC_VERSION"-基础版</li>
|
|
3039
|
+
<li>InstanceState - String数组 - 实例状态数组:"PENDING"-创建中 "LAUNCH_FAILED"-创建失败 "RUNNING"-运行中 "STOPPED"-关机 "STARTING"-开机中 "STOPPING"-关机中 "REBOOTING"-重启中 "SHUTDOWN"-待销毁 "TERMINATING"-销毁中 "UNKNOWN"-未知(针对非腾讯云机器,且客户端离线的场景) </li>
|
|
3008
3040
|
*/
|
|
3009
3041
|
Filters?: Array<Filter>
|
|
3010
3042
|
}
|
|
@@ -5522,6 +5554,12 @@ export interface EffectiveMachineInfo {
|
|
|
5522
5554
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5523
5555
|
*/
|
|
5524
5556
|
MachineStatus: string
|
|
5557
|
+
|
|
5558
|
+
/**
|
|
5559
|
+
* 授权订单对象
|
|
5560
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5561
|
+
*/
|
|
5562
|
+
LicenseOrder: LicenseOrder
|
|
5525
5563
|
}
|
|
5526
5564
|
|
|
5527
5565
|
/**
|
|
@@ -8247,8 +8285,8 @@ export interface DescribeImportMachineInfoRequest {
|
|
|
8247
8285
|
IsQueryProMachine?: boolean
|
|
8248
8286
|
|
|
8249
8287
|
/**
|
|
8250
|
-
*
|
|
8251
|
-
<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship
|
|
8288
|
+
* 过滤条件:
|
|
8289
|
+
<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship:旗舰版 | ProtectedMachines:专业版+旗舰版) | BASIC_PROPOST_GENERAL_DISCOUNT:普惠版+专业版按量计费+基础版主机 | UnFlagship:专业版预付费+专业版后付费+基础版+普惠版</li>
|
|
8252
8290
|
*/
|
|
8253
8291
|
Filters?: Array<Filters>
|
|
8254
8292
|
}
|
|
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
CreateRecordRequest,
|
|
22
22
|
DescribeBatchTaskDetail,
|
|
23
|
+
ModifyVasAutoRenewStatusResponse,
|
|
23
24
|
DeleteDomainAliasResponse,
|
|
24
25
|
ModifySubdomainStatusRequest,
|
|
25
26
|
CreateRecordBatchResponse,
|
|
@@ -27,6 +28,7 @@ import {
|
|
|
27
28
|
DomainAnalyticsInfo,
|
|
28
29
|
DescribeBatchTaskRequest,
|
|
29
30
|
DomainAnalyticsDetail,
|
|
31
|
+
PayOrderWithBalanceResponse,
|
|
30
32
|
DescribeDomainResponse,
|
|
31
33
|
DescribeRecordLineListResponse,
|
|
32
34
|
DomainInfo,
|
|
@@ -43,12 +45,14 @@ import {
|
|
|
43
45
|
LineGroupInfo,
|
|
44
46
|
DeleteDomainRequest,
|
|
45
47
|
ModifyDomainOwnerRequest,
|
|
48
|
+
ModifyPackageAutoRenewRequest,
|
|
46
49
|
DomainShareInfo,
|
|
47
50
|
DescribeRecordLineListRequest,
|
|
48
51
|
DescribeRecordListResponse,
|
|
49
52
|
CreateRecordBatchRequest,
|
|
50
53
|
DeleteDomainAliasRequest,
|
|
51
54
|
DomainAliasInfo,
|
|
55
|
+
CreateDealRequest,
|
|
52
56
|
ModifyDomainLockRequest,
|
|
53
57
|
ModifyDomainStatusRequest,
|
|
54
58
|
SubdomainAliasAnalyticsItem,
|
|
@@ -85,12 +89,15 @@ import {
|
|
|
85
89
|
ModifyRecordBatchDetail,
|
|
86
90
|
DescribeUserDetailResponse,
|
|
87
91
|
CreateDomainRequest,
|
|
92
|
+
ModifyPackageAutoRenewResponse,
|
|
88
93
|
DomainAliasAnalyticsItem,
|
|
89
94
|
DescribeDomainShareInfoResponse,
|
|
90
95
|
ModifyDomainRemarkRequest,
|
|
91
96
|
CreateDomainAliasResponse,
|
|
92
97
|
DescribeRecordListRequest,
|
|
98
|
+
PayOrderWithBalanceRequest,
|
|
93
99
|
DescribeDomainPurviewResponse,
|
|
100
|
+
Deals,
|
|
94
101
|
ModifySubdomainStatusResponse,
|
|
95
102
|
DescribeDomainAnalyticsResponse,
|
|
96
103
|
ModifyRecordStatusResponse,
|
|
@@ -111,6 +118,8 @@ import {
|
|
|
111
118
|
CreateDomainBatchDetail,
|
|
112
119
|
ModifyDomainUnlockRequest,
|
|
113
120
|
ModifyDomainLockResponse,
|
|
121
|
+
CreateDealResponse,
|
|
122
|
+
ModifyVasAutoRenewStatusRequest,
|
|
114
123
|
LockInfo,
|
|
115
124
|
DescribeBatchTaskResponse,
|
|
116
125
|
DescribeDomainAnalyticsRequest,
|
|
@@ -157,13 +166,13 @@ export class Client extends AbstractClient {
|
|
|
157
166
|
}
|
|
158
167
|
|
|
159
168
|
/**
|
|
160
|
-
*
|
|
169
|
+
* 获取等级允许的记录类型
|
|
161
170
|
*/
|
|
162
|
-
async
|
|
163
|
-
req:
|
|
164
|
-
cb?: (error: string, rep:
|
|
165
|
-
): Promise<
|
|
166
|
-
return this.request("
|
|
171
|
+
async DescribeRecordType(
|
|
172
|
+
req: DescribeRecordTypeRequest,
|
|
173
|
+
cb?: (error: string, rep: DescribeRecordTypeResponse) => void
|
|
174
|
+
): Promise<DescribeRecordTypeResponse> {
|
|
175
|
+
return this.request("DescribeRecordType", req, cb)
|
|
167
176
|
}
|
|
168
177
|
|
|
169
178
|
/**
|
|
@@ -196,6 +205,16 @@ export class Client extends AbstractClient {
|
|
|
196
205
|
return this.request("ModifyRecordStatus", req, cb)
|
|
197
206
|
}
|
|
198
207
|
|
|
208
|
+
/**
|
|
209
|
+
* 增值服务自动续费设置
|
|
210
|
+
*/
|
|
211
|
+
async ModifyVasAutoRenewStatus(
|
|
212
|
+
req: ModifyVasAutoRenewStatusRequest,
|
|
213
|
+
cb?: (error: string, rep: ModifyVasAutoRenewStatusResponse) => void
|
|
214
|
+
): Promise<ModifyVasAutoRenewStatusResponse> {
|
|
215
|
+
return this.request("ModifyVasAutoRenewStatus", req, cb)
|
|
216
|
+
}
|
|
217
|
+
|
|
199
218
|
/**
|
|
200
219
|
* 修改域名状态
|
|
201
220
|
*/
|
|
@@ -236,6 +255,16 @@ export class Client extends AbstractClient {
|
|
|
236
255
|
return this.request("DescribeDomainShareInfo", req, cb)
|
|
237
256
|
}
|
|
238
257
|
|
|
258
|
+
/**
|
|
259
|
+
* DNSPod商品下单
|
|
260
|
+
*/
|
|
261
|
+
async CreateDeal(
|
|
262
|
+
req: CreateDealRequest,
|
|
263
|
+
cb?: (error: string, rep: CreateDealResponse) => void
|
|
264
|
+
): Promise<CreateDealResponse> {
|
|
265
|
+
return this.request("CreateDeal", req, cb)
|
|
266
|
+
}
|
|
267
|
+
|
|
239
268
|
/**
|
|
240
269
|
* 删除域名共享
|
|
241
270
|
*/
|
|
@@ -268,14 +297,13 @@ export class Client extends AbstractClient {
|
|
|
268
297
|
}
|
|
269
298
|
|
|
270
299
|
/**
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
return this.request("CreateDomain", req, cb)
|
|
300
|
+
* 批量添加记录
|
|
301
|
+
*/
|
|
302
|
+
async CreateRecordBatch(
|
|
303
|
+
req: CreateRecordBatchRequest,
|
|
304
|
+
cb?: (error: string, rep: CreateRecordBatchResponse) => void
|
|
305
|
+
): Promise<CreateRecordBatchResponse> {
|
|
306
|
+
return this.request("CreateRecordBatch", req, cb)
|
|
279
307
|
}
|
|
280
308
|
|
|
281
309
|
/**
|
|
@@ -289,13 +317,13 @@ export class Client extends AbstractClient {
|
|
|
289
317
|
}
|
|
290
318
|
|
|
291
319
|
/**
|
|
292
|
-
*
|
|
320
|
+
* 删除记录
|
|
293
321
|
*/
|
|
294
|
-
async
|
|
295
|
-
req:
|
|
296
|
-
cb?: (error: string, rep:
|
|
297
|
-
): Promise<
|
|
298
|
-
return this.request("
|
|
322
|
+
async DeleteRecord(
|
|
323
|
+
req: DeleteRecordRequest,
|
|
324
|
+
cb?: (error: string, rep: DeleteRecordResponse) => void
|
|
325
|
+
): Promise<DeleteRecordResponse> {
|
|
326
|
+
return this.request("DeleteRecord", req, cb)
|
|
299
327
|
}
|
|
300
328
|
|
|
301
329
|
/**
|
|
@@ -328,6 +356,16 @@ export class Client extends AbstractClient {
|
|
|
328
356
|
return this.request("DescribeDomainAnalytics", req, cb)
|
|
329
357
|
}
|
|
330
358
|
|
|
359
|
+
/**
|
|
360
|
+
* DNS 解析套餐自动续费设置
|
|
361
|
+
*/
|
|
362
|
+
async ModifyPackageAutoRenew(
|
|
363
|
+
req: ModifyPackageAutoRenewRequest,
|
|
364
|
+
cb?: (error: string, rep: ModifyPackageAutoRenewResponse) => void
|
|
365
|
+
): Promise<ModifyPackageAutoRenewResponse> {
|
|
366
|
+
return this.request("ModifyPackageAutoRenew", req, cb)
|
|
367
|
+
}
|
|
368
|
+
|
|
331
369
|
/**
|
|
332
370
|
* 设置记录备注
|
|
333
371
|
*/
|
|
@@ -410,13 +448,24 @@ export class Client extends AbstractClient {
|
|
|
410
448
|
}
|
|
411
449
|
|
|
412
450
|
/**
|
|
413
|
-
|
|
451
|
+
* 添加域名
|
|
452
|
+
|
|
453
|
+
*/
|
|
454
|
+
async CreateDomain(
|
|
455
|
+
req: CreateDomainRequest,
|
|
456
|
+
cb?: (error: string, rep: CreateDomainResponse) => void
|
|
457
|
+
): Promise<CreateDomainResponse> {
|
|
458
|
+
return this.request("CreateDomain", req, cb)
|
|
459
|
+
}
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* DNSPod商品余额支付
|
|
414
463
|
*/
|
|
415
|
-
async
|
|
416
|
-
req:
|
|
417
|
-
cb?: (error: string, rep:
|
|
418
|
-
): Promise<
|
|
419
|
-
return this.request("
|
|
464
|
+
async PayOrderWithBalance(
|
|
465
|
+
req: PayOrderWithBalanceRequest,
|
|
466
|
+
cb?: (error: string, rep: PayOrderWithBalanceResponse) => void
|
|
467
|
+
): Promise<PayOrderWithBalanceResponse> {
|
|
468
|
+
return this.request("PayOrderWithBalance", req, cb)
|
|
420
469
|
}
|
|
421
470
|
|
|
422
471
|
/**
|