tencentcloud-sdk-nodejs 4.0.642 → 4.0.643

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.
Files changed (79) hide show
  1. package/CHANGELOG.md +296 -0
  2. package/SERVICE_CHANGELOG.md +428 -62
  3. package/package.json +1 -1
  4. package/products.md +19 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bi/v20220105/bi_models.ts +3 -3
  7. package/src/services/cdb/v20170320/cdb_models.ts +1 -4
  8. package/src/services/cvm/v20170312/cvm_models.ts +5 -0
  9. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -3
  10. package/src/services/emr/v20190103/emr_models.ts +35 -32
  11. package/src/services/ess/v20201111/ess_client.ts +8 -2
  12. package/src/services/ess/v20201111/ess_models.ts +16 -0
  13. package/src/services/essbasic/v20210526/essbasic_client.ts +18 -6
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +33 -2
  15. package/src/services/fmu/v20191213/fmu_client.ts +1 -1
  16. package/src/services/fmu/v20191213/fmu_models.ts +4 -0
  17. package/src/services/index.ts +1 -0
  18. package/src/services/iot/v20180123/iot_client.ts +4 -2
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -18
  20. package/src/services/mall/index.ts +5 -0
  21. package/src/services/mall/v20230518/index.ts +6 -0
  22. package/src/services/mall/v20230518/mall_client.ts +44 -0
  23. package/src/services/mall/v20230518/mall_models.ts +114 -0
  24. package/src/services/oceanus/v20190422/oceanus_client.ts +28 -14
  25. package/src/services/oceanus/v20190422/oceanus_models.ts +138 -14
  26. package/src/services/ocr/v20181119/ocr_models.ts +6 -6
  27. package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
  28. package/src/services/sqlserver/v20180328/sqlserver_models.ts +6 -6
  29. package/src/services/ssl/v20191205/ssl_models.ts +10 -0
  30. package/src/services/tdmq/v20200217/tdmq_client.ts +79 -336
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +764 -1656
  32. package/src/services/tione/v20211111/tione_models.ts +90 -54
  33. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +3 -3
  37. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -4
  38. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -3
  40. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -32
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -0
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -3
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -3
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -2
  47. package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +1 -1
  48. package/tencentcloud/services/fmu/v20191213/fmu_client.js +1 -1
  49. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -0
  50. package/tencentcloud/services/index.d.ts +1 -0
  51. package/tencentcloud/services/index.js +2 -0
  52. package/tencentcloud/services/iot/v20180123/iot_client.d.ts +3 -1
  53. package/tencentcloud/services/iot/v20180123/iot_client.js +3 -1
  54. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +28 -18
  55. package/tencentcloud/services/mall/index.d.ts +6 -0
  56. package/tencentcloud/services/mall/index.js +7 -0
  57. package/tencentcloud/services/mall/v20230518/index.d.ts +6 -0
  58. package/tencentcloud/services/mall/v20230518/index.js +9 -0
  59. package/tencentcloud/services/mall/v20230518/mall_client.d.ts +14 -0
  60. package/tencentcloud/services/mall/v20230518/mall_client.js +37 -0
  61. package/tencentcloud/services/mall/v20230518/mall_models.d.ts +95 -0
  62. package/tencentcloud/services/mall/v20230518/mall_models.js +18 -0
  63. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -5
  64. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -6
  65. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +134 -14
  66. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -6
  67. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
  68. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
  69. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +6 -6
  70. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -121
  72. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -162
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +777 -1628
  74. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +90 -54
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  76. package/test/essbasic.v20210526.test.js +12 -2
  77. package/test/mall.v20230518.test.js +31 -0
  78. package/test/oceanus.v20190422.test.js +14 -4
  79. package/test/tdmq.v20200217.test.js +12 -192
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.642",
3
+ "version": "4.0.643",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -22,7 +22,7 @@
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-13 01:03:15 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-18 01:04:39 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-07-17 01:03:44 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-07-06 01:08:15 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-05-18 01:04:59 |
@@ -41,7 +41,7 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-07-03 01:06:30 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-06-30 01:11:07 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-14 01:06:10 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-07-17 01:06:15 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-06-08 01:10:03 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-07-12 01:11:36 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-05-18 01:10:41 |
@@ -67,10 +67,10 @@
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-20 01:16:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-13 01:12:13 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-17 01:12:06 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-13 01:13:53 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-17 01:13:54 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -91,13 +91,13 @@
91
91
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-12 01:23:43 |
94
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-17 01:18:45 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-13 01:19:43 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-14 01:19:48 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-17 01:19:24 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-17 01:19:47 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
100
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
100
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-07 01:35:13 |
103
103
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-13 01:21:39 |
@@ -115,9 +115,9 @@
115
115
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
116
116
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
117
117
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-05-18 01:31:36 |
118
- | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-05-18 01:31:40 |
118
+ | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
119
119
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-06-14 01:27:08 |
120
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-05-18 01:32:30 |
120
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-07-17 01:23:02 |
121
121
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
122
122
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-06-29 01:26:57 |
123
123
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-05-18 01:34:37 |
@@ -130,6 +130,7 @@
130
130
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-07-12 01:31:17 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
+ | mall | [商场客留通](https://cloud.tencent.com/document/product/1707) | 2023-07-14 16:30:43 |
133
134
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-06-26 01:40:00 |
134
135
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2023-06-21 01:26:39 |
135
136
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-05-26 01:41:20 |
@@ -145,8 +146,8 @@
145
146
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
146
147
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-14 01:29:25 |
147
148
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
148
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-06-19 01:30:56 |
149
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-13 01:30:28 |
149
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-07-17 01:29:44 |
150
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-17 01:30:01 |
150
151
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-18 01:43:39 |
151
152
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-06-30 01:38:16 |
152
153
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-06-21 01:29:51 |
@@ -168,9 +169,9 @@
168
169
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
169
170
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
170
171
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-11 01:38:23 |
172
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-17 01:33:25 |
172
173
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-11 01:39:12 |
174
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-17 01:34:11 |
174
175
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
176
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
177
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-06-21 01:33:28 |
@@ -193,10 +194,10 @@
193
194
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-06 01:44:39 |
194
195
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
195
196
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
196
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-13 01:38:37 |
197
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-17 01:38:17 |
197
198
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
198
199
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
199
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-10 01:46:13 |
200
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-17 01:39:10 |
200
201
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
201
202
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
202
203
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -204,7 +205,7 @@
204
205
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-05-18 01:58:24 |
205
206
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
206
207
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
207
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
208
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-17 01:40:19 |
208
209
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
209
210
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-14 01:40:32 |
210
211
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -214,7 +215,7 @@
214
215
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
215
216
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
216
217
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
217
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-13 01:42:46 |
218
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-17 01:42:33 |
218
219
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-12 01:47:55 |
219
220
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
220
221
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.642"
1
+ export const sdkVersion = "4.0.643"
@@ -85,17 +85,17 @@ export interface ApplyEmbedIntervalResponse {
85
85
  * 额外参数
86
86
  注意:此字段可能返回 null,表示取不到有效值。
87
87
  */
88
- Extra: string
88
+ Extra?: string
89
89
  /**
90
90
  * 结果数据
91
91
  注意:此字段可能返回 null,表示取不到有效值。
92
92
  */
93
- Data: ApplyEmbedTokenInfo
93
+ Data?: ApplyEmbedTokenInfo
94
94
  /**
95
95
  * 结果描述
96
96
  注意:此字段可能返回 null,表示取不到有效值。
97
97
  */
98
- Msg: string
98
+ Msg?: string
99
99
  /**
100
100
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
101
101
  */
@@ -6120,10 +6120,7 @@ export interface DeleteAuditRuleResponse {
6120
6120
  */
6121
6121
  export interface InstanceAuditLogFilters {
6122
6122
  /**
6123
- * 过滤项。目前支持以下搜索条件:
6124
-
6125
- 分词搜索:
6126
- sql - SQL语句;
6123
+ * 过滤项。sql 暂时不支持搜索。目前支持以下搜索条件:
6127
6124
 
6128
6125
  等于、不等于、包含、不包含:
6129
6126
  host - 客户端地址;
@@ -3160,6 +3160,11 @@ export interface Instance {
3160
3160
  注意:此字段可能返回 null,表示取不到有效值。
3161
3161
  */
3162
3162
  RdmaIpAddresses: Array<string>
3163
+ /**
3164
+ * 实例所在的专用集群`ID`。
3165
+ 注意:此字段可能返回 null,表示取不到有效值。
3166
+ */
3167
+ DedicatedClusterId: string
3163
3168
  /**
3164
3169
  * 实例隔离类型。取值范围:<br><li>ARREAR:表示欠费隔离<br></li><li>EXPIRE:表示到期隔离<br></li><li>MANMADE:表示主动退还隔离<br></li><li>NOTISOLATED:表示未隔离<br></li>
3165
3170
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8136,9 +8136,6 @@ export interface InstanceAuditLogFilter {
8136
8136
  /**
8137
8137
  * 过滤项。支持以下搜索条件:
8138
8138
 
8139
- 分词搜索:
8140
- sql - SQL语句;
8141
-
8142
8139
  等于、不等于、包含、不包含:
8143
8140
  host - 客户端地址;
8144
8141
  user - 用户名;
@@ -341,7 +341,7 @@ export interface TerminateTasksRequest {
341
341
  */
342
342
  InstanceId: string
343
343
  /**
344
- * 待销毁节点的资源ID列表。资源ID形如:emr-vm-xxxxxxxx。有效的资源ID可通过登录[控制台](https://console.cloud.tencent.com/emr/static/hardware)查询。
344
+ * 待销毁节点的资源ID列表。资源ID形如:emr-vm-xxxxxxxx。有效的资源ID可通过登录[控制台](https://console.cloud.tencent.com/emr)查询。
345
345
  */
346
346
  ResourceIds: Array<string>
347
347
  }
@@ -1939,7 +1939,7 @@ export interface InquiryPriceRenewInstanceResponse {
1939
1939
  DiscountCost?: number
1940
1940
  /**
1941
1941
  * 实例续费的时间单位。取值范围:
1942
- <li>m:表示月份。</li>
1942
+ <li>m:表示月份。</li>
1943
1943
  注意:此字段可能返回 null,表示取不到有效值。
1944
1944
  */
1945
1945
  TimeUnit?: string
@@ -1972,29 +1972,29 @@ export interface InquiryPriceCreateInstanceResponse {
1972
1972
  * 原价,单位为元。
1973
1973
  注意:此字段可能返回 null,表示取不到有效值。
1974
1974
  */
1975
- OriginalCost: number
1975
+ OriginalCost?: number
1976
1976
  /**
1977
1977
  * 折扣价,单位为元。
1978
1978
  注意:此字段可能返回 null,表示取不到有效值。
1979
1979
  */
1980
- DiscountCost: number
1980
+ DiscountCost?: number
1981
1981
  /**
1982
1982
  * 购买实例的时间单位。取值范围:
1983
1983
  <li>s:表示秒。</li>
1984
- <li>m:表示月份。</li>
1984
+ <li>m:表示月份。</li>
1985
1985
  注意:此字段可能返回 null,表示取不到有效值。
1986
1986
  */
1987
- TimeUnit: string
1987
+ TimeUnit?: string
1988
1988
  /**
1989
1989
  * 购买实例的时长。
1990
1990
  注意:此字段可能返回 null,表示取不到有效值。
1991
1991
  */
1992
- TimeSpan: number
1992
+ TimeSpan?: number
1993
1993
  /**
1994
1994
  * 价格清单
1995
1995
  注意:此字段可能返回 null,表示取不到有效值。
1996
1996
  */
1997
- PriceList: Array<ZoneDetailPriceResult>
1997
+ PriceList?: Array<ZoneDetailPriceResult>
1998
1998
  /**
1999
1999
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2000
2000
  */
@@ -2794,14 +2794,17 @@ export interface MultiDisk {
2794
2794
  <li>CLOUD_SSD:表示云SSD。</li>
2795
2795
  <li>CLOUD_PREMIUM:表示高效云盘。</li>
2796
2796
  <li>CLOUD_HSSD:表示增强型SSD云硬盘。</li>
2797
+ 注意:此字段可能返回 null,表示取不到有效值。
2797
2798
  */
2798
2799
  DiskType?: string
2799
2800
  /**
2800
2801
  * 云盘大小
2802
+ 注意:此字段可能返回 null,表示取不到有效值。
2801
2803
  */
2802
2804
  Volume?: number
2803
2805
  /**
2804
2806
  * 该类型云盘个数
2807
+ 注意:此字段可能返回 null,表示取不到有效值。
2805
2808
  */
2806
2809
  Count?: number
2807
2810
  }
@@ -3594,7 +3597,7 @@ export interface DescribeInstancesRequest {
3594
3597
  /**
3595
3598
  * 建议必填-1,表示拉取所有项目下的集群。
3596
3599
  不填默认值为0,表示拉取默认项目下的集群。
3597
- 实例所属项目ID。该参数可以通过调用 [DescribeProject](https://cloud.tencent.com/document/api/378/4400) 的返回值中的 projectId 字段来获取。
3600
+ 实例所属项目ID。该参数可以通过调用 [DescribeProjects](https://cloud.tencent.com/document/product/651/78725) 的返回值中的 projectId 字段来获取。
3598
3601
  */
3599
3602
  ProjectId?: number
3600
3603
  /**
@@ -3607,7 +3610,7 @@ export interface DescribeInstancesRequest {
3607
3610
  /**
3608
3611
  * 按照OrderField升序或者降序进行排序。取值范围:
3609
3612
  <li>0:表示降序。</li>
3610
- <li>1:表示升序。</li>默认值为0。
3613
+ <li>1:表示升序。</li>默认值为0
3611
3614
  */
3612
3615
  Asc?: number
3613
3616
  }
@@ -3706,7 +3709,7 @@ export interface DescribeInstancesListRequest {
3706
3709
  */
3707
3710
  OrderField?: string
3708
3711
  /**
3709
- * 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示降序。</li><li>1:表示升序。</li>默认值为0。
3712
+ * 按照OrderField升序或者降序进行排序。取值范围:<li>0:表示降序。</li><li>1:表示升序。</li>默认值为0
3710
3713
  */
3711
3714
  Asc?: number
3712
3715
  /**
@@ -3784,11 +3787,11 @@ export interface DescribeInstancesListResponse {
3784
3787
  /**
3785
3788
  * 符合条件的实例总数。
3786
3789
  */
3787
- TotalCnt: number
3790
+ TotalCnt?: number
3788
3791
  /**
3789
3792
  * 集群实例列表
3790
3793
  */
3791
- InstancesList: Array<EmrListInstance>
3794
+ InstancesList?: Array<EmrListInstance>
3792
3795
  /**
3793
3796
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3794
3797
  */
@@ -3841,17 +3844,17 @@ export interface DescribeInstancesResponse {
3841
3844
  /**
3842
3845
  * 符合条件的实例总数。
3843
3846
  */
3844
- TotalCnt: number
3847
+ TotalCnt?: number
3845
3848
  /**
3846
3849
  * EMR实例详细信息列表。
3847
3850
  注意:此字段可能返回 null,表示取不到有效值。
3848
3851
  */
3849
- ClusterList: Array<ClusterInstancesInfo>
3852
+ ClusterList?: Array<ClusterInstancesInfo>
3850
3853
  /**
3851
3854
  * 实例关联的标签键列表。
3852
3855
  注意:此字段可能返回 null,表示取不到有效值。
3853
3856
  */
3854
- TagKeys: Array<string>
3857
+ TagKeys?: Array<string>
3855
3858
  /**
3856
3859
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3857
3860
  */
@@ -3904,7 +3907,7 @@ export interface InquiryPriceRenewInstanceRequest {
3904
3907
  */
3905
3908
  TimeSpan: number
3906
3909
  /**
3907
- * 待续费节点的资源ID列表。资源ID形如:emr-vm-xxxxxxxx。有效的资源ID可通过登录[控制台](https://console.cloud.tencent.com/emr/static/hardware)查询。
3910
+ * 待续费节点的资源ID列表。资源ID形如:emr-vm-xxxxxxxx。有效的资源ID可通过登录[控制台](https://console.cloud.tencent.com/emr)查询。
3908
3911
  */
3909
3912
  ResourceIds: Array<string>
3910
3913
  /**
@@ -3922,7 +3925,7 @@ export interface InquiryPriceRenewInstanceRequest {
3922
3925
  TimeUnit?: string
3923
3926
  /**
3924
3927
  * 货币种类。取值范围:
3925
- <li>CNY:表示人民币。</li>
3928
+ <li>CNY:表示人民币。</li>
3926
3929
  */
3927
3930
  Currency?: string
3928
3931
  /**
@@ -4042,23 +4045,23 @@ export interface InquirePriceRenewEmrResponse {
4042
4045
  * 原价,单位为元。
4043
4046
  注意:此字段可能返回 null,表示取不到有效值。
4044
4047
  */
4045
- OriginalCost: number
4048
+ OriginalCost?: number
4046
4049
  /**
4047
4050
  * 折扣价,单位为元。
4048
4051
  注意:此字段可能返回 null,表示取不到有效值。
4049
4052
  */
4050
- DiscountCost: number
4053
+ DiscountCost?: number
4051
4054
  /**
4052
4055
  * 实例续费的时间单位。取值范围:
4053
- <li>m:表示月份。</li>
4056
+ <li>m:表示月份。</li>
4054
4057
  注意:此字段可能返回 null,表示取不到有效值。
4055
4058
  */
4056
- TimeUnit: string
4059
+ TimeUnit?: string
4057
4060
  /**
4058
4061
  * 实例续费的时长。
4059
4062
  注意:此字段可能返回 null,表示取不到有效值。
4060
4063
  */
4061
- TimeSpan: number
4064
+ TimeSpan?: number
4062
4065
  /**
4063
4066
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4064
4067
  */
@@ -4213,7 +4216,7 @@ export interface InquiryPriceCreateInstanceRequest {
4213
4216
  TimeSpan: number
4214
4217
  /**
4215
4218
  * 货币种类。取值范围:
4216
- <li>CNY:表示人民币。</li>
4219
+ <li>CNY:表示人民币。</li>
4217
4220
  */
4218
4221
  Currency: string
4219
4222
  /**
@@ -4570,7 +4573,7 @@ export interface InquiryPriceScaleOutInstanceRequest {
4570
4573
  TaskCount: number
4571
4574
  /**
4572
4575
  * 货币种类。取值范围:
4573
- <li>CNY:表示人民币。</li>
4576
+ <li>CNY:表示人民币。</li>
4574
4577
  */
4575
4578
  Currency: string
4576
4579
  /**
@@ -4730,7 +4733,7 @@ export interface InquirePriceRenewEmrRequest {
4730
4733
  TimeUnit?: string
4731
4734
  /**
4732
4735
  * 货币种类。取值范围:
4733
- <li>CNY:表示人民币。</li>
4736
+ <li>CNY:表示人民币。</li>
4734
4737
  */
4735
4738
  Currency?: string
4736
4739
  }
@@ -4822,29 +4825,29 @@ export interface InquiryPriceScaleOutInstanceResponse {
4822
4825
  * 原价,单位为元。
4823
4826
  注意:此字段可能返回 null,表示取不到有效值。
4824
4827
  */
4825
- OriginalCost: string
4828
+ OriginalCost?: string
4826
4829
  /**
4827
4830
  * 折扣价,单位为元。
4828
4831
  注意:此字段可能返回 null,表示取不到有效值。
4829
4832
  */
4830
- DiscountCost: string
4833
+ DiscountCost?: string
4831
4834
  /**
4832
4835
  * 扩容的时间单位。取值范围:
4833
4836
  <li>s:表示秒。</li>
4834
- <li>m:表示月份。</li>
4837
+ <li>m:表示月份。</li>
4835
4838
  注意:此字段可能返回 null,表示取不到有效值。
4836
4839
  */
4837
- Unit: string
4840
+ Unit?: string
4838
4841
  /**
4839
4842
  * 询价的节点规格。
4840
4843
  注意:此字段可能返回 null,表示取不到有效值。
4841
4844
  */
4842
- PriceSpec: PriceResource
4845
+ PriceSpec?: PriceResource
4843
4846
  /**
4844
4847
  * 对应入参MultipleResources中多个规格的询价结果,其它出参返回的是第一个规格的询价结果
4845
4848
  注意:此字段可能返回 null,表示取不到有效值。
4846
4849
  */
4847
- MultipleEmrPrice: Array<EmrPrice>
4850
+ MultipleEmrPrice?: Array<EmrPrice>
4848
4851
  /**
4849
4852
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4850
4853
  */
@@ -535,8 +535,14 @@ callbackinfo包含: 回调地址和签名key
535
535
  }
536
536
 
537
537
  /**
538
- * 生成子客编辑企业信息二维码
539
- */
538
+ * 根据产品要求,调整接口目录
539
+
540
+ 新接口:ChannelCreateOrganizationModifyQrCode
541
+
542
+ 老接口目前无线上流量,测试用例已下线处理
543
+
544
+ 生成子客编辑企业信息二维码
545
+ */
540
546
  async CreateChannelSubOrganizationModifyQrCode(
541
547
  req: CreateChannelSubOrganizationModifyQrCodeRequest,
542
548
  cb?: (error: string, rep: CreateChannelSubOrganizationModifyQrCodeResponse) => void
@@ -406,6 +406,22 @@ HONGKONG_MACAO_AND_TAIWAN 港澳台居民居住证(格式同居民身份证)
406
406
  * 当前签署方进行签署操作是否需要企业内部审批,true 则为需要。为个人签署方时则由发起方企业审核。
407
407
  */
408
408
  ApproverNeedSignReview?: boolean
409
+ /**
410
+ * 签署人签署控件
411
+ */
412
+ SignComponents?: Array<Component>
413
+ /**
414
+ * 签署人填写控件
415
+ */
416
+ Components?: Array<Component>
417
+ /**
418
+ * 签署方控件类型为 SIGN_SIGNATURE时,可以指定签署方签名方式
419
+ HANDWRITE – 手写签名
420
+ OCR_ESIGN -- AI智能识别手写签名
421
+ ESIGN -- 个人印章类型
422
+ SYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)
423
+ */
424
+ ComponentLimitType?: Array<string>
409
425
  }
410
426
 
411
427
  /**
@@ -55,6 +55,7 @@ import {
55
55
  FlowApproverDetail,
56
56
  DescribeResourceUrlsByFlowsResponse,
57
57
  ChannelCreateFlowGroupByFilesRequest,
58
+ ChannelCreateOrganizationModifyQrCodeRequest,
58
59
  DescribeFlowDetailInfoResponse,
59
60
  RecipientComponentInfo,
60
61
  ChannelDescribeRolesRequest,
@@ -125,6 +126,7 @@ import {
125
126
  ModifyExtendedServiceResponse,
126
127
  ChannelCreateUserRolesRequest,
127
128
  ChannelGetTaskResultApiResponse,
129
+ ChannelCreateOrganizationModifyQrCodeResponse,
128
130
  ChannelDeleteSealPoliciesResponse,
129
131
  Component,
130
132
  GetDownloadFlowUrlRequest,
@@ -378,13 +380,13 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
378
380
  }
379
381
 
380
382
  /**
381
- * 此接口(ChannelCreateBoundFlows)用于子客领取合同,经办人需要有相应的角色,合同不能重复领取。
383
+ * 生成渠道子客编辑企业信息二维码
382
384
  */
383
- async ChannelCreateBoundFlows(
384
- req: ChannelCreateBoundFlowsRequest,
385
- cb?: (error: string, rep: ChannelCreateBoundFlowsResponse) => void
386
- ): Promise<ChannelCreateBoundFlowsResponse> {
387
- return this.request("ChannelCreateBoundFlows", req, cb)
385
+ async ChannelCreateOrganizationModifyQrCode(
386
+ req: ChannelCreateOrganizationModifyQrCodeRequest,
387
+ cb?: (error: string, rep: ChannelCreateOrganizationModifyQrCodeResponse) => void
388
+ ): Promise<ChannelCreateOrganizationModifyQrCodeResponse> {
389
+ return this.request("ChannelCreateOrganizationModifyQrCode", req, cb)
388
390
  }
389
391
 
390
392
  /**
@@ -447,6 +449,16 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
447
449
  return this.request("ChannelUpdateSealStatus", req, cb)
448
450
  }
449
451
 
452
+ /**
453
+ * 此接口(ChannelCreateBoundFlows)用于子客领取合同,经办人需要有相应的角色,合同不能重复领取。
454
+ */
455
+ async ChannelCreateBoundFlows(
456
+ req: ChannelCreateBoundFlowsRequest,
457
+ cb?: (error: string, rep: ChannelCreateBoundFlowsResponse) => void
458
+ ): Promise<ChannelCreateBoundFlowsResponse> {
459
+ return this.request("ChannelCreateBoundFlows", req, cb)
460
+ }
461
+
450
462
  /**
451
463
  * 对流程的合同文件进行验证,判断文件是否合法。
452
464
  */
@@ -1041,6 +1041,16 @@ MobileCheck:手机号验证
1041
1041
  Operator?: UserInfo
1042
1042
  }
1043
1043
 
1044
+ /**
1045
+ * ChannelCreateOrganizationModifyQrCode请求参数结构体
1046
+ */
1047
+ export interface ChannelCreateOrganizationModifyQrCodeRequest {
1048
+ /**
1049
+ * 应用相关信息。 此接口Agent.AppId 必填。
1050
+ */
1051
+ Agent: Agent
1052
+ }
1053
+
1044
1054
  /**
1045
1055
  * DescribeFlowDetailInfo返回参数结构体
1046
1056
  */
@@ -2464,8 +2474,11 @@ ENTERPRISESERVER-企业静默签(文件发起时的企业静默签字)。
2464
2474
  */
2465
2475
  SignComponents?: Array<Component>
2466
2476
  /**
2467
- * 个人签署方指定签署控件类型,目前支持:OCR_ESIGN -AI智慧手写签名
2468
- HANDWRITE -手写签名
2477
+ * 签署方控件类型为 SIGN_SIGNATURE时,可以指定签署方签名方式
2478
+ HANDWRITE – 手写签名
2479
+ OCR_ESIGN -- AI智能识别手写签名
2480
+ ESIGN -- 个人印章类型
2481
+ SYSTEM_ESIGN -- 系统签名(该类型可以在用户签署时根据用户姓名一键生成一个签名来进行签署)
2469
2482
  */
2470
2483
  ComponentLimitType?: Array<string>
2471
2484
  /**
@@ -3220,6 +3233,24 @@ ProcessTimeout - 转换文件超时
3220
3233
  RequestId?: string
3221
3234
  }
3222
3235
 
3236
+ /**
3237
+ * ChannelCreateOrganizationModifyQrCode返回参数结构体
3238
+ */
3239
+ export interface ChannelCreateOrganizationModifyQrCodeResponse {
3240
+ /**
3241
+ * 二维码下载链接
3242
+ */
3243
+ QrCodeUrl?: string
3244
+ /**
3245
+ * 二维码失效时间 UNIX 时间戳 精确到秒
3246
+ */
3247
+ ExpiredTime?: number
3248
+ /**
3249
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3250
+ */
3251
+ RequestId?: string
3252
+ }
3253
+
3223
3254
  /**
3224
3255
  * ChannelDeleteSealPolicies返回参数结构体
3225
3256
  */
@@ -156,7 +156,7 @@ export class Client extends AbstractClient {
156
156
  }
157
157
 
158
158
  /**
159
- * 视频美颜
159
+ * 视频美颜(此接口目前已下线)
160
160
  */
161
161
  async BeautifyVideo(
162
162
  req: BeautifyVideoRequest,
@@ -428,6 +428,10 @@ export interface QueryBeautifyVideoJobResponse {
428
428
  注意:此字段可能返回 null,表示取不到有效值。
429
429
  */
430
430
  BeautifyVideoOutput?: BeautifyVideoOutput
431
+ /**
432
+ * 当前任务状态码:1:排队中、3: 处理中、5: 处理失败、7:处理完成
433
+ */
434
+ JobStatusCode?: number
431
435
  /**
432
436
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
433
437
  */
@@ -128,6 +128,7 @@ export { lighthouse } from "./lighthouse"
128
128
  export { live } from "./live"
129
129
  export { lowcode } from "./lowcode"
130
130
  export { lp } from "./lp"
131
+ export { mall } from "./mall"
131
132
  export { mariadb } from "./mariadb"
132
133
  export { market } from "./market"
133
134
  export { memcached } from "./memcached"
@@ -285,8 +285,10 @@ export class Client extends AbstractClient {
285
285
  }
286
286
 
287
287
  /**
288
- * 取消子设备产品与网关设备产品的关联
289
- */
288
+ * 业务无客户使用,下线接口。
289
+
290
+ 取消子设备产品与网关设备产品的关联
291
+ */
290
292
  async UnassociateSubDeviceFromGatewayProduct(
291
293
  req: UnassociateSubDeviceFromGatewayProductRequest,
292
294
  cb?: (error: string, rep: UnassociateSubDeviceFromGatewayProductResponse) => void