tencentcloud-sdk-nodejs 4.0.921 → 4.0.923

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 (70) hide show
  1. package/CHANGELOG.md +309 -0
  2. package/SERVICE_CHANGELOG.md +300 -149
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -1
  7. package/src/services/ccc/v20200210/ccc_models.ts +10 -0
  8. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +32 -6
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +214 -79
  10. package/src/services/cfg/v20210820/cfg_models.ts +1 -1
  11. package/src/services/clb/v20180317/clb_models.ts +1 -1
  12. package/src/services/cls/v20201016/cls_models.ts +4 -0
  13. package/src/services/dcdb/v20180411/dcdb_models.ts +13 -1
  14. package/src/services/dsgc/v20190723/dsgc_client.ts +3 -3
  15. package/src/services/dsgc/v20190723/dsgc_models.ts +47 -8
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -1
  17. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  18. package/src/services/faceid/v20180301/faceid_models.ts +12 -0
  19. package/src/services/lke/v20231130/lke_models.ts +2 -2
  20. package/src/services/organization/v20210331/organization_client.ts +2 -2
  21. package/src/services/organization/v20210331/organization_models.ts +17 -17
  22. package/src/services/redis/v20180412/redis_models.ts +42 -40
  23. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  24. package/src/services/ssl/v20191205/ssl_models.ts +3 -3
  25. package/src/services/tmt/v20180321/tmt_models.ts +6 -6
  26. package/src/services/trtc/v20190722/trtc_client.ts +14 -35
  27. package/src/services/trtc/v20190722/trtc_models.ts +40 -0
  28. package/src/services/tse/v20201207/tse_client.ts +1 -0
  29. package/src/services/tse/v20201207/tse_models.ts +29 -0
  30. package/src/services/tts/v20190823/tts_models.ts +2 -2
  31. package/src/services/vclm/v20240523/vclm_models.ts +4 -0
  32. package/src/services/vod/v20180717/vod_models.ts +1 -1
  33. package/src/services/vpc/v20170312/vpc_models.ts +77 -23
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
  38. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +9 -1
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +12 -0
  40. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +208 -79
  41. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  43. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  44. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +13 -1
  45. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +0 -1
  46. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +0 -1
  47. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +46 -8
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
  49. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  50. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  51. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -0
  52. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +2 -2
  53. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +2 -2
  54. package/tencentcloud/services/organization/v20210331/organization_client.js +2 -2
  55. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
  56. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +42 -40
  57. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  58. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  59. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
  60. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +6 -6
  61. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +7 -36
  62. package/tencentcloud/services/trtc/v20190722/trtc_client.js +8 -35
  63. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +38 -0
  64. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +28 -0
  65. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
  66. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
  67. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -23
  69. package/test/cdwdoris.v20211228.test.js +20 -0
  70. package/test/trtc.v20190722.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云联络中心(ccc) 版本:2020-02-10
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
4
 
5
- ### 第 72 次发布
5
+ ### 第 68 次发布
6
6
 
