tencentcloud-sdk-nodejs 4.0.449 → 4.0.451
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 +273 -0
- package/SERVICE_CHANGELOG.md +290 -107
- package/package.json +1 -1
- package/products.md +18 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +12 -0
- package/src/services/ciam/v20220331/ciam_client.ts +1 -0
- package/src/services/ciam/v20220331/ciam_models.ts +130 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +4 -4
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +5 -5
- package/src/services/cpdp/v20190820/cpdp_client.ts +24 -12
- package/src/services/cpdp/v20190820/cpdp_models.ts +48 -0
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/monitor/v20180724/monitor_client.ts +4 -1
- package/src/services/monitor/v20180724/monitor_models.ts +137 -7
- package/src/services/oceanus/v20190422/oceanus_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +1 -2
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +11 -0
- package/src/services/tcr/v20190924/tcr_models.ts +3 -3
- package/src/services/tds/index.ts +5 -0
- package/src/services/tds/v20220801/index.ts +6 -0
- package/src/services/tds/v20220801/tds_client.ts +68 -0
- package/src/services/tds/v20220801/tds_models.ts +256 -0
- package/src/services/tem/v20210701/tem_client.ts +59 -11
- package/src/services/tem/v20210701/tem_models.ts +265 -102
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/tse/v20201207/tse_models.ts +7 -2
- package/src/services/vod/v20180717/vod_models.ts +2 -0
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +106 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +4 -4
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +5 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +41 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +115 -7
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -2
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +9 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
- package/tencentcloud/services/tds/index.d.ts +6 -0
- package/tencentcloud/services/tds/index.js +7 -0
- package/tencentcloud/services/tds/v20220801/index.d.ts +6 -0
- package/tencentcloud/services/tds/v20220801/index.js +9 -0
- package/tencentcloud/services/tds/v20220801/tds_client.d.ts +22 -0
- package/tencentcloud/services/tds/v20220801/tds_client.js +49 -0
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +199 -0
- package/tencentcloud/services/tds/v20220801/tds_models.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +19 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +27 -3
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +232 -93
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cpdp.v20190820.test.js +14 -4
- package/test/tds.v20220801.test.js +51 -0
- package/test/tem.v20210701.test.js +42 -2
package/products.md
CHANGED
|
@@ -43,24 +43,24 @@
|
|
|
43
43
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
44
44
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-09-19 06:14:28 |
|
|
45
45
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
46
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-
|
|
46
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-09-26 06:16:02 |
|
|
47
47
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-09-07 06:15:13 |
|
|
48
48
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-20 06:15:17 |
|
|
49
49
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
50
|
-
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-
|
|
50
|
+
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-09-27 06:14:52 |
|
|
51
51
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
52
52
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
53
53
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
54
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-
|
|
54
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-09-27 06:15:12 |
|
|
55
55
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-22 06:16:46 |
|
|
56
56
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
57
57
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
58
|
-
| cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-
|
|
58
|
+
| cloudstudio | [云端 IDE](https://cloud.tencent.com/document/product/1039) | 2022-09-26 15:11:40 |
|
|
59
59
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-09-22 06:17:52 |
|
|
60
60
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
61
61
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
62
62
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
63
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-
|
|
63
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-27 06:17:24 |
|
|
64
64
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
65
65
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-21 06:19:55 |
|
|
66
66
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-09-16 06:18:26 |
|
|
@@ -87,9 +87,9 @@
|
|
|
87
87
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
88
88
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
89
89
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
90
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-
|
|
90
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-26 06:30:30 |
|
|
91
91
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-22 09:36:38 |
|
|
92
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-
|
|
92
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-26 06:31:10 |
|
|
93
93
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
94
94
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-20 06:29:06 |
|
|
95
95
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
130
130
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-09-14 20:21:28 |
|
|
131
131
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-09-22 06:37:08 |
|
|
132
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-
|
|
132
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-26 06:41:40 |
|
|
133
133
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-09-20 06:38:58 |
|
|
134
134
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
135
135
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-16 17:41:33 |
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
138
138
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
139
139
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
140
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-
|
|
141
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-
|
|
140
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-09-27 06:36:12 |
|
|
141
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-27 06:36:25 |
|
|
142
142
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-09-23 06:41:45 |
|
|
143
143
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
|
|
144
144
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -177,13 +177,14 @@
|
|
|
177
177
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
178
178
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
179
179
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
180
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-09-
|
|
181
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-
|
|
180
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-09-26 06:52:58 |
|
|
181
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-09-26 06:53:07 |
|
|
182
182
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-09-08 06:41:25 |
|
|
183
183
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
184
184
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
185
185
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-09-22 06:48:45 |
|
|
186
|
-
|
|
|
186
|
+
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-09-23 17:56:43 |
|
|
187
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-27 06:45:31 |
|
|
187
188
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-20 06:52:09 |
|
|
188
189
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
189
190
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
@@ -194,21 +195,21 @@
|
|
|
194
195
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-09-20 06:53:40 |
|
|
195
196
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-09-06 13:11:30 |
|
|
196
197
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
197
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-09-
|
|
198
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-09-26 06:58:04 |
|
|
198
199
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
199
200
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
200
201
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
201
202
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-09-02 07:00:24 |
|
|
202
203
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-20 06:56:04 |
|
|
203
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-
|
|
204
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-09-27 06:48:42 |
|
|
204
205
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
205
206
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
206
207
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-09-08 06:47:44 |
|
|
207
208
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
208
209
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-09-16 06:48:14 |
|
|
209
210
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
210
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-09-
|
|
211
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-
|
|
211
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-09-27 06:50:30 |
|
|
212
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-26 07:03:42 |
|
|
212
213
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-15 06:49:04 |
|
|
213
214
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
214
215
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-09-21 17:26:55 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.451"
|
|
@@ -1016,6 +1016,18 @@ export interface TaskListItem {
|
|
|
1016
1016
|
* 任务更新时间
|
|
1017
1017
|
*/
|
|
1018
1018
|
TaskUpdateTime: string
|
|
1019
|
+
|
|
1020
|
+
/**
|
|
1021
|
+
* 0--未开始,1--进行中,2--已完成
|
|
1022
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1023
|
+
*/
|
|
1024
|
+
TaskPreCheckStatus: number
|
|
1025
|
+
|
|
1026
|
+
/**
|
|
1027
|
+
* 环境检查是否通过
|
|
1028
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1029
|
+
*/
|
|
1030
|
+
TaskPreCheckSuccess: boolean
|
|
1019
1031
|
}
|
|
1020
1032
|
|
|
1021
1033
|
/**
|
|
@@ -68,6 +68,31 @@ export interface UpdateUserRequest {
|
|
|
68
68
|
* 自定义属性
|
|
69
69
|
*/
|
|
70
70
|
CustomizationAttributes?: Array<MemberMap>
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 索引字段1
|
|
74
|
+
*/
|
|
75
|
+
IndexedAttribute1?: string
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 索引字段2
|
|
79
|
+
*/
|
|
80
|
+
IndexedAttribute2?: string
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 索引字段3
|
|
84
|
+
*/
|
|
85
|
+
IndexedAttribute3?: string
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* 索引字段4
|
|
89
|
+
*/
|
|
90
|
+
IndexedAttribute4?: string
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* 索引字段5
|
|
94
|
+
*/
|
|
95
|
+
IndexedAttribute5?: string
|
|
71
96
|
}
|
|
72
97
|
|
|
73
98
|
/**
|
|
@@ -175,6 +200,11 @@ export interface DescribeUserRequest {
|
|
|
175
200
|
* 是否返回明文
|
|
176
201
|
*/
|
|
177
202
|
Original?: boolean
|
|
203
|
+
|
|
204
|
+
/**
|
|
205
|
+
* 排序设置
|
|
206
|
+
*/
|
|
207
|
+
Sort?: Sort
|
|
178
208
|
}
|
|
179
209
|
|
|
180
210
|
/**
|
|
@@ -331,6 +361,31 @@ export interface ImportUser {
|
|
|
331
361
|
* 密码加密方式(SHA1;BCRYPT)
|
|
332
362
|
*/
|
|
333
363
|
PasswordEncryptTypeEnum?: string
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* 索引字段1
|
|
367
|
+
*/
|
|
368
|
+
IndexedAttribute1?: string
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* 索引字段2
|
|
372
|
+
*/
|
|
373
|
+
IndexedAttribute2?: string
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* 索引字段3
|
|
377
|
+
*/
|
|
378
|
+
IndexedAttribute3?: string
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* 索引字段4
|
|
382
|
+
*/
|
|
383
|
+
IndexedAttribute4?: string
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* 索引字段5
|
|
387
|
+
*/
|
|
388
|
+
IndexedAttribute5?: string
|
|
334
389
|
}
|
|
335
390
|
|
|
336
391
|
/**
|
|
@@ -516,7 +571,6 @@ export interface Job {
|
|
|
516
571
|
/**
|
|
517
572
|
* 任务的数据类型
|
|
518
573
|
|
|
519
|
-
<li> **JSON** </li> JSON
|
|
520
574
|
<li> **NDJSON** </li> New-line Delimited JSON
|
|
521
575
|
<li> **CSV** </li> Comma-Separated Values
|
|
522
576
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -554,7 +608,6 @@ export interface CreateFileExportUserJobRequest {
|
|
|
554
608
|
/**
|
|
555
609
|
* 导出的数据类型
|
|
556
610
|
|
|
557
|
-
<li> **JSON** </li> JSON
|
|
558
611
|
<li> **NDJSON** </li> New-line Delimited JSON
|
|
559
612
|
<li> **CSV** </li> Comma-Separated Values
|
|
560
613
|
*/
|
|
@@ -789,6 +842,51 @@ export interface User {
|
|
|
789
842
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
790
843
|
*/
|
|
791
844
|
LockTime: number
|
|
845
|
+
|
|
846
|
+
/**
|
|
847
|
+
* 索引字段1
|
|
848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
849
|
+
*/
|
|
850
|
+
IndexedAttribute1: string
|
|
851
|
+
|
|
852
|
+
/**
|
|
853
|
+
* 索引字段2
|
|
854
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
855
|
+
*/
|
|
856
|
+
IndexedAttribute2: string
|
|
857
|
+
|
|
858
|
+
/**
|
|
859
|
+
* 索引字段3
|
|
860
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
861
|
+
*/
|
|
862
|
+
IndexedAttribute3: string
|
|
863
|
+
|
|
864
|
+
/**
|
|
865
|
+
* 索引字段4
|
|
866
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
867
|
+
*/
|
|
868
|
+
IndexedAttribute4: string
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* 索引字段5
|
|
872
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
873
|
+
*/
|
|
874
|
+
IndexedAttribute5: string
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
/**
|
|
878
|
+
* 查询用户排序
|
|
879
|
+
*/
|
|
880
|
+
export interface Sort {
|
|
881
|
+
/**
|
|
882
|
+
* 排序字段的key,参考自定义属性
|
|
883
|
+
*/
|
|
884
|
+
PropertyKey?: string
|
|
885
|
+
|
|
886
|
+
/**
|
|
887
|
+
* 升序或者降序,ASC/DESC
|
|
888
|
+
*/
|
|
889
|
+
Order?: string
|
|
792
890
|
}
|
|
793
891
|
|
|
794
892
|
/**
|
|
@@ -990,6 +1088,31 @@ export interface CreateUserRequest {
|
|
|
990
1088
|
* 自定义属性
|
|
991
1089
|
*/
|
|
992
1090
|
CustomizationAttributes?: Array<MemberMap>
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* 索引字段1
|
|
1094
|
+
*/
|
|
1095
|
+
IndexedAttribute1?: string
|
|
1096
|
+
|
|
1097
|
+
/**
|
|
1098
|
+
* 索引字段2
|
|
1099
|
+
*/
|
|
1100
|
+
IndexedAttribute2?: string
|
|
1101
|
+
|
|
1102
|
+
/**
|
|
1103
|
+
* 索引字段3
|
|
1104
|
+
*/
|
|
1105
|
+
IndexedAttribute3?: string
|
|
1106
|
+
|
|
1107
|
+
/**
|
|
1108
|
+
* 索引字段4
|
|
1109
|
+
*/
|
|
1110
|
+
IndexedAttribute4?: string
|
|
1111
|
+
|
|
1112
|
+
/**
|
|
1113
|
+
* 索引字段5
|
|
1114
|
+
*/
|
|
1115
|
+
IndexedAttribute5?: string
|
|
993
1116
|
}
|
|
994
1117
|
|
|
995
1118
|
/**
|
|
@@ -1166,6 +1289,11 @@ export interface QueryUserFilter {
|
|
|
1166
1289
|
* 逻辑值,等于true,不等于false
|
|
1167
1290
|
*/
|
|
1168
1291
|
Logic?: boolean
|
|
1292
|
+
|
|
1293
|
+
/**
|
|
1294
|
+
* 操作逻辑符(支持> < = >= <= != between)
|
|
1295
|
+
*/
|
|
1296
|
+
OperateLogic?: string
|
|
1169
1297
|
}
|
|
1170
1298
|
|
|
1171
1299
|
/**
|
|
@@ -114,7 +114,7 @@ export class Client extends AbstractClient {
|
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
/**
|
|
117
|
-
* 快速开始,
|
|
117
|
+
* 快速开始, 基于模板创建工作空间
|
|
118
118
|
*/
|
|
119
119
|
async CreateWorkspaceByTemplate(
|
|
120
120
|
req: CreateWorkspaceByTemplateRequest,
|
|
@@ -124,7 +124,7 @@ export class Client extends AbstractClient {
|
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 修改模板默认代码仓库
|
|
128
128
|
*/
|
|
129
129
|
async ModifyCustomizeTemplateVersionControl(
|
|
130
130
|
req: ModifyCustomizeTemplateVersionControlRequest,
|
|
@@ -255,7 +255,7 @@ export class Client extends AbstractClient {
|
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
/**
|
|
258
|
-
*
|
|
258
|
+
* 云服务器方式创建工作空间
|
|
259
259
|
*/
|
|
260
260
|
async CreateWorkspaceByAgent(
|
|
261
261
|
req: CreateWorkspaceByAgentRequest,
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
*
|
|
278
|
+
* 获取所有模板列表
|
|
279
279
|
*/
|
|
280
280
|
async DescribeCustomizeTemplates(
|
|
281
281
|
req: DescribeCustomizeTemplatesRequest,
|
|
@@ -165,7 +165,7 @@ export interface ModifyCustomizeTemplateVersionControlRequest {
|
|
|
165
165
|
CloudStudioSessionTeam: string
|
|
166
166
|
|
|
167
167
|
/**
|
|
168
|
-
*
|
|
168
|
+
* 模板ID
|
|
169
169
|
*/
|
|
170
170
|
TemplateId: number
|
|
171
171
|
|
|
@@ -1298,17 +1298,17 @@ export interface AgentSpaceDTO {
|
|
|
1298
1298
|
ImageName: string
|
|
1299
1299
|
|
|
1300
1300
|
/**
|
|
1301
|
-
*
|
|
1301
|
+
* 云服务器登录名称
|
|
1302
1302
|
*/
|
|
1303
1303
|
RemoteUser: string
|
|
1304
1304
|
|
|
1305
1305
|
/**
|
|
1306
|
-
*
|
|
1306
|
+
* 云服务器登录地址
|
|
1307
1307
|
*/
|
|
1308
1308
|
RemoteHost: string
|
|
1309
1309
|
|
|
1310
1310
|
/**
|
|
1311
|
-
*
|
|
1311
|
+
* 云服务器登录端口
|
|
1312
1312
|
*/
|
|
1313
1313
|
RemotePort: string
|
|
1314
1314
|
|
|
@@ -1353,7 +1353,7 @@ export interface CreateWorkspaceByTemplateRequest {
|
|
|
1353
1353
|
CloudStudioSessionTeam: string
|
|
1354
1354
|
|
|
1355
1355
|
/**
|
|
1356
|
-
*
|
|
1356
|
+
* 模板ID
|
|
1357
1357
|
*/
|
|
1358
1358
|
TemplateId: number
|
|
1359
1359
|
}
|
|
@@ -111,6 +111,7 @@ import {
|
|
|
111
111
|
CreateOpenBankVerificationOrderResponse,
|
|
112
112
|
PaymentOrderResult,
|
|
113
113
|
DistributeAddReceiverRequest,
|
|
114
|
+
QueryFinancialDataUrlRequest,
|
|
114
115
|
QueryExchangerateData,
|
|
115
116
|
WithdrawBill,
|
|
116
117
|
QueryOpenBankDailyReceiptDownloadUrlResponse,
|
|
@@ -316,6 +317,7 @@ import {
|
|
|
316
317
|
ViewContractRequest,
|
|
317
318
|
QueryBankTransactionDetailsRequest,
|
|
318
319
|
CloudSubOrderReturn,
|
|
320
|
+
QueryFinancialDataUrlResponse,
|
|
319
321
|
QueryExchangeRateRequest,
|
|
320
322
|
OrderSummaryResult,
|
|
321
323
|
QueryBillDownloadURLRequest,
|
|
@@ -1572,13 +1574,13 @@ export class Client extends AbstractClient {
|
|
|
1572
1574
|
}
|
|
1573
1575
|
|
|
1574
1576
|
/**
|
|
1575
|
-
*
|
|
1577
|
+
* 财税-查询金融数据文件下载链接
|
|
1576
1578
|
*/
|
|
1577
|
-
async
|
|
1578
|
-
req:
|
|
1579
|
-
cb?: (error: string, rep:
|
|
1580
|
-
): Promise<
|
|
1581
|
-
return this.request("
|
|
1579
|
+
async QueryFinancialDataUrl(
|
|
1580
|
+
req: QueryFinancialDataUrlRequest,
|
|
1581
|
+
cb?: (error: string, rep: QueryFinancialDataUrlResponse) => void
|
|
1582
|
+
): Promise<QueryFinancialDataUrlResponse> {
|
|
1583
|
+
return this.request("QueryFinancialDataUrl", req, cb)
|
|
1582
1584
|
}
|
|
1583
1585
|
|
|
1584
1586
|
/**
|
|
@@ -2016,13 +2018,13 @@ export class Client extends AbstractClient {
|
|
|
2016
2018
|
}
|
|
2017
2019
|
|
|
2018
2020
|
/**
|
|
2019
|
-
*
|
|
2021
|
+
* 云企付-查询订单支付结果
|
|
2020
2022
|
*/
|
|
2021
|
-
async
|
|
2022
|
-
req:
|
|
2023
|
-
cb?: (error: string, rep:
|
|
2024
|
-
): Promise<
|
|
2025
|
-
return this.request("
|
|
2023
|
+
async QueryOpenBankPaymentOrder(
|
|
2024
|
+
req: QueryOpenBankPaymentOrderRequest,
|
|
2025
|
+
cb?: (error: string, rep: QueryOpenBankPaymentOrderResponse) => void
|
|
2026
|
+
): Promise<QueryOpenBankPaymentOrderResponse> {
|
|
2027
|
+
return this.request("QueryOpenBankPaymentOrder", req, cb)
|
|
2026
2028
|
}
|
|
2027
2029
|
|
|
2028
2030
|
/**
|
|
@@ -2357,6 +2359,16 @@ export class Client extends AbstractClient {
|
|
|
2357
2359
|
return this.request("CreateCustAcctId", req, cb)
|
|
2358
2360
|
}
|
|
2359
2361
|
|
|
2362
|
+
/**
|
|
2363
|
+
* 直播平台-文件上传
|
|
2364
|
+
*/
|
|
2365
|
+
async UploadFile(
|
|
2366
|
+
req: UploadFileRequest,
|
|
2367
|
+
cb?: (error: string, rep: UploadFileResponse) => void
|
|
2368
|
+
): Promise<UploadFileResponse> {
|
|
2369
|
+
return this.request("UploadFile", req, cb)
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2360
2372
|
/**
|
|
2361
2373
|
* 通过此接口关闭此前已创建的订单,关闭后,用户将无法继续付款。仅能关闭创建后未支付的订单
|
|
2362
2374
|
*/
|
|
@@ -3422,6 +3422,12 @@ FAILED:已失败
|
|
|
3422
3422
|
* 外部用户ID
|
|
3423
3423
|
*/
|
|
3424
3424
|
OutUserId: string
|
|
3425
|
+
|
|
3426
|
+
/**
|
|
3427
|
+
* 渠道支付订单号
|
|
3428
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3429
|
+
*/
|
|
3430
|
+
ChannelOrderId: string
|
|
3425
3431
|
}
|
|
3426
3432
|
|
|
3427
3433
|
/**
|
|
@@ -3454,6 +3460,26 @@ export interface DistributeAddReceiverRequest {
|
|
|
3454
3460
|
Profile?: string
|
|
3455
3461
|
}
|
|
3456
3462
|
|
|
3463
|
+
/**
|
|
3464
|
+
* QueryFinancialDataUrl请求参数结构体
|
|
3465
|
+
*/
|
|
3466
|
+
export interface QueryFinancialDataUrlRequest {
|
|
3467
|
+
/**
|
|
3468
|
+
* 数据查询范围:结束时间
|
|
3469
|
+
*/
|
|
3470
|
+
EndTime: string
|
|
3471
|
+
|
|
3472
|
+
/**
|
|
3473
|
+
* 数据查询范围:开始时间
|
|
3474
|
+
*/
|
|
3475
|
+
StartTime: string
|
|
3476
|
+
|
|
3477
|
+
/**
|
|
3478
|
+
* 数据类型:ADDED_INVOICE_REPORT 增值税开票数据,NATURAL_FINANCE_REPORT 自然人金融数据
|
|
3479
|
+
*/
|
|
3480
|
+
DataType: string
|
|
3481
|
+
}
|
|
3482
|
+
|
|
3457
3483
|
/**
|
|
3458
3484
|
* 查询汇率数据
|
|
3459
3485
|
*/
|
|
@@ -12541,6 +12567,28 @@ export interface CloudSubOrderReturn {
|
|
|
12541
12567
|
WxSubMchId: string
|
|
12542
12568
|
}
|
|
12543
12569
|
|
|
12570
|
+
/**
|
|
12571
|
+
* QueryFinancialDataUrl返回参数结构体
|
|
12572
|
+
*/
|
|
12573
|
+
export interface QueryFinancialDataUrlResponse {
|
|
12574
|
+
/**
|
|
12575
|
+
* 下载链接
|
|
12576
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12577
|
+
*/
|
|
12578
|
+
CosUrl: string
|
|
12579
|
+
|
|
12580
|
+
/**
|
|
12581
|
+
* 过期时间
|
|
12582
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12583
|
+
*/
|
|
12584
|
+
ExpireTime: string
|
|
12585
|
+
|
|
12586
|
+
/**
|
|
12587
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12588
|
+
*/
|
|
12589
|
+
RequestId?: string
|
|
12590
|
+
}
|
|
12591
|
+
|
|
12544
12592
|
/**
|
|
12545
12593
|
* QueryExchangeRate请求参数结构体
|
|
12546
12594
|
*/
|
|
@@ -1540,12 +1540,12 @@ export interface DescribeTemplatesRequest {
|
|
|
1540
1540
|
Operator?: UserInfo
|
|
1541
1541
|
|
|
1542
1542
|
/**
|
|
1543
|
-
*
|
|
1543
|
+
* 是否返回所有组件信息。默认false,只返回发起方控件;true,返回所有签署方控件
|
|
1544
1544
|
*/
|
|
1545
1545
|
QueryAllComponents?: boolean
|
|
1546
1546
|
|
|
1547
1547
|
/**
|
|
1548
|
-
*
|
|
1548
|
+
* 模糊搜索模板名称,最大长度200
|
|
1549
1549
|
*/
|
|
1550
1550
|
TemplateName?: string
|
|
1551
1551
|
}
|
package/src/services/index.ts
CHANGED
|
@@ -181,6 +181,7 @@ export { tcss } from "./tcss"
|
|
|
181
181
|
export { tdcpg } from "./tdcpg"
|
|
182
182
|
export { tdid } from "./tdid"
|
|
183
183
|
export { tdmq } from "./tdmq"
|
|
184
|
+
export { tds } from "./tds"
|
|
184
185
|
export { tem } from "./tem"
|
|
185
186
|
export { teo } from "./teo"
|
|
186
187
|
export { thpc } from "./thpc"
|
|
@@ -39,6 +39,7 @@ import {
|
|
|
39
39
|
DescribeAlertRulesRequest,
|
|
40
40
|
DescribePrometheusInstancesResponse,
|
|
41
41
|
DescribePolicyGroupListResponse,
|
|
42
|
+
LogFilterInfo,
|
|
42
43
|
PrometheusAgent,
|
|
43
44
|
BindingPolicyObjectRequest,
|
|
44
45
|
CreateServiceDiscoveryResponse,
|
|
@@ -71,6 +72,7 @@ import {
|
|
|
71
72
|
DescribePrometheusScrapeJobsRequest,
|
|
72
73
|
CreateAlertRuleResponse,
|
|
73
74
|
CreatePolicyGroupResponse,
|
|
75
|
+
UpdateServiceDiscoveryResponse,
|
|
74
76
|
ModifyAlarmPolicyTasksResponse,
|
|
75
77
|
DescribeBaseMetricsResponse,
|
|
76
78
|
DimensionNew,
|
|
@@ -191,7 +193,7 @@ import {
|
|
|
191
193
|
DescribeGrafanaChannelsResponse,
|
|
192
194
|
DescribeAlarmPolicyResponse,
|
|
193
195
|
DeleteExporterIntegrationResponse,
|
|
194
|
-
|
|
196
|
+
LogAlarmReq,
|
|
195
197
|
DescribeMonitorTypesResponse,
|
|
196
198
|
GrafanaInstanceInfo,
|
|
197
199
|
Dimension,
|
|
@@ -298,6 +300,7 @@ import {
|
|
|
298
300
|
UpgradeGrafanaInstanceResponse,
|
|
299
301
|
DeleteAlertRulesRequest,
|
|
300
302
|
DescribeSSOAccountRequest,
|
|
303
|
+
Tag,
|
|
301
304
|
DescribeAlarmNoticeRequest,
|
|
302
305
|
UninstallGrafanaDashboardRequest,
|
|
303
306
|
GrafanaNotificationChannel,
|