tencentcloud-sdk-nodejs 4.0.919 → 4.0.920

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 (44) hide show
  1. package/CHANGELOG.md +187 -0
  2. package/SERVICE_CHANGELOG.md +214 -119
  3. package/package.json +1 -1
  4. package/products.md +12 -12
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +19 -7
  7. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +54 -8
  8. package/src/services/dbbrain/v20210527/dbbrain_client.ts +3 -0
  9. package/src/services/dbbrain/v20210527/dbbrain_models.ts +71 -1
  10. package/src/services/ess/v20201111/ess_models.ts +4 -0
  11. package/src/services/faceid/v20180301/faceid_models.ts +10 -2
  12. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
  13. package/src/services/ims/v20201229/ims_client.ts +1 -1
  14. package/src/services/ims/v20201229/ims_models.ts +1 -1
  15. package/src/services/lke/v20231130/lke_models.ts +12 -0
  16. package/src/services/sqlserver/v20180328/sqlserver_client.ts +17 -3
  17. package/src/services/sqlserver/v20180328/sqlserver_models.ts +125 -69
  18. package/src/services/tiia/v20190529/tiia_client.ts +11 -33
  19. package/src/services/tiia/v20190529/tiia_models.ts +38 -196
  20. package/src/services/vod/v20180717/vod_models.ts +29 -7
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +7 -3
  24. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +9 -3
  25. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +52 -8
  26. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +68 -1
  27. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  28. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -2
  29. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  30. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  31. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  32. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  33. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  34. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
  35. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  36. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  37. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +120 -68
  38. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -14
  39. package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -16
  40. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +38 -190
  41. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +29 -7
  42. package/test/cdwdoris.v20211228.test.js +12 -2
  43. package/test/sqlserver.v20180328.test.js +10 -0
  44. package/test/tiia.v20190529.test.js +2 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,190 @@
