tencentcloud-sdk-nodejs 4.0.706 → 4.0.708

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 (140) hide show
  1. package/CHANGELOG.md +482 -0
  2. package/SERVICE_CHANGELOG.md +615 -32
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +9 -9
  8. package/src/services/bma/index.ts +2 -2
  9. package/src/services/bsca/v20210811/bsca_client.ts +43 -18
  10. package/src/services/bsca/v20210811/bsca_models.ts +107 -27
  11. package/src/services/btoe/index.ts +2 -2
  12. package/src/services/car/v20220110/car_client.ts +1 -1
  13. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  14. package/src/services/cdb/v20170320/cdb_models.ts +41 -1
  15. package/src/services/chdfs/index.ts +2 -2
  16. package/src/services/cii/index.ts +2 -2
  17. package/src/services/cloudstudio/index.ts +2 -2
  18. package/src/services/cwp/v20180228/cwp_models.ts +11 -1
  19. package/src/services/dlc/v20210125/dlc_models.ts +53 -44
  20. package/src/services/domain/v20180808/domain_client.ts +40 -28
  21. package/src/services/domain/v20180808/domain_models.ts +55 -23
  22. package/src/services/ecm/v20190719/ecm_models.ts +1 -0
  23. package/src/services/ess/v20201111/ess_models.ts +5 -8
  24. package/src/services/essbasic/v20210526/essbasic_client.ts +5 -3
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +162 -71
  26. package/src/services/facefusion/index.ts +2 -2
  27. package/src/services/gme/v20180711/gme_models.ts +5 -3
  28. package/src/services/iotcloud/index.ts +2 -2
  29. package/src/services/iotvideo/index.ts +4 -4
  30. package/src/services/irp/index.ts +2 -2
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +1 -1
  32. package/src/services/live/v20180801/live_client.ts +46 -3
  33. package/src/services/live/v20180801/live_models.ts +217 -59
  34. package/src/services/mgobe/index.ts +2 -2
  35. package/src/services/monitor/v20180724/monitor_models.ts +40 -35
  36. package/src/services/ms/v20180408/ms_client.ts +4 -3
  37. package/src/services/ms/v20180408/ms_models.ts +87 -0
  38. package/src/services/oceanus/v20190422/oceanus_client.ts +30 -2
  39. package/src/services/oceanus/v20190422/oceanus_models.ts +204 -22
  40. package/src/services/ses/v20201002/ses_models.ts +2 -2
  41. package/src/services/sms/index.ts +2 -2
  42. package/src/services/tcss/v20201101/tcss_models.ts +2 -2
  43. package/src/services/tdmq/v20200217/tdmq_client.ts +114 -23
  44. package/src/services/tdmq/v20200217/tdmq_models.ts +741 -180
  45. package/src/services/tem/index.ts +2 -2
  46. package/src/services/teo/index.ts +2 -2
  47. package/src/services/tione/index.ts +2 -2
  48. package/src/services/tse/v20201207/tse_client.ts +3 -0
  49. package/src/services/tse/v20201207/tse_models.ts +141 -20
  50. package/src/services/tsw/index.ts +2 -2
  51. package/src/services/vm/index.ts +2 -2
  52. package/src/services/waf/v20180125/waf_client.ts +45 -7
  53. package/src/services/waf/v20180125/waf_models.ts +559 -391
  54. package/src/services/wedata/v20210820/wedata_client.ts +12 -0
  55. package/src/services/wedata/v20210820/wedata_models.ts +51 -12
  56. package/tencentcloud/common/sdk_version.d.ts +1 -1
  57. package/tencentcloud/common/sdk_version.js +1 -1
  58. package/tencentcloud/services/ams/index.d.ts +4 -4
  59. package/tencentcloud/services/ams/index.js +2 -2
  60. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -9
  61. package/tencentcloud/services/bma/index.d.ts +4 -4
  62. package/tencentcloud/services/bma/index.js +2 -2
  63. package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +15 -7
  64. package/tencentcloud/services/bsca/v20210811/bsca_client.js +21 -9
  65. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +102 -27
  66. package/tencentcloud/services/btoe/index.d.ts +4 -4
  67. package/tencentcloud/services/btoe/index.js +2 -2
  68. package/tencentcloud/services/car/v20220110/car_client.d.ts +1 -1
  69. package/tencentcloud/services/car/v20220110/car_client.js +1 -1
  70. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  71. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +40 -1
  72. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  73. package/tencentcloud/services/chdfs/index.js +2 -2
  74. package/tencentcloud/services/cii/index.d.ts +4 -4
  75. package/tencentcloud/services/cii/index.js +2 -2
  76. package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
  77. package/tencentcloud/services/cloudstudio/index.js +2 -2
  78. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -1
  79. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +53 -44
  80. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +15 -11
  81. package/tencentcloud/services/domain/v20180808/domain_client.js +21 -15
  82. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +53 -23
  83. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -0
  84. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -8
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -2
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -2
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +162 -71
  88. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  89. package/tencentcloud/services/facefusion/index.js +2 -2
  90. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +5 -3
  91. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  92. package/tencentcloud/services/iotcloud/index.js +2 -2
  93. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  94. package/tencentcloud/services/iotvideo/index.js +4 -4
  95. package/tencentcloud/services/irp/index.d.ts +4 -4
  96. package/tencentcloud/services/irp/index.js +2 -2
  97. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +1 -1
  98. package/tencentcloud/services/live/v20180801/live_client.d.ts +18 -1
  99. package/tencentcloud/services/live/v20180801/live_client.js +23 -0
  100. package/tencentcloud/services/live/v20180801/live_models.d.ts +208 -58
  101. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  102. package/tencentcloud/services/mgobe/index.js +2 -2
  103. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -35
  104. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +3 -3
  105. package/tencentcloud/services/ms/v20180408/ms_client.js +3 -3
  106. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +86 -0
  107. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
  108. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
  109. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +196 -22
  110. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  111. package/tencentcloud/services/sms/index.d.ts +4 -4
  112. package/tencentcloud/services/sms/index.js +2 -2
  113. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
  114. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +33 -5
  115. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +48 -6
  116. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +723 -183
  117. package/tencentcloud/services/tem/index.d.ts +4 -4
  118. package/tencentcloud/services/tem/index.js +2 -2
  119. package/tencentcloud/services/teo/index.d.ts +4 -4
  120. package/tencentcloud/services/teo/index.js +2 -2
  121. package/tencentcloud/services/tione/index.d.ts +4 -4
  122. package/tencentcloud/services/tione/index.js +2 -2
  123. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +138 -20
  124. package/tencentcloud/services/tsw/index.d.ts +4 -4
  125. package/tencentcloud/services/tsw/index.js +2 -2
  126. package/tencentcloud/services/vm/index.d.ts +4 -4
  127. package/tencentcloud/services/vm/index.js +2 -2
  128. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
  129. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
  130. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +552 -392
  131. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  132. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  133. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +49 -12
  134. package/test/bsca.v20210811.test.js +26 -6
  135. package/test/domain.v20180808.test.js +26 -16
  136. package/test/live.v20180801.test.js +30 -0
  137. package/test/oceanus.v20190422.test.js +20 -0
  138. package/test/tdmq.v20200217.test.js +74 -4
  139. package/test/waf.v20180125.test.js +30 -0
  140. package/test/wedata.v20210820.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.706",
