tencentcloud-sdk-nodejs 4.0.838 → 4.0.840

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 (81) hide show
  1. package/CHANGELOG.md +447 -0
  2. package/SERVICE_CHANGELOG.md +442 -63
  3. package/examples/hunyuan/v20230901/chat_std.js +19 -2
  4. package/examples/hunyuan/v20230901/chat_std.ts +20 -3
  5. package/package.json +1 -1
  6. package/products.md +55 -55
  7. package/src/common/sdk_version.ts +1 -1
  8. package/src/services/aiart/v20221229/aiart_client.ts +1 -1
  9. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  10. package/src/services/ccc/v20200210/ccc_models.ts +28 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  12. package/src/services/cls/v20201016/cls_models.ts +53 -31
  13. package/src/services/csip/v20221121/csip_client.ts +18 -1
  14. package/src/services/csip/v20221121/csip_models.ts +710 -14
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -0
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -0
  17. package/src/services/dlc/v20210125/dlc_models.ts +15 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
  19. package/src/services/faceid/v20180301/faceid_models.ts +25 -3
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +7 -7
  21. package/src/services/live/v20180801/live_models.ts +4 -0
  22. package/src/services/lke/v20231130/lke_client.ts +7 -4
  23. package/src/services/lke/v20231130/lke_models.ts +36 -1
  24. package/src/services/mps/v20190612/mps_models.ts +96 -42
  25. package/src/services/omics/v20221128/omics_models.ts +10 -2
  26. package/src/services/organization/v20210331/organization_client.ts +34 -6
  27. package/src/services/organization/v20210331/organization_models.ts +219 -74
  28. package/src/services/ssl/v20191205/ssl_client.ts +20 -7
  29. package/src/services/ssl/v20191205/ssl_models.ts +85 -11
  30. package/src/services/ssm/v20190923/ssm_models.ts +1 -1
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -0
  32. package/src/services/trocket/v20230308/trocket_client.ts +6 -4
  33. package/src/services/trocket/v20230308/trocket_models.ts +63 -0
  34. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  35. package/src/services/trtc/v20190722/trtc_models.ts +33 -14
  36. package/src/services/vpc/v20170312/vpc_models.ts +7 -3
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +1 -1
  40. package/tencentcloud/services/aiart/v20221229/aiart_client.js +1 -1
  41. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +6 -2
  42. package/tencentcloud/services/ccc/v20200210/ccc_client.js +7 -1
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +26 -0
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +53 -31
  46. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  47. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  48. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +703 -14
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  50. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +64 -0
  52. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +15 -0
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  54. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +25 -3
  55. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +7 -7
  56. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -0
  57. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -0
  58. package/tencentcloud/services/lke/v20231130/lke_client.js +2 -0
  59. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +35 -1
  60. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +96 -42
  61. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +10 -2
  62. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +9 -1
  63. package/tencentcloud/services/organization/v20210331/organization_client.js +12 -0
  64. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +210 -73
  65. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +7 -3
  66. package/tencentcloud/services/ssl/v20191205/ssl_client.js +9 -3
  67. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +82 -11
  68. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +1 -1
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -0
  70. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +4 -4
  71. package/tencentcloud/services/trocket/v20230308/trocket_client.js +4 -4
  72. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +61 -0
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +33 -14
  76. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -3
  77. package/test/ccc.v20200210.test.js +10 -0
  78. package/test/csip.v20221121.test.js +10 -0
  79. package/test/cynosdb.v20190107.test.js +10 -0
  80. package/test/organization.v20210331.test.js +20 -0
  81. package/test/ssl.v20191205.test.js +12 -2
@@ -1,93 +1,104 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
3
+ ## 云联络中心(ccc) 版本:2020-02-10
4
4
 
5
5
  ### 第 66 次发布
6
6
 
7
- 发布时间:2024-04-19 01:07:51
7
+ 发布时间:2024-04-23 01:09:39
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 新增接口:
14
14
 
