tencentcloud-sdk-nodejs 4.0.888 → 4.0.890

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 (63) hide show
  1. package/CHANGELOG.md +332 -0
  2. package/SERVICE_CHANGELOG.md +376 -100
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +14 -0
  7. package/src/services/aiart/v20221229/aiart_models.ts +67 -0
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +20 -0
  9. package/src/services/clb/v20180317/clb_models.ts +19 -19
  10. package/src/services/cls/v20201016/cls_models.ts +44 -0
  11. package/src/services/cwp/v20180228/cwp_models.ts +32 -17
  12. package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  14. package/src/services/fmu/v20191213/fmu_client.ts +12 -6
  15. package/src/services/hunyuan/v20230901/hunyuan_client.ts +14 -8
  16. package/src/services/hunyuan/v20230901/hunyuan_models.ts +224 -87
  17. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -1
  18. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +35 -9
  19. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  20. package/src/services/postgres/v20170312/postgres_models.ts +18 -14
  21. package/src/services/redis/v20180412/redis_models.ts +19 -13
  22. package/src/services/ssl/v20191205/ssl_models.ts +15 -0
  23. package/src/services/teo/v20220901/teo_models.ts +26 -15
  24. package/src/services/tiia/v20190529/tiia_client.ts +3 -1
  25. package/src/services/tmt/v20180321/tmt_models.ts +16 -0
  26. package/src/services/trocket/v20230308/trocket_client.ts +4 -4
  27. package/src/services/trocket/v20230308/trocket_models.ts +13 -8
  28. package/src/services/vod/v20180717/vod_client.ts +3 -3
  29. package/src/services/vod/v20180717/vod_models.ts +9 -1
  30. package/src/services/waf/v20180125/waf_models.ts +38 -13
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +7 -1
  34. package/tencentcloud/services/aiart/v20221229/aiart_client.js +8 -0
  35. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +65 -0
  36. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +20 -0
  37. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +19 -19
  38. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +44 -0
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -17
  40. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  42. package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +9 -3
  43. package/tencentcloud/services/fmu/v20191213/fmu_client.js +9 -3
  44. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  45. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +217 -86
  46. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  47. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +34 -9
  48. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  49. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +18 -14
  50. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -13
  51. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +15 -0
  52. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +26 -15
  53. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +3 -1
  54. package/tencentcloud/services/tiia/v20190529/tiia_client.js +3 -1
  55. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +16 -0
  56. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +4 -4
  57. package/tencentcloud/services/trocket/v20230308/trocket_client.js +4 -4
  58. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +13 -8
  59. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +3 -3
  60. package/tencentcloud/services/vod/v20180717/vod_client.js +3 -3
  61. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +9 -1
  62. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +38 -13
  63. package/test/aiart.v20221229.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.888",
