tencentcloud-sdk-nodejs 4.0.772 → 4.0.774

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 (71) hide show
  1. package/CHANGELOG.md +203 -0
  2. package/SERVICE_CHANGELOG.md +268 -42
  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_models.ts +5 -4
  7. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  8. package/src/services/cdb/v20170320/cdb_models.ts +2 -2
  9. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  10. package/src/services/cdwch/v20200915/cdwch_client.ts +33 -19
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +133 -18
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +1 -0
  13. package/src/services/cfw/v20190904/cfw_client.ts +0 -14
  14. package/src/services/cfw/v20190904/cfw_models.ts +0 -33
  15. package/src/services/cwp/v20180228/cwp_models.ts +13 -5
  16. package/src/services/dasb/v20191018/dasb_models.ts +10 -0
  17. package/src/services/ess/v20201111/ess_client.ts +7 -7
  18. package/src/services/ess/v20201111/ess_models.ts +3 -3
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +8 -8
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -4
  21. package/src/services/hunyuan/v20230901/hunyuan_client.ts +14 -0
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +63 -0
  23. package/src/services/mrs/v20200910/mrs_client.ts +27 -3
  24. package/src/services/mrs/v20200910/mrs_models.ts +136 -84
  25. package/src/services/oceanus/v20190422/oceanus_models.ts +7 -7
  26. package/src/services/ocr/v20181119/ocr_models.ts +6 -0
  27. package/src/services/omics/v20221128/omics_models.ts +10 -6
  28. package/src/services/sqlserver/v20180328/sqlserver_models.ts +5 -5
  29. package/src/services/tcss/v20201101/tcss_models.ts +16 -11
  30. package/src/services/teo/v20220901/teo_models.ts +1 -1
  31. package/src/services/tsf/v20180326/tsf_client.ts +1 -0
  32. package/src/services/tsf/v20180326/tsf_models.ts +78 -11
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +5 -4
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  38. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
  39. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  40. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +11 -7
  41. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +15 -9
  42. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +129 -18
  43. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +1 -0
  44. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -7
  45. package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -8
  46. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +0 -31
  47. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +13 -5
  48. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -0
  49. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -7
  50. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -7
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -3
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -8
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -8
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -4
  55. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +5 -1
  56. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -0
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +59 -0
  58. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +9 -1
  59. package/tencentcloud/services/mrs/v20200910/mrs_client.js +12 -0
  60. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +132 -84
  61. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +7 -7
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -0
  63. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +10 -6
  64. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +5 -5
  65. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -11
  66. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  67. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +77 -11
  68. package/test/cdwch.v20200915.test.js +22 -12
  69. package/test/cfw.v20190904.test.js +0 -10
  70. package/test/hunyuan.v20230901.test.js +10 -0
  71. package/test/mrs.v20200910.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,206 @@