15
- * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/297/95346)
15
+ * [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
16
16
 
17
- * 新增入参:FilterTransRegionFlag
18
17
 
19
18
 
20
- 修改数据结构:
19
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
21
20
 
22
- * [BGPInstance](https://cloud.tencent.com/document/api/297/95396#BGPInstance)
21
+ ### 第 156 次发布
23
22
 
24
- * 新增成员:TransRegionFlag
23
+ 发布时间:2024-04-23 01:09:48
24
+
25
+ 本次发布包含了以下内容:
25
26
 
27
+ 改善已有的文档。
26
28
 
29
+ 修改接口:
27
30
 
31
+ * [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
28
32
 
29
- ## 云防火墙(cfw) 版本:2019-09-04
33
+ * 新增入参:ProxyVersion
30
34
 
31
- ### 第 57 次发布
32
35
 
33
- 发布时间:2024-04-19 01:11:12
36
+
37
+
38
+ ## 云安全一体化平台(csip) 版本:2022-11-21
39
+
40
+ ### 第 35 次发布
41
+
42
+ 发布时间:2024-04-23 01:12:12
34
43
 
35
44
  本次发布包含了以下内容:
36
45
 
37
46
  改善已有的文档。
38
47
 
39
- 修改接口:
48
+ 新增接口:
40
49
 
41
- * [ExpandCfwVertical](https://cloud.tencent.com/document/api/1132/54258)
50
+ * [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
42
51
 
43
- * 新增入参:ElasticSwitch, ElasticBandwidth, Tags
52
+ 新增数据结构:
44
53
 
54
+ * [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
55
+ * [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
56
+ * [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
57
+ * [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
58
+ * [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
45
59
 
46
- 新增数据结构:
47
60
 
48
- * [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
49
61
 
50
- 修改数据结构:
62
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
51
63
 
52
- * [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
64
+ ### 第 85 次发布
53
65
 
54
- * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
66
+ 发布时间:2024-04-23 01:13:35
55
67
 
56
- * [VpcFwInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwInstanceInfo)
68
+ 本次发布包含了以下内容:
57
69
 
58
- * 新增成员:ReserveTime, ReserveVersion, ReserveVersionState, ElasticSwitch, ElasticBandwidth, IsFirstAfterPay
70
+ 改善已有的文档。
59
71
 
72
+ 新增接口:
60
73
 
74
+ * [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
61
75
 
62
76
 
63
- ## Elasticsearch Service(es) 版本:2018-04-16
64
77
 
65
- ### 57 次发布
78
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
66
79
 
67
- 发布时间:2024-04-19 01:17:21
80
+ ### 第 85 次发布
81
+
82
+ 发布时间:2024-04-23 01:14:24
68
83
 
69
84
  本次发布包含了以下内容:
70
85
 
71
86
  改善已有的文档。
72
87
 
73
- 新增接口:
88
+ 修改接口:
74
89
 
75
- * [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
90
+ * [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
76
91
 
77
- 新增数据结构:
92
+ * 新增出参:UseTime, AffectRows, DataAmount
78
93
 
79
- * [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
80
- * [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
81
- * [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
82
- * [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
83
94
 
84
95
 
85
96
 
86
- ## 云直播CSS(live) 版本:2018-08-01
97
+ ## 大模型知识引擎(lke) 版本:2023-11-30
87
98
 
88
- ### 第 126 次发布
99
+ ### 第 3 次发布
89
100
 
90
- 发布时间:2024-04-19 01:20:58
101
+ 发布时间:2024-04-23 01:19:53
91
102
 
92
103
  本次发布包含了以下内容:
93
104
 
@@ -95,29 +106,32 @@
95
106
 
96
107
  修改接口:
97
108
 
98
- * [CreateLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93521)
109
+ * [GetEmbedding](https://cloud.tencent.com/document/api/1759/105084)
99
110
 
100
- * 新增入参:AiQualityControl
111
+ * 新增出参:Usage
101
112
 
102
- * [ModifyLiveStreamMonitor](https://cloud.tencent.com/document/api/267/93516)
113
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
103
114
 
104
- * 新增入参:AiQualityControl
115
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
105
116
 
117
+ * 新增出参:Usage
106
118
 
107
- 修改数据结构:
119
+ * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
108
120
 
109
- * [LiveStreamMonitorInfo](https://cloud.tencent.com/document/api/267/20474#LiveStreamMonitorInfo)
121
+ * 新增出参:Usage
110
122
 
111
- * 新增成员:AiQualityControl
112
123
 
124
+ 新增数据结构:
113
125
 
126
+ * [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
114
127
 
115
128
 
116
- ## 腾讯云可观测平台(monitor) 版本:2018-07-24
117
129
 
118
- ### 111 次发布
130
+ ## SSL 证书(ssl) 版本:2019-12-05
119
131
 
120
- 发布时间:2024-04-19 01:22:14
132
+ ### 第 57 次发布
133
+
134
+ 发布时间:2024-04-23 01:23:47
121
135
 
122
136
  本次发布包含了以下内容:
123
137
 
@@ -125,18 +139,20 @@
125
139
 
126
140
  修改接口:
127
141
 
128
- * [DescribePrometheusTargetsTMP](https://cloud.tencent.com/document/api/248/86037)
142
+ * [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
129
143
 
130
- * 新增入参:Offset, Limit
144
+ * 新增入参:OldCertificateId, Offset, Limit, AsyncCache
131
145
 
146
+ * <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
132
147
 
133
148
 
134
149
 
135
- ## 云压测(pts) 版本:2021-07-28
136
150
 
137
- ### 15 次发布
151
+ ## 实时音视频(trtc) 版本:2019-07-22
138
152
 
139
- 发布时间:2024-04-19 01:24:07
153
+ ### 第 71 次发布
154
+
155
+ 发布时间:2024-04-22 19:56:18
140
156
 
141
157
  本次发布包含了以下内容:
142
158
 
@@ -144,18 +160,18 @@
144
160
 
145
161
  修改接口:
146
162
 
147
- * [DescribeRegions](https://cloud.tencent.com/document/api/1484/78073)
163
+ * [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
148
164
 
149
- * 新增入参:LoadType
165
+ * 新增出参:TaskId, RecordId
150
166
 
151
167
 
152
168
 
153
169
 
154
- ## 云数据库Redis(redis) 版本:2018-04-12
170
+ ## 私有网络(vpc) 版本:2017-03-12
155
171
 
156
- ### 第 74 次发布
172
+ ### 第 188 次发布
157
173
 
158
- 发布时间:2024-04-19 01:24:17
174
+ 发布时间:2024-04-23 01:29:22
159
175
 
160
176
  本次发布包含了以下内容:
161
177
 
@@ -163,9 +179,9 @@
163
179
 
164
180
  修改接口:
165
181
 
166
- * [CreateInstances](https://cloud.tencent.com/document/api/239/20026)
182
+ * [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
167
183
 
168
- * 新增入参:AlarmPolicyList
184
+ * 新增入参:PrivateIpAddress
169
185
 
170
186
 
171
187
 
@@ -15093,6 +15109,18 @@
15093
15109
 
15094
15110
  ## 云联络中心(ccc) 版本:2020-02-10
15095
15111
 
15112
+ ### 第 66 次发布
15113
+
15114
+ 发布时间:2024-04-23 01:09:39
15115
+
15116
+ 本次发布包含了以下内容:
15117
+
15118
+ 改善已有的文档。
15119
+
15120
+ 新增接口:
15121
+
15122
+ * [[ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)](https://cloud.tencent.com/document/api/#/#)
15123
+
15096
15124
  ### 第 65 次发布
15097
15125
 
15098
15126
  发布时间:2024-04-10 01:09:30
@@ -16290,6 +16318,21 @@
16290
16318
 
16291
16319
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
16292
16320
 
16321
+ ### 第 156 次发布
16322
+
16323
+ 发布时间:2024-04-23 01:09:48
16324
+
16325
+ 本次发布包含了以下内容:
16326
+
16327
+ 改善已有的文档。
16328
+
16329
+ 修改接口:
16330
+
16331
+ * [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
16332
+
16333
+ * 新增入参:ProxyVersion
16334
+
16335
+
16293
16336
  ### 第 155 次发布
16294
16337
 
16295
16338
  发布时间:2024-04-12 01:09:15
@@ -23967,7 +24010,7 @@
23967
24010
 
23968
24011
  新增数据结构:
23969
24012
 
23970
- * [[TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)](https://cloud.tencent.com/document/api/1132/49071#[TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo))
24013
+ * [TagInfo](https://cloud.tencent.com/document/api/1132/49071#TagInfo)
23971
24014
 
23972
24015
  修改数据结构:
23973
24016
 
@@ -37122,6 +37165,26 @@
37122
37165
 
37123
37166
  ## 云安全一体化平台(csip) 版本:2022-11-21
37124
37167
 
37168
+ ### 第 35 次发布
37169
+
37170
+ 发布时间:2024-04-23 01:12:12
37171
+
37172
+ 本次发布包含了以下内容:
37173
+
37174
+ 改善已有的文档。
37175
+
37176
+ 新增接口:
37177
+
37178
+ * [[DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)](https://cloud.tencent.com/document/api/#/#)
37179
+
37180
+ 新增数据结构:
37181
+
37182
+ * [[AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)](https://cloud.tencent.com/document/api/664/90825#[AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo))
37183
+ * [[AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)](https://cloud.tencent.com/document/api/664/90825#[AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo))
37184
+ * [[KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)](https://cloud.tencent.com/document/api/664/90825#[KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue))
37185
+ * [[RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)](https://cloud.tencent.com/document/api/664/90825#[RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent))
37186
+ * [[RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)](https://cloud.tencent.com/document/api/664/90825#[RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo))
37187
+
37125
37188
  ### 第 34 次发布
37126
37189
 
37127
37190
  发布时间:2024-04-08 01:11:35
@@ -43796,6 +43859,52 @@
43796
43859
 
43797
43860
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43798
43861
 
43862
+ ### 第 85 次发布
43863
+
43864
+ 发布时间:2024-04-23 01:13:35
43865
+
43866
+ 本次发布包含了以下内容:
43867
+
43868
+ 改善已有的文档。
43869
+
43870
+ 新增接口:
43871
+
43872
+ * [[ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)](https://cloud.tencent.com/document/api/#/#)
43873
+
43874
+ ### 第 84 次发布
43875
+
43876
+ 发布时间:2024-04-22 01:13:46
43877
+
43878
+ 本次发布包含了以下内容:
43879
+
43880
+ 改善已有的文档。
43881
+
43882
+ 修改接口:
43883
+
43884
+ * [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
43885
+
43886
+ * 新增入参:BinlogSyncWay
43887
+
43888
+ * [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
43889
+
43890
+ * 新增入参:BinlogSyncWay
43891
+
43892
+
43893
+ 新增数据结构:
43894
+
43895
+ * [SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)
43896
+
43897
+ 修改数据结构:
43898
+
43899
+ * [ClusterSlaveData](https://cloud.tencent.com/document/api/1003/48097#ClusterSlaveData)
43900
+
43901
+ * 新增成员:NewSlaveZoneAttr, OldSlaveZoneAttr
43902
+
43903
+ * [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
43904
+
43905
+ * 新增成员:SlaveZoneAttr
43906
+
43907
+
43799
43908
  ### 第 83 次发布
43800
43909
 
43801
43910
  发布时间:2024-04-17 01:10:53
@@ -49412,6 +49521,21 @@
49412
49521
 
49413
49522
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
49414
49523
 
49524
+ ### 第 85 次发布
49525
+
49526
+ 发布时间:2024-04-23 01:14:24
49527
+
49528
+ 本次发布包含了以下内容:
49529
+
49530
+ 改善已有的文档。
49531
+
49532
+ 修改接口:
49533
+
49534
+ * [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
49535
+
49536
+ * 新增出参:UseTime, AffectRows, DataAmount
49537
+
49538
+
49415
49539
  ### 第 84 次发布
49416
49540
 
49417
49541
  发布时间:2024-03-28 01:14:58
@@ -58767,14 +58891,14 @@
58767
58891
 
58768
58892
  新增接口:
58769
58893
 
58770
- * [[DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)](https://cloud.tencent.com/document/api/#/#)
58894
+ * [DescribeServerlessInstances](https://cloud.tencent.com/document/api/845/105352)
58771
58895
 
58772
58896
  新增数据结构:
58773
58897
 
58774
- * [[ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField))
58775
- * [[ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField))
58776
- * [[ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField))
58777
- * [[ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)](https://cloud.tencent.com/document/api/845/30634#[ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField))
58898
+ * [ServerlessIndexMetaField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexMetaField)
58899
+ * [ServerlessIndexNetworkField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexNetworkField)
58900
+ * [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
58901
+ * [ServerlessIndexSettingsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexSettingsField)
58778
58902
 
58779
58903
  ### 第 56 次发布
58780
58904
 
@@ -63246,6 +63370,21 @@
63246
63370
 
63247
63371
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
63248
63372
 
63373
+ ### 第 165 次发布
63374
+
63375
+ 发布时间:2024-04-22 01:16:52
63376
+
63377
+ 本次发布包含了以下内容:
63378
+
63379
+ 改善已有的文档。
63380
+
63381
+ 修改接口:
63382
+
63383
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
63384
+
63385
+ * 新增入参:TopNavigationStatus
63386
+
63387
+
63249
63388
  ### 第 164 次发布
63250
63389
 
63251
63390
  发布时间:2024-04-08 11:27:16
@@ -66516,6 +66655,23 @@
66516
66655
 
66517
66656
  ## 人脸核身(faceid) 版本:2018-03-01
66518
66657
 
66658
+ ### 第 75 次发布
66659
+
66660
+ 发布时间:2024-04-22 01:17:05
66661
+
66662
+ 本次发布包含了以下内容:
66663
+
66664
+ 改善已有的文档。
66665
+
66666
+ 修改接口:
66667
+
66668
+ * [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
66669
+
66670
+ * 新增入参:VerifyMode
66671
+
66672
+ * 新增出参:ResultDetail
66673
+
66674
+
66519
66675
  ### 第 74 次发布
66520
66676
 
66521
66677
  发布时间:2024-04-12 01:15:49
@@ -81766,6 +81922,21 @@
81766
81922
 
81767
81923
  ## 云直播CSS(live) 版本:2018-08-01
81768
81924
 
81925
+ ### 第 127 次发布
81926
+
81927
+ 发布时间:2024-04-22 01:19:59
81928
+
81929
+ 本次发布包含了以下内容:
81930
+
81931
+ 改善已有的文档。
81932
+
81933
+ 修改接口:
81934
+
81935
+ * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
81936
+
81937
+ * 新增入参:BackupVodUrl
81938
+
81939
+
81769
81940
  ### 第 126 次发布
81770
81941
 
81771
81942
  发布时间:2024-04-19 01:20:58
@@ -84326,6 +84497,35 @@
84326
84497
 
84327
84498
  ## 大模型知识引擎(lke) 版本:2023-11-30
84328
84499
 
84500
+ ### 第 3 次发布
84501
+
84502
+ 发布时间:2024-04-23 01:19:53
84503
+
84504
+ 本次发布包含了以下内容:
84505
+
84506
+ 改善已有的文档。
84507
+
84508
+ 修改接口:
84509
+
84510
+ * [GetEmbedding](https://cloud.tencent.com/document/api/1759/105084)
84511
+
84512
+ * 新增出参:Usage
84513
+
84514
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
84515
+
84516
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
84517
+
84518
+ * 新增出参:Usage
84519
+
84520
+ * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
84521
+
84522
+ * 新增出参:Usage
84523
+
84524
+
84525
+ 新增数据结构:
84526
+
84527
+ * [[Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)](https://cloud.tencent.com/document/api/1759/105104#[Usage](https://cloud.tencent.com/document/api/1759/105104#Usage))
84528
+
84329
84529
  ### 第 2 次发布
84330
84530
 
84331
84531
  发布时间:2024-04-16 01:15:35
@@ -89578,6 +89778,52 @@
89578
89778
 
89579
89779
  ## 媒体处理(mps) 版本:2019-06-12
89580
89780
 
89781
+ ### 第 81 次发布
89782
+
89783
+ 发布时间:2024-04-22 01:21:36
89784
+
89785
+ 本次发布包含了以下内容:
89786
+
89787
+ 改善已有的文档。
89788
+
89789
+ 修改接口:
89790
+
89791
+ * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
89792
+
89793
+ * 新增入参:PureAudio
89794
+
89795
+ * [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
89796
+
89797
+ * 新增入参:PureAudio
89798
+
89799
+ * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
89800
+
89801
+ * 新增入参:PureAudio
89802
+
89803
+
89804
+ 修改数据结构:
89805
+
89806
+ * [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
89807
+
89808
+ * 新增成员:DefinitionType
89809
+
89810
+ * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
89811
+
89812
+ * 新增成员:PureAudio
89813
+
89814
+ * [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveStreamTemplate)
89815
+
89816
+ * <font color="#dd0000">**修改成员**:</font>Video
89817
+
89818
+ * [TextWatermarkTemplateInput](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInput)
89819
+
89820
+ * 新增成员:TextContent
89821
+
89822
+ * [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
89823
+
89824
+ * 新增成员:TextContent
89825
+
89826
+
89581
89827
  ### 第 80 次发布
89582
89828
 
89583
89829
  发布时间:2024-04-02 01:19:24
@@ -97601,6 +97847,25 @@
97601
97847
 
97602
97848
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
97603
97849
 
97850
+ ### 第 15 次发布
97851
+
97852
+ 发布时间:2024-04-22 01:22:30
97853
+
97854
+ 本次发布包含了以下内容:
97855
+
97856
+ 改善已有的文档。
97857
+
97858
+ 修改接口:
97859
+
97860
+ * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
97861
+
97862
+ * 新增入参:VolumeIds
97863
+
97864
+ * [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
97865
+
97866
+ * 新增入参:VolumeIds
97867
+
97868
+
97604
97869
  ### 第 14 次发布
97605
97870
 
97606
97871
  发布时间:2024-04-03 11:24:43
@@ -97994,6 +98259,26 @@
97994
98259
 
97995
98260
  ## 集团账号管理(organization) 版本:2021-03-31
97996
98261
 
98262
+ ### 第 31 次发布
98263
+
98264
+ 发布时间:2024-04-22 01:22:36
98265
+
98266
+ 本次发布包含了以下内容:
98267
+
98268
+ 改善已有的文档。
98269
+
98270
+ 新增接口:
98271
+
98272
+ * [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
98273
+ * [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
98274
+
98275
+ 新增数据结构:
98276
+
98277
+ * [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
98278
+ * [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
98279
+ * [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
98280
+ * [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
98281
+
97997
98282
  ### 第 30 次发布
97998
98283
 
97999
98284
  发布时间:2024-04-17 14:48:36
@@ -107424,6 +107709,39 @@
107424
107709
 
107425
107710
  ## SSL 证书(ssl) 版本:2019-12-05
107426
107711
 
107712
+ ### 第 57 次发布
107713
+
107714
+ 发布时间:2024-04-23 01:23:47
107715
+
107716
+ 本次发布包含了以下内容:
107717
+
107718
+ 改善已有的文档。
107719
+
107720
+ 修改接口:
107721
+
107722
+ * [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
107723
+
107724
+ * 新增入参:OldCertificateId, Offset, Limit, AsyncCache
107725
+
107726
+ * <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
107727
+
107728
+
107729
+ ### 第 56 次发布
107730
+
107731
+ 发布时间:2024-04-22 01:24:18
107732
+
107733
+ 本次发布包含了以下内容:
107734
+
107735
+ 改善已有的文档。
107736
+
107737
+ 新增接口:
107738
+
107739
+ * [DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)
107740
+
107741
+ 新增数据结构:
107742
+
107743
+ * [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
107744
+
107427
107745
  ### 第 55 次发布
107428
107746
 
107429
107747
  发布时间:2024-04-09 01:21:02
@@ -132857,6 +133175,37 @@
132857
133175
 
132858
133176
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
132859
133177
 
133178
+ ### 第 14 次发布
133179
+
133180
+ 发布时间:2024-04-22 01:28:17
133181
+
133182
+ 本次发布包含了以下内容:
133183
+
133184
+ 改善已有的文档。
133185
+
133186
+ 修改接口:
133187
+
133188
+ * [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
133189
+
133190
+ * 新增出参:Inbound, OutBound, CleanSession
133191
+
133192
+ * [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
133193
+
133194
+ * 新增出参:Status
133195
+
133196
+
133197
+ 新增数据结构:
133198
+
133199
+ * [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
133200
+ * [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
133201
+
133202
+ 修改数据结构:
133203
+
133204
+ * [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
133205
+
133206
+ * 新增成员:Ip
133207
+
133208
+
132860
133209
  ### 第 13 次发布
132861
133210
 
132862
133211
  发布时间:2024-04-18 01:31:47
@@ -134014,6 +134363,21 @@
134014
134363
 
134015
134364
  ## 实时音视频(trtc) 版本:2019-07-22
134016
134365
 
134366
+ ### 第 71 次发布
134367
+
134368
+ 发布时间:2024-04-22 19:56:18
134369
+
134370
+ 本次发布包含了以下内容:
134371
+
134372
+ 改善已有的文档。
134373
+
134374
+ 修改接口:
134375
+
134376
+ * [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
134377
+
134378
+ * 新增出参:TaskId, RecordId
134379
+
134380
+
134017
134381
  ### 第 70 次发布
134018
134382
 
134019
134383
  发布时间:2024-04-12 01:26:18
@@ -134924,7 +135288,7 @@
134924
135288
  * [CreatePicture](https://cloud.tencent.com/document/api/647/54689)
134925
135289
  * [DeletePicture](https://cloud.tencent.com/document/api/647/54688)
134926
135290
  * [DescribePicture](https://cloud.tencent.com/document/api/647/54687)
134927
- * [ModifyPicture](https://cloud.tencent.com/document/api/647/105345)
135291
+ * [ModifyPicture](https://cloud.tencent.com/document/api/647/54686)
134928
135292
 
134929
135293
  新增数据结构:
134930
135294
 
@@ -145078,6 +145442,21 @@
145078
145442
 
145079
145443
  ## 私有网络(vpc) 版本:2017-03-12
145080
145444
 
145445
+ ### 第 188 次发布
145446
+
145447
+ 发布时间:2024-04-23 01:29:22
145448
+
145449
+ 本次发布包含了以下内容:
145450
+
145451
+ 改善已有的文档。
145452
+
145453
+ 修改接口:
145454
+
145455
+ * [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
145456
+
145457
+ * 新增入参:PrivateIpAddress
145458
+
145459
+
145081
145460
  ### 第 187 次发布
145082
145461
 
145083
145462
  发布时间:2024-04-08 01:27:01