3
+ "version": "4.0.890",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-03 01:08:36 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-03 11:33:50 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -30,7 +30,7 @@
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2024-03-20 01:08:53 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
33
- | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-06-14 01:15:55 |
33
+ | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-07-05 01:04:07 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
@@ -56,11 +56,11 @@
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
58
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-27 01:07:40 |
59
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-06-21 01:22:04 |
59
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-04 01:11:50 |
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-28 01:07:19 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-07-05 01:06:07 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
@@ -70,13 +70,13 @@
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-07-03 01:12:26 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
73
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-28 01:08:04 |
73
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-05 01:06:53 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
75
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-07-02 01:13:35 |
76
76
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
79
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-27 01:30:50 |
79
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07-05 01:08:15 |
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-03 01:14:20 |
@@ -87,7 +87,7 @@
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-03 01:15:22 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-05 01:09:30 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
@@ -97,10 +97,10 @@
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-03 01:15:58 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-03 01:16:06 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-03 01:16:20 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-04 01:16:18 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
103
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
103
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-03 01:16:42 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-06-14 01:56:47 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-05 01:11:07 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
118
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
@@ -123,7 +123,7 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-03 01:17:36 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-05 01:11:41 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-05-14 02:02:07 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
@@ -155,20 +155,20 @@
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-03 01:21:25 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-05 01:14:45 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-03 01:21:45 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-03 01:21:58 |
163
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-05 01:15:16 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
166
166
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
167
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-27 01:17:54 |
167
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-07-04 01:21:28 |
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
171
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-28 01:17:47 |
171
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-07-04 01:21:42 |
172
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-07-03 01:22:38 |
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
@@ -179,7 +179,7 @@
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-06-06 02:22:45 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-03 01:23:11 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-05 01:16:31 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
184
184
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
@@ -206,23 +206,23 @@
206
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-03 01:24:52 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-06-25 01:23:38 |
209
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 01:25:21 |
209
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-07-03 19:33:55 |
210
210
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-06-27 01:21:12 |
211
211
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
212
212
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
213
213
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
214
214
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
215
215
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
216
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
216
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-07-05 01:19:00 |
217
217
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
218
218
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
219
219
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-06-24 01:24:28 |
220
220
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
221
221
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
222
- | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-06-12 02:40:31 |
222
+ | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-04 01:25:30 |
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
225
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-25 01:24:46 |
225
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-28 01:21:55 |
@@ -237,11 +237,11 @@
237
237
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-28 01:22:56 |
238
238
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
239
239
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
240
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-03 01:27:29 |
240
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-05 01:20:46 |
241
241
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-03 01:28:07 |
242
242
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
243
243
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
244
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-03 01:28:45 |
244
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-04 01:27:42 |
245
245
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
246
246
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-02 01:28:21 |
247
247
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.888"
1
+ export const sdkVersion = "4.0.890"
@@ -37,6 +37,8 @@ import {
37
37
  SubmitTrainPortraitModelJobResponse,
38
38
  QueryDrawPortraitJobRequest,
39
39
  ImageToImageResponse,
40
+ ReplaceBackgroundRequest,
41
+ ReplaceBackgroundResponse,
40
42
  UploadTrainPortraitImagesResponse,
41
43
  QueryTextToImageProJobRequest,
42
44
  GenerateAvatarResponse,
@@ -67,6 +69,18 @@ export class Client extends AbstractClient {
67
69
  return this.request("SubmitTextToImageProJob", req, cb)
68
70
  }
69
71
 
72
+ /**
73
+ * 商品背景生成接口根据指定的背景描述 Prompt,将商品图中的原背景替换为自定义的新背景并保留商品主体形象,实现商品背景的自由生成与更换。
74
+
75
+ 商品背景生成默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
76
+ */
77
+ async ReplaceBackground(
78
+ req: ReplaceBackgroundRequest,
79
+ cb?: (error: string, rep: ReplaceBackgroundResponse) => void
80
+ ): Promise<ReplaceBackgroundResponse> {
81
+ return this.request("ReplaceBackground", req, cb)
82
+ }
83
+
70
84
  /**
71
85
  * AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。
72
86
  每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
@@ -547,6 +547,73 @@ export interface ImageToImageResponse {
547
547
  RequestId?: string
548
548
  }
549
549
 
550
+ /**
551
+ * ReplaceBackground请求参数结构体
552
+ */
553
+ export interface ReplaceBackgroundRequest {
554
+ /**
555
+ * 商品原图 Url。
556
+ 图片限制:单边分辨率小于4000,长宽比在2:5 ~ 5:2之间,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
557
+ */
558
+ ProductUrl: string
559
+ /**
560
+ * 商品 Mask 图 Url,要求背景透明,保留商品主体。
561
+ 如果不传,将自动使用内置的商品分割算法得到 Mask。
562
+ 支持自定义上传 Mask,如果该参数不为空,则以实际上传的数据为准。
563
+ 图片限制:Mask 图必须和商品原图分辨率一致,转成 Base64 字符串后小于 6MB,格式仅支持 png。
564
+ */
565
+ MaskUrl?: string
566
+ /**
567
+ * 对新背景的文本描述。
568
+ 最多支持256个 utf-8 字符,支持中、英文。
569
+ */
570
+ Prompt?: string
571
+ /**
572
+ * 替换背景后生成的商品图分辨率。
573
+ 支持生成单边分辨率大于500且小于4000、长宽比在2:5 ~ 5:2之间的图片,不传默认生成1280:1280。
574
+ 建议图片比例为1:1、9:16、16:9,生成效果更佳,使用其他比例的生成效果可能不如建议比例。
575
+ */
576
+ Resolution?: string
577
+ /**
578
+ * 为生成结果图添加标识的开关,默认为1。
579
+ 1:添加标识。
580
+ 0:不添加标识。
581
+ 其他数值:默认按1处理。
582
+ 建议您使用显著标识来提示结果图是 AI 生成的图片。
583
+ */
584
+ LogoAdd?: number
585
+ /**
586
+ * 标识内容设置。
587
+ 默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
588
+ */
589
+ LogoParam?: LogoParam
590
+ /**
591
+ * 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
592
+ 生成图分辨率较大时建议选择 url,使用 base64 可能因图片过大导致返回失败。
593
+ */
594
+ RspImgType?: string
595
+ }
596
+
597
+ /**
598
+ * ReplaceBackground返回参数结构体
599
+ */
600
+ export interface ReplaceBackgroundResponse {
601
+ /**
602
+ * 根据入参 RspImgType 填入不同,返回不同的内容。
603
+ 如果传入 base64 则返回生成图 Base64 编码。
604
+ 如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。
605
+ */
606
+ ResultImage?: string
607
+ /**
608
+ * 如果 MaskUrl 未传,则返回使用内置商品分割算法得到的 Mask 结果。
609
+ */
610
+ MaskImage?: string
611
+ /**
612
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
613
+ */
614
+ RequestId?: string
615
+ }
616
+
550
617
  /**
551
618
  * UploadTrainPortraitImages返回参数结构体
552
619
  */
@@ -218,6 +218,26 @@ export interface ApproveUser {
218
218
  注意:此字段可能返回 null,表示取不到有效值。
219
219
  */
220
220
  Scf?: Scf
221
+ /**
222
+ * 审批状态 (取值范围 0:待审批 1:审批通过 2:拒绝 6:其他人已审批)
223
+ 注意:此字段可能返回 null,表示取不到有效值。
224
+ */
225
+ ApproveStatus?: number
226
+ /**
227
+ * 审批意见
228
+ 注意:此字段可能返回 null,表示取不到有效值。
229
+ */
230
+ ApproveMsg?: string
231
+ /**
232
+ * 审批时间
233
+ 注意:此字段可能返回 null,表示取不到有效值。
234
+ */
235
+ ApproveTime?: string
236
+ /**
237
+ * 审批组名称
238
+ 注意:此字段可能返回 null,表示取不到有效值。
239
+ */
240
+ ApproveGroup?: string
221
241
  }
222
242
 
223
243
  /**
@@ -2966,75 +2966,75 @@ export interface ClassicalListener {
2966
2966
  /**
2967
2967
  * 负载均衡监听器ID
2968
2968
  */
2969
- ListenerId: string
2969
+ ListenerId?: string
2970
2970
  /**
2971
2971
  * 负载均衡监听器端口
2972
2972
  */
2973
- ListenerPort: number
2973
+ ListenerPort?: number
2974
2974
  /**
2975
2975
  * 监听器后端转发端口
2976
2976
  */
2977
- InstancePort: number
2977
+ InstancePort?: number
2978
2978
  /**
2979
2979
  * 监听器名称
2980
2980
  */
2981
- ListenerName: string
2981
+ ListenerName?: string
2982
2982
  /**
2983
2983
  * 监听器协议类型
2984
2984
  */
2985
- Protocol: string
2985
+ Protocol?: string
2986
2986
  /**
2987
2987
  * 会话保持时间
2988
2988
  */
2989
- SessionExpire: number
2989
+ SessionExpire?: number
2990
2990
  /**
2991
2991
  * 是否开启了健康检查:1(开启)、0(关闭)
2992
2992
  */
2993
- HealthSwitch: number
2993
+ HealthSwitch?: number
2994
2994
  /**
2995
2995
  * 响应超时时间
2996
2996
  */
2997
- TimeOut: number
2997
+ TimeOut?: number
2998
2998
  /**
2999
2999
  * 检查间隔
3000
3000
  */
3001
- IntervalTime: number
3001
+ IntervalTime?: number
3002
3002
  /**
3003
3003
  * 健康阈值
3004
3004
  */
3005
- HealthNum: number
3005
+ HealthNum?: number
3006
3006
  /**
3007
3007
  * 不健康阈值
3008
3008
  */
3009
- UnhealthNum: number
3009
+ UnhealthNum?: number
3010
3010
  /**
3011
- * 传统型公网负载均衡的 HTTP、HTTPS 监听器的请求均衡方法。wrr 表示按权重轮询,ip_hash 表示根据访问的源 IP 进行一致性哈希方式来分发
3011
+ * 传统型公网负载均衡 监听器的请求均衡方法。空字符串或wrr 表示按权重轮询,ip_hash 表示根据访问的源 IP 进行一致性哈希方式来分发,least_conn表示按最小连接数。
3012
3012
  */
3013
- HttpHash: string
3013
+ HttpHash?: string
3014
3014
  /**
3015
3015
  * 传统型公网负载均衡的 HTTP、HTTPS 监听器的健康检查返回码。具体可参考创建监听器中对该字段的解释
3016
3016
  */
3017
- HttpCode: number
3017
+ HttpCode?: number
3018
3018
  /**
3019
3019
  * 传统型公网负载均衡的 HTTP、HTTPS 监听器的健康检查路径
3020
3020
  */
3021
- HttpCheckPath: string
3021
+ HttpCheckPath?: string
3022
3022
  /**
3023
3023
  * 传统型公网负载均衡的 HTTPS 监听器的认证方式
3024
3024
  */
3025
- SSLMode: string
3025
+ SSLMode?: string
3026
3026
  /**
3027
3027
  * 传统型公网负载均衡的 HTTPS 监听器的服务端证书 ID
3028
3028
  */
3029
- CertId: string
3029
+ CertId?: string
3030
3030
  /**
3031
3031
  * 传统型公网负载均衡的 HTTPS 监听器的客户端证书 ID
3032
3032
  */
3033
- CertCaId: string
3033
+ CertCaId?: string
3034
3034
  /**
3035
3035
  * 监听器的状态,0 表示创建中,1 表示运行中
3036
3036
  */
3037
- Status: number
3037
+ Status?: number
3038
3038
  }