3
+ "version": "4.0.708",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,7 +14,7 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-12 01:07:58 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-10-18 01:09:16 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-25 01:06:12 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-10-10 01:07:51 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-27 01:07:00 |
@@ -23,25 +23,25 @@
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-10-16 01:07:03 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-09-27 01:07:14 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-13 01:07:25 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-10-18 01:13:22 |
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-18 01:14:30 |
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 |
43
43
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-10-16 01:08:23 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-21 01:31:18 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-10-18 01:20:48 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-09 01:08:48 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
@@ -69,7 +69,7 @@
69
69
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-10-16 01:11:35 |
70
70
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
71
71
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-10-16 01:11:44 |
72
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-12 01:38:16 |
72
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-10-18 01:38:58 |
73
73
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
74
74
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-10-13 01:13:55 |
75
75
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-10-12 01:46:01 |
@@ -79,30 +79,30 @@
79
79
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
80
80
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
81
81
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-25 01:13:09 |
82
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-16 01:14:08 |
82
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-10-18 01:49:18 |
83
83
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
84
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
84
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-10-18 01:53:41 |
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-18 02:01:09 |
99
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-10-18 02:03:31 |
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 |
103
103
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
104
104
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
105
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-24 01:19:31 |
105
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-10-18 02:07:09 |
106
106
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-10-12 02:01:46 |
107
107
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
108
108
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
@@ -129,8 +129,8 @@
129
129
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
130
130
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
131
131
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-10-12 02:11:22 |
132
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-11 02:02:31 |
133
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-13 01:19:37 |
132
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-10-18 02:19:03 |
133
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-10-18 02:20:12 |
134
134
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
135
135
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
136
136
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -139,17 +139,17 @@
139
139
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-08-29 01:18:58 |
140
140
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
141
141
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
142
- | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
142
+ | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-10-18 02:23:34 |
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-18 02:24:32 |
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-18 02:29:23 |
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-18 02:37:31 |
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 |
@@ -194,10 +194,10 @@
194
194
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
195
195
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
196
196
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
197
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
197
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-10-18 02:46:59 |
198
198
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
199
199
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
200
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-16 01:25:24 |
200
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-10-18 02:51:11 |
201
201
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
202
202
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
203
203
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-10-11 02:31:17 |
@@ -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-18 03:15:04 |
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.708"
@@ -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
  }
