tencentcloud-sdk-nodejs 4.0.918 → 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 (85) hide show
  1. package/CHANGELOG.md +428 -0
  2. package/SERVICE_CHANGELOG.md +423 -78
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +8 -2
  7. package/src/services/asr/v20190614/asr_models.ts +2 -0
  8. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  9. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +19 -7
  10. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +54 -8
  11. package/src/services/cfg/v20210820/cfg_models.ts +5 -0
  12. package/src/services/cls/v20201016/cls_client.ts +5 -5
  13. package/src/services/cls/v20201016/cls_models.ts +71 -10
  14. package/src/services/cwp/v20180228/cwp_models.ts +24 -10
  15. package/src/services/dbbrain/v20210527/dbbrain_client.ts +3 -0
  16. package/src/services/dbbrain/v20210527/dbbrain_models.ts +71 -1
  17. package/src/services/ess/v20201111/ess_models.ts +4 -0
  18. package/src/services/facefusion/v20181201/facefusion_models.ts +9 -3
  19. package/src/services/facefusion/v20220927/facefusion_models.ts +19 -7
  20. package/src/services/faceid/v20180301/faceid_models.ts +10 -2
  21. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
  22. package/src/services/ims/v20201229/ims_client.ts +1 -1
  23. package/src/services/ims/v20201229/ims_models.ts +1 -1
  24. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -5
  25. package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -0
  26. package/src/services/lke/v20231130/lke_models.ts +12 -0
  27. package/src/services/mps/v20190612/mps_models.ts +32 -5
  28. package/src/services/ms/v20180408/ms_client.ts +42 -88
  29. package/src/services/ocr/v20181119/ocr_client.ts +950 -925
  30. package/src/services/ocr/v20181119/ocr_models.ts +386 -290
  31. package/src/services/sqlserver/v20180328/sqlserver_client.ts +17 -3
  32. package/src/services/sqlserver/v20180328/sqlserver_models.ts +125 -69
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +15 -6
  34. package/src/services/tiia/v20190529/tiia_client.ts +11 -33
  35. package/src/services/tiia/v20190529/tiia_models.ts +38 -196
  36. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  37. package/src/services/vod/v20180717/vod_models.ts +29 -7
  38. package/src/services/vpc/v20170312/vpc_models.ts +40 -0
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +7 -1
  42. package/tencentcloud/services/asr/v20190614/asr_client.js +7 -1
  43. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
  44. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  45. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +7 -3
  46. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +9 -3
  47. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +52 -8
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -5
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +71 -10
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +24 -10
  53. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +68 -1
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  55. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +9 -3
  56. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +19 -7
  57. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -2
  58. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  59. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  60. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  61. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  62. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  63. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -5
  64. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -0
  65. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
  66. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +32 -5
  67. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +23 -69
  68. package/tencentcloud/services/ms/v20180408/ms_client.js +23 -69
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +497 -489
  70. package/tencentcloud/services/ocr/v20181119/ocr_client.js +599 -587
  71. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +387 -296
  72. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  73. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  74. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +120 -68
  75. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -6
  76. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -14
  77. package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -16
  78. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +38 -190
  79. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  80. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +29 -7
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -0
  82. package/test/cdwdoris.v20211228.test.js +12 -2
  83. package/test/ocr.v20181119.test.js +184 -164
  84. package/test/sqlserver.v20180328.test.js +10 -0
  85. package/test/tiia.v20190529.test.js +2 -12
@@ -1,64 +1,57 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
4
 
5
- ### 第 100 次发布
5
+ ### 第 17 次发布
6
6
 
7
- 发布时间:2024-08-15 01:32:44
7
+ 发布时间:2024-08-19 01:15:05
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改数据结构:
14
-
15
- * [LakeFsInfo](https://cloud.tencent.com/document/api/1342/53778#LakeFsInfo)
16
-
17
- * 新增成员:DefaultBucket, ShortName, Description, Status
18
-
19
- * [SmartOptimizerLifecyclePolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerLifecyclePolicy)
20
-
21
- * 新增成员:ExpiredField, ExpiredFieldFormat
13
+ 新增接口:
22
14
 
23
- * [SmartOptimizerWrittenPolicy](https://cloud.tencent.com/document/api/1342/53778#SmartOptimizerWrittenPolicy)
15
+ * [DescribeTableList](https://cloud.tencent.com/document/api/1387/110022)
24
16
 
25
- * 新增成员:WrittenEnable
26
17
 
27
- * [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
28
18
 
29
- * 新增成员:Position, IsPartition
19
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
30
20
 
21
+ ### 第 31 次发布
31
22
 
23
+ 发布时间:2024-08-19 01:29:38
32
24
 
25
+ 本次发布包含了以下内容:
33
26
 
34
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
27
+ 改善已有的文档。
35
28
 
36
- ### 第 183 次发布
29
+ 修改接口:
37
30
 
38
- 发布时间:2024-08-15 01:41:24
31
+ * [DescribeMySqlProcessList](https://cloud.tencent.com/document/api/1130/57824)
39
32
 
40
- 本次发布包含了以下内容:
33
+ * 新增入参:StatDimensions
41
34
 
42
- 改善已有的文档。
35
+ * 新增出参:Statistics
43
36
 
44
- 新增接口:
45
37
 
46
- * [CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)
38
+ 新增数据结构:
47
39
 
48
- 修改数据结构:
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)
49
43
 
50
- * [Recipient](https://cloud.tencent.com/document/api/1323/70369#Recipient)
51
44
 
52
- * 新增成员:NoTransfer
53
45
 
46
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
54
47
 
55
48
 
56
49
 
57
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
50
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
58
51
 
59
- ### 第 179 次发布
52
+ ### 第 184 次发布
60
53
 
61
- 发布时间:2024-08-15 01:42:34
54
+ 发布时间:2024-08-19 01:39:34
62
55
 
63
56
  本次发布包含了以下内容:
64
57
 
@@ -66,124 +59,128 @@
66
59
 
67
60
  修改数据结构:
68
61
 
69
- * [Recipient](https://cloud.tencent.com/document/api/1420/61525#Recipient)
70
-
71
- * 新增成员:NoTransfer
72
-
73
-
62
+ * [OrganizationAuthUrl](https://cloud.tencent.com/document/api/1323/70369#OrganizationAuthUrl)
74
63
 
64
+ * 新增成员:SubTaskId
75
65
 
76
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
77
66
 
78
67
 
79
68
 
80
- ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
69
+ ## 人脸核身(faceid) 版本:2018-03-01
81
70
 
82
- ### 第 10 次发布
71
+ ### 第 77 次发布
83
72
 
84
- 发布时间:2024-08-15 01:45:31
73
+ 发布时间:2024-08-19 01:41:40
85
74
 
86
75
  本次发布包含了以下内容:
87
76
 
88
77
  改善已有的文档。
89
78
 
90
- 修改数据结构:
91
-
92
- * [ClientNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#ClientNodeAttribute)
79
+ 修改接口:
93
80
 
94
- * 新增成员:VpcId, SubnetId, InstanceId, MountPoint
81
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
95
82
 
96
- * [LinuxNodeAttribute](https://cloud.tencent.com/document/api/1424/95076#LinuxNodeAttribute)
83
+ * 新增入参:Encryption, EncryptedBody
97
84
 
98
- * 新增成员:MountPoint
85
+ * <font color="#dd0000">**修改入参**:</font>FaceInput, FaceInputType
99
86
 
100
87
 
101
88
 
102
89
 
103
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
90
+ ## 大模型知识引擎(lke) 版本:2023-11-30
104
91
 
105
- ### 第 17 次发布
92
+ ### 第 14 次发布
106
93
 
107
- 发布时间:2024-08-15 01:45:59
94
+ 发布时间:2024-08-19 01:55:11
108
95
 
109
96
  本次发布包含了以下内容:
110
97
 
111
98
  改善已有的文档。
112
99
 
113
- 修改接口:
100
+ 修改数据结构:
114
101
 
115
- * [ChatCompletions](https://cloud.tencent.com/document/api/1729/105701)
102
+ * [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
116
103
 
117
- * 新增入参:EnableSpeedSearch
104
+ * 新增成员:ResultType
118
105
 
119
106
 
120
107
 
121
108
 
122
- ## 智能视图计算平台(iss) 版本:2023-05-17
109
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
123
110
 
124
- ### 第 17 次发布
111
+ ### 第 64 次发布
125
112
 
126
- 发布时间:2024-08-14 19:42:55
113
+ 发布时间:2024-08-19 02:09:32
127
114
 
128
115
  本次发布包含了以下内容:
129
116
 
130
117
  改善已有的文档。
131
118
 
132
- 修改接口:
133
-
134
- * [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
135
-
136
- * 新增入参:AppName, StreamName
119
+ 新增接口:
137
120
 
138
- * [DescribeCNAME](https://cloud.tencent.com/document/api/1344/95899)
121
+ * [ModifyDatabasePrivilege](https://cloud.tencent.com/document/api/238/110023)
139
122
 
140
- * 新增入参:DomainType
123
+ 新增数据结构:
141
124
 
125
+ * [DataBasePrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#DataBasePrivilegeModifyInfo)
126
+ * [SelectAllDB](https://cloud.tencent.com/document/api/238/19976#SelectAllDB)
142
127
 
143
128
  修改数据结构:
144
129
 
145
- * [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
146
-
147
- * 新增成员:AppName, StreamName
148
-
149
- * [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
130
+ * [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
150
131
 
151
- * 新增成员:DomainType
132
+ * 新增成员:AccAllDB
152
133
 
153
134
 
154
135
 
155
136
 
156
- ## 多网聚合加速(mna) 版本:2021-01-19
137
+ ## 图像分析(tiia) 版本:2019-05-29
157
138
 
158
- ### 第 22 次发布
139
+ ### 第 33 次发布
159
140
 
160
- 发布时间:2024-08-15 02:00:04
141
+ 发布时间:2024-08-19 02:22:39
161
142
 
162
143
  本次发布包含了以下内容:
163
144
 
164
145
  改善已有的文档。
165
146
 
166
- 新增接口:
147
+ <font color="#dd0000">**删除接口**:</font>
167
148
 
168
- * [OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)
149
+ * DetectProductBeta
169
150
 
151
+ <font color="#dd0000">**删除数据结构**:</font>
170
152
 
153
+ * LemmaInfo
154
+ * Location
155
+ * ProductInfo
156
+ * RegionDetected
171
157
 
172
- ## 实时音视频(trtc) 版本:2019-07-22
173
158
 
174
- ### 第 87 次发布
175
159
 
176
- 发布时间:2024-08-15 02:31:34
160
+ ## 云点播(vod) 版本:2018-07-17
161
+
162
+ ### 第 184 次发布
163
+
164
+ 发布时间:2024-08-19 02:30:58
177
165
 
178
166
  本次发布包含了以下内容:
179
167
 
180
168
  改善已有的文档。
181
169
 
170
+ 修改接口:
171
+
172
+ * [DescribeRoundPlays](https://cloud.tencent.com/document/api/266/86173)
173
+
174
+ * 新增入参:Status, CreateTime, UpdateTime, ScrollToken
175
+
176
+ * 新增出参:ScrollToken
177
+
178
+
182
179
  修改数据结构:
183
180
 
184
- * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
181
+ * [RoundPlayListItemInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayListItemInfo)
185
182
 
186
- * 新增成员:InterruptMode, InterruptSpeechDuration
183
+ * 新增成员:ItemId
187
184
 
188
185
 
189
186
 
@@ -15651,6 +15648,21 @@
15651
15648
 
15652
15649
  ## 云联络中心(ccc) 版本:2020-02-10
15653
15650
 
15651
+ ### 第 71 次发布
15652
+
15653
+ 发布时间:2024-08-16 01:11:55
15654
+
15655
+ 本次发布包含了以下内容:
15656
+
15657
+ 改善已有的文档。
15658
+
15659
+ 修改接口:
15660
+
15661
+ * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
15662
+
15663
+ * 新增入参:StaffNo
15664
+
15665
+
15654
15666
  ### 第 70 次发布
15655
15667
 
15656
15668
  发布时间:2024-07-23 01:10:10
@@ -23688,6 +23700,18 @@
23688
23700
 
23689
23701
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23690
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
+
23691
23715
  ### 第 16 次发布
23692
23716
 
23693
23717
  发布时间:2024-08-01 01:19:02
@@ -24196,6 +24220,21 @@
24196
24220
 
24197
24221
  ## 混沌演练平台(cfg) 版本:2021-08-20
24198
24222
 
24223
+ ### 第 17 次发布
24224
+
24225
+ 发布时间:2024-08-16 01:16:30
24226
+
24227
+ 本次发布包含了以下内容:
24228
+
24229
+ 改善已有的文档。
24230
+
24231
+ 修改数据结构:
24232
+
24233
+ * [TemplateGroupAction](https://cloud.tencent.com/document/api/1500/71784#TemplateGroupAction)
24234
+
24235
+ * 新增成员:ActionRisk
24236
+
24237
+
24199
24238
  ### 第 16 次发布
24200
24239
 
24201
24240
  发布时间:2024-07-26 14:53:06
@@ -32265,6 +32304,40 @@
32265
32304
 
32266
32305
  ## 日志服务(cls) 版本:2020-10-16
32267
32306
 
32307
+ ### 第 104 次发布
32308
+
32309
+ 发布时间:2024-08-16 01:20:46
32310
+
32311
+ 本次发布包含了以下内容:
32312
+
32313
+ 改善已有的文档。
32314
+
32315
+ 修改接口:
32316
+
32317
+ * [CreateDashboardSubscribe](https://cloud.tencent.com/document/api/614/105781)
32318
+
32319
+ * 新增入参:Name, DashboardId, Cron, SubscribeData
32320
+
32321
+ * [DeleteDashboardSubscribe](https://cloud.tencent.com/document/api/614/105780)
32322
+
32323
+ * 新增入参:Id
32324
+
32325
+ * [DescribeDashboardSubscribes](https://cloud.tencent.com/document/api/614/105779)
32326
+
32327
+ * 新增入参:Filters, Offset, Limit
32328
+
32329
+ * [ModifyDashboardSubscribe](https://cloud.tencent.com/document/api/614/105778)
32330
+
32331
+ * 新增入参:Id, DashboardId, Name, Cron, SubscribeData
32332
+
32333
+
32334
+ 修改数据结构:
32335
+
32336
+ * [ConsoleSharingConfig](https://cloud.tencent.com/document/api/614/56471#ConsoleSharingConfig)
32337
+
32338
+ * 新增成员:IsSupportLogExport
32339
+
32340
+
32268
32341
  ### 第 103 次发布
32269
32342
 
32270
32343
  发布时间:2024-08-12 01:23:51
@@ -42342,6 +42415,29 @@
42342
42415
 
42343
42416
  ## 主机安全(cwp) 版本:2018-02-28
42344
42417
 
42418
+ ### 第 121 次发布
42419
+
42420
+ 发布时间:2024-08-16 01:24:30
42421
+
42422
+ 本次发布包含了以下内容:
42423
+
42424
+ 改善已有的文档。
42425
+
42426
+ 修改数据结构:
42427
+
42428
+ * [CanFixVulInfo](https://cloud.tencent.com/document/api/296/19867#CanFixVulInfo)
42429
+
42430
+ * 新增成员:VulCategory
42431
+
42432
+ * [CreateVulFixTaskQuuids](https://cloud.tencent.com/document/api/296/19867#CreateVulFixTaskQuuids)
42433
+
42434
+ * 新增成员:FixMethod
42435
+
42436
+ * [VulFixStatusInfo](https://cloud.tencent.com/document/api/296/19867#VulFixStatusInfo)
42437
+
42438
+ * 新增成员:FixMethod
42439
+
42440
+
42345
42441
  ### 第 120 次发布
42346
42442
 
42347
42443
  发布时间:2024-08-13 01:26:39
@@ -49747,6 +49843,29 @@
49747
49843
 
49748
49844
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
49749
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
+
49750
49869
  ### 第 30 次发布
49751
49870
 
49752
49871
  发布时间:2024-07-25 01:31:31
@@ -63938,6 +64057,21 @@
63938
64057
 
63939
64058
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
63940
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
+
63941
64075
  ### 第 183 次发布
63942
64076
 
63943
64077
  发布时间:2024-08-15 01:41:24
@@ -63948,7 +64082,7 @@
63948
64082
 
63949
64083
  新增接口:
63950
64084
 
63951
- * [[CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)](https://cloud.tencent.com/document/api/#/#)
64085
+ * [CreateBatchOrganizationAuthorizationUrl](https://cloud.tencent.com/document/api/1323/109987)
63952
64086
 
63953
64087
  修改数据结构:
63954
64088
 
@@ -70951,6 +71085,23 @@
70951
71085
 
70952
71086
  ## 人脸核身(faceid) 版本:2018-03-01
70953
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
+
70954
71105
  ### 第 76 次发布
70955
71106
 
70956
71107
  发布时间:2024-04-26 01:16:30
@@ -79559,6 +79710,21 @@
79559
79710
 
79560
79711
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
79561
79712
 
79713
+ ### 第 77 次发布
79714
+
79715
+ 发布时间:2024-08-16 01:48:38
79716
+
79717
+ 本次发布包含了以下内容:
79718
+
79719
+ 改善已有的文档。
79720
+
79721
+ 修改数据结构:
79722
+
79723
+ * [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
79724
+
79725
+ * 新增成员:CustomId
79726
+
79727
+
79562
79728
  ### 第 76 次发布
79563
79729
 
79564
79730
  发布时间:2024-08-08 01:47:56
@@ -86057,6 +86223,21 @@
86057
86223
 
86058
86224
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
86059
86225
 
86226
+ ### 第 62 次发布
86227
+
86228
+ 发布时间:2024-08-16 01:55:21
86229
+
86230
+ 本次发布包含了以下内容:
86231
+
86232
+ 改善已有的文档。
86233
+
86234
+ 修改接口:
86235
+
86236
+ * [DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)
86237
+
86238
+ * 新增入参:OrderField, Order
86239
+
86240
+
86060
86241
  ### 第 61 次发布
86061
86242
 
86062
86243
  发布时间:2024-06-18 01:53:48
@@ -89878,6 +90059,21 @@
89878
90059
 
89879
90060
  ## 大模型知识引擎(lke) 版本:2023-11-30
89880
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
+
89881
90077
  ### 第 13 次发布
89882
90078
 
89883
90079
  发布时间:2024-07-31 01:49:50
@@ -92015,7 +92211,7 @@
92015
92211
 
92016
92212
  新增接口:
92017
92213
 
92018
- * [[OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)](https://cloud.tencent.com/document/api/#/#)
92214
+ * [OrderPerLicense](https://cloud.tencent.com/document/api/1385/109988)
92019
92215
 
92020
92216
  ### 第 21 次发布
92021
92217
 
@@ -95816,6 +96012,29 @@
95816
96012
 
95817
96013
  ## 媒体处理(mps) 版本:2019-06-12
95818
96014
 
96015
+ ### 第 92 次发布
96016
+
96017
+ 发布时间:2024-08-16 02:02:11
96018
+
96019
+ 本次发布包含了以下内容:
96020
+
96021
+ 改善已有的文档。
96022
+
96023
+ 修改数据结构:
96024
+
96025
+ * [MediaVideoStreamItem](https://cloud.tencent.com/document/api/862/37615#MediaVideoStreamItem)
96026
+
96027
+ * 新增成员:FpsNumerator, FpsDenominator
96028
+
96029
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
96030
+
96031
+ * 新增成员:FpsDenominator
96032
+
96033
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
96034
+
96035
+ * 新增成员:FpsDenominator
96036
+
96037
+
95819
96038
  ### 第 91 次发布
95820
96039
 
95821
96040
  发布时间:2024-08-02 01:54:19
@@ -101894,6 +102113,23 @@
101894
102113
 
101895
102114
  ## 文字识别(ocr) 版本:2018-11-19
101896
102115
 
102116
+ ### 第 146 次发布
102117
+
102118
+ 发布时间:2024-08-16 02:05:12
102119
+
102120
+ 本次发布包含了以下内容:
102121
+
102122
+ 改善已有的文档。
102123
+
102124
+ 新增接口:
102125
+
102126
+ * [ClassifyStoreName](https://cloud.tencent.com/document/api/866/110001)
102127
+ * [RecognizeStoreName](https://cloud.tencent.com/document/api/866/110000)
102128
+
102129
+ 新增数据结构:
102130
+
102131
+ * [StoreInfo](https://cloud.tencent.com/document/api/866/33527#StoreInfo)
102132
+
101897
102133
  ### 第 145 次发布
101898
102134
 
101899
102135
  发布时间:2024-08-07 02:04:23
@@ -113211,6 +113447,30 @@
113211
113447
 
113212
113448
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
113213
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
+
113214
113474
  ### 第 63 次发布
113215
113475
 
113216
113476
  发布时间:2024-08-05 02:02:14
@@ -126188,6 +126448,25 @@
126188
126448
 
126189
126449
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
126190
126450
 
126451
+ ### 第 120 次发布
126452
+
126453
+ 发布时间:2024-08-16 02:22:44
126454
+
126455
+ 本次发布包含了以下内容:
126456
+
126457
+ 改善已有的文档。
126458
+
126459
+ 修改接口:
126460
+
126461
+ * [DescribeRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98678)
126462
+
126463
+ * 新增出参:BillingFlow
126464
+
126465
+ * [SetRocketMQPublicAccessPoint](https://cloud.tencent.com/document/api/1179/98677)
126466
+
126467
+ * 新增入参:BillingFlow
126468
+
126469
+
126191
126470
  ### 第 119 次发布
126192
126471
 
126193
126472
  发布时间:2024-07-17 01:25:48
@@ -134604,6 +134883,25 @@
134604
134883
 
134605
134884
  ## 图像分析(tiia) 版本:2019-05-29
134606
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
+
134607
134905
  ### 第 32 次发布
134608
134906
 
134609
134907
  发布时间:2024-07-05 01:19:00
@@ -150379,6 +150677,30 @@
150379
150677
 
150380
150678
  ## 云点播(vod) 版本:2018-07-17
150381
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
+
150382
150704
  ### 第 183 次发布
150383
150705
 
150384
150706
  发布时间:2024-08-12 02:30:46
@@ -155340,6 +155662,29 @@
155340
155662
 
155341
155663
  ## 私有网络(vpc) 版本:2017-03-12
155342
155664
 
155665
+ ### 第 201 次发布
155666
+
155667
+ 发布时间:2024-08-16 02:37:46
155668
+
155669
+ 本次发布包含了以下内容:
155670
+
155671
+ 改善已有的文档。
155672
+
155673
+ 修改数据结构:
155674
+
155675
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
155676
+
155677
+ * 新增成员:MrtbAggregatePolicyFlag, MrtbPolicyValueFlag
155678
+
155679
+ * [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
155680
+
155681
+ * 新增成员:OperateAsPath, AsPathOperateMode, OperateCommunitySet, CommunityOperateMode
155682
+
155683
+ * [CcnRouteTableInputPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableInputPolicy)
155684
+
155685
+ * 新增成员:OperateAsPath, AsPathOperateMode
155686
+
155687
+
155343
155688
  ### 第 200 次发布
155344
155689
 
155345
155690
  发布时间:2024-08-13 02:46:47