3039
3039
 
3040
3040
  /**
@@ -5681,6 +5681,11 @@ export interface DescribeMachinesResponse {
5681
5681
  * 是否开启服务日志
5682
5682
  */
5683
5683
  ServiceLogging?: boolean
5684
+ /**
5685
+ * 总数目
5686
+ 注意:此字段可能返回 null,表示取不到有效值。
5687
+ */
5688
+ TotalCount?: number
5684
5689
  /**
5685
5690
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5686
5691
  */
@@ -6306,6 +6311,45 @@ export interface DescribeMachinesRequest {
6306
6311
  * 查询的机器组ID
6307
6312
  */
6308
6313
  GroupId: string
6314
+ /**
6315
+ * ip
6316
+ - 按照【ip】进行过滤。
6317
+ - 类型:String
6318
+ - 必选:否
6319
+
6320
+ instance
6321
+ - 按照【instance】进行过滤。
6322
+ - 类型:String
6323
+ - 必选:否
6324
+
6325
+ version
6326
+ - 按照【LogListener版本】进行过滤。
6327
+ - 类型:String
6328
+ - 必选:否
6329
+
6330
+ status
6331
+ - 按照【状态】进行过滤。
6332
+ - 类型:String
6333
+ - 必选:否
6334
+ - 可选值:0:离线,1:正常
6335
+
6336
+ offlineTime
6337
+ - 按照【机器离线时间】进行过滤。
6338
+ - 类型:String
6339
+ - 必选:否
6340
+ - - 可选值:0:无离线时间,12:12小时内,24:一天内,48:两天内,99:两天前
6341
+
6342
+ 每次请求的Filters的上限为10,Filter.Values的上限为100。
6343
+ */
6344
+ Filters?: Array<Filter>
6345
+ /**
6346
+ * 分页的偏移量。
6347
+ */
6348
+ Offset?: number
6349
+ /**
6350
+ * 分页单页限制数目。最大支持100
6351
+ */
6352
+ Limit?: number
6309
6353
  }