@@ -263,7 +263,7 @@ export interface ModifyAPIDocResponse {
263
263
  /**
264
264
  * API文档基本信息
265
265
  */
266
- Result: APIDoc
266
+ Result?: APIDoc
267
267
  /**
268
268
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
269
269
  */
@@ -2647,26 +2647,26 @@ req_id:请求id。
2647
2647
  * ModifyAPIDoc请求参数结构体
2648
2648
  */
2649
2649
  export interface ModifyAPIDocRequest {
2650
- /**
2651
- * API文档ID
2652
- */
2653
- ApiDocId: string
2654
2650
  /**
2655
2651
  * API文档名称
2656
2652
  */
2657
- ApiDocName?: string
2653
+ ApiDocName: string
2658
2654
  /**
2659
2655
  * 服务名称
2660
2656
  */
2661
- ServiceId?: string
2657
+ ServiceId: string
2662
2658
  /**
2663
2659
  * 环境名称
2664
2660
  */
2665
- Environment?: string
2661
+ Environment: string
2666
2662
  /**
2667
2663
  * 生成文档的API列表
2668
2664
  */
2669
- ApiIds?: Array<string>
2665
+ ApiIds: Array<string>
2666
+ /**
2667
+ * API文档ID
2668
+ */
2669
+ ApiDocId: string
2670
2670
  }
2671
2671
 
2672
2672
  /**
@@ -1,7 +1,7 @@
1
- import { v20210624 } from "./v20210624"
2
1
  import { v20221115 } from "./v20221115"
2
+ import { v20210624 } from "./v20210624"
3
3
 
4
4
  export const bma = {
5
- v20210624: v20210624,
6
5
  v20221115: v20221115,
6
+ v20210624: v20210624,
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
  }
@@ -1,7 +1,7 @@
1
- import { v20210514 } from "./v20210514"
2
1
  import { v20210303 } from "./v20210303"
2
+ import { v20210514 } from "./v20210514"
3
3
 
4
4
  export const btoe = {
5
- v20210514: v20210514,
6
5
  v20210303: v20210303,
6
+ v20210514: v20210514,
7
7
  }
@@ -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,
@@ -358,6 +358,7 @@ import {
358
358
  DescribeBackupSummariesResponse,
359
359
  DescribeBinlogBackupOverviewRequest,
360
360
  ModifyDBInstanceSecurityGroupsRequest,
361
+ AutoStrategy,
361
362
  ModifyAccountMaxUserConnectionsResponse,
362
363
  Outbound,
363
364
  ParamInfo,
@@ -1816,7 +1817,7 @@ export class Client extends AbstractClient {
1816
1817
  * 通过该API,可以开启CPU弹性扩容,包括一次性的手动扩容以及自动弹性扩容。
1817
1818
  */
1818
1819
  async StartCpuExpand(
1819
- req?: StartCpuExpandRequest,
1820
+ req: StartCpuExpandRequest,
1820
1821
  cb?: (error: string, rep: StartCpuExpandResponse) => void
1821
1822
  ): Promise<StartCpuExpandResponse> {
1822
1823
  return this.request("StartCpuExpand", req, cb)
@@ -6712,7 +6712,25 @@ export interface DescribeTagsOfInstanceIdsRequest {
6712
6712
  /**
6713
6713
  * StartCpuExpand请求参数结构体
6714
6714
  */
6715
- export type StartCpuExpandRequest = null
6715
+ export interface StartCpuExpandRequest {
6716
+ /**
6717
+ * 实例 ID 。
6718
+ */
6719
+ InstanceId: string
6720
+ /**
6721
+ * 扩容类型。可选值:auto:代表进行自动扩容
6722
+ manual:代表进行手动扩容
6723
+ */
6724
+ Type: string
6725
+ /**
6726
+ * 手动扩容时,扩容的CPU核心数。Type 为 manual 时必传。
6727
+ */
6728
+ ExpandCpu?: number
6729
+ /**
6730
+ * 自动扩容策略。Type 为 auto 时必传。
6731
+ */
6732
+ AutoStrategy?: AutoStrategy
6733
+ }
6716
6734
 
6717
6735
  /**
6718
6736
  * DescribeCpuExpandStrategy请求参数结构体
@@ -8226,6 +8244,28 @@ export interface ModifyDBInstanceSecurityGroupsRequest {
8226
8244
  ForReadonlyInstance?: boolean
8227
8245
  }
8228
8246
 
8247
+ /**
8248
+ * CPU弹性扩容的自动扩容策略
8249
+ */
8250
+ export interface AutoStrategy {
8251
+ /**
8252
+ * 自动扩容阈值,可选值70、80、90,代表CPU利用率达到70%、80%、90%时后台进行自动扩容
8253
+ */
8254
+ ExpandThreshold: number
8255
+ /**
8256
+ * 自动扩容观测周期,单位s,可选值1、3、5、10、15、30。后台会按照配置的周期进行扩容判断。
8257
+ */
8258
+ ExpandPeriod: number
8259
+ /**
8260
+ * 自动缩容阈值,可选值10、20、30,代表CPU利用率达到10%、20%、30%时后台进行自动缩容
8261
+ */
8262
+ ShrinkThreshold: number
8263
+ /**
8264
+ * 自动缩容观测周期,单位s,可选值5、10、15、30。后台会按照配置的周期进行缩容判断。
8265
+ */
8266
+ ShrinkPeriod: number
8267
+ }
8268
+
8229
8269
  /**
8230
8270
  * ModifyAccountMaxUserConnections返回参数结构体
8231
8271
  */
@@ -1,7 +1,7 @@
1
- import { v20201112 } from "./v20201112"
2
1
  import { v20190718 } from "./v20190718"
2
+ import { v20201112 } from "./v20201112"
3
3
 
4
4
  export const chdfs = {
5
- v20201112: v20201112,
6
5
  v20190718: v20190718,
6
+ v20201112: v20201112,
7
7
  }
@@ -1,7 +1,7 @@
1
- import { v20201210 } from "./v20201210"
2
1
  import { v20210408 } from "./v20210408"
2
+ import { v20201210 } from "./v20201210"
3
3
 
4
4
  export const cii = {
5
- v20201210: v20201210,
6
5
  v20210408: v20210408,
6
+ v20201210: v20201210,
7
7
  }