1
+ # Release 4.0.920
2
+
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
+
5
+ ### 第 17 次发布
6
+
7
+ 发布时间:2024-08-19 01:15:05
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeTableList](https://cloud.tencent.com/document/api/1387/110022)
16
+
17
+
18
+
19
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
20
+
21
+ ### 第 31 次发布
22
+
23
+ 发布时间:2024-08-19 01:29:38
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 修改接口:
30
+
31
+ * [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/1130/57824)
32
+
33
+ * 新增入参:StatDimensions
34
+
35
+ * 新增出参:Statistics
36
+
37
+
38
+ 新增数据结构:
39
+
40
+ * [StatDimension](https://cloud.tencent.com/document/api/1130/57812#StatDimension)
41
+ * [StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo)
42
+ * [StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo)
43
+
44
+
45
+
46
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
47
+
48
+
49
+
50
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
51
+
52
+ ### 第 184 次发布
53
+
54
+ 发布时间:2024-08-19 01:39:34
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 修改数据结构:
61
+
62
+ * [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
63
+
64
+ * 新增成员:SubTaskId
65
+
66
+
67
+
68
+
69
+ ## 人脸核身(faceid) 版本:2018-03-01
70
+
71
+ ### 第 77 次发布
72
+
73
+ 发布时间:2024-08-19 01:41:40
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 修改接口:
80
+
81
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
82
+
83
+ * 新增入参:Encryption, EncryptedBody
84
+
85
+ * <font color="#dd0000">**修改入参**:</font>FaceInput, FaceInputType
86
+
87
+
88
+
89
+
90
+ ## 大模型知识引擎(lke) 版本:2023-11-30
91
+
92
+ ### 第 14 次发布
93
+
94
+ 发布时间:2024-08-19 01:55:11
95
+
96
+ 本次发布包含了以下内容:
97
+
98
+ 改善已有的文档。
99
+
100
+ 修改数据结构:
101
+
102
+ * [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
103
+
104
+ * 新增成员:ResultType
105
+
106
+
107
+
108
+
109
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
110
+
111
+ ### 第 64 次发布
112
+
113
+ 发布时间:2024-08-19 02:09:32
114
+
115
+ 本次发布包含了以下内容:
116
+
117
+ 改善已有的文档。
118
+
119
+ 新增接口:
120
+
121
+ * [ModifyDatabasePrivilege](https://cloud.tencent.com/document/api/238/110023)
122
+
123
+ 新增数据结构:
124
+
125
+ * [DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo)
126
+ * [SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)
127
+
128
+ 修改数据结构:
129
+
130
+ * [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
131
+
132
+ * 新增成员:AccAllDB
133
+
134
+
135
+
136
+
137
+ ## 图像分析(tiia) 版本:2019-05-29
138
+
139
+ ### 第 33 次发布
140
+
141
+ 发布时间:2024-08-19 02:22:39
142
+
143
+ 本次发布包含了以下内容:
144
+
145
+ 改善已有的文档。
146
+
147
+ <font color="#dd0000">**删除接口**:</font>
148
+
149
+ * DetectProductBeta
150
+
151
+ <font color="#dd0000">**删除数据结构**:</font>
152
+
153
+ * LemmaInfo
154
+ * Location
155
+ * ProductInfo
156
+ * RegionDetected
157
+
158
+
159
+
160
+ ## 云点播(vod) 版本:2018-07-17
161
+
162
+ ### 第 184 次发布
163
+
164
+ 发布时间:2024-08-19 02:30:58
165
+
166
+ 本次发布包含了以下内容:
167
+
168
+ 改善已有的文档。
169
+
170
+ 修改接口:
171
+
172
+ * [DescribeRoundPlays](https://cloud.tencent.com/document/api/266/86173)
173
+
174
+ * 新增入参:Status, CreateTime, UpdateTime, ScrollToken
175
+
176
+ * 新增出参:ScrollToken
177
+
178
+
179
+ 修改数据结构:
180
+
181
+ * [RoundPlayListItemInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayListItemInfo)
182
+
183
+ * 新增成员:ItemId
184
+
185
+
186
+
187
+
1
188
  # Release 4.0.919
2
189
 
3
190
  ## 云联络中心(ccc) 版本:2020-02-10
@@ -1,48 +1,26 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云联络中心(ccc) 版本:2020-02-10
4
-
5
- ### 第 71 次发布
6
-
7
- 发布时间:2024-08-16 01:11:55
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
16
-
17
- * 新增入参:StaffNo
18
-
19
-
20
-
21
-
22
- ## 混沌演练平台(cfg) 版本:2021-08-20
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23
4
 
24
5
  ### 第 17 次发布
25
6
 
26
- 发布时间:2024-08-16 01:16:30
7
+ 发布时间:2024-08-19 01:15:05
27
8
 
28
9
  本次发布包含了以下内容:
29
10
 
30
11
  改善已有的文档。
31
12
 
32
- 修改数据结构:
33
-
34
- * [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
35
-
36
- * 新增成员:ActionRisk
13
+ 新增接口:
37
14
 
15
+ * [DescribeTableList](https://cloud.tencent.com/document/api/1387/110022)
38
16
 
39
17
 
40
18
 
41
- ## 日志服务(cls) 版本:2020-10-16
19
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
42
20
 
43
- ### 第 104 次发布
21
+ ### 第 31 次发布
44
22
 
45
- 发布时间:2024-08-16 01:20:46
23
+ 发布时间:2024-08-19 01:29:38
46
24
 
47
25
  本次发布包含了以下内容:
48
26
 
@@ -50,37 +28,30 @@
50
28
 
51
29
  修改接口:
52
30
 
53
- * [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
54
-
55
- * 新增入参:Name, DashboardId, Cron, SubscribeData
56
-
57
- * [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
58
-
59
- * 新增入参:Id
31
+ * [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/1130/57824)
60
32
 
61
- * [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
33
+ * 新增入参:StatDimensions
62
34
 
63
- * 新增入参:Filters, Offset, Limit
35
+ * 新增出参:Statistics
64
36
 
65
- * [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
66
-
67
- * 新增入参:Id, DashboardId, Name, Cron, SubscribeData
68
37
 
38
+ 新增数据结构:
69
39
 
70
- 修改数据结构:
40
+ * [StatDimension](https://cloud.tencent.com/document/api/1130/57812#StatDimension)
41
+ * [StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo)
42
+ * [StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo)
71
43
 
72
- * [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
73
44
 
74
- * 新增成员:IsSupportLogExport
75
45
 
46
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
76
47
 
77
48
 
78
49
 
79
- ## 主机安全(cwp) 版本:2018-02-28
50
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
80
51
 
81
- ### 第 121 次发布
52
+ ### 第 184 次发布
82
53
 
83
- 发布时间:2024-08-16 01:24:30
54
+ 发布时间:2024-08-19 01:39:34
84
55
 
85
56
  本次发布包含了以下内容:
86
57
 
@@ -88,112 +59,109 @@
88
59
 
89
60
  修改数据结构:
90
61
 
91
- * [CanFixVulInfo](https://cloud.tencent.com/document/api/296/19867#CanFixVulInfo)
92
-
93
- * 新增成员:VulCategory
94
-
95
- * [CreateVulFixTaskQuuids](https://cloud.tencent.com/document/api/296/19867#CreateVulFixTaskQuuids)
96
-
97
- * 新增成员:FixMethod
98
-
99
- * [VulFixStatusInfo](https://cloud.tencent.com/document/api/296/19867#VulFixStatusInfo)
62
+ * [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
100
63
 
101
- * 新增成员:FixMethod
64
+ * 新增成员:SubTaskId
102
65
 
103
66
 
104
67
 
105
68
 
106
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
69
+ ## 人脸核身(faceid) 版本:2018-03-01
107
70
 
108
71
  ### 第 77 次发布
109
72
 
110
- 发布时间:2024-08-16 01:48:38
73
+ 发布时间:2024-08-19 01:41:40
111
74
 
112
75
  本次发布包含了以下内容:
113
76
 
114
77
  改善已有的文档。
115
78
 
116
- 修改数据结构:
79
+ 修改接口:
117
80
 
118
- * [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
81
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
119
82
 
120
- * 新增成员:CustomId
83
+ * 新增入参:Encryption, EncryptedBody
121
84
 
85
+ * <font color="#dd0000">**修改入参**:</font>FaceInput, FaceInputType
122
86
 
123
87
 
124
88
 
125
- ## 轻量应用服务器(lighthouse) 版本:2020-03-24
126
89
 
127
- ### 62 次发布
90
+ ## 大模型知识引擎(lke) 版本:2023-11-30
128
91
 
129
- 发布时间:2024-08-16 01:55:21
92
+ ### 第 14 次发布
93
+
94
+ 发布时间:2024-08-19 01:55:11
130
95
 
131
96
  本次发布包含了以下内容:
132
97
 
133
98
  改善已有的文档。
134
99
 
135
- 修改接口:
100
+ 修改数据结构:
136
101
 
137
- * [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)
102
+ * [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
138
103
 
139
- * 新增入参:OrderField, Order
104
+ * 新增成员:ResultType
140
105
 
141
106
 
142
107
 
143
108
 
144
- ## 媒体处理(mps) 版本:2019-06-12
109
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
145
110
 
146
- ### 第 92 次发布
111
+ ### 第 64 次发布
147
112
 
148
- 发布时间:2024-08-16 02:02:11
113
+ 发布时间:2024-08-19 02:09:32
149
114
 
150
115
  本次发布包含了以下内容:
151
116
 
152
117
  改善已有的文档。
153
118
 
154
- 修改数据结构:
119
+ 新增接口:
155
120
 
156
- * [MediaVideoStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaVideoStreamItem)
121
+ * [ModifyDatabasePrivilege](https://cloud.tencent.com/document/api/238/110023)
157
122
 
158
- * 新增成员:FpsNumerator, FpsDenominator
123
+ 新增数据结构:
159
124
 
160
- * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
125
+ * [DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo)
126
+ * [SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)
161
127
 
162
- * 新增成员:FpsDenominator
128
+ 修改数据结构:
163
129
 
164
- * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
130
+ * [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
165
131
 
166
- * 新增成员:FpsDenominator
132
+ * 新增成员:AccAllDB
167
133
 
168
134
 
169
135
 
170
136
 
171
- ## 文字识别(ocr) 版本:2018-11-19
137
+ ## 图像分析(tiia) 版本:2019-05-29
172
138
 
173
- ### 第 146 次发布
139
+ ### 第 33 次发布
174
140
 
175
- 发布时间:2024-08-16 02:05:12
141
+ 发布时间:2024-08-19 02:22:39
176
142
 
177
143
  本次发布包含了以下内容:
178
144
 
179
145
  改善已有的文档。
180
146
 
181
- 新增接口:
147
+ <font color="#dd0000">**删除接口**:</font>
182
148
 
183
- * [ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)
184
- * [RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)
149
+ * DetectProductBeta
185
150
 
186
- 新增数据结构:
151
+ <font color="#dd0000">**删除数据结构**:</font>
187
152
 
188
- * [StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)
153
+ * LemmaInfo
154
+ * Location
155
+ * ProductInfo
156
+ * RegionDetected
189
157
 
190
158
 
191
159
 
192
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
160
+ ## 云点播(vod) 版本:2018-07-17
193
161
 
194
- ### 第 120 次发布
162
+ ### 第 184 次发布
195
163
 
196
- 发布时间:2024-08-16 02:22:44
164
+ 发布时间:2024-08-19 02:30:58
197
165
 
198
166
  本次发布包含了以下内容:
199
167
 
@@ -201,40 +169,18 @@
201
169
 
202
170
  修改接口:
203
171
 
204
- * [DescribeRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98678)
205
-
206
- * 新增出参:BillingFlow
207
-
208
- * [SetRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98677)
209
-
210
- * 新增入参:BillingFlow
211
-
212
-
213
-
214
-
215
- ## 私有网络(vpc) 版本:2017-03-12
216
-
217
- ### 第 201 次发布
172
+ * [DescribeRoundPlays](https://cloud.tencent.com/document/api/266/86173)
218
173
 
219
- 发布时间:2024-08-16 02:37:46
174
+ * 新增入参:Status, CreateTime, UpdateTime, ScrollToken
220
175
 
221
- 本次发布包含了以下内容:
176
+ * 新增出参:ScrollToken
222
177
 
223
- 改善已有的文档。
224
178
 
225
179
  修改数据结构:
226
180
 
227
- * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
228
-
229
- * 新增成员:MrtbAggregatePolicyFlag, MrtbPolicyValueFlag
230
-
231
- * [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
232
-
233
- * 新增成员:OperateAsPath, AsPathOperateMode, OperateCommunitySet, CommunityOperateMode
234
-
235
- * [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
181
+ * [RoundPlayListItemInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayListItemInfo)
236
182
 
237
- * 新增成员:OperateAsPath, AsPathOperateMode
183
+ * 新增成员:ItemId
238
184
 
239
185
 
240
186
 
@@ -23754,6 +23700,18 @@
23754
23700
 
23755
23701
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23756
23702
 
23703
+ ### 第 17 次发布
23704
+
23705
+ 发布时间:2024-08-19 01:15:05
23706
+
23707
+ 本次发布包含了以下内容:
23708
+
23709
+ 改善已有的文档。
23710
+
23711
+ 新增接口:
23712
+
23713
+ * [[DescribeTableList](https://cloud.tencent.com/document/api/1387/110022)](https://cloud.tencent.com/document/api/#/#)
23714
+
23757
23715
  ### 第 16 次发布
23758
23716
 
23759
23717
  发布时间:2024-08-01 01:19:02
@@ -49885,6 +49843,29 @@
49885
49843
 
49886
49844
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
49887
49845
 
49846
+ ### 第 31 次发布
49847
+
49848
+ 发布时间:2024-08-19 01:29:38
49849
+
49850
+ 本次发布包含了以下内容:
49851
+
49852
+ 改善已有的文档。
49853
+
49854
+ 修改接口:
49855
+
49856
+ * [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/1130/57824)
49857
+
49858
+ * 新增入参:StatDimensions
49859
+
49860
+ * 新增出参:Statistics
49861
+
49862
+
49863
+ 新增数据结构:
49864
+
49865
+ * [[StatDimension](https://cloud.tencent.com/document/api/1130/57812#StatDimension)](https://cloud.tencent.com/document/api/1130/57812#[StatDimension](https://cloud.tencent.com/document/api/1130/57812#StatDimension))
49866
+ * [[StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo)](https://cloud.tencent.com/document/api/1130/57812#[StatisticDataInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticDataInfo))
49867
+ * [[StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo)](https://cloud.tencent.com/document/api/1130/57812#[StatisticInfo](https://cloud.tencent.com/document/api/1130/57812#StatisticInfo))
49868
+
49888
49869
  ### 第 30 次发布
49889
49870
 
49890
49871
  发布时间:2024-07-25 01:31:31
@@ -64076,6 +64057,21 @@
64076
64057
 
64077
64058
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
64078
64059
 
64060
+ ### 第 184 次发布
64061
+
64062
+ 发布时间:2024-08-19 01:39:34
64063
+
64064
+ 本次发布包含了以下内容:
64065
+
64066
+ 改善已有的文档。
64067
+
64068
+ 修改数据结构:
64069
+
64070
+ * [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
64071
+
64072
+ * 新增成员:SubTaskId
64073
+
64074
+
64079
64075
  ### 第 183 次发布
64080
64076
 
64081
64077
  发布时间:2024-08-15 01:41:24
@@ -71089,6 +71085,23 @@
71089
71085
 
71090
71086
  ## 人脸核身(faceid) 版本:2018-03-01
71091
71087
 
71088
+ ### 第 77 次发布
71089
+
71090
+ 发布时间:2024-08-19 01:41:40
71091
+
71092
+ 本次发布包含了以下内容:
71093
+
71094
+ 改善已有的文档。
71095
+
71096
+ 修改接口:
71097
+
71098
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
71099
+
71100
+ * 新增入参:Encryption, EncryptedBody
71101
+
71102
+ * <font color="#dd0000">**修改入参**:</font>FaceInput, FaceInputType
71103
+
71104
+
71092
71105
  ### 第 76 次发布
71093
71106
 
71094
71107
  发布时间:2024-04-26 01:16:30
@@ -90046,6 +90059,21 @@
90046
90059
 
90047
90060
  ## 大模型知识引擎(lke) 版本:2023-11-30
90048
90061
 
90062
+ ### 第 14 次发布
90063
+
90064
+ 发布时间:2024-08-19 01:55:11
90065
+
90066
+ 本次发布包含了以下内容:
90067
+
90068
+ 改善已有的文档。
90069
+
90070
+ 修改数据结构:
90071
+
90072
+ * [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
90073
+
90074
+ * 新增成员:ResultType
90075
+
90076
+
90049
90077
  ### 第 13 次发布
90050
90078
 
90051
90079
  发布时间:2024-07-31 01:49:50
@@ -102095,12 +102123,12 @@
102095
102123
 
102096
102124
  新增接口:
102097
102125
 
102098
- * [[ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)](https://cloud.tencent.com/document/api/#/#)
102099
- * [[RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)](https://cloud.tencent.com/document/api/#/#)
102126
+ * [ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)
102127
+ * [RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)
102100
102128
 
102101
102129
  新增数据结构:
102102
102130
 
102103
- * [[StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)](https://cloud.tencent.com/document/api/866/33527#[StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo))
102131
+ * [StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)
102104
102132
 
102105
102133
  ### 第 145 次发布
102106
102134
 
@@ -113419,6 +113447,30 @@
113419
113447
 
113420
113448
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
113421
113449
 
113450
+ ### 第 64 次发布
113451
+
113452
+ 发布时间:2024-08-19 02:09:32
113453
+
113454
+ 本次发布包含了以下内容:
113455
+
113456
+ 改善已有的文档。
113457
+
113458
+ 新增接口:
113459
+
113460
+ * [[ModifyDatabasePrivilege](https://cloud.tencent.com/document/api/238/110023)](https://cloud.tencent.com/document/api/#/#)
113461
+
113462
+ 新增数据结构:
113463
+
113464
+ * [[DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo)](https://cloud.tencent.com/document/api/238/19976#[DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo))
113465
+ * [[SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)](https://cloud.tencent.com/document/api/238/19976#[SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB))
113466
+
113467
+ 修改数据结构:
113468
+
113469
+ * [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
113470
+
113471
+ * 新增成员:AccAllDB
113472
+
113473
+
113422
113474
  ### 第 63 次发布
113423
113475
 
113424
113476
  发布时间:2024-08-05 02:02:14
@@ -134831,6 +134883,25 @@
134831
134883
 
134832
134884
  ## 图像分析(tiia) 版本:2019-05-29
134833
134885
 
134886
+ ### 第 33 次发布
134887
+
134888
+ 发布时间:2024-08-19 02:22:39
134889
+
134890
+ 本次发布包含了以下内容:
134891
+
134892
+ 改善已有的文档。
134893
+
134894
+ <font color="#dd0000">**删除接口**:</font>
134895
+
134896
+ * DetectProductBeta
134897
+
134898
+ <font color="#dd0000">**删除数据结构**:</font>
134899
+
134900
+ * LemmaInfo
134901
+ * Location
134902
+ * ProductInfo
134903
+ * RegionDetected
134904
+
134834
134905
  ### 第 32 次发布
134835
134906
 
134836
134907
  发布时间:2024-07-05 01:19:00
@@ -150606,6 +150677,30 @@
150606
150677
 
150607
150678
  ## 云点播(vod) 版本:2018-07-17
150608
150679
 
150680
+ ### 第 184 次发布
150681
+
150682
+ 发布时间:2024-08-19 02:30:58
150683
+
150684
+ 本次发布包含了以下内容:
150685
+
150686
+ 改善已有的文档。
150687
+
150688
+ 修改接口:
150689
+
150690
+ * [DescribeRoundPlays](https://cloud.tencent.com/document/api/266/86173)
150691
+
150692
+ * 新增入参:Status, CreateTime, UpdateTime, ScrollToken
150693
+
150694
+ * 新增出参:ScrollToken
150695
+
150696
+
150697
+ 修改数据结构:
150698
+
150699
+ * [RoundPlayListItemInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayListItemInfo)
150700
+
150701
+ * 新增成员:ItemId
150702
+
150703
+
150609
150704
  ### 第 183 次发布
150610
150705
 
150611
150706
  发布时间:2024-08-12 02:30:46