6310
6354
 
6311
6355
  /**
@@ -7499,19 +7499,19 @@ export interface DescribeVulEffectHostListRequest {
7499
7499
  */
7500
7500
  export interface DeliverTypeDetails {
7501
7501
  /**
7502
- * 安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹
7502
+ * 安全模块类型 1: 入侵检测 2: 漏洞管理 3: 基线管理 4: 高级防御 5:客户端相关 6: 资产指纹 7 主机列表 8 客户端上报
7503
7503
  */
7504
7504
  SecurityType: number
7505
7505
  /**
7506
- * 安全模块下的日志类型,http://tapd.woa.com/Teneyes/markdown_wikis/show/#1210131751002328905
7506
+ * 安全模块下的日志类型
7507
7507
  */
7508
7508
  LogType: Array<number | bigint>
7509
7509
  /**
7510
- * kafka topic id
7510
+ * 主题ID
7511
7511
  */
7512
7512
  TopicId: string
7513
7513
  /**
7514
- * kafka topic name
7514
+ * 主题名
7515
7515
  */
7516
7516
  TopicName: string
7517
7517
  /**
@@ -7527,9 +7527,21 @@ export interface DeliverTypeDetails {
7527
7527
  */
7528
7528
  ErrInfo?: string
7529
7529
  /**
7530
- * 最近一次状态上报时间戳,s
7530
+ * 最近一次状态上报时间戳
7531
7531
  */
7532
7532
  StatusTime?: number
7533
+ /**
7534
+ * 日志集名
7535
+ */
7536
+ LogName?: string
7537
+ /**
7538
+ * 日志集ID
7539
+ */
7540
+ LogSetId?: string
7541
+ /**
7542
+ * 日志集所在地域
7543
+ */
7544
+ Region?: string
7533
7545
  }