7
- 发布时间:2024-08-20 01:11:11
7
+ 发布时间:2024-08-22 01:03:05
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,71 +12,37 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
15
+ * [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
16
16
 
17
- * <font color="#dd0000">**修改入参**:</font>SdkAppId
17
+ * 新增入参:Source
18
18
 
19
19
 
20
20
 
21
21
 
22
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
22
+ ## 云联络中心(ccc) 版本:2020-02-10
23
23
 
24
- ### 第 18 次发布
24
+ ### 第 73 次发布
25
25
 
26
- 发布时间:2024-08-20 01:14:45
26
+ 发布时间:2024-08-22 01:10:57
27
27
 
28
28
  本次发布包含了以下内容:
29
29
 
30
30
  改善已有的文档。
31
31
 
32
- 新增接口:
33
-
34
- * [CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)
35
- * [CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)
36
- * [DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)
37
- * [DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)
38
- * [DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)
39
- * [ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)
40
- * [OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)
41
- * [OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)
42
- * [UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)
32
+ 修改数据结构:
43
33
 
44
- <font color="#dd0000">**删除接口**:</font>
34
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
45
35
 
46
- * DescribeDatabaseAuditResource
47
- * DescribeDmsSqlHistory
48
- * DescribeDorisMetricFiles
49
- * DescribeFederationToken
50
- * DescribeFrontEnd
51
- * DescribeGoodsDetail
52
- * DescribeRegionZone
53
- * DescribeReplicaVersion
54
- * FitClsLog
55
- * OpenBackUp
36
+ * 新增成员:AsrStatus
56
37
 
57
- 新增数据结构:
58
38
 
59
- * [CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)
60
- * [CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)
61
- * [CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)
62
39
 
63
- <font color="#dd0000">**删除数据结构**:</font>
64
40
 
65
- * DescribeMetricsFileReq
66
- * ModifyMetricFileStruct
67
- * ModifyMetricFileStructNew
68
- * ResourceNodeDiskSpec
69
- * ResourceNodeSpec
70
- * SpecExtra
71
- * VersionReplicaItem
72
-
73
-
74
-
75
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
41
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
76
42
 
77
- ### 第 99 次发布
43
+ ### 第 20 次发布
78
44
 
79
- 发布时间:2024-08-20 01:26:47
45
+ 发布时间:2024-08-22 01:14:33
80
46
 
81
47
  本次发布包含了以下内容:
82
48
 
@@ -84,20 +50,19 @@
84
50
 
85
51
  新增接口:
86
52
 
87
- * [DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)
88
- * [ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)
53
+ * [ModifyClusterConfigs](https://cloud.tencent.com/document/api/1387/110169)
89
54
 
90
55
  新增数据结构:
91
56
 
92
- * [BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)
57
+ * [ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)
93
58
 
94
59
 
95
60
 
96
- ## 弹性 MapReduce(emr) 版本:2019-01-03
61
+ ## 日志服务(cls) 版本:2020-10-16
97
62
 
98
- ### 第 72 次发布
63
+ ### 第 105 次发布
99
64
 
100
- 发布时间:2024-08-20 01:37:24
65
+ 发布时间:2024-08-22 01:19:50
101
66
 
102
67
  本次发布包含了以下内容:
103
68
 
@@ -105,80 +70,9 @@
105
70
 
106
71
  修改接口:
107
72
 
108
- * [InquiryPriceScaleOutInstance](https://cloud.tencent.com/document/api/589/34265)
109
-
110
- * 新增入参:HardwareResourceType
111
-
112
-
113
-
114
-
115
- ## 媒体处理(mps) 版本:2019-06-12
116
-
117
- ### 第 93 次发布
118
-
119
- 发布时间:2024-08-20 01:57:54
120
-
121
- 本次发布包含了以下内容:
122
-
123
- 改善已有的文档。
124
-
125
- 修改数据结构:
126
-
127
- * [DiagnoseResult](https://cloud.tencent.com/document/api/862/37615#DiagnoseResult)
128
-
129
- * <font color="#dd0000">**修改成员**:</font>Category, Type, Timestamp, Description, DateTime, SeverityLevel
130
-
131
- * [LiveStreamAiQualityControlResultInfo](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiQualityControlResultInfo)
132
-
133
- * 新增成员:QualityControlResultSet, DiagnoseResultSet
134
-
135
- * <font color="#dd0000">**修改成员**:</font>DiagnoseResults
136
-
137
-
138
-
139
-
140
- ## 实时音视频(trtc) 版本:2019-07-22
141
-
142
- ### 第 88 次发布
143
-
144
- 发布时间:2024-08-20 02:24:24
145
-
146
- 本次发布包含了以下内容:
147
-
148
- 改善已有的文档。
149
-
150
- 新增接口:
151
-
152
- * [UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)
153
-
154
-
155
-
156
- ## 云点播(vod) 版本:2018-07-17
157
-
158
- ### 第 185 次发布
159
-
160
- 发布时间:2024-08-20 02:28:28
161
-
162
- 本次发布包含了以下内容:
163
-
164
- 改善已有的文档。
165
-
166
- 新增接口:
167
-
168
- * [DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)
169
- * [FastEditMedia](https://cloud.tencent.com/document/api/266/110079)
170
- * [HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)
171
-
172
- 新增数据结构:
173
-
174
- * [FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)
175
- * [RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)
176
-
177
- 修改数据结构:
178
-
179
- * [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
73
+ * [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
180
74
 
181
- * 新增成员:CreateTime, UpdateTime
75
+ * 新增入参:DataTransformType
182
76
 
183
77
 
184
78
 
@@ -2116,6 +2010,21 @@
2116
2010
 
2117
2011
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
2118
2012
 
2013
+ ### 第 68 次发布
2014
+
2015
+ 发布时间:2024-08-22 01:03:05
2016
+
2017
+ 本次发布包含了以下内容:
2018
+
2019
+ 改善已有的文档。
2020
+
2021
+ 修改接口:
2022
+
2023
+ * [DescribeBGPIPL7Rules](https://cloud.tencent.com/document/api/297/103093)
2024
+
2025
+ * 新增入参:Source
2026
+
2027
+
2119
2028
  ### 第 67 次发布
2120
2029
 
2121
2030
  发布时间:2024-06-04 01:07:52
@@ -12379,7 +12288,7 @@
12379
12288
 
12380
12289
 
12381
12290
 
12382
- ## 二进制软件成分分析(bsca) 版本:2021-08-11
12291
+ ## 软件成分分析(bsca) 版本:2021-08-11
12383
12292
 
12384
12293
  ### 第 6 次发布
12385
12294
 
@@ -15646,6 +15555,21 @@
15646
15555
 
15647
15556
  ## 云联络中心(ccc) 版本:2020-02-10
15648
15557
 
15558
+ ### 第 73 次发布
15559
+
15560
+ 发布时间:2024-08-22 01:10:57
15561
+
15562
+ 本次发布包含了以下内容:
15563
+
15564
+ 改善已有的文档。
15565
+
15566
+ 修改数据结构:
15567
+
15568
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
15569
+
15570
+ * 新增成员:AsrStatus
15571
+
15572
+
15649
15573
  ### 第 72 次发布
15650
15574
 
15651
15575
  发布时间:2024-08-20 01:11:11
@@ -23713,6 +23637,45 @@
23713
23637
 
23714
23638
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23715
23639
 
23640
+ ### 第 20 次发布
23641
+
23642
+ 发布时间:2024-08-22 01:14:33
23643
+
23644
+ 本次发布包含了以下内容:
23645
+
23646
+ 改善已有的文档。
23647
+
23648
+ 新增接口:
23649
+
23650
+ * [[ModifyClusterConfigs](https://cloud.tencent.com/document/api/1387/110169)](https://cloud.tencent.com/document/api/#/#)
23651
+
23652
+ 新增数据结构:
23653
+
23654
+ * [[ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext)](https://cloud.tencent.com/document/api/1387/102385#[ConfigSubmitContext](https://cloud.tencent.com/document/api/1387/102385#ConfigSubmitContext))
23655
+
23656
+ ### 第 19 次发布
23657
+
23658
+ 发布时间:2024-08-21 01:14:40
23659
+
23660
+ 本次发布包含了以下内容:
23661
+
23662
+ 改善已有的文档。
23663
+
23664
+ 新增接口:
23665
+
23666
+ * [ActionAlterUser](https://cloud.tencent.com/document/api/1387/110095)
23667
+
23668
+ 新增数据结构:
23669
+
23670
+ * [UserInfo](https://cloud.tencent.com/document/api/1387/102385#UserInfo)
23671
+
23672
+ 修改数据结构:
23673
+
23674
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
23675
+
23676
+ * 新增成员:EnableDlc, AccountType
23677
+
23678
+
23716
23679
  ### 第 18 次发布
23717
23680
 
23718
23681
  发布时间:2024-08-20 01:14:45
@@ -23723,15 +23686,15 @@
23723
23686
 
23724
23687
  新增接口:
23725
23688
 
23726
- * [[CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)](https://cloud.tencent.com/document/api/#/#)
23727
- * [[CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)](https://cloud.tencent.com/document/api/#/#)
23728
- * [[DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)](https://cloud.tencent.com/document/api/#/#)
23729
- * [[DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)](https://cloud.tencent.com/document/api/#/#)
23730
- * [[DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)](https://cloud.tencent.com/document/api/#/#)
23731
- * [[ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)](https://cloud.tencent.com/document/api/#/#)
23732
- * [[OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)](https://cloud.tencent.com/document/api/#/#)
23733
- * [[OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)](https://cloud.tencent.com/document/api/#/#)
23734
- * [[UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)](https://cloud.tencent.com/document/api/#/#)
23689
+ * [CheckCoolDownWorkingVariableConfigCorrect](https://cloud.tencent.com/document/api/1387/110073)
23690
+ * [CreateCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110069)
23691
+ * [DescribeCoolDownBackends](https://cloud.tencent.com/document/api/1387/110072)
23692
+ * [DescribeCoolDownPolicies](https://cloud.tencent.com/document/api/1387/110071)
23693
+ * [DescribeCoolDownTableData](https://cloud.tencent.com/document/api/1387/110070)
23694
+ * [ModifyCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110068)
23695
+ * [OpenCoolDown](https://cloud.tencent.com/document/api/1387/110067)
23696
+ * [OpenCoolDownPolicy](https://cloud.tencent.com/document/api/1387/110066)
23697
+ * [UpdateCoolDown](https://cloud.tencent.com/document/api/1387/110065)
23735
23698
 
23736
23699
  <font color="#dd0000">**删除接口**:</font>
23737
23700
 
@@ -23748,9 +23711,9 @@
23748
23711
 
23749
23712
  新增数据结构:
23750
23713
 
23751
- * [[CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)](https://cloud.tencent.com/document/api/1387/102385#[CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend))
23752
- * [[CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)](https://cloud.tencent.com/document/api/1387/102385#[CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo))
23753
- * [[CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)](https://cloud.tencent.com/document/api/1387/102385#[CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo))
23714
+ * [CoolDownBackend](https://cloud.tencent.com/document/api/1387/102385#CoolDownBackend)
23715
+ * [CoolDownPolicyInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownPolicyInfo)
23716
+ * [CoolDownTableDataInfo](https://cloud.tencent.com/document/api/1387/102385#CoolDownTableDataInfo)
23754
23717
 
23755
23718
  <font color="#dd0000">**删除数据结构**:</font>
23756
23719
 
@@ -32366,6 +32329,21 @@
32366
32329
 
32367
32330
  ## 日志服务(cls) 版本:2020-10-16
32368
32331
 
32332
+ ### 第 105 次发布
32333
+
32334
+ 发布时间:2024-08-22 01:19:50
32335
+
32336
+ 本次发布包含了以下内容:
32337
+
32338
+ 改善已有的文档。
32339
+
32340
+ 修改接口:
32341
+
32342
+ * [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
32343
+
32344
+ * 新增入参:DataTransformType
32345
+
32346
+
32369
32347
  ### 第 104 次发布
32370
32348
 
32371
32349
  发布时间:2024-08-16 01:20:46
@@ -46189,12 +46167,12 @@
46189
46167
 
46190
46168
  新增接口:
46191
46169
 
46192
- * [[DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)](https://cloud.tencent.com/document/api/#/#)
46193
- * [[ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)](https://cloud.tencent.com/document/api/#/#)
46170
+ * [DescribeBinlogConfig](https://cloud.tencent.com/document/api/1003/110075)
46171
+ * [ModifyBinlogConfig](https://cloud.tencent.com/document/api/1003/110074)
46194
46172
 
46195
46173
  新增数据结构:
46196
46174
 
46197
- * [[BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)](https://cloud.tencent.com/document/api/1003/48097#[BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo))
46175
+ * [BinlogConfigInfo](https://cloud.tencent.com/document/api/1003/48097#BinlogConfigInfo)
46198
46176
 
46199
46177
  ### 第 98 次发布
46200
46178
 
@@ -51103,6 +51081,21 @@
51103
51081
 
51104
51082
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
51105
51083
 
51084
+ ### 第 70 次发布
51085
+
51086
+ 发布时间:2024-08-21 01:29:32
51087
+
51088
+ 本次发布包含了以下内容:
51089
+
51090
+ 改善已有的文档。
51091
+
51092
+ 修改接口:
51093
+
51094
+ * [UpgradeDCDBInstance](https://cloud.tencent.com/document/api/557/16136)
51095
+
51096
+ * 新增入参:SwitchStartTime, SwitchEndTime, SwitchAutoRetry
51097
+
51098
+
51106
51099
  ### 第 69 次发布
51107
51100
 
51108
51101
  发布时间:2024-07-03 01:14:20
@@ -56162,6 +56155,40 @@
56162
56155
 
56163
56156
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
56164
56157
 
56158
+ ### 第 18 次发布
56159
+
56160
+ 发布时间:2024-08-21 01:32:52
56161
+
56162
+ 本次发布包含了以下内容:
56163
+
56164
+ 改善已有的文档。
56165
+
56166
+ 修改接口:
56167
+
56168
+ * [CreateDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97253)
56169
+
56170
+ * 新增入参:Status
56171
+
56172
+ * [ModifyDSPADiscoveryRule](https://cloud.tencent.com/document/api/1087/97193)
56173
+
56174
+ * 新增入参:Status
56175
+
56176
+
56177
+ 新增数据结构:
56178
+
56179
+ * [RuleEffectItem](https://cloud.tencent.com/document/api/1087/96844#RuleEffectItem)
56180
+
56181
+ 修改数据结构:
56182
+
56183
+ * [CategoryRule](https://cloud.tencent.com/document/api/1087/96844#CategoryRule)
56184
+
56185
+ * 新增成员:RuleEffectItems, RuleStatus
56186
+
56187
+ * [DspaDiscoveryRuleDetail](https://cloud.tencent.com/document/api/1087/96844#DspaDiscoveryRuleDetail)
56188
+
56189
+ * 新增成员:Status
56190
+
56191
+
56165
56192
  ### 第 17 次发布
56166
56193
 
56167
56194
  发布时间:2024-08-06 01:35:34
@@ -71179,6 +71206,23 @@
71179
71206
 
71180
71207
  ## 人脸核身(faceid) 版本:2018-03-01
71181
71208
 
71209
+ ### 第 78 次发布
71210
+
71211
+ 发布时间:2024-08-21 01:40:11
71212
+
71213
+ 本次发布包含了以下内容:
71214
+
71215
+ 改善已有的文档。
71216
+
71217
+ 修改接口:
71218
+
71219
+ * [CheckIdCardInformation](https://cloud.tencent.com/document/api/1007/47276)
71220
+
71221
+ * 新增入参:IsEncryptResponse, Encryption
71222
+
71223
+ * 新增出参:EncryptedBody
71224
+
71225
+
71182
71226
  ### 第 77 次发布
71183
71227
 
71184
71228
  发布时间:2024-08-19 01:41:40
@@ -143838,6 +143882,18 @@
143838
143882
 
143839
143883
  ## 实时音视频(trtc) 版本:2019-07-22
143840
143884
 
143885
+ ### 第 89 次发布
143886
+
143887
+ 发布时间:2024-08-21 02:23:20
143888
+
143889
+ 本次发布包含了以下内容:
143890
+
143891
+ 改善已有的文档。
143892
+
143893
+ 新增接口:
143894
+
143895
+ * [UpdateAIConversation](https://cloud.tencent.com/document/api/647/110097)
143896
+
143841
143897
  ### 第 88 次发布
143842
143898
 
143843
143899
  发布时间:2024-08-20 02:24:24
@@ -143848,7 +143904,7 @@
143848
143904
 
143849
143905
  新增接口:
143850
143906
 
143851
- * [[UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)](https://cloud.tencent.com/document/api/#/#)
143907
+ * [UpdateStreamIngest](https://cloud.tencent.com/document/api/647/110076)
143852
143908
 
143853
143909
  ### 第 87 次发布
143854
143910
 
@@ -145444,6 +145500,27 @@
145444
145500
 
145445
145501
  ## 微服务引擎(tse) 版本:2020-12-07
145446
145502
 
145503
+ ### 第 75 次发布
145504
+
145505
+ 发布时间:2024-08-21 02:23:57
145506
+
145507
+ 本次发布包含了以下内容:
145508
+
145509
+ 改善已有的文档。
145510
+
145511
+ 修改接口:
145512
+
145513
+ * [DescribeGovernanceInstances](https://cloud.tencent.com/document/api/1364/104399)
145514
+
145515
+ * 新增入参:Location
145516
+
145517
+ * 新增出参:Location
145518
+
145519
+
145520
+ 新增数据结构:
145521
+
145522
+ * [Location](https://cloud.tencent.com/document/api/1364/54942#Location)
145523
+
145447
145524
  ### 第 74 次发布
145448
145525
 
145449
145526
  发布时间:2024-08-02 02:19:29
@@ -150278,6 +150355,21 @@
150278
150355
 
150279
150356
  ## 大模型视频创作引擎(vclm) 版本:2024-05-23
150280
150357
 
150358
+ ### 第 5 次发布
150359
+
150360
+ 发布时间:2024-08-21 02:27:00
150361
+
150362
+ 本次发布包含了以下内容:
150363
+
150364
+ 改善已有的文档。
150365
+
150366
+ 修改接口:
150367
+
150368
+ * [SubmitImageAnimateJob](https://cloud.tencent.com/document/api/1616/107784)
150369
+
150370
+ * 新增入参:EnableBodyJoins
150371
+
150372
+
150281
150373
  ### 第 4 次发布
150282
150374
 
150283
150375
  发布时间:2024-07-29 02:25:41
@@ -150814,14 +150906,14 @@
150814
150906
 
150815
150907
  新增接口:
150816
150908
 
150817
- * [[DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)](https://cloud.tencent.com/document/api/#/#)
150818
- * [[FastEditMedia](https://cloud.tencent.com/document/api/266/110079)](https://cloud.tencent.com/document/api/#/#)
150819
- * [[HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)](https://cloud.tencent.com/document/api/#/#)
150909
+ * [DescribeCurrentPlaylist](https://cloud.tencent.com/document/api/266/110078)
150910
+ * [FastEditMedia](https://cloud.tencent.com/document/api/266/110079)
150911
+ * [HandleCurrentPlaylist](https://cloud.tencent.com/document/api/266/110077)
150820
150912
 
150821
150913
  新增数据结构:
150822
150914
 
150823
- * [[FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)](https://cloud.tencent.com/document/api/266/31773#[FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo))
150824
- * [[RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)](https://cloud.tencent.com/document/api/266/31773#[RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo))
150915
+ * [FastEditMediaFileInfo](https://cloud.tencent.com/document/api/266/31773#FastEditMediaFileInfo)
150916
+ * [RoundPlayFilePlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayFilePlayInfo)
150825
150917
 
150826
150918
  修改数据结构:
150827
150919
 
@@ -155815,6 +155907,65 @@
155815
155907
 
155816
155908
  ## 私有网络(vpc) 版本:2017-03-12
155817
155909
 
155910
+ ### 第 202 次发布
155911
+
155912
+ 发布时间:2024-08-21 02:29:48
155913
+
155914
+ 本次发布包含了以下内容:
155915
+
155916
+ 改善已有的文档。
155917
+
155918
+ 修改数据结构:
155919
+
155920
+ * [AddressTemplate](https://cloud.tencent.com/document/api/215/15824#AddressTemplate)
155921
+
155922
+ * 新增成员:TagSet
155923
+
155924
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
155925
+
155926
+ * [AddressTemplateGroup](https://cloud.tencent.com/document/api/215/15824#AddressTemplateGroup)
155927
+
155928
+ * 新增成员:TagSet
155929
+
155930
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
155931
+
155932
+ * [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
155933
+
155934
+ * 新增成员:TagSet
155935
+
155936
+ * [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
155937
+
155938
+ * 新增成员:TagSet
155939
+
155940
+ * [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
155941
+
155942
+ * 新增成员:TagSet
155943
+
155944
+ * [LocalGateway](https://cloud.tencent.com/document/api/215/15824#LocalGateway)
155945
+
155946
+ * 新增成员:TagSet, LocalGatewayId
155947
+
155948
+ * [NetDetect](https://cloud.tencent.com/document/api/215/15824#NetDetect)
155949
+
155950
+ * 新增成员:TagSet
155951
+
155952
+ * [ServiceTemplate](https://cloud.tencent.com/document/api/215/15824#ServiceTemplate)
155953
+
155954
+ * 新增成员:TagSet
155955
+
155956
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
155957
+
155958
+ * [ServiceTemplateGroup](https://cloud.tencent.com/document/api/215/15824#ServiceTemplateGroup)
155959
+
155960
+ * 新增成员:TagSet
155961
+
155962
+ * <font color="#dd0000">**修改成员**:</font>CreatedTime
155963
+
155964
+ * [SnapshotPolicy](https://cloud.tencent.com/document/api/215/15824#SnapshotPolicy)
155965
+
155966
+ * 新增成员:TagSet
155967
+
155968
+
155818
155969
  ### 第 201 次发布
155819
155970
 
155820
155971
  发布时间:2024-08-16 02:37:46
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.921",
3
+ "version": "4.0.923",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {