tencentcloud-sdk-nodejs 4.0.706 → 4.0.707

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 (102) hide show
  1. package/CHANGELOG.md +204 -0
  2. package/SERVICE_CHANGELOG.md +311 -30
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bsca/v20210811/bsca_client.ts +43 -18
  8. package/src/services/bsca/v20210811/bsca_models.ts +107 -27
  9. package/src/services/car/v20220110/car_client.ts +1 -1
  10. package/src/services/dbbrain/index.ts +2 -2
  11. package/src/services/ecm/v20190719/ecm_models.ts +1 -0
  12. package/src/services/ess/v20201111/ess_models.ts +1 -8
  13. package/src/services/essbasic/index.ts +2 -2
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +4 -2
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +137 -67
  16. package/src/services/iai/index.ts +2 -2
  17. package/src/services/ims/index.ts +2 -2
  18. package/src/services/iotcloud/index.ts +2 -2
  19. package/src/services/iotvideo/index.ts +2 -2
  20. package/src/services/mgobe/index.ts +2 -2
  21. package/src/services/mongodb/index.ts +2 -2
  22. package/src/services/monitor/v20180724/monitor_models.ts +40 -35
  23. package/src/services/ms/v20180408/ms_client.ts +4 -3
  24. package/src/services/ms/v20180408/ms_models.ts +87 -0
  25. package/src/services/oceanus/v20190422/oceanus_client.ts +26 -2
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +54 -24
  27. package/src/services/organization/index.ts +2 -2
  28. package/src/services/ses/v20201002/ses_models.ts +1 -1
  29. package/src/services/sms/index.ts +2 -2
  30. package/src/services/tbp/index.ts +2 -2
  31. package/src/services/tem/index.ts +2 -2
  32. package/src/services/thpc/index.ts +2 -2
  33. package/src/services/tione/index.ts +2 -2
  34. package/src/services/tms/index.ts +2 -2
  35. package/src/services/tse/v20201207/tse_client.ts +3 -0
  36. package/src/services/tse/v20201207/tse_models.ts +141 -20
  37. package/src/services/vm/index.ts +2 -2
  38. package/src/services/waf/v20180125/waf_client.ts +45 -7
  39. package/src/services/waf/v20180125/waf_models.ts +559 -391
  40. package/src/services/wedata/v20210820/wedata_models.ts +22 -12
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/ams/index.d.ts +4 -4
  44. package/tencentcloud/services/ams/index.js +2 -2
  45. package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +15 -7
  46. package/tencentcloud/services/bsca/v20210811/bsca_client.js +21 -9
  47. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +102 -27
  48. package/tencentcloud/services/car/v20220110/car_client.d.ts +1 -1
  49. package/tencentcloud/services/car/v20220110/car_client.js +1 -1
  50. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  51. package/tencentcloud/services/dbbrain/index.js +2 -2
  52. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -0
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -8
  54. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  55. package/tencentcloud/services/essbasic/index.js +2 -2
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +137 -67
  59. package/tencentcloud/services/iai/index.d.ts +4 -4
  60. package/tencentcloud/services/iai/index.js +2 -2
  61. package/tencentcloud/services/ims/index.d.ts +4 -4
  62. package/tencentcloud/services/ims/index.js +2 -2
  63. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  64. package/tencentcloud/services/iotcloud/index.js +2 -2
  65. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  66. package/tencentcloud/services/iotvideo/index.js +2 -2
  67. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  68. package/tencentcloud/services/mgobe/index.js +2 -2
  69. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  70. package/tencentcloud/services/mongodb/index.js +2 -2
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -35
  72. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -3
  73. package/tencentcloud/services/ms/v20180408/ms_client.js +3 -3
  74. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +86 -0
  75. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
  76. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
  77. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +50 -24
  78. package/tencentcloud/services/organization/index.d.ts +4 -4
  79. package/tencentcloud/services/organization/index.js +2 -2
  80. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
  81. package/tencentcloud/services/sms/index.d.ts +4 -4
  82. package/tencentcloud/services/sms/index.js +2 -2
  83. package/tencentcloud/services/tbp/index.d.ts +4 -4
  84. package/tencentcloud/services/tbp/index.js +2 -2
  85. package/tencentcloud/services/tem/index.d.ts +4 -4
  86. package/tencentcloud/services/tem/index.js +2 -2
  87. package/tencentcloud/services/thpc/index.d.ts +4 -4
  88. package/tencentcloud/services/thpc/index.js +2 -2
  89. package/tencentcloud/services/tione/index.d.ts +4 -4
  90. package/tencentcloud/services/tione/index.js +2 -2
  91. package/tencentcloud/services/tms/index.d.ts +4 -4
  92. package/tencentcloud/services/tms/index.js +2 -2
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +138 -20
  94. package/tencentcloud/services/vm/index.d.ts +4 -4
  95. package/tencentcloud/services/vm/index.js +2 -2
  96. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
  97. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
  98. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +552 -392
  99. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +22 -12
  100. package/test/bsca.v20210811.test.js +26 -6
  101. package/test/oceanus.v20190422.test.js +20 -0
  102. package/test/waf.v20180125.test.js +30 -0
package/products.md CHANGED
@@ -25,18 +25,18 @@
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
- | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-08-17 01:20:19 |
28
+ | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-17 01:07:29 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
30
- | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-08-17 01:21:42 |
31
- | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-08-17 01:21:57 |
30
+ | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-10-17 01:08:08 |
31
+ | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-10-17 01:08:12 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-10-12 01:13:46 |
33
33
  | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-06-14 01:09:11 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-17 01:22:35 |
35
- | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
35
+ | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-17 01:08:28 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-09-21 01:23:47 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-24 10:06:50 |
39
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-09-21 01:28:16 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-10-17 01:08:50 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
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-09-20 01:08:08 |
@@ -84,19 +84,19 @@
84
84
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
85
85
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
86
86
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
87
- | dsgc | [数据安全中心](https://cloud.tencent.com/document/product/1087) | 2023-09-19 01:13:28 |
87
+ | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-10-17 01:15:42 |
88
88
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
89
89
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-10-10 01:36:36 |
90
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-16 01:15:14 |
90
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-10-17 01:16:13 |
91
91
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
92
92
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
93
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-09-05 10:56:15 |
93
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-10-17 01:16:27 |
94
94
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
95
95
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
96
96
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
97
97
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-10-12 01:57:01 |
98
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-16 01:16:11 |
99
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-16 01:16:28 |
98
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-10-17 01:17:18 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-17 01:17:37 |
100
100
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
101
101
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
102
102
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -141,15 +141,15 @@
141
141
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
142
142
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
143
143
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
144
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-12 02:16:26 |
144
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-10-17 01:21:47 |
145
145
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-11 02:08:20 |
146
146
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
147
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
147
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-10-17 01:22:38 |
148
148
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
149
149
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
150
150
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
151
151
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
152
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-12 02:20:57 |
152
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-10-17 01:22:49 |
153
153
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-10-13 01:21:21 |
154
154
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
155
155
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
@@ -165,7 +165,7 @@
165
165
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
166
166
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
167
167
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-10-16 01:22:37 |
168
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-13 01:22:51 |
168
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-10-17 01:24:30 |
169
169
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
170
170
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
171
171
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
@@ -220,7 +220,7 @@
220
220
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-09 11:35:49 |
221
221
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
222
222
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-27 10:40:48 |
223
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-13 01:27:15 |
223
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-10-17 01:29:39 |
224
224
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-10-11 02:39:14 |
225
225
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
226
226
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-09-19 01:29:02 |
@@ -230,9 +230,9 @@
230
230
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-10-09 01:26:55 |
231
231
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-10-12 02:55:40 |
232
232
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
233
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-13 01:29:06 |
233
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-10-17 01:32:14 |
234
234
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
235
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-16 01:29:53 |
235
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-10-17 01:32:55 |
236
236
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
237
237
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
238
238
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.706"
1
+ export const sdkVersion = "4.0.707"
@@ -1,7 +1,7 @@
1
- import { v20200608 } from "./v20200608"
2
1
  import { v20201229 } from "./v20201229"
2
+ import { v20200608 } from "./v20200608"
3
3
 
4
4
  export const ams = {
5
- v20200608: v20200608,
6
5
  v20201229: v20201229,
6
+ v20200608: v20200608,
7
7
  }
@@ -20,28 +20,33 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  MatchKBPURLListResponse,
22
22
  DescribeKBComponentVulnerabilityRequest,
23
+ DescribeKBComponentVersionListRequest,
23
24
  ComponentVulnerabilityUnion,
24
25
  LicenseUnion,
25
26
  DescribeKBComponentVulnerabilityResponse,
26
27
  LicenseSummary,
28
+ SearchKBComponentRequest,
27
29
  Qualifier,
28
30
  CVSSV3Info,
29
31
  Component,
30
32
  DescribeKBVulnerabilityResponse,
31
33
  DescribeKBLicenseResponse,
34
+ ComponentVersion,
32
35
  MatchKBPURLListRequest,
33
36
  VulnerabilityUnion,
34
37
  LicenseDetail,
35
38
  DescribeKBVulnerabilityRequest,
36
39
  VulnerabilityDetail,
37
40
  DescribeKBComponentResponse,
41
+ DescribeKBComponentVersionListResponse,
38
42
  VulnerabilitySummary,
39
43
  DescribeKBLicenseRequest,
40
44
  CVSSV2Info,
41
45
  DescribeKBComponentRequest,
42
- LicenseRestriction,
43
- ComponentVulnerabilitySummary,
44
46
  PURL,
47
+ SearchKBComponentResponse,
48
+ ComponentVulnerabilitySummary,
49
+ LicenseRestriction,
45
50
  } from "./bsca_models"
46
51
 
47
52
  /**
@@ -54,13 +59,23 @@ export class Client extends AbstractClient {
54
59
  }
55
60
 
56
61
  /**
57
- * 本接口(DescribeKBComponentVulnerability)用于在知识库中查询开源组件的漏洞信息。
62
+ * 根据输入的组件名、组件类型搜索相应的组件,返回符合条件的组件列表
58
63
  */
59
- async DescribeKBComponentVulnerability(
60
- req: DescribeKBComponentVulnerabilityRequest,
61
- cb?: (error: string, rep: DescribeKBComponentVulnerabilityResponse) => void
62
- ): Promise<DescribeKBComponentVulnerabilityResponse> {
63
- return this.request("DescribeKBComponentVulnerability", req, cb)
64
+ async SearchKBComponent(
65
+ req: SearchKBComponentRequest,
66
+ cb?: (error: string, rep: SearchKBComponentResponse) => void
67
+ ): Promise<SearchKBComponentResponse> {
68
+ return this.request("SearchKBComponent", req, cb)
69
+ }
70
+
71
+ /**
72
+ * 查询特定组件的版本列表
73
+ */
74
+ async DescribeKBComponentVersionList(
75
+ req: DescribeKBComponentVersionListRequest,
76
+ cb?: (error: string, rep: DescribeKBComponentVersionListResponse) => void
77
+ ): Promise<DescribeKBComponentVersionListResponse> {
78
+ return this.request("DescribeKBComponentVersionList", req, cb)
64
79
  }
65
80
 
66
81
  /**
@@ -83,16 +98,6 @@ export class Client extends AbstractClient {
83
98
  return this.request("DescribeKBLicense", req, cb)
84
99
  }
85
100
 
86
- /**
87
- * 本接口(DescribeKBVulnerability)用于在知识库中查询漏洞详细信息,支持根据CVE ID查询或者根据Vul ID查询。
88
- */
89
- async DescribeKBVulnerability(
90
- req: DescribeKBVulnerabilityRequest,
91
- cb?: (error: string, rep: DescribeKBVulnerabilityResponse) => void
92
- ): Promise<DescribeKBVulnerabilityResponse> {
93
- return this.request("DescribeKBVulnerability", req, cb)
94
- }
95
-
96
101
  /**
97
102
  * 本接口(MatchKBPURLList)用于在知识库中匹配与特征对应的开源组件列表。
98
103
  */
@@ -102,4 +107,24 @@ export class Client extends AbstractClient {
102
107
  ): Promise<MatchKBPURLListResponse> {
103
108
  return this.request("MatchKBPURLList", req, cb)
104
109
  }
110
+
111
+ /**
112
+ * 本接口(DescribeKBComponentVulnerability)用于在知识库中查询开源组件的漏洞信息。
113
+ */
114
+ async DescribeKBComponentVulnerability(
115
+ req: DescribeKBComponentVulnerabilityRequest,
116
+ cb?: (error: string, rep: DescribeKBComponentVulnerabilityResponse) => void
117
+ ): Promise<DescribeKBComponentVulnerabilityResponse> {
118
+ return this.request("DescribeKBComponentVulnerability", req, cb)
119
+ }
120
+
121
+ /**
122
+ * 本接口(DescribeKBVulnerability)用于在知识库中查询漏洞详细信息,支持根据CVE ID查询或者根据Vul ID查询。
123
+ */
124
+ async DescribeKBVulnerability(
125
+ req: DescribeKBVulnerabilityRequest,
126
+ cb?: (error: string, rep: DescribeKBVulnerabilityResponse) => void
127
+ ): Promise<DescribeKBVulnerabilityResponse> {
128
+ return this.request("DescribeKBVulnerability", req, cb)
129
+ }
105
130
  }
@@ -43,6 +43,16 @@ export interface DescribeKBComponentVulnerabilityRequest {
43
43
  PURL: PURL
44
44
  }
45
45
 
46
+ /**
47
+ * DescribeKBComponentVersionList请求参数结构体
48
+ */
49
+ export interface DescribeKBComponentVersionListRequest {
50
+ /**
51
+ * 要查询的组件 PURL
52
+ */
53
+ PURL: PURL
54
+ }
55
+
46
56
  /**
47
57
  * 描述组件漏洞相关概览信息。
48
58
  */
@@ -120,6 +130,28 @@ export interface LicenseSummary {
120
130
  Source: string
121
131
  }
122
132
 
133
+ /**
134
+ * SearchKBComponent请求参数结构体
135
+ */
136
+ export interface SearchKBComponentRequest {
137
+ /**
138
+ * 需要搜索的组件名
139
+ */
140
+ Query: string
141
+ /**
142
+ * 需要搜索的组件类型
143
+ */
144
+ Protocol?: string
145
+ /**
146
+ * 分页参数,从 0 开始
147
+ */
148
+ PageNumber?: number
149
+ /**
150
+ * 分页参数,设置每页返回的结果数量
151
+ */
152
+ PageSize?: number
153
+ }
154
+
123
155
  /**
124
156
  * PURL下的Qualifier属性类型,用于定义第三方组件的额外属性,见 https://github.com/package-url/purl-spec。
125
157
  */
@@ -272,6 +304,22 @@ export interface DescribeKBLicenseResponse {
272
304
  RequestId?: string
273
305
  }
274
306
 
307
+ /**
308
+ * 描述组件的一条版本信息。
309
+ */
310
+ export interface ComponentVersion {
311
+ /**
312
+ * 该组件的PURL
313
+ 注意:此字段可能返回 null,表示取不到有效值。
314
+ */
315
+ PURL?: PURL
316
+ /**
317
+ * 该组件版本的许可证表达式
318
+ 注意:此字段可能返回 null,表示取不到有效值。
319
+ */
320
+ LicenseExpression?: string
321
+ }
322
+
275
323
  /**
276
324
  * MatchKBPURLList请求参数结构体
277
325
  */
@@ -402,6 +450,20 @@ export interface DescribeKBComponentResponse {
402
450
  RequestId?: string
403
451
  }
404
452
 
453
+ /**
454
+ * DescribeKBComponentVersionList返回参数结构体
455
+ */
456
+ export interface DescribeKBComponentVersionListResponse {
457
+ /**
458
+ * 该组件的版本列表信息
459
+ */
460
+ VersionList?: Array<ComponentVersion>
461
+ /**
462
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
463
+ */
464
+ RequestId?: string
465
+ }
466
+
405
467
  /**
406
468
  * 描述漏洞的摘要信息。
407
469
  */
@@ -519,17 +581,52 @@ export interface DescribeKBComponentRequest {
519
581
  }
520
582
 
521
583
  /**
522
- * License约束信息。
584
+ * PURL(Package URL)用于定位一个产品或组件,见 https://github.com/package-url/purl-spec。
523
585
  */
524
- export interface LicenseRestriction {
586
+ export interface PURL {
525
587
  /**
526
- * license约束的名称。
588
+ * 组件名称
527
589
  */
528
590
  Name: string
529
591
  /**
530
- * license约束的描述。
592
+ * 组件所属的类型,如:github, gitlab, generic, deb, rpm, maven 等
531
593
  */
532
- Description: string
594
+ Protocol?: string
595
+ /**
596
+ * 组件名的前缀名,如github和gitlab的用户名,deb的操作系统,maven包的group id等
597
+ */
598
+ Namespace?: string
599
+ /**
600
+ * 修饰组件的额外属性
601
+ 注意:此字段可能返回 null,表示取不到有效值。
602
+ */
603
+ Qualifiers?: Array<Qualifier>
604
+ /**
605
+ * 相对于组件包根位置的子目录
606
+ */
607
+ Subpath?: string
608
+ /**
609
+ * 组件版本号
610
+ */
611
+ Version?: string
612
+ }
613
+
614
+ /**
615
+ * SearchKBComponent返回参数结构体
616
+ */
617
+ export interface SearchKBComponentResponse {
618
+ /**
619
+ * 满足搜索条件的组件列表
620
+ */
621
+ ComponentList?: Array<Component>
622
+ /**
623
+ * 满足搜索条件的总个数
624
+ */
625
+ Total?: number
626
+ /**
627
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
628
+ */
629
+ RequestId?: string
533
630
  }
534
631
 
535
632
  /**
@@ -568,32 +665,15 @@ export interface ComponentVulnerabilitySummary {
568
665
  }
569
666
 
570
667
  /**
571
- * PURL(Package URL)用于定位一个产品或组件,见 https://github.com/package-url/purl-spec。
668
+ * License约束信息。
572
669
  */
573
- export interface PURL {
670
+ export interface LicenseRestriction {
574
671
  /**
575
- * 组件名称
672
+ * license约束的名称。
576
673
  */
577
674
  Name: string
578
675
  /**
579
- * 组件所属的类型,如:github, gitlab, generic, deb, rpm, maven 等
580
- */
581
- Protocol?: string
582
- /**
583
- * 组件名的前缀名,如github和gitlab的用户名,deb的操作系统,maven包的group id等
584
- */
585
- Namespace?: string
586
- /**
587
- * 修饰组件的额外属性
588
- 注意:此字段可能返回 null,表示取不到有效值。
589
- */
590
- Qualifiers?: Array<Qualifier>
591
- /**
592
- * 相对于组件包根位置的子目录
593
- */
594
- Subpath?: string
595
- /**
596
- * 组件版本号
676
+ * license约束的描述。
597
677
  */
598
- Version?: string
678
+ Description: string
599
679
  }
@@ -82,7 +82,7 @@ export class Client extends AbstractClient {
82
82
  }
83
83
 
84
84
  /**
85
- * 开始云端推流到指定URL
85
+ * 开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
86
86
  */
87
87
  async StartPublishStreamWithURL(
88
88
  req: StartPublishStreamWithURLRequest,
@@ -1,7 +1,7 @@
1
- import { v20191016 } from "./v20191016"
2
1
  import { v20210527 } from "./v20210527"
2
+ import { v20191016 } from "./v20191016"
3
3
 
4
4
  export const dbbrain = {
5
- v20191016: v20191016,
6
5
  v20210527: v20210527,
6
+ v20191016: v20191016,
7
7
  }
@@ -3115,6 +3115,7 @@ CMCC:中国移动
3115
3115
  SkipAllocateBandwidth?: boolean
3116
3116
  /**
3117
3117
  * 该字段没有使用(已过期)。
3118
+ * @deprecated
3118
3119
  */
3119
3120
  Ipv6ISP?: string
3120
3121
  }
@@ -4071,7 +4071,6 @@ export interface CreateFlowByFilesRequest {
4071
4071
  /**
4072
4072
  * 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
4073
4073
 
4074
- 注:`此功能为白名单功能,使用前请联系对接的客户经理沟通。`
4075
4074
  */
4076
4075
  CcInfos?: Array<CcInfo>
4077
4076
  /**
@@ -5669,13 +5668,7 @@ ComponentType为TEXT、MULTI_LINE_TEXT时,支持以下参数:
5669
5668
  2 FontSize: 范围12-72
5670
5669
  3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
5671
5670
  4 FontColor:字符串类型,格式为RGB颜色数字
5672
- 参数样例: "ComponentExtra": "{\"FontColor\":\"255,0,0\",\"FontSize\":12}"
5673
-
5674
- TEXT/MULTI_LINE_TEXT控件可以指定
5675
- 1 Font:目前只支持黑体、宋体
5676
- 2 FontSize: 范围12-72
5677
- 3 FontAlign: Left/Right/Center,左对齐/居中/右对齐
5678
- 例如:{"FontSize":12}
5671
+ 参数样例:{\"FontColor\":\"255,0,0\",\"FontSize\":12}
5679
5672
 
5680
5673
  ComponentType为FILL_IMAGE时,支持以下参数:
5681
5674
  NotMakeImageCenter:bool。是否设置图片居中。false:居中(默认)。 true: 不居中
@@ -1,7 +1,7 @@
1
- import { v20210526 } from "./v20210526"
2
1
  import { v20201222 } from "./v20201222"
2
+ import { v20210526 } from "./v20210526"
3
3
 
4
4
  export const essbasic = {
5
- v20210526: v20210526,
6
5
  v20201222: v20201222,
6
+ v20210526: v20210526,
7
7
  }
@@ -270,8 +270,10 @@ export class Client extends AbstractClient {
270
270
  }
271
271
 
272
272
  /**
273
- * 接口(ChannelCreateFlowByFiles)用于通过文件创建签署流程。此接口静默签能力不可直接使用,请联系客户经理申请使用
274
- */
273
+ * 接口(ChannelCreateFlowByFiles)用PDF文件创建签署流程。
274
+
275
+ 注: `此接口静默签(企业自动签)能力为白名单功能,使用前请联系对接的客户经理沟通。`
276
+ */
275
277
  async ChannelCreateFlowByFiles(
276
278
  req: ChannelCreateFlowByFilesRequest,
277
279
  cb?: (error: string, rep: ChannelCreateFlowByFilesResponse) => void