7534
7546
 
7535
7547
  /**
@@ -9656,15 +9668,17 @@ export interface LoginWhiteCombinedInfo {
9656
9668
  */
9657
9669
  export interface ExportBaselineRuleDetectListRequest {
9658
9670
  /**
9659
- * <li>RuleName - string - 是否必填:否 - 规则名称</i>
9660
- <li>IsPassed - int - 是否必填:否 - 是否通过</li>
9661
- <li>RiskTier - int - 是否必填:否 - 风险等级</li>
9671
+ * <li>RuleName - string - 是否必填:否 - 规则名称</li><li>IsPassed - int - 是否必填:否 - 是否通过</li><li>RiskTier - int - 是否必填:否 - 风险等级</li>
9662
9672
  */
9663
9673
  Filters?: Array<Filter>
9664
9674
  /**
9665
9675
  * 0:过滤的结果导出;1:全部导出
9666
9676
  */
9667
9677
  ExportAll?: number
9678
+ /**
9679
+ * 0:导出界面展示;1:导出全部结果事件
9680
+ */
9681
+ IsExportDetail?: number
9668
9682
  }
9669
9683
 
9670
9684
  /**
@@ -17756,17 +17770,17 @@ export interface DescribeDefenceEventDetailResponse {
17756
17770
  */
17757
17771
  export interface ExportBaselineHostDetectListRequest {
17758
17772
  /**
17759
- * <li>HostTag - string - 是否必填:否 - 主机标签</i>
17760
- <li>ItemId - int64 - 是否必填:否 - 项Id</i>
17761
- <li>RuleId - int64 - 是否必填:否 - 规则Id</li>
17762
- <li>IsPassed - int - 是否必填:否 - 是否通过</li>
17763
- <li>RiskTier - int - 是否必填:否 - 风险等级</li>
17773
+ * <li>HostTag - string - 是否必填:否 - 主机标签</li><li>ItemId - int64 - 是否必填:否 - 项Id</li><li>RuleId - int64 - 是否必填:否 - 规则Id</li><li>IsPassed - int - 是否必填:否 - 是否通过</li><li>RiskTier - int - 是否必填:否 - 风险等级</li>
17764
17774
  */
17765
17775
  Filters?: Array<Filter>
17766
17776
  /**
17767
17777
  * 0:过滤的结果导出;1:全部导出
17768
17778
  */
17769
17779
  ExportAll?: number
17780
+ /**
17781
+ * 0:导出界面展示;1:导出全部结果事件
17782
+ */
17783
+ IsExportDetail?: number
17770
17784
  }