1
+ # Release 4.0.774
2
+
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
+
5
+ ### 第 52 次发布
6
+
7
+ 发布时间:2024-01-05 01:09:38
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ <font color="#dd0000">**删除接口**:</font>
14
+
15
+ * ModifyPublicIPSwitchStatus
16
+
17
+
18
+
19
+ ## 主机安全(cwp) 版本:2018-02-28
20
+
21
+ ### 第 106 次发布
22
+
23
+ 发布时间:2024-01-05 01:11:37
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 修改数据结构:
30
+
31
+ * [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
32
+
33
+ * 新增成员:DataFrom
34
+
35
+
36
+
37
+
38
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
39
+
40
+ ### 第 21 次发布
41
+
42
+ 发布时间:2024-01-05 01:13:10
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改数据结构:
49
+
50
+ * [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
51
+
52
+ * 新增成员:Size
53
+
54
+ * [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
55
+
56
+ * 新增成员:Size
57
+
58
+
59
+
60
+
61
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
62
+
63
+ ### 第 2 次发布
64
+
65
+ 发布时间:2024-01-05 01:17:08
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 新增接口:
72
+
73
+ * [GetEmbedding](https://cloud.tencent.com/document/api/1729/102832)
74
+
75
+ 新增数据结构:
76
+
77
+ * [EmbeddingData](https://cloud.tencent.com/document/api/1729/101838#EmbeddingData)
78
+ * [EmbeddingUsage](https://cloud.tencent.com/document/api/1729/101838#EmbeddingUsage)
79
+
80
+
81
+
82
+ ## 文字识别(ocr) 版本:2018-11-19
83
+
84
+ ### 第 126 次发布
85
+
86
+ 发布时间:2024-01-05 01:21:40
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 修改接口:
93
+
94
+ * [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
95
+
96
+ * 新增入参:EnableSealRecognize
97
+
98
+
99
+
100
+
101
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
102
+
103
+ ### 第 11 次发布
104
+
105
+ 发布时间:2024-01-05 01:21:57
106
+
107
+ 本次发布包含了以下内容:
108
+
109
+ 改善已有的文档。
110
+
111
+ 修改接口:
112
+
113
+ * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
114
+
115
+ * 新增入参:NFOption
116
+
117
+ * <font color="#dd0000">**修改入参**:</font>ProjectId, Option
118
+
119
+
120
+
121
+
122
+ ## 容器安全服务(tcss) 版本:2020-11-01
123
+
124
+ ### 第 59 次发布
125
+
126
+ 发布时间:2024-01-05 01:25:17
127
+
128
+ 本次发布包含了以下内容:
129
+
130
+ 改善已有的文档。
131
+
132
+ 修改接口:
133
+
134
+ * [DescribePurchaseStateInfo](https://cloud.tencent.com/document/api/1285/65466)
135
+
136
+ * 新增出参:InquireKey
137
+
138
+
139
+
140
+
141
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
142
+
143
+ ### 第 103 次发布
144
+
145
+ 发布时间:2024-01-05 01:28:46
146
+
147
+ 本次发布包含了以下内容:
148
+
149
+ 改善已有的文档。
150
+
151
+ 新增数据结构:
152
+
153
+ * [BusinessLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigAssociatedGroup)
154
+
155
+ 修改数据结构:
156
+
157
+ * [BusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfig)
158
+
159
+ * 新增成员:ConfigAssociatedGroupList
160
+
161
+
162
+
163
+
164
+ # Release 4.0.773
165
+
166
+ ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
167
+
168
+ ### 第 19 次发布
169
+
170
+ 发布时间:2024-01-04 01:08:58
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ 新增接口:
177
+
178
+ * [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1299/102819)
179
+
180
+ 新增数据结构:
181
+
182
+ * [GroupInfo](https://cloud.tencent.com/document/api/1299/83429#GroupInfo)
183
+ * [InstanceNode](https://cloud.tencent.com/document/api/1299/83429#InstanceNode)
184
+
185
+
186
+
187
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
188
+
189
+ ### 第 22 次发布
190
+
191
+ 发布时间:2024-01-04 01:19:26
192
+
193
+ 本次发布包含了以下内容:
194
+
195
+ 改善已有的文档。
196
+
197
+ 新增接口:
198
+
199
+ * [ImageMaskAsync](https://cloud.tencent.com/document/api/1314/102821)
200
+ * [ImageMaskAsyncGetResult](https://cloud.tencent.com/document/api/1314/102820)
201
+
202
+
203
+
1
204
  # Release 4.0.772
2
205
 
3
206
  ## 本地专用集群(cdc) 版本:2020-12-14
@@ -1,52 +1,89 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 本地专用集群(cdc) 版本:2020-12-14
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
4
 
5
- ### 第 8 次发布
5
+ ### 第 52 次发布
6
6
 
7
- 发布时间:2024-01-03 01:08:25
7
+ 发布时间:2024-01-05 01:09:38
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ <font color="#dd0000">**删除接口**:</font>
14
14
 
15
- * [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
15
+ * ModifyPublicIPSwitchStatus
16
16
 
17
- * 新增出参:HostDetailInfo, HostStandbyCount, HostNormalCount
18
17
 
19
18
 
20
- 新增数据结构:
19
+ ## 主机安全(cwp) 版本:2018-02-28
21
20
 
22
- * [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
21
+ ### 第 106 次发布
23
22
 
23
+ 发布时间:2024-01-05 01:11:37
24
24
 
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 修改数据结构:
30
+
31
+ * [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
32
+
33
+ * 新增成员:DataFrom
25
34
 
26
- ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
27
35
 
28
- ### 第 18 次发布
29
36
 
30
- 发布时间:2024-01-03 01:08:49
37
+
38
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
39
+
40
+ ### 第 21 次发布
41
+
42
+ 发布时间:2024-01-05 01:13:10
31
43
 
32
44
  本次发布包含了以下内容:
33
45
 
34
46
  改善已有的文档。
35
47
 
36
- 修改接口:
48
+ 修改数据结构:
37
49
 
38
- * [DescribeSpec](https://cloud.tencent.com/document/api/1299/83510)
50
+ * [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
39
51
 
40
- * 新增入参:CaseType
52
+ * 新增成员:Size
41
53
 
54
+ * [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
42
55
 
56
+ * 新增成员:Size
43
57
 
44
58
 
45
- ## 高性能应用服务(hai) 版本:2023-08-12
46
59
 
47
- ### 第 6 次发布
48
60
 
49
- 发布时间:2024-01-03 01:16:14
61
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
62
+
63
+ ### 第 2 次发布
64
+
65
+ 发布时间:2024-01-05 01:17:08
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 新增接口:
72
+
73
+ * [GetEmbedding](https://cloud.tencent.com/document/api/1729/102832)
74
+
75
+ 新增数据结构:
76
+
77
+ * [EmbeddingData](https://cloud.tencent.com/document/api/1729/101838#EmbeddingData)
78
+ * [EmbeddingUsage](https://cloud.tencent.com/document/api/1729/101838#EmbeddingUsage)
79
+
80
+
81
+
82
+ ## 文字识别(ocr) 版本:2018-11-19
83
+
84
+ ### 第 126 次发布
85
+
86
+ 发布时间:2024-01-05 01:21:40
50
87
 
51
88
  本次发布包含了以下内容:
52
89
 
@@ -54,43 +91,73 @@
54
91
 
55
92
  修改接口:
56
93
 
57
- * [DescribeApplications](https://cloud.tencent.com/document/api/1721/101609)
94
+ * [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
58
95
 
59
- * 新增入参:OrderField, Order
96
+ * 新增入参:EnableSealRecognize
60
97
 
61
98
 
62
- 修改数据结构:
63
99
 
64
- * [ApplicationInfo](https://cloud.tencent.com/document/api/1721/101518#ApplicationInfo)
65
100
 
66
- * 新增成员:ApplicationType, ApplicationState, CreateTime, ApplicationSize
101
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
102
+
103
+ ### 第 11 次发布
104
+
105
+ 发布时间:2024-01-05 01:21:57
106
+
107
+ 本次发布包含了以下内容:
108
+
109
+ 改善已有的文档。
110
+
111
+ 修改接口:
112
+
113
+ * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
114
+
115
+ * 新增入参:NFOption
116
+
117
+ * <font color="#dd0000">**修改入参**:</font>ProjectId, Option
67
118
 
68
119
 
69
120
 
70
121
 
71
122
  ## 容器安全服务(tcss) 版本:2020-11-01
72
123
 
73
- ### 第 58 次发布
124
+ ### 第 59 次发布
74
125
 
75
- 发布时间:2024-01-03 01:24:22
126
+ 发布时间:2024-01-05 01:25:17
76
127
 
77
128
  本次发布包含了以下内容:
78
129
 
79
130
  改善已有的文档。
80
131
 
81
- 新增接口:
132
+ 修改接口:
82
133
 
83
- * [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
84
- * [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
85
- * [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
86
- * [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
134
+ * [DescribePurchaseStateInfo](https://cloud.tencent.com/document/api/1285/65466)
135
+
136
+ * 新增出参:InquireKey
137
+
138
+
139
+
140
+
141
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
142
+
143
+ ### 第 103 次发布
144
+
145
+ 发布时间:2024-01-05 01:28:46
146
+
147
+ 本次发布包含了以下内容:
148
+
149
+ 改善已有的文档。
87
150
 
88
151
  新增数据结构:
89
152
 
90
- * [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
91
- * [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
92
- * [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
93
- * [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
153
+ * [BusinessLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigAssociatedGroup)
154
+
155
+ 修改数据结构:
156
+
157
+ * [BusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfig)
158
+
159
+ * 新增成员:ConfigAssociatedGroupList
160
+
94
161
 
95
162
 
96
163
 
@@ -18522,7 +18589,7 @@
18522
18589
 
18523
18590
  新增数据结构:
18524
18591
 
18525
- * [[HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)](https://cloud.tencent.com/document/api/1346/73770#[HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo))
18592
+ * [HostDetailInfo](https://cloud.tencent.com/document/api/1346/73770#HostDetailInfo)
18526
18593
 
18527
18594
  ### 第 7 次发布
18528
18595
 
@@ -21493,6 +21560,23 @@
21493
21560
 
21494
21561
  ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
21495
21562
 
21563
+ ### 第 19 次发布
21564
+
21565
+ 发布时间:2024-01-04 01:08:58
21566
+
21567
+ 本次发布包含了以下内容:
21568
+
21569
+ 改善已有的文档。
21570
+
21571
+ 新增接口:
21572
+
21573
+ * [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1299/102819)
21574
+
21575
+ 新增数据结构:
21576
+
21577
+ * [GroupInfo](https://cloud.tencent.com/document/api/1299/83429#GroupInfo)
21578
+ * [InstanceNode](https://cloud.tencent.com/document/api/1299/83429#InstanceNode)
21579
+
21496
21580
  ### 第 18 次发布
21497
21581
 
21498
21582
  发布时间:2024-01-03 01:08:49
@@ -22913,6 +22997,18 @@
22913
22997
 
22914
22998
  ## 云防火墙(cfw) 版本:2019-09-04
22915
22999
 
23000
+ ### 第 52 次发布
23001
+
23002
+ 发布时间:2024-01-05 01:09:38
23003
+
23004
+ 本次发布包含了以下内容:
23005
+
23006
+ 改善已有的文档。
23007
+
23008
+ <font color="#dd0000">**删除接口**:</font>
23009
+
23010
+ * ModifyPublicIPSwitchStatus
23011
+
22916
23012
  ### 第 51 次发布
22917
23013
 
22918
23014
  发布时间:2023-12-19 01:19:59
@@ -38556,6 +38652,21 @@
38556
38652
 
38557
38653
  ## 主机安全(cwp) 版本:2018-02-28
38558
38654
 
38655
+ ### 第 106 次发布
38656
+
38657
+ 发布时间:2024-01-05 01:11:37
38658
+
38659
+ 本次发布包含了以下内容:
38660
+
38661
+ 改善已有的文档。
38662
+
38663
+ 修改数据结构:
38664
+
38665
+ * [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
38666
+
38667
+ * 新增成员:DataFrom
38668
+
38669
+
38559
38670
  ### 第 105 次发布
38560
38671
 
38561
38672
  发布时间:2023-12-29 01:12:06
@@ -43511,6 +43622,25 @@
43511
43622
 
43512
43623
  ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
43513
43624
 
43625
+ ### 第 21 次发布
43626
+
43627
+ 发布时间:2024-01-05 01:13:10
43628
+
43629
+ 本次发布包含了以下内容:
43630
+
43631
+ 改善已有的文档。
43632
+
43633
+ 修改数据结构:
43634
+
43635
+ * [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
43636
+
43637
+ * 新增成员:Size
43638
+
43639
+ * [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
43640
+
43641
+ * 新增成员:Size
43642
+
43643
+
43514
43644
  ### 第 20 次发布
43515
43645
 
43516
43646
  发布时间:2023-11-16 01:14:38
@@ -67558,6 +67688,23 @@
67558
67688
 
67559
67689
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
67560
67690
 
67691
+ ### 第 2 次发布
67692
+
67693
+ 发布时间:2024-01-05 01:17:08
67694
+
67695
+ 本次发布包含了以下内容:
67696
+
67697
+ 改善已有的文档。
67698
+
67699
+ 新增接口:
67700
+
67701
+ * [[GetEmbedding](https://cloud.tencent.com/document/api/1729/102832)](https://cloud.tencent.com/document/api/#/#)
67702
+
67703
+ 新增数据结构:
67704
+
67705
+ * [[EmbeddingData](https://cloud.tencent.com/document/api/1729/101838#EmbeddingData)](https://cloud.tencent.com/document/api/1729/101838#[EmbeddingData](https://cloud.tencent.com/document/api/1729/101838#EmbeddingData))
67706
+ * [[EmbeddingUsage](https://cloud.tencent.com/document/api/1729/101838#EmbeddingUsage)](https://cloud.tencent.com/document/api/1729/101838#[EmbeddingUsage](https://cloud.tencent.com/document/api/1729/101838#EmbeddingUsage))
67707
+
67561
67708
  ### 第 1 次发布
67562
67709
 
67563
67710
  发布时间:2023-11-23 11:01:12
@@ -86745,6 +86892,19 @@
86745
86892
 
86746
86893
  ## 医疗报告结构化(mrs) 版本:2020-09-10
86747
86894
 
86895
+ ### 第 22 次发布
86896
+
86897
+ 发布时间:2024-01-04 01:19:26
86898
+
86899
+ 本次发布包含了以下内容:
86900
+
86901
+ 改善已有的文档。
86902
+
86903
+ 新增接口:
86904
+
86905
+ * [ImageMaskAsync](https://cloud.tencent.com/document/api/1314/102821)
86906
+ * [ImageMaskAsyncGetResult](https://cloud.tencent.com/document/api/1314/102820)
86907
+
86748
86908
  ### 第 21 次发布
86749
86909
 
86750
86910
  发布时间:2023-12-08 02:10:30
@@ -89606,6 +89766,21 @@
89606
89766
 
89607
89767
  ## 文字识别(ocr) 版本:2018-11-19
89608
89768
 
89769
+ ### 第 126 次发布
89770
+
89771
+ 发布时间:2024-01-05 01:21:40
89772
+
89773
+ 本次发布包含了以下内容:
89774
+
89775
+ 改善已有的文档。
89776
+
89777
+ 修改接口:
89778
+
89779
+ * [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
89780
+
89781
+ * 新增入参:EnableSealRecognize
89782
+
89783
+
89609
89784
  ### 第 125 次发布
89610
89785
 
89611
89786
  发布时间:2023-12-21 01:56:34
@@ -92036,6 +92211,23 @@
92036
92211
 
92037
92212
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
92038
92213
 
92214
+ ### 第 11 次发布
92215
+
92216
+ 发布时间:2024-01-05 01:21:57
92217
+
92218
+ 本次发布包含了以下内容:
92219
+
92220
+ 改善已有的文档。
92221
+
92222
+ 修改接口:
92223
+
92224
+ * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
92225
+
92226
+ * 新增入参:NFOption
92227
+
92228
+ * <font color="#dd0000">**修改入参**:</font>ProjectId, Option
92229
+
92230
+
92039
92231
  ### 第 10 次发布
92040
92232
 
92041
92233
  发布时间:2023-12-28 01:21:09
@@ -109181,6 +109373,21 @@
109181
109373
 
109182
109374
  ## 容器安全服务(tcss) 版本:2020-11-01
109183
109375
 
109376
+ ### 第 59 次发布
109377
+
109378
+ 发布时间:2024-01-05 01:25:17
109379
+
109380
+ 本次发布包含了以下内容:
109381
+
109382
+ 改善已有的文档。
109383
+
109384
+ 修改接口:
109385
+
109386
+ * [DescribePurchaseStateInfo](https://cloud.tencent.com/document/api/1285/65466)
109387
+
109388
+ * 新增出参:InquireKey
109389
+
109390
+
109184
109391
  ### 第 58 次发布
109185
109392
 
109186
109393
  发布时间:2024-01-03 01:24:22
@@ -109191,17 +109398,17 @@
109191
109398
 
109192
109399
  新增接口:
109193
109400
 
109194
- * [[DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)](https://cloud.tencent.com/document/api/#/#)
109195
- * [[DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)](https://cloud.tencent.com/document/api/#/#)
109196
- * [[DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)](https://cloud.tencent.com/document/api/#/#)
109197
- * [[DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)](https://cloud.tencent.com/document/api/#/#)
109401
+ * [DescribeAssetSuperNodeList](https://cloud.tencent.com/document/api/1285/102813)
109402
+ * [DescribeClusterNodes](https://cloud.tencent.com/document/api/1285/102811)
109403
+ * [DescribeSuperNodePodList](https://cloud.tencent.com/document/api/1285/102812)
109404
+ * [DescribeUserPodList](https://cloud.tencent.com/document/api/1285/102810)
109198
109405
 
109199
109406
  新增数据结构:
109200
109407
 
109201
- * [[ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)](https://cloud.tencent.com/document/api/1285/65614#[ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo))
109202
- * [[ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)](https://cloud.tencent.com/document/api/1285/65614#[ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo))
109203
- * [[SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)](https://cloud.tencent.com/document/api/1285/65614#[SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem))
109204
- * [[SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)](https://cloud.tencent.com/document/api/1285/65614#[SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem))
109408
+ * [ClusterNodeInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterNodeInfo)
109409
+ * [ClusterPodInfo](https://cloud.tencent.com/document/api/1285/65614#ClusterPodInfo)
109410
+ * [SuperNodeListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodeListItem)
109411
+ * [SuperNodePodListItem](https://cloud.tencent.com/document/api/1285/65614#SuperNodePodListItem)
109205
109412
 
109206
109413
  ### 第 57 次发布
109207
109414
 
@@ -129147,6 +129354,25 @@
129147
129354
 
129148
129355
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
129149
129356
 
129357
+ ### 第 103 次发布
129358
+
129359
+ 发布时间:2024-01-05 01:28:46
129360
+
129361
+ 本次发布包含了以下内容:
129362
+
129363
+ 改善已有的文档。
129364
+
129365
+ 新增数据结构:
129366
+
129367
+ * [[BusinessLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigAssociatedGroup)](https://cloud.tencent.com/document/api/649/36099#[BusinessLogConfigAssociatedGroup](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfigAssociatedGroup))
129368
+
129369
+ 修改数据结构:
129370
+
129371
+ * [BusinessLogConfig](https://cloud.tencent.com/document/api/649/36099#BusinessLogConfig)
129372
+
129373
+ * 新增成员:ConfigAssociatedGroupList
129374
+
129375
+
129150
129376
  ### 第 102 次发布
129151
129377
 
129152
129378
  发布时间:2023-12-29 01:28:01
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.772",
3
+ "version": "4.0.774",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {