tencentcloud-sdk-nodejs 4.0.747 → 4.0.749

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 +420 -0
  2. package/SERVICE_CHANGELOG.md +373 -233
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +50 -9
  7. package/src/services/billing/v20180709/billing_models.ts +66 -36
  8. package/src/services/captcha/v20190722/captcha_client.ts +13 -0
  9. package/src/services/captcha/v20190722/captcha_models.ts +148 -0
  10. package/src/services/cat/v20180409/cat_models.ts +2 -2
  11. package/src/services/cfw/v20190904/cfw_client.ts +47 -11
  12. package/src/services/cfw/v20190904/cfw_models.ts +257 -109
  13. package/src/services/clb/v20180317/clb_models.ts +1 -1
  14. package/src/services/cls/v20201016/cls_models.ts +2 -2
  15. package/src/services/cvm/v20170312/cvm_models.ts +70 -22
  16. package/src/services/ess/v20201111/ess_models.ts +38 -3
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -2
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +31 -3
  19. package/src/services/mna/v20210119/mna_client.ts +153 -103
  20. package/src/services/mna/v20210119/mna_models.ts +299 -79
  21. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  22. package/src/services/oceanus/v20190422/oceanus_models.ts +35 -35
  23. package/src/services/omics/v20221128/omics_models.ts +2 -2
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +63 -0
  26. package/src/services/tiw/v20190919/tiw_client.ts +26 -81
  27. package/src/services/tiw/v20190919/tiw_models.ts +137 -217
  28. package/src/services/trtc/v20190722/trtc_models.ts +12 -0
  29. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  30. package/src/services/tsf/v20180326/tsf_models.ts +4 -4
  31. package/src/services/vod/v20180717/vod_models.ts +31 -25
  32. package/src/services/vpc/v20170312/vpc_models.ts +6 -0
  33. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  34. package/src/services/wedata/v20210820/wedata_models.ts +133 -32
  35. package/src/services/weilingwith/v20230427/weilingwith_client.ts +3 -1
  36. package/src/services/weilingwith/v20230427/weilingwith_models.ts +46 -1
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +50 -9
  40. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +66 -36
  41. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
  42. package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
  43. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +145 -0
  44. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
  45. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
  46. package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
  47. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +250 -108
  48. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  49. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  50. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +70 -22
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -3
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -3
  55. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +51 -35
  56. package/tencentcloud/services/mna/v20210119/mna_client.js +75 -51
  57. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +289 -79
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  59. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  60. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +35 -35
  61. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  63. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  64. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +60 -0
  65. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +7 -31
  66. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -41
  67. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +136 -209
  68. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
  69. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  70. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  71. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +31 -25
  73. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
  74. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +132 -32
  75. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +1 -1
  76. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +44 -1
  77. package/test/captcha.v20190722.test.js +10 -0
  78. package/test/cfw.v20190904.test.js +32 -2
  79. package/test/mna.v20210119.test.js +74 -34
  80. package/test/sqlserver.v20180328.test.js +10 -0
  81. package/test/tiw.v20190919.test.js +6 -46
@@ -1,198 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 数据湖计算 DLC(dlc) 版本:2021-01-25
4
-
5
- ### 第 77 次发布
6
-
7
- 发布时间:2023-11-30 03:35:40
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 新增接口:
14
-
15
- * [AssignMangedTableProperties](https://cloud.tencent.com/document/api/1342/102049)
16
-
17
-
18
-
19
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
20
-
21
- ### 第 136 次发布
22
-
23
- 发布时间:2023-11-30 04:06:09
24
-
25
- 本次发布包含了以下内容:
26
-
27
- 改善已有的文档。
28
-
29
- 修改接口:
30
-
31
- * [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
32
-
33
- * 新增入参:Endpoint
34
-
35
-
36
-
37
-
38
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
39
-
40
-
41
-
42
- ## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
43
-
44
- ### 第 5 次发布
45
-
46
- 发布时间:2023-11-30 04:52:16
47
-
48
- 本次发布包含了以下内容:
49
-
50
- 改善已有的文档。
51
-
52
- 修改接口:
53
-
54
- * [DescribeConnectionConfig](https://cloud.tencent.com/document/api/1520/90457)
55
-
56
- * 新增出参:ClientLimitMin, ClientLimitMax
57
-
58
- * [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
59
-
60
- * 新增出参:TaskId
61
-
62
-
63
-
64
-
65
- ## 医疗报告结构化(mrs) 版本:2020-09-10
66
-
67
- ### 第 20 次发布
68
-
69
- 发布时间:2023-11-30 05:22:15
70
-
71
- 本次发布包含了以下内容:
72
-
73
- 改善已有的文档。
74
-
75
- 修改数据结构:
76
-
77
- * [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
78
-
79
- * 新增成员:AdmissionDiagnosis
80
-
81
- * [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
82
-
83
- * 新增成员:TableIndicators
84
-
85
- * <font color="#dd0000">**修改成员**:</font>TableIndictors, Version
86
-
87
- * [TreatmentRecord](https://cloud.tencent.com/document/api/1314/56230#TreatmentRecord)
88
-
89
- * 新增成员:AdmissionCondition
90
-
91
-
92
-
93
-
94
- ## 文字识别(ocr) 版本:2018-11-19
95
-
96
- ### 第 122 次发布
97
-
98
- 发布时间:2023-11-30 05:24:08
99
-
100
- 本次发布包含了以下内容:
101
-
102
- 改善已有的文档。
103
-
104
- 新增数据结构:
105
-
106
- * [ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull)
107
- * [ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull)
108
- * [FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo)
109
-
110
- 修改数据结构:
111
-
112
- * [SingleInvoiceItem](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceItem)
113
-
114
- * 新增成员:ElectronicTrainTicketFull, ElectronicFlightTicketFull
115
-
116
-
117
-
118
-
119
- ## 云函数(scf) 版本:2018-04-16
120
-
121
- ### 第 63 次发布
122
-
123
- 发布时间:2023-11-30 05:41:26
124
-
125
- 本次发布包含了以下内容:
126
-
127
- 改善已有的文档。
128
-
129
- 修改接口:
130
-
131
- * [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
132
-
133
- * 新增入参:DnsCache, IntranetConfig
134
-
135
-
136
-
137
-
138
- ## SSL 证书(ssl) 版本:2019-12-05
139
-
140
- ### 第 49 次发布
141
-
142
- 发布时间:2023-11-30 05:53:04
143
-
144
- 本次发布包含了以下内容:
145
-
146
- 改善已有的文档。
147
-
148
- 修改接口:
149
-
150
- * [UpdateCertificateInstance](https://cloud.tencent.com/document/api/400/91649)
151
-
152
- * 新增出参:UpdateSyncProgress
153
-
154
-
155
- 新增数据结构:
156
-
157
- * [SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType)
158
- * [UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress)
159
- * [UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion)
160
-
161
- 修改数据结构:
162
-
163
- * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
164
-
165
- * 新增成员:IsDNSPODResolve, IsPackage, KeyPasswordCustomFlag, SupportDownloadType
166
-
167
-
168
-
169
-
170
- ## 容器服务(tke) 版本:2018-05-25
171
-
172
- ### 第 164 次发布
173
-
174
- 发布时间:2023-11-30 06:52:41
175
-
176
- 本次发布包含了以下内容:
177
-
178
- 改善已有的文档。
179
-
180
- 新增接口:
181
-
182
- * [DescribeLogSwitches](https://cloud.tencent.com/document/api/457/102050)
183
-
184
- 新增数据结构:
185
-
186
- * [Switch](https://cloud.tencent.com/document/api/457/31866#Switch)
187
- * [SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo)
188
-
189
-
190
-
191
- ## 微服务平台 TSF(tsf) 版本:2018-03-26
3
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
192
4
 
193
- ### 第 101 次发布
5
+ ### 第 48 次发布
194
6
 
195
- 发布时间:2023-11-30 07:09:40
7
+ 发布时间:2023-12-04 00:15:25
196
8
 
197
9
  本次发布包含了以下内容:
198
10
 
@@ -200,51 +12,31 @@
200
12
 
201
13
  修改数据结构:
202
14
 
203
- * [LaneRuleTag](https://cloud.tencent.com/document/api/649/36099#LaneRuleTag)
15
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
204
16
 
205
- * <font color="#dd0000">**修改成员**:</font>TagId, TagName, TagOperator, TagValue, LaneRuleId, CreateTime, UpdateTime
17
+ * <font color="#dd0000">**修改成员**:</font>Tags
206
18
 
207
19
 
208
20
 
209
21
 
210
22
  ## 云点播(vod) 版本:2018-07-17
211
23
 
212
- ### 第 174 次发布
24
+ ### 第 175 次发布
213
25
 
214
- 发布时间:2023-11-30 07:24:28
26
+ 发布时间:2023-12-04 00:22:12
215
27
 
216
28
  本次发布包含了以下内容:
217
29
 
218
30
  改善已有的文档。
219
31
 
220
- 修改接口:
221
-
222
- * [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
223
-
224
- * 新增入参:Domain, Operation, SubAppId, CertID
225
-
226
-
227
-
228
-
229
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
230
-
231
- ### 第 60 次发布
232
-
233
- 发布时间:2023-11-30 08:21:21
234
-
235
- 本次发布包含了以下内容:
236
-
237
- 改善已有的文档。
32
+ 修改数据结构:
238
33
 
239
- 新增接口:
34
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
240
35
 
241
- * [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
36
+ * 新增成员:QualityEnhanceCompleteEvent
242
37
 
243
- 新增数据结构:
38
+ * <font color="#dd0000">**修改成员**:</font>ExtractCopyRightWatermarkCompleteEvent, QualityInspectCompleteEvent
244
39
 
245
- * [BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO)
246
- * [EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO)
247
- * [FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage)
248
40
 
249
41
 
250
42
 
@@ -7181,6 +6973,21 @@
7181
6973
 
7182
6974
  ## 批量计算(batch) 版本:2017-03-12
7183
6975
 
6976
+ ### 第 52 次发布
6977
+
6978
+ 发布时间:2023-12-01 01:07:51
6979
+
6980
+ 本次发布包含了以下内容:
6981
+
6982
+ 改善已有的文档。
6983
+
6984
+ 修改数据结构:
6985
+
6986
+ * [DataDisk](https://cloud.tencent.com/document/api/599/15912#DataDisk)
6987
+
6988
+ * 新增成员:BurstPerformance
6989
+
6990
+
7184
6991
  ### 第 51 次发布
7185
6992
 
7186
6993
  发布时间:2023-10-09 01:07:08
@@ -8606,6 +8413,35 @@
8606
8413
 
8607
8414
  ## 费用中心(billing) 版本:2018-07-09
8608
8415
 
8416
+ ### 第 52 次发布
8417
+
8418
+ 发布时间:2023-12-01 01:08:07
8419
+
8420
+ 本次发布包含了以下内容:
8421
+
8422
+ 改善已有的文档。
8423
+
8424
+ 修改数据结构:
8425
+
8426
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
8427
+
8428
+ * 新增成员:BillDay, BillMonth
8429
+
8430
+ * [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
8431
+
8432
+ * 新增成员:BillMonth
8433
+
8434
+ * [BillResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillResourceSummary)
8435
+
8436
+ * 新增成员:BillMonth
8437
+
8438
+ * <font color="#dd0000">**修改成员**:</font>TransferPayAmount, SPDeduction
8439
+
8440
+ * [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
8441
+
8442
+ * 新增成员:BillMonth, BillDay
8443
+
8444
+
8609
8445
  ### 第 51 次发布
8610
8446
 
8611
8447
  发布时间:2023-11-22 16:06:06
@@ -12523,6 +12359,22 @@
12523
12359
 
12524
12360
  ## 验证码(captcha) 版本:2019-07-22
12525
12361
 
12362
+ ### 第 17 次发布
12363
+
12364
+ 发布时间:2023-12-01 01:09:01
12365
+
12366
+ 本次发布包含了以下内容:
12367
+
12368
+ 改善已有的文档。
12369
+
12370
+ 新增接口:
12371
+
12372
+ * [DescribeCaptchaRceResult](https://cloud.tencent.com/document/api/1110/102104)
12373
+
12374
+ 新增数据结构:
12375
+
12376
+ * [RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult)
12377
+
12526
12378
  ### 第 16 次发布
12527
12379
 
12528
12380
  发布时间:2023-04-06 20:55:55
@@ -22655,6 +22507,20 @@
22655
22507
 
22656
22508
  ## 云防火墙(cfw) 版本:2019-09-04
22657
22509
 
22510
+ ### 第 50 次发布
22511
+
22512
+ 发布时间:2023-12-01 01:10:27
22513
+
22514
+ 本次发布包含了以下内容:
22515
+
22516
+ 改善已有的文档。
22517
+
22518
+ 新增接口:
22519
+
22520
+ * [CreateIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102107)
22521
+ * [DeleteIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102106)
22522
+ * [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
22523
+
22658
22524
  ### 第 49 次发布
22659
22525
 
22660
22526
  发布时间:2023-11-28 01:09:22
@@ -35893,6 +35759,32 @@
35893
35759
 
35894
35760
  ## 云服务器(cvm) 版本:2017-03-12
35895
35761
 
35762
+ ### 第 122 次发布
35763
+
35764
+ 发布时间:2023-12-01 01:12:05
35765
+
35766
+ 本次发布包含了以下内容:
35767
+
35768
+ 改善已有的文档。
35769
+
35770
+ 修改接口:
35771
+
35772
+ * [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
35773
+
35774
+ * 新增入参:AutoReboot
35775
+
35776
+
35777
+ 修改数据结构:
35778
+
35779
+ * [DataDisk](https://cloud.tencent.com/document/api/213/15753#DataDisk)
35780
+
35781
+ * 新增成员:BurstPerformance
35782
+
35783
+ * [Image](https://cloud.tencent.com/document/api/213/15753#Image)
35784
+
35785
+ * <font color="#dd0000">**修改成员**:</font>ImageId, OsName, ImageType, Platform, ImageCreator, ImageSource, LicenseType
35786
+
35787
+
35896
35788
  ### 第 121 次发布
35897
35789
 
35898
35790
  发布时间:2023-11-23 01:14:32
@@ -46802,7 +46694,7 @@
46802
46694
 
46803
46695
  新增接口:
46804
46696
 
46805
- * [[AssignMangedTableProperties](https://cloud.tencent.com/document/api/1342/102049)](https://cloud.tencent.com/document/api/#/#)
46697
+ * [AssignMangedTableProperties](https://cloud.tencent.com/document/api/1342/102049)
46806
46698
 
46807
46699
  ### 第 76 次发布
46808
46700
 
@@ -56389,6 +56281,21 @@
56389
56281
 
56390
56282
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
56391
56283
 
56284
+ ### 第 138 次发布
56285
+
56286
+ 发布时间:2023-11-30 16:06:35
56287
+
56288
+ 本次发布包含了以下内容:
56289
+
56290
+ 改善已有的文档。
56291
+
56292
+ 修改接口:
56293
+
56294
+ * [CreateEmbedWebUrl](https://cloud.tencent.com/document/api/1323/95590)
56295
+
56296
+ * 新增入参:UserData
56297
+
56298
+
56392
56299
  ### 第 137 次发布
56393
56300
 
56394
56301
  发布时间:2023-11-24 01:14:56
@@ -59057,6 +58964,28 @@
59057
58964
 
59058
58965
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59059
58966
 
58967
+ ### 第 137 次发布
58968
+
58969
+ 发布时间:2023-11-30 16:01:23
58970
+
58971
+ 本次发布包含了以下内容:
58972
+
58973
+ 改善已有的文档。
58974
+
58975
+ 修改接口:
58976
+
58977
+ * [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
58978
+
58979
+ * 新增入参:UserData
58980
+
58981
+
58982
+ 修改数据结构:
58983
+
58984
+ * [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
58985
+
58986
+ * 新增成员:SkipUploadFile
58987
+
58988
+
59060
58989
  ### 第 136 次发布
59061
58990
 
59062
58991
  发布时间:2023-11-30 04:06:09
@@ -79966,6 +79895,26 @@
79966
79895
 
79967
79896
  ## 多网聚合加速(mna) 版本:2021-01-19
79968
79897
 
79898
+ ### 第 15 次发布
79899
+
79900
+ 发布时间:2023-12-01 01:19:47
79901
+
79902
+ 本次发布包含了以下内容:
79903
+
79904
+ 改善已有的文档。
79905
+
79906
+ 新增接口:
79907
+
79908
+ * [GetDevicePayMode](https://cloud.tencent.com/document/api/1385/102111)
79909
+ * [GetFlowPackages](https://cloud.tencent.com/document/api/1385/102110)
79910
+ * [ModifyPackageRenewFlag](https://cloud.tencent.com/document/api/1385/102109)
79911
+ * [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
79912
+
79913
+ 新增数据结构:
79914
+
79915
+ * [DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo)
79916
+ * [FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)
79917
+
79969
79918
  ### 第 14 次发布
79970
79919
 
79971
79920
  发布时间:2023-11-28 01:19:46
@@ -87084,6 +87033,21 @@
87084
87033
 
87085
87034
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
87086
87035
 
87036
+ ### 第 48 次发布
87037
+
87038
+ 发布时间:2023-12-04 00:15:25
87039
+
87040
+ 本次发布包含了以下内容:
87041
+
87042
+ 改善已有的文档。
87043
+
87044
+ 修改数据结构:
87045
+
87046
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
87047
+
87048
+ * <font color="#dd0000">**修改成员**:</font>Tags
87049
+
87050
+
87087
87051
  ### 第 47 次发布
87088
87052
 
87089
87053
  发布时间:2023-11-28 01:20:57
@@ -88063,9 +88027,9 @@
88063
88027
 
88064
88028
  新增数据结构:
88065
88029
 
88066
- * [[ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull)](https://cloud.tencent.com/document/api/866/33527#[ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull))
88067
- * [[ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull)](https://cloud.tencent.com/document/api/866/33527#[ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull))
88068
- * [[FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo)](https://cloud.tencent.com/document/api/866/33527#[FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo))
88030
+ * [ElectronicFlightTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicFlightTicketFull)
88031
+ * [ElectronicTrainTicketFull](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicketFull)
88032
+ * [FlightItemInfo](https://cloud.tencent.com/document/api/866/33527#FlightItemInfo)
88069
88033
 
88070
88034
  修改数据结构:
88071
88035
 
@@ -97815,6 +97779,29 @@
97815
97779
 
97816
97780
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
97817
97781
 
97782
+ ### 第 56 次发布
97783
+
97784
+ 发布时间:2023-12-01 01:22:35
97785
+
97786
+ 本次发布包含了以下内容:
97787
+
97788
+ 改善已有的文档。
97789
+
97790
+ 新增接口:
97791
+
97792
+ * [ModifyDBInstanceSSL](https://cloud.tencent.com/document/api/238/102112)
97793
+
97794
+ 修改接口:
97795
+
97796
+ * [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
97797
+
97798
+ * 新增出参:SSLConfig
97799
+
97800
+
97801
+ 新增数据结构:
97802
+
97803
+ * [SSLConfig](https://cloud.tencent.com/document/api/238/19976#SSLConfig)
97804
+
97818
97805
  ### 第 55 次发布
97819
97806
 
97820
97807
  发布时间:2023-11-21 01:25:12
@@ -99613,9 +99600,9 @@
99613
99600
 
99614
99601
  新增数据结构:
99615
99602
 
99616
- * [[SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType)](https://cloud.tencent.com/document/api/400/41679#[SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType))
99617
- * [[UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress)](https://cloud.tencent.com/document/api/400/41679#[UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress))
99618
- * [[UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion)](https://cloud.tencent.com/document/api/400/41679#[UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion))
99603
+ * [SupportDownloadType](https://cloud.tencent.com/document/api/400/41679#SupportDownloadType)
99604
+ * [UpdateSyncProgress](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgress)
99605
+ * [UpdateSyncProgressRegion](https://cloud.tencent.com/document/api/400/41679#UpdateSyncProgressRegion)
99619
99606
 
99620
99607
  修改数据结构:
99621
99608
 
@@ -119307,6 +119294,32 @@
119307
119294
 
119308
119295
  ## 互动白板(tiw) 版本:2019-09-19
119309
119296
 
119297
+ ### 第 37 次发布
119298
+
119299
+ 发布时间:2023-12-01 01:26:06
119300
+
119301
+ 本次发布包含了以下内容:
119302
+
119303
+ 改善已有的文档。
119304
+
119305
+ <font color="#dd0000">**删除接口**:</font>
119306
+
119307
+ * CreateOfflineRecord
119308
+ * DescribeOfflineRecord
119309
+ * DescribeOfflineRecordCallback
119310
+ * SetOfflineRecordCallback
119311
+
119312
+ 修改接口:
119313
+
119314
+ * [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
119315
+
119316
+ * 新增入参:ExcelParam
119317
+
119318
+
119319
+ 新增数据结构:
119320
+
119321
+ * [ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam)
119322
+
119310
119323
  ### 第 36 次发布
119311
119324
 
119312
119325
  发布时间:2023-11-01 01:23:35
@@ -120018,12 +120031,12 @@
120018
120031
 
120019
120032
  新增接口:
120020
120033
 
120021
- * [[DescribeLogSwitches](https://cloud.tencent.com/document/api/457/102050)](https://cloud.tencent.com/document/api/#/#)
120034
+ * [DescribeLogSwitches](https://cloud.tencent.com/document/api/457/102050)
120022
120035
 
120023
120036
  新增数据结构:
120024
120037
 
120025
- * [[Switch](https://cloud.tencent.com/document/api/457/31866#Switch)](https://cloud.tencent.com/document/api/457/31866#[Switch](https://cloud.tencent.com/document/api/457/31866#Switch))
120026
- * [[SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo)](https://cloud.tencent.com/document/api/457/31866#[SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo))
120038
+ * [Switch](https://cloud.tencent.com/document/api/457/31866#Switch)
120039
+ * [SwitchInfo](https://cloud.tencent.com/document/api/457/31866#SwitchInfo)
120027
120040
 
120028
120041
  ### 第 163 次发布
120029
120042
 
@@ -124629,6 +124642,25 @@
124629
124642
 
124630
124643
  ## 实时音视频(trtc) 版本:2019-07-22
124631
124644
 
124645
+ ### 第 62 次发布
124646
+
124647
+ 发布时间:2023-12-01 01:27:18
124648
+
124649
+ 本次发布包含了以下内容:
124650
+
124651
+ 改善已有的文档。
124652
+
124653
+ 修改数据结构:
124654
+
124655
+ * [WaterMarkChar](https://cloud.tencent.com/document/api/647/44055#WaterMarkChar)
124656
+
124657
+ * 新增成员:Font
124658
+
124659
+ * [WaterMarkTimestamp](https://cloud.tencent.com/document/api/647/44055#WaterMarkTimestamp)
124660
+
124661
+ * 新增成员:Font
124662
+
124663
+
124632
124664
  ### 第 61 次发布
124633
124665
 
124634
124666
  发布时间:2023-11-24 01:26:16
@@ -130217,6 +130249,23 @@
130217
130249
 
130218
130250
  ## 云点播(vod) 版本:2018-07-17
130219
130251
 
130252
+ ### 第 175 次发布
130253
+
130254
+ 发布时间:2023-12-04 00:22:12
130255
+
130256
+ 本次发布包含了以下内容:
130257
+
130258
+ 改善已有的文档。
130259
+
130260
+ 修改数据结构:
130261
+
130262
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
130263
+
130264
+ * 新增成员:QualityEnhanceCompleteEvent
130265
+
130266
+ * <font color="#dd0000">**修改成员**:</font>ExtractCopyRightWatermarkCompleteEvent, QualityInspectCompleteEvent
130267
+
130268
+
130220
130269
  ### 第 174 次发布
130221
130270
 
130222
130271
  发布时间:2023-11-30 07:24:28
@@ -135021,6 +135070,21 @@
135021
135070
 
135022
135071
  ## 私有网络(vpc) 版本:2017-03-12
135023
135072
 
135073
+ ### 第 183 次发布
135074
+
135075
+ 发布时间:2023-12-01 01:28:57
135076
+
135077
+ 本次发布包含了以下内容:
135078
+
135079
+ 改善已有的文档。
135080
+
135081
+ 修改数据结构:
135082
+
135083
+ * [IPSECOptionsSpecification](https://cloud.tencent.com/document/api/215/15824#IPSECOptionsSpecification)
135084
+
135085
+ * 新增成员:IntegrityAlgorithm
135086
+
135087
+
135024
135088
  ### 第 182 次发布
135025
135089
 
135026
135090
  发布时间:2023-11-29 02:08:37
@@ -141162,6 +141226,60 @@
141162
141226
 
141163
141227
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
141164
141228
 
141229
+ ### 第 61 次发布
141230
+
141231
+ 发布时间:2023-12-01 01:30:04
141232
+
141233
+ 本次发布包含了以下内容:
141234
+
141235
+ 改善已有的文档。
141236
+
141237
+ 修改接口:
141238
+
141239
+ * [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
141240
+
141241
+ * 新增入参:InchargeIds
141242
+
141243
+ * [CheckAlarmRegularNameExist](https://cloud.tencent.com/document/api/1267/82530)
141244
+
141245
+ * 新增入参:MonitorType
141246
+
141247
+ * [DescribeAlarmEvents](https://cloud.tencent.com/document/api/1267/82513)
141248
+
141249
+ * 新增入参:MonitorType
141250
+
141251
+ * <font color="#dd0000">**修改入参**:</font>Filters, OrderFields, TaskType, StartTime, EndTime
141252
+
141253
+ * [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
141254
+
141255
+ * 新增入参:MonitorType
141256
+
141257
+ * [DescribeEventCases](https://cloud.tencent.com/document/api/1267/95217)
141258
+
141259
+ * 新增入参:TimeToLive, SortItem, SortType
141260
+
141261
+ * [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
141262
+
141263
+ * 新增入参:EventBatchCaseList
141264
+
141265
+ * <font color="#dd0000">**修改入参**:</font>EventCaseList
141266
+
141267
+
141268
+ 新增数据结构:
141269
+
141270
+ * [EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO)
141271
+
141272
+ 修改数据结构:
141273
+
141274
+ * [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
141275
+
141276
+ * 新增成员:MonitorObjectId, MonitorObjectName, Threshold
141277
+
141278
+ * [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
141279
+
141280
+ * 新增成员:Threshold
141281
+
141282
+
141165
141283
  ### 第 60 次发布
141166
141284
 
141167
141285
  发布时间:2023-11-30 08:21:21
@@ -141172,13 +141290,13 @@
141172
141290
 
141173
141291
  新增接口:
141174
141292
 
141175
- * [[TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)](https://cloud.tencent.com/document/api/#/#)
141293
+ * [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
141176
141294
 
141177
141295
  新增数据结构:
141178
141296
 
141179
- * [[BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO)](https://cloud.tencent.com/document/api/1267/76336#[BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO))
141180
- * [[EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO)](https://cloud.tencent.com/document/api/1267/76336#[EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO))
141181
- * [[FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage)](https://cloud.tencent.com/document/api/1267/76336#[FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage))
141297
+ * [BatchOpsDTO](https://cloud.tencent.com/document/api/1267/76336#BatchOpsDTO)
141298
+ * [EventCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventCaseDTO)
141299
+ * [FailMessage](https://cloud.tencent.com/document/api/1267/76336#FailMessage)
141182
141300
 
141183
141301
  ### 第 59 次发布
141184
141302
 
@@ -143038,6 +143156,28 @@
143038
143156
 
143039
143157
  ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
143040
143158
 
143159
+ ### 第 5 次发布
143160
+
143161
+ 发布时间:2023-12-01 01:31:31
143162
+
143163
+ 本次发布包含了以下内容:
143164
+
143165
+ 改善已有的文档。
143166
+
143167
+ 修改接口:
143168
+
143169
+ * [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
143170
+
143171
+ * 新增入参:ApplicationToken, WorkspaceId
143172
+
143173
+ * 新增出参:Result
143174
+
143175
+
143176
+ 新增数据结构:
143177
+
143178
+ * [AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData)
143179
+ * [DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes)
143180
+
143041
143181
  ### 第 4 次发布
143042
143182
 
143043
143183
  发布时间:2023-11-15 02:45:47