tencentcloud-sdk-nodejs 4.0.337 → 4.0.340
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 +414 -0
- package/SERVICE_CHANGELOG.md +399 -33
- package/package.json +1 -1
- package/products.md +23 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +153 -0
- package/src/services/bi/index.ts +5 -0
- package/src/services/bi/v20220105/bi_client.ts +57 -0
- package/src/services/bi/v20220105/bi_models.ts +214 -0
- package/src/services/bi/v20220105/index.ts +6 -0
- package/src/services/cfw/v20190904/cfw_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +41 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +35 -0
- package/src/services/emr/v20190103/emr_client.ts +67 -63
- package/src/services/emr/v20190103/emr_models.ts +2011 -1833
- package/src/services/ess/v20201111/ess_models.ts +26 -8
- package/src/services/faceid/v20180301/faceid_client.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +5 -4
- package/src/services/gaap/v20180529/gaap_client.ts +68 -28
- package/src/services/gaap/v20180529/gaap_models.ts +280 -68
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +14 -1
- package/src/services/ocr/v20181119/ocr_models.ts +103 -15
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_client.ts +2 -2
- package/src/services/ses/v20201002/ses_models.ts +2 -2
- package/src/services/tiia/v20190529/tiia_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +15 -0
- package/src/services/trtc/v20190722/trtc_models.ts +6 -6
- package/src/services/tsf/v20180326/tsf_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +22 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +126 -0
- package/tencentcloud/services/bi/index.d.ts +6 -0
- package/tencentcloud/services/bi/index.js +7 -0
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +18 -0
- package/tencentcloud/services/bi/v20220105/bi_client.js +43 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +168 -0
- package/tencentcloud/services/bi/v20220105/bi_models.js +18 -0
- package/tencentcloud/services/bi/v20220105/index.d.ts +6 -0
- package/tencentcloud/services/bi/v20220105/index.js +9 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +35 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +29 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1757 -1607
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +23 -7
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -4
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +21 -9
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +30 -12
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +245 -60
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +187 -11
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +279 -15
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +2515 -663
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +87 -15
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
- package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/bi.v20220105.test.js +41 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/gaap.v20180529.test.js +44 -14
- package/test/iotcloud.v20210408.test.js +450 -10
- package/test/ocr.v20181119.test.js +10 -0
package/products.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-04-04 06:03:11 |
|
|
8
8
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-12 06:05:03 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-08 06:01:32 |
|
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-04-04 06:08:47 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-05-09 06:02:49 |
|
|
22
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-05-13 18:34:36 |
|
|
22
23
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-04-04 06:09:17 |
|
|
23
24
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
25
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
@@ -40,12 +41,12 @@
|
|
|
40
41
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
41
42
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
|
|
42
43
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
|
|
43
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-
|
|
44
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
|
|
44
45
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-04-04 06:18:22 |
|
|
45
46
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
|
|
46
47
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
47
48
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
48
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-
|
|
49
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-16 06:05:48 |
|
|
49
50
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
50
51
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
51
52
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
56
57
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-05 11:48:14 |
|
|
57
58
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
58
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-
|
|
59
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-13 06:09:29 |
|
|
59
60
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-05 10:52:23 |
|
|
60
61
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
61
62
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-09 06:06:32 |
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
|
|
64
65
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
65
66
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
|
|
66
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-
|
|
67
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-12 06:10:06 |
|
|
67
68
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-04-04 06:38:13 |
|
|
68
69
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
|
|
69
70
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -74,17 +75,17 @@
|
|
|
74
75
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
75
76
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
76
77
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-04-04 06:39:43 |
|
|
77
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-
|
|
78
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
78
79
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
79
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-
|
|
80
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-13 06:12:03 |
|
|
80
81
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-09 06:08:06 |
|
|
81
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-
|
|
82
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
|
|
82
83
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
|
|
83
84
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
84
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
85
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-05-12 06:11:15 |
|
|
85
86
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
86
87
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
87
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-
|
|
88
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-16 06:09:28 |
|
|
88
89
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
|
|
89
90
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
|
|
90
91
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
@@ -99,8 +100,8 @@
|
|
|
99
100
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
100
101
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
|
|
101
102
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
102
|
-
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-
|
|
103
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-
|
|
103
|
+
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-11 10:24:44 |
|
|
104
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-05-16 06:10:42 |
|
|
104
105
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
105
106
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
|
|
106
107
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
|
|
@@ -116,7 +117,7 @@
|
|
|
116
117
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
|
|
117
118
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
118
119
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
|
|
119
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-
|
|
120
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-13 06:15:04 |
|
|
120
121
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-11 06:13:00 |
|
|
121
122
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
|
|
122
123
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -125,19 +126,19 @@
|
|
|
125
126
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
126
127
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
127
128
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
|
|
128
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-
|
|
129
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-16 06:12:45 |
|
|
129
130
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
130
131
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
131
132
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
132
133
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-05-09 06:11:56 |
|
|
133
134
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
134
135
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
|
|
135
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-
|
|
136
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-05-16 06:13:15 |
|
|
136
137
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
137
138
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
138
139
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
139
140
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-09 06:12:32 |
|
|
140
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-
|
|
141
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-05-13 06:16:33 |
|
|
141
142
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
142
143
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
143
144
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
@@ -174,24 +175,24 @@
|
|
|
174
175
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
175
176
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
176
177
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
|
|
177
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-
|
|
178
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
|
|
178
179
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
179
180
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
|
|
180
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-
|
|
181
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-12 06:17:58 |
|
|
181
182
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
182
183
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
183
184
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
|
|
184
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-
|
|
185
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-16 06:16:22 |
|
|
185
186
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
|
|
186
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-
|
|
187
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-16 06:16:28 |
|
|
187
188
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
188
189
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
|
|
189
190
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
190
191
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
|
|
191
192
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
192
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-
|
|
193
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-13 06:19:52 |
|
|
193
194
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-28 06:20:20 |
|
|
194
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-
|
|
195
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
|
|
195
196
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
196
197
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
197
198
|
| 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.340"
|
|
@@ -100,6 +100,7 @@ import {
|
|
|
100
100
|
BGPIPInstanceUsages,
|
|
101
101
|
ModifyDDoSBlackWhiteIpListRequest,
|
|
102
102
|
DescribeListDDoSGeoIPBlockConfigRequest,
|
|
103
|
+
DescribeOverviewDDoSEventListResponse,
|
|
103
104
|
CreateCcGeoIPBlockConfigResponse,
|
|
104
105
|
DescribeOverviewAttackTrendResponse,
|
|
105
106
|
Layer7Rule,
|
|
@@ -147,6 +148,7 @@ import {
|
|
|
147
148
|
ModifyDDoSThresholdResponse,
|
|
148
149
|
CreateDDoSGeoIPBlockConfigResponse,
|
|
149
150
|
CCPrecisionPolicy,
|
|
151
|
+
DescribeOverviewDDoSEventListRequest,
|
|
150
152
|
ListenerCcThreholdConfig,
|
|
151
153
|
EipAddressRelation,
|
|
152
154
|
DeleteDDoSBlackWhiteIpListRequest,
|
|
@@ -233,6 +235,7 @@ import {
|
|
|
233
235
|
DescribeCCPrecisionPlyListResponse,
|
|
234
236
|
DescribeBizTrendRequest,
|
|
235
237
|
DescribeListPortAclListRequest,
|
|
238
|
+
OverviewDDoSEvent,
|
|
236
239
|
DescribeCCLevelPolicyResponse,
|
|
237
240
|
DescribeListWaterPrintConfigResponse,
|
|
238
241
|
DescribeOverviewDDoSTrendResponse,
|
|
@@ -810,6 +813,16 @@ export class Client extends AbstractClient {
|
|
|
810
813
|
return this.request("CreateBoundIP", req, cb)
|
|
811
814
|
}
|
|
812
815
|
|
|
816
|
+
/**
|
|
817
|
+
* 获取防护概览的ddos攻击事件
|
|
818
|
+
*/
|
|
819
|
+
async DescribeOverviewDDoSEventList(
|
|
820
|
+
req: DescribeOverviewDDoSEventListRequest,
|
|
821
|
+
cb?: (error: string, rep: DescribeOverviewDDoSEventListResponse) => void
|
|
822
|
+
): Promise<DescribeOverviewDDoSEventListResponse> {
|
|
823
|
+
return this.request("DescribeOverviewDDoSEventList", req, cb)
|
|
824
|
+
}
|
|
825
|
+
|
|
813
826
|
/**
|
|
814
827
|
* 设置单IP默认告警阈值配置
|
|
815
828
|
*/
|
|
@@ -1184,6 +1184,16 @@ export interface DescribeListBGPIPInstancesRequest {
|
|
|
1184
1184
|
* 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking
|
|
1185
1185
|
*/
|
|
1186
1186
|
FilterStatus?: string
|
|
1187
|
+
|
|
1188
|
+
/**
|
|
1189
|
+
* 获取特定的实例Cname
|
|
1190
|
+
*/
|
|
1191
|
+
FilterCname?: string
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* 批量查询实例ID对应的高防IP实例资源
|
|
1195
|
+
*/
|
|
1196
|
+
FilterInstanceIdList?: Array<string>
|
|
1187
1197
|
}
|
|
1188
1198
|
|
|
1189
1199
|
/**
|
|
@@ -1892,6 +1902,26 @@ export interface DescribeListDDoSGeoIPBlockConfigRequest {
|
|
|
1892
1902
|
FilterIp?: string
|
|
1893
1903
|
}
|
|
1894
1904
|
|
|
1905
|
+
/**
|
|
1906
|
+
* DescribeOverviewDDoSEventList返回参数结构体
|
|
1907
|
+
*/
|
|
1908
|
+
export interface DescribeOverviewDDoSEventListResponse {
|
|
1909
|
+
/**
|
|
1910
|
+
* 记录总数
|
|
1911
|
+
*/
|
|
1912
|
+
Total: number
|
|
1913
|
+
|
|
1914
|
+
/**
|
|
1915
|
+
* 事件列表
|
|
1916
|
+
*/
|
|
1917
|
+
EventList: Array<OverviewDDoSEvent>
|
|
1918
|
+
|
|
1919
|
+
/**
|
|
1920
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1921
|
+
*/
|
|
1922
|
+
RequestId?: string
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1895
1925
|
/**
|
|
1896
1926
|
* CreateCcGeoIPBlockConfig返回参数结构体
|
|
1897
1927
|
*/
|
|
@@ -2505,6 +2535,12 @@ export interface BGPIPInstance {
|
|
|
2505
2535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2506
2536
|
*/
|
|
2507
2537
|
V6Flag: number
|
|
2538
|
+
|
|
2539
|
+
/**
|
|
2540
|
+
* 是否渠道版高防IP,是为1,否为0
|
|
2541
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2542
|
+
*/
|
|
2543
|
+
BGPIPChannelFlag: number
|
|
2508
2544
|
}
|
|
2509
2545
|
|
|
2510
2546
|
/**
|
|
@@ -2867,6 +2903,36 @@ export interface CCPrecisionPolicy {
|
|
|
2867
2903
|
ModifyTime: string
|
|
2868
2904
|
}
|
|
2869
2905
|
|
|
2906
|
+
/**
|
|
2907
|
+
* DescribeOverviewDDoSEventList请求参数结构体
|
|
2908
|
+
*/
|
|
2909
|
+
export interface DescribeOverviewDDoSEventListRequest {
|
|
2910
|
+
/**
|
|
2911
|
+
* 起始时间
|
|
2912
|
+
*/
|
|
2913
|
+
StartTime: string
|
|
2914
|
+
|
|
2915
|
+
/**
|
|
2916
|
+
* 结束时间
|
|
2917
|
+
*/
|
|
2918
|
+
EndTime: string
|
|
2919
|
+
|
|
2920
|
+
/**
|
|
2921
|
+
* 可选按攻击状态过滤,start:攻击中;end:攻击结束
|
|
2922
|
+
*/
|
|
2923
|
+
AttackStatus?: string
|
|
2924
|
+
|
|
2925
|
+
/**
|
|
2926
|
+
* 偏移量
|
|
2927
|
+
*/
|
|
2928
|
+
Offset?: number
|
|
2929
|
+
|
|
2930
|
+
/**
|
|
2931
|
+
* 记录条数
|
|
2932
|
+
*/
|
|
2933
|
+
Limit?: number
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2870
2936
|
/**
|
|
2871
2937
|
* 域名与协议纬度的CC防护阈值
|
|
2872
2938
|
*/
|
|
@@ -2994,6 +3060,16 @@ export interface IPLineInfo {
|
|
|
2994
3060
|
* 线路IP
|
|
2995
3061
|
*/
|
|
2996
3062
|
Eip: string
|
|
3063
|
+
|
|
3064
|
+
/**
|
|
3065
|
+
* 实例对应的cname
|
|
3066
|
+
*/
|
|
3067
|
+
Cname?: string
|
|
3068
|
+
|
|
3069
|
+
/**
|
|
3070
|
+
* 资源flag,0:高防包资源,1:高防IP资源,2:非高防资源IP
|
|
3071
|
+
*/
|
|
3072
|
+
ResourceFlag?: number
|
|
2997
3073
|
}
|
|
2998
3074
|
|
|
2999
3075
|
/**
|
|
@@ -3763,6 +3839,11 @@ export interface DescribeListIPAlarmConfigRequest {
|
|
|
3763
3839
|
* IP搜索
|
|
3764
3840
|
*/
|
|
3765
3841
|
FilterIp?: string
|
|
3842
|
+
|
|
3843
|
+
/**
|
|
3844
|
+
* 高防IP实例资源的cname
|
|
3845
|
+
*/
|
|
3846
|
+
FilterCname?: string
|
|
3766
3847
|
}
|
|
3767
3848
|
|
|
3768
3849
|
/**
|
|
@@ -3901,6 +3982,18 @@ export interface BGPInstanceSpecification {
|
|
|
3901
3982
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3902
3983
|
*/
|
|
3903
3984
|
ChannelEditionFlag: number
|
|
3985
|
+
|
|
3986
|
+
/**
|
|
3987
|
+
* 高防包企业版标记,0表示普通高防包;1表示企业版高防包
|
|
3988
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3989
|
+
*/
|
|
3990
|
+
EnterpriseFlag: number
|
|
3991
|
+
|
|
3992
|
+
/**
|
|
3993
|
+
* 高防包企业版弹性阈值,0表示未开启;大于0为弹性防护阈值
|
|
3994
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3995
|
+
*/
|
|
3996
|
+
ElasticLimit: number
|
|
3904
3997
|
}
|
|
3905
3998
|
|
|
3906
3999
|
/**
|
|
@@ -5052,6 +5145,66 @@ export interface DescribeListPortAclListRequest {
|
|
|
5052
5145
|
FilterIp?: string
|
|
5053
5146
|
}
|
|
5054
5147
|
|
|
5148
|
+
/**
|
|
5149
|
+
* 防护概览DDoS攻击事件
|
|
5150
|
+
*/
|
|
5151
|
+
export interface OverviewDDoSEvent {
|
|
5152
|
+
/**
|
|
5153
|
+
* 事件Id
|
|
5154
|
+
*/
|
|
5155
|
+
Id: string
|
|
5156
|
+
|
|
5157
|
+
/**
|
|
5158
|
+
* ip
|
|
5159
|
+
*/
|
|
5160
|
+
Vip: string
|
|
5161
|
+
|
|
5162
|
+
/**
|
|
5163
|
+
* 开始时间
|
|
5164
|
+
*/
|
|
5165
|
+
StartTime: string
|
|
5166
|
+
|
|
5167
|
+
/**
|
|
5168
|
+
* 结束时间
|
|
5169
|
+
*/
|
|
5170
|
+
EndTime: string
|
|
5171
|
+
|
|
5172
|
+
/**
|
|
5173
|
+
* 攻击类型
|
|
5174
|
+
*/
|
|
5175
|
+
AttackType: string
|
|
5176
|
+
|
|
5177
|
+
/**
|
|
5178
|
+
* 攻击状态,0:攻击中;1:攻击结束
|
|
5179
|
+
*/
|
|
5180
|
+
AttackStatus: number
|
|
5181
|
+
|
|
5182
|
+
/**
|
|
5183
|
+
* 攻击流量,单位Mbps
|
|
5184
|
+
*/
|
|
5185
|
+
Mbps: number
|
|
5186
|
+
|
|
5187
|
+
/**
|
|
5188
|
+
* 攻击包量,单位pps
|
|
5189
|
+
*/
|
|
5190
|
+
Pps: number
|
|
5191
|
+
|
|
5192
|
+
/**
|
|
5193
|
+
* 业务类型,bgp-multip:高防包;bgpip:高防ip;basic:基础防护
|
|
5194
|
+
*/
|
|
5195
|
+
Business: string
|
|
5196
|
+
|
|
5197
|
+
/**
|
|
5198
|
+
* 高防实例Id
|
|
5199
|
+
*/
|
|
5200
|
+
InstanceId: string
|
|
5201
|
+
|
|
5202
|
+
/**
|
|
5203
|
+
* 高防实例名称
|
|
5204
|
+
*/
|
|
5205
|
+
InstanceName: string
|
|
5206
|
+
}
|
|
5207
|
+
|
|
5055
5208
|
/**
|
|
5056
5209
|
* DescribeCCLevelPolicy返回参数结构体
|
|
5057
5210
|
*/
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
CreateEmbedTokenResponse,
|
|
22
|
+
ApplyEmbedIntervalRequest,
|
|
23
|
+
ApplyEmbedTokenInfo,
|
|
24
|
+
ApplyEmbedIntervalResponse,
|
|
25
|
+
CreateEmbedTokenRequest,
|
|
26
|
+
EmbedTokenInfo,
|
|
27
|
+
} from "./bi_models"
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* bi client
|
|
31
|
+
* @class
|
|
32
|
+
*/
|
|
33
|
+
export class Client extends AbstractClient {
|
|
34
|
+
constructor(clientConfig: ClientConfig) {
|
|
35
|
+
super("bi.tencentcloudapi.com", "2022-01-05", clientConfig)
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 创建嵌出报表-强鉴权
|
|
40
|
+
*/
|
|
41
|
+
async CreateEmbedToken(
|
|
42
|
+
req: CreateEmbedTokenRequest,
|
|
43
|
+
cb?: (error: string, rep: CreateEmbedTokenResponse) => void
|
|
44
|
+
): Promise<CreateEmbedTokenResponse> {
|
|
45
|
+
return this.request("CreateEmbedToken", req, cb)
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* 申请延长Token可用时间接口-强鉴权
|
|
50
|
+
*/
|
|
51
|
+
async ApplyEmbedInterval(
|
|
52
|
+
req: ApplyEmbedIntervalRequest,
|
|
53
|
+
cb?: (error: string, rep: ApplyEmbedIntervalResponse) => void
|
|
54
|
+
): Promise<ApplyEmbedIntervalResponse> {
|
|
55
|
+
return this.request("ApplyEmbedInterval", req, cb)
|
|
56
|
+
}
|
|
57
|
+
}
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* CreateEmbedToken返回参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface CreateEmbedTokenResponse {
|
|
22
|
+
/**
|
|
23
|
+
* 额外信息
|
|
24
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
+
*/
|
|
26
|
+
Extra: string
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* 数据
|
|
30
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
31
|
+
*/
|
|
32
|
+
Data: EmbedTokenInfo
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* 结果描述
|
|
36
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
37
|
+
*/
|
|
38
|
+
Msg: string
|
|
39
|
+
|
|
40
|
+
/**
|
|
41
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
42
|
+
*/
|
|
43
|
+
RequestId?: string
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* ApplyEmbedInterval请求参数结构体
|
|
48
|
+
*/
|
|
49
|
+
export interface ApplyEmbedIntervalRequest {
|
|
50
|
+
/**
|
|
51
|
+
* 分享项目id,必选
|
|
52
|
+
*/
|
|
53
|
+
ProjectId?: number
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* 分享页面id,嵌出看板时此为空值0
|
|
57
|
+
*/
|
|
58
|
+
PageId?: number
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* 需要申请延期的Token
|
|
62
|
+
*/
|
|
63
|
+
BIToken?: string
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* 备用字段
|
|
67
|
+
*/
|
|
68
|
+
ExtraParam?: string
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* panel,看板;page,页面
|
|
72
|
+
*/
|
|
73
|
+
Scope?: string
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* 申请Token延期
|
|
78
|
+
*/
|
|
79
|
+
export interface ApplyEmbedTokenInfo {
|
|
80
|
+
/**
|
|
81
|
+
* 申请结果
|
|
82
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
83
|
+
*/
|
|
84
|
+
Result: boolean
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* ApplyEmbedInterval返回参数结构体
|
|
89
|
+
*/
|
|
90
|
+
export interface ApplyEmbedIntervalResponse {
|
|
91
|
+
/**
|
|
92
|
+
* 额外参数
|
|
93
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
|
+
*/
|
|
95
|
+
Extra: string
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* 结果数据
|
|
99
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
100
|
+
*/
|
|
101
|
+
Data: ApplyEmbedTokenInfo
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* 结果描述
|
|
105
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
106
|
+
*/
|
|
107
|
+
Msg: string
|
|
108
|
+
|
|
109
|
+
/**
|
|
110
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
111
|
+
*/
|
|
112
|
+
RequestId?: string
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* CreateEmbedToken请求参数结构体
|
|
117
|
+
*/
|
|
118
|
+
export interface CreateEmbedTokenRequest {
|
|
119
|
+
/**
|
|
120
|
+
* 分享项目id,必选
|
|
121
|
+
*/
|
|
122
|
+
ProjectId?: number
|
|
123
|
+
|
|
124
|
+
/**
|
|
125
|
+
* 分享页面id,嵌出看板时此为空值0
|
|
126
|
+
*/
|
|
127
|
+
PageId?: number
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* page表示嵌出页面,panel表嵌出整个看板
|
|
131
|
+
*/
|
|
132
|
+
Scope?: string
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* 过期时间。 单位:分钟 最大值:240。即,4小时 默认值:240
|
|
136
|
+
*/
|
|
137
|
+
ExpireTime?: string
|
|
138
|
+
|
|
139
|
+
/**
|
|
140
|
+
* 备用字段
|
|
141
|
+
*/
|
|
142
|
+
ExtraParam?: string
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* 报表嵌出数据结构-强鉴权
|
|
147
|
+
*/
|
|
148
|
+
export interface EmbedTokenInfo {
|
|
149
|
+
/**
|
|
150
|
+
* 信息标识
|
|
151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
152
|
+
*/
|
|
153
|
+
Id?: number
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* 令牌
|
|
157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
158
|
+
*/
|
|
159
|
+
BIToken?: string
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* 项目Id
|
|
163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
164
|
+
*/
|
|
165
|
+
ProjectId?: string
|
|
166
|
+
|
|
167
|
+
/**
|
|
168
|
+
* 创建人
|
|
169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
170
|
+
*/
|
|
171
|
+
CreatedUser?: string
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* 创建时间
|
|
175
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
176
|
+
*/
|
|
177
|
+
CreatedAt?: string
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* 更新人
|
|
181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
182
|
+
*/
|
|
183
|
+
UpdatedUser?: string
|
|
184
|
+
|
|
185
|
+
/**
|
|
186
|
+
* 更新时间
|
|
187
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
188
|
+
*/
|
|
189
|
+
UpdatedAt?: string
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* 页面Id
|
|
193
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
194
|
+
*/
|
|
195
|
+
PageId?: string
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* 备用
|
|
199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
200
|
+
*/
|
|
201
|
+
ExtraParam?: string
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* 嵌出类型
|
|
205
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
206
|
+
*/
|
|
207
|
+
Scope: string
|
|
208
|
+
|
|
209
|
+
/**
|
|
210
|
+
* 过期时间,分钟为单位,最大240
|
|
211
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
212
|
+
*/
|
|
213
|
+
ExpireTime: number
|
|
214
|
+
}
|