17771
17785
 
17772
17786
  /**
@@ -20297,16 +20311,17 @@ export interface DescribeScreenProtectionStatResponse {
20297
20311
  */
20298
20312
  export interface ExportBaselineItemDetectListRequest {
20299
20313
  /**
20300
- * <li>HostId - string - 是否必填:否 - 主机Id</i>
20301
- <li>RuleId - int64 - 是否必填:否 - 规则Id</i>
20302
- <li>IsPassed - int - 是否必填:否 - 是否通过</li>
20303
- <li>RiskTier - int - 是否必填:否 - 风险等级</li>
20314
+ * <li>HostId - string - 是否必填:否 - 主机Id</li><li>RuleId - int64 - 是否必填:否 - 规则Id</li><li>IsPassed - int - 是否必填:否 - 是否通过</li><li>RiskTier - int - 是否必填:否 - 风险等级</li>
20304
20315
  */
20305
20316
  Filters?: Array<Filter>
20306
20317
  /**
20307
20318
  * 0:过滤的结果导出;1:全部导出
20308
20319
  */
20309
20320
  ExportAll?: number
20321
+ /**
20322
+ * 0:导出界面展示;1:导出全部结果事件
20323
+ */
20324
+ IsExportDetail?: number
20310
20325
  }
20311
20326
 
20312
20327
  /**
@@ -600,7 +600,7 @@ export interface AddUserContactResponse {
600
600
  /**
601
601
  * 添加成功的联系人id。
602
602
  */
603
- Id: number
603
+ Id?: number
604
604
  /**
605
605
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
606
606
  */
@@ -2521,7 +2521,7 @@ export interface AddUserContactRequest {
2521
2521
  */
2522
2522
  Name: string
2523
2523
  /**
2524
- * 邮箱地址,支持大小写字母、数字、下划线及@字符, 不能以下划线开头,邮箱地址不可重复。
2524
+ * 邮箱地址,支持大小写字母、数字、下划线、连字符及@字符, 只能以数字或字母开头,邮箱地址不可重复。
2525
2525
  */
2526
2526
  ContactInfo: string
2527
2527
  /**
@@ -5580,7 +5580,7 @@ export interface UploadFile {
5580
5580
  */
5581
5581
  FileBody: string
5582
5582
  /**
5583
- * 文件名
5583
+ * 文件名,最大长度不超过200字符
5584
5584
  */
5585
5585
  FileName?: string
5586
5586
  }
@@ -89,8 +89,10 @@ export class Client extends AbstractClient {
89
89
  }
90
90
 
91
91
  /**
92
- * 撤销视频美颜任务请求
93
- */
92
+ * 产品不再维护,准备下线。
93
+
94
+ 撤销视频美颜任务请求
95
+ */
94
96
  async CancelBeautifyVideoJob(
95
97
  req: CancelBeautifyVideoJobRequest,
96
98
  cb?: (error: string, rep: CancelBeautifyVideoJobResponse) => void
@@ -99,8 +101,10 @@ export class Client extends AbstractClient {
99
101
  }
100
102
 
101
103
  /**
102
- * 查询视频美颜处理进度
103
- */
104
+ * 产品不再维护,准备下线。
105
+
106
+ 查询视频美颜处理进度
107
+ */
104
108
  async QueryBeautifyVideoJob(
105
109
  req: QueryBeautifyVideoJobRequest,
106
110
  cb?: (error: string, rep: QueryBeautifyVideoJobResponse) => void
@@ -156,8 +160,10 @@ export class Client extends AbstractClient {
156
160
  }
157
161
 
158
162
  /**
159
- * 视频美颜(此接口目前已下线)
160
- */
163
+ * 产品不再维护,准备下线。
164
+
165
+ 视频美颜(此接口目前已下线)
166
+ */
161
167
  async BeautifyVideo(
162
168
  req: BeautifyVideoRequest,
163
169
  cb?: (error: string, rep: BeautifyVideoResponse) => void