tencentcloud-sdk-nodejs 4.0.876 → 4.0.878

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 (132) hide show
  1. package/CHANGELOG.md +278 -0
  2. package/SERVICE_CHANGELOG.md +250 -173
  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/ams/index.ts +2 -2
  7. package/src/services/bma/index.ts +2 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -2
  9. package/src/services/cds/v20180420/cds_client.ts +7 -21
  10. package/src/services/cds/v20180420/cds_models.ts +0 -23
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +15 -0
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/csip/v20221121/csip_client.ts +31 -3
  14. package/src/services/csip/v20221121/csip_models.ts +339 -31
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +20 -0
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/domain/v20180808/domain_models.ts +6 -6
  19. package/src/services/ess/v20201111/ess_client.ts +2 -2
  20. package/src/services/ess/v20201111/ess_models.ts +9 -8
  21. package/src/services/essbasic/index.ts +2 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
  24. package/src/services/facefusion/index.ts +2 -2
  25. package/src/services/gaap/v20180529/gaap_models.ts +10 -0
  26. package/src/services/iai/index.ts +2 -2
  27. package/src/services/ims/index.ts +2 -2
  28. package/src/services/iotvideo/index.ts +2 -2
  29. package/src/services/irp/index.ts +2 -2
  30. package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -14
  31. package/src/services/mgobe/index.ts +2 -2
  32. package/src/services/mongodb/index.ts +2 -2
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +24 -11
  34. package/src/services/ocr/v20181119/ocr_models.ts +22 -16
  35. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  36. package/src/services/redis/v20180412/redis_client.ts +2 -2
  37. package/src/services/redis/v20180412/redis_models.ts +52 -27
  38. package/src/services/sms/index.ts +2 -2
  39. package/src/services/tbp/index.ts +2 -2
  40. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +36 -2
  41. package/src/services/tcbr/v20220217/tcbr_models.ts +1 -1
  42. package/src/services/tcm/v20210413/tcm_models.ts +10 -10
  43. package/src/services/thpc/index.ts +4 -4
  44. package/src/services/tke/index.ts +2 -2
  45. package/src/services/tms/index.ts +2 -2
  46. package/src/services/trtc/v20190722/trtc_client.ts +1 -3
  47. package/src/services/trtc/v20190722/trtc_models.ts +2 -0
  48. package/src/services/tse/v20201207/tse_client.ts +4 -2
  49. package/src/services/tse/v20201207/tse_models.ts +70 -14
  50. package/src/services/tsf/v20180326/tsf_models.ts +45 -40
  51. package/src/services/vm/index.ts +2 -2
  52. package/src/services/wedata/v20210820/wedata_client.ts +12 -0
  53. package/src/services/wedata/v20210820/wedata_models.ts +42 -1
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/ams/index.d.ts +4 -4
  57. package/tencentcloud/services/ams/index.js +2 -2
  58. package/tencentcloud/services/bma/index.d.ts +4 -4
  59. package/tencentcloud/services/bma/index.js +2 -2
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -2
  61. package/tencentcloud/services/cds/v20180420/cds_client.d.ts +3 -9
  62. package/tencentcloud/services/cds/v20180420/cds_client.js +3 -11
  63. package/tencentcloud/services/cds/v20180420/cds_models.d.ts +0 -21
  64. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  65. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  66. package/tencentcloud/services/chdfs/index.js +2 -2
  67. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
  68. package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +331 -31
  70. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +3 -1
  71. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +3 -1
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +20 -0
  73. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  74. package/tencentcloud/services/dbbrain/index.js +2 -2
  75. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +6 -6
  76. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  77. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  78. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -8
  79. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  80. package/tencentcloud/services/essbasic/index.js +2 -2
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -2
  83. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
  84. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  85. package/tencentcloud/services/facefusion/index.js +2 -2
  86. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -0
  87. package/tencentcloud/services/iai/index.d.ts +4 -4
  88. package/tencentcloud/services/iai/index.js +2 -2
  89. package/tencentcloud/services/ims/index.d.ts +4 -4
  90. package/tencentcloud/services/ims/index.js +2 -2
  91. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  92. package/tencentcloud/services/iotvideo/index.js +2 -2
  93. package/tencentcloud/services/irp/index.d.ts +4 -4
  94. package/tencentcloud/services/irp/index.js +2 -2
  95. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +14 -14
  96. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  97. package/tencentcloud/services/mgobe/index.js +2 -2
  98. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  99. package/tencentcloud/services/mongodb/index.js +2 -2
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +24 -11
  101. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -16
  102. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  103. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  104. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  105. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +52 -27
  106. package/tencentcloud/services/sms/index.d.ts +4 -4
  107. package/tencentcloud/services/sms/index.js +2 -2
  108. package/tencentcloud/services/tbp/index.d.ts +4 -4
  109. package/tencentcloud/services/tbp/index.js +2 -2
  110. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  111. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +1 -1
  112. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +10 -10
  113. package/tencentcloud/services/thpc/index.d.ts +6 -6
  114. package/tencentcloud/services/thpc/index.js +4 -4
  115. package/tencentcloud/services/tke/index.d.ts +4 -4
  116. package/tencentcloud/services/tke/index.js +2 -2
  117. package/tencentcloud/services/tms/index.d.ts +4 -4
  118. package/tencentcloud/services/tms/index.js +2 -2
  119. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -3
  120. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -3
  121. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -0
  122. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  123. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +68 -14
  124. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +45 -40
  125. package/tencentcloud/services/vm/index.d.ts +4 -4
  126. package/tencentcloud/services/vm/index.js +2 -2
  127. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  128. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  129. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +40 -1
  130. package/test/cds.v20180420.test.js +2 -12
  131. package/test/csip.v20221121.test.js +20 -0
  132. package/test/wedata.v20210820.test.js +10 -0
@@ -1,56 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 账号风控平台(ciam) 版本:2022-03-31
4
-
5
- ### 第 11 次发布
6
-
7
- 发布时间:2024-06-17 01:21:02
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改数据结构:
14
-
15
- * [ImportUser](https://cloud.tencent.com/document/api/1441/75643#ImportUser)
16
-
17
- * 新增成员:WeComUserId
18
-
19
- * [User](https://cloud.tencent.com/document/api/1441/75643#User)
20
-
21
- * 新增成员:WeComUserId
22
-
23
-
24
-
25
-
26
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
27
-
28
- ### 第 170 次发布
29
-
30
- 发布时间:2024-06-17 01:42:30
31
-
32
- 本次发布包含了以下内容:
33
-
34
- 改善已有的文档。
35
-
36
- 修改接口:
37
-
38
- * [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1420/102515)
39
-
40
- * 新增入参:SealTypes
41
-
42
-
43
-
44
-
45
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
46
-
47
-
48
-
49
- ## 云数据库Redis(redis) 版本:2018-04-12
3
+ ## 云安全一体化平台(csip) 版本:2022-11-21
50
4
 
51
- ### 第 78 次发布
5
+ ### 第 39 次发布
52
6
 
53
- 发布时间:2024-06-17 02:05:47
7
+ 发布时间:2024-06-19 01:24:50
54
8
 
55
9
  本次发布包含了以下内容:
56
10
 
@@ -58,124 +12,42 @@
58
12
 
59
13
  新增接口:
60
14
 
61
- * [DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)
62
- * [DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)
63
- * [DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)
64
- * [ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)
15
+ * [DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)
16
+ * [DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)
65
17
 
66
18
  新增数据结构:
67
19
 
68
- * [AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)
69
-
70
-
71
-
72
- ## 服务网格(tcm) 版本:2021-04-13
73
-
74
- ### 第 22 次发布
75
-
76
- 发布时间:2024-06-17 02:13:16
77
-
78
- 本次发布包含了以下内容:
79
-
80
- 改善已有的文档。
81
-
82
- 修改数据结构:
83
-
84
- * [APM](https://cloud.tencent.com/document/api/1261/63843#APM)
85
-
86
- * 新增成员:NeedDelete
87
-
88
- * [LoadBalancer](https://cloud.tencent.com/document/api/1261/63843#LoadBalancer)
89
-
90
- * 新增成员:MasterZoneID, SlaveZoneID
91
-
92
- * [LoadBalancerStatus](https://cloud.tencent.com/document/api/1261/63843#LoadBalancerStatus)
93
-
94
- * <font color="#dd0000">**修改成员**:</font>LoadBalancerHostname
95
-
96
- * [Mesh](https://cloud.tencent.com/document/api/1261/63843#Mesh)
97
-
98
- * <font color="#dd0000">**修改成员**:</font>CreatedTime, UpdatedTime
99
-
100
-
101
-
102
-
103
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
104
-
105
- ### 第 113 次发布
106
-
107
- 发布时间:2024-06-17 02:17:28
108
-
109
- 本次发布包含了以下内容:
110
-
111
- 改善已有的文档。
112
-
113
- 修改数据结构:
114
-
115
- * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
116
-
117
- * 新增成员:PayMode
118
-
119
- * [RabbitMQUser](https://cloud.tencent.com/document/api/1179/46089#RabbitMQUser)
120
-
121
- * <font color="#dd0000">**修改成员**:</font>InstanceId, User, Password, Description, Tags, CreateTime, ModifyTime, Type
122
-
123
-
124
-
125
-
126
- ## 容器服务(tke) 版本:2022-05-01
127
-
20
+ * [VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)
21
+ * [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
22
+ * [VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)
23
+ * [VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)
128
24
 
129
25
 
130
- ## 容器服务(tke) 版本:2018-05-25
131
-
132
- ### 第 172 次发布
133
-
134
- 发布时间:2024-06-17 02:22:05
135
-
136
- 本次发布包含了以下内容:
137
-
138
- 改善已有的文档。
139
26
 
140
- <font color="#dd0000">**预下线接口**:</font>
141
-
142
- * DescribeExternalClusterSpec
143
-
144
-
145
-
146
- ## 微服务引擎(tse) 版本:2020-12-07
27
+ ## 全球应用加速(gaap) 版本:2018-05-29
147
28
 
148
- ### 第 70 次发布
29
+ ### 第 45 次发布
149
30
 
150
- 发布时间:2024-06-17 02:25:45
31
+ 发布时间:2024-06-19 01:43:58
151
32
 
152
33
  本次发布包含了以下内容:
153
34
 
154
35
  改善已有的文档。
155
36
 
156
- 新增数据结构:
157
-
158
- * [ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)
159
- * [ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)
160
-
161
37
  修改数据结构:
162
38
 
163
- * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
164
-
165
- * 新增成员:ZookeeperRegionInfo, DeployMode
166
-
167
- * [VpcInfo](https://cloud.tencent.com/document/api/1364/54942#VpcInfo)
39
+ * [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
168
40
 
169
- * 新增成员:LbSubnetId
41
+ * 新增成员:TLSCiphers, TLSSupportVersion
170
42
 
171
43
 
172
44
 
173
45
 
174
- ## Web 应用防火墙(waf) 版本:2018-01-25
46
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
175
47
 
176
- ### 第 88 次发布
48
+ ### 第 96 次发布
177
49
 
178
- 发布时间:2024-06-17 02:33:30
50
+ 发布时间:2024-06-19 02:35:11
179
51
 
180
52
  本次发布包含了以下内容:
181
53
 
@@ -183,27 +55,14 @@
183
55
 
184
56
  新增接口:
185
57
 
186
- * [DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)
187
-
188
- 新增数据结构:
189
-
190
- * [DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)
191
-
192
-
193
-
194
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
195
-
196
- ### 第 95 次发布
197
-
198
- 发布时间:2024-06-17 02:35:04
58
+ * [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
199
59
 
200
- 本次发布包含了以下内容:
60
+ 修改数据结构:
201
61
 
202
- 改善已有的文档。
62
+ * [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
203
63
 
204
- 新增接口:
64
+ * <font color="#dd0000">**修改成员**:</font>CirculateTaskList
205
65
 
206
- * [CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)
207
66
 
208
67
 
209
68
 
@@ -22668,6 +22527,18 @@
22668
22527
 
22669
22528
  ## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
22670
22529
 
22530
+ ### 第 4 次发布
22531
+
22532
+ 发布时间:2024-06-18 01:18:51
22533
+
22534
+ 本次发布包含了以下内容:
22535
+
22536
+ 改善已有的文档。
22537
+
22538
+ <font color="#dd0000">**删除接口**:</font>
22539
+
22540
+ * DescribeDasbImageIds
22541
+
22671
22542
  ### 第 3 次发布
22672
22543
 
22673
22544
  发布时间:2024-06-12 01:21:04
@@ -22726,6 +22597,21 @@
22726
22597
 
22727
22598
  ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
22728
22599
 
22600
+ ### 第 21 次发布
22601
+
22602
+ 发布时间:2024-06-18 01:18:55
22603
+
22604
+ 本次发布包含了以下内容:
22605
+
22606
+ 改善已有的文档。
22607
+
22608
+ 修改数据结构:
22609
+
22610
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
22611
+
22612
+ * 新增成员:IsSecondaryZone, SecondaryZoneInfo, ClickHouseKeeper
22613
+
22614
+
22729
22615
  ### 第 20 次发布
22730
22616
 
22731
22617
  发布时间:2024-04-02 01:09:49
@@ -37826,6 +37712,26 @@
37826
37712
 
37827
37713
  ## 云安全一体化平台(csip) 版本:2022-11-21
37828
37714
 
37715
+ ### 第 39 次发布
37716
+
37717
+ 发布时间:2024-06-19 01:24:50
37718
+
37719
+ 本次发布包含了以下内容:
37720
+
37721
+ 改善已有的文档。
37722
+
37723
+ 新增接口:
37724
+
37725
+ * [[DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)](https://cloud.tencent.com/document/api/#/#)
37726
+ * [[DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)](https://cloud.tencent.com/document/api/#/#)
37727
+
37728
+ 新增数据结构:
37729
+
37730
+ * [[VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)](https://cloud.tencent.com/document/api/664/90825#[VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo))
37731
+ * [[VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)](https://cloud.tencent.com/document/api/664/90825#[VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData))
37732
+ * [[VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)](https://cloud.tencent.com/document/api/664/90825#[VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo))
37733
+ * [[VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)](https://cloud.tencent.com/document/api/664/90825#[VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend))
37734
+
37829
37735
  ### 第 38 次发布
37830
37736
 
37831
37737
  发布时间:2024-05-16 01:26:49
@@ -44710,6 +44616,25 @@
44710
44616
 
44711
44617
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
44712
44618
 
44619
+ ### 第 92 次发布
44620
+
44621
+ 发布时间:2024-06-18 01:30:07
44622
+
44623
+ 本次发布包含了以下内容:
44624
+
44625
+ 改善已有的文档。
44626
+
44627
+ <font color="#dd0000">**预下线接口**:</font>
44628
+
44629
+ * DescribeRollbackTimeValidity
44630
+
44631
+ 修改接口:
44632
+
44633
+ * [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
44634
+
44635
+ * 新增入参:TimeSpan, TimeUnit, RollbackDatabases, RollbackTables, OriginalROInstanceList
44636
+
44637
+
44713
44638
  ### 第 91 次发布
44714
44639
 
44715
44640
  发布时间:2024-06-06 01:35:01
@@ -70151,6 +70076,21 @@
70151
70076
 
70152
70077
  ## 全球应用加速(gaap) 版本:2018-05-29
70153
70078
 
70079
+ ### 第 45 次发布
70080
+
70081
+ 发布时间:2024-06-19 01:43:58
70082
+
70083
+ 本次发布包含了以下内容:
70084
+
70085
+ 改善已有的文档。
70086
+
70087
+ 修改数据结构:
70088
+
70089
+ * [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
70090
+
70091
+ * 新增成员:TLSCiphers, TLSSupportVersion
70092
+
70093
+
70154
70094
  ### 第 44 次发布
70155
70095
 
70156
70096
  发布时间:2024-04-17 01:14:36
@@ -83024,6 +82964,21 @@
83024
82964
 
83025
82965
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
83026
82966
 
82967
+ ### 第 61 次发布
82968
+
82969
+ 发布时间:2024-06-18 01:53:48
82970
+
82971
+ 本次发布包含了以下内容:
82972
+
82973
+ 改善已有的文档。
82974
+
82975
+ 修改数据结构:
82976
+
82977
+ * [Bundle](https://cloud.tencent.com/document/api/1207/47576#Bundle)
82978
+
82979
+ * <font color="#dd0000">**修改成员**:</font>BundleTypeDescription
82980
+
82981
+
83027
82982
  ### 第 60 次发布
83028
82983
 
83029
82984
  发布时间:2024-05-13 01:21:46
@@ -89248,6 +89203,21 @@
89248
89203
 
89249
89204
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
89250
89205
 
89206
+ ### 第 40 次发布
89207
+
89208
+ 发布时间:2024-06-18 01:57:52
89209
+
89210
+ 本次发布包含了以下内容:
89211
+
89212
+ 改善已有的文档。
89213
+
89214
+ 修改数据结构:
89215
+
89216
+ * [BackupInfo](https://cloud.tencent.com/document/api/240/38576#BackupInfo)
89217
+
89218
+ * 新增成员:BackId, DeleteTime, BackupRegion
89219
+
89220
+
89251
89221
  ### 第 39 次发布
89252
89222
 
89253
89223
  发布时间:2024-06-12 02:08:47
@@ -104230,6 +104200,21 @@
104230
104200
 
104231
104201
  ## 云数据库Redis(redis) 版本:2018-04-12
104232
104202
 
104203
+ ### 第 79 次发布
104204
+
104205
+ 发布时间:2024-06-18 02:05:48
104206
+
104207
+ 本次发布包含了以下内容:
104208
+
104209
+ 改善已有的文档。
104210
+
104211
+ 修改数据结构:
104212
+
104213
+ * [TendisNodes](https://cloud.tencent.com/document/api/239/20022#TendisNodes)
104214
+
104215
+ * 新增成员:ZoneId
104216
+
104217
+
104233
104218
  ### 第 78 次发布
104234
104219
 
104235
104220
  发布时间:2024-06-17 02:05:47
@@ -104240,14 +104225,14 @@
104240
104225
 
104241
104226
  新增接口:
104242
104227
 
104243
- * [[DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)](https://cloud.tencent.com/document/api/#/#)
104244
- * [[DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)](https://cloud.tencent.com/document/api/#/#)
104245
- * [[DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)](https://cloud.tencent.com/document/api/#/#)
104246
- * [[ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)](https://cloud.tencent.com/document/api/#/#)
104228
+ * [DescribeGlobalReplicationArea](https://cloud.tencent.com/document/api/239/107301)
104229
+ * [DescribeInstanceSpecBandwidth](https://cloud.tencent.com/document/api/239/107302)
104230
+ * [DescribeReplicationGroupInstance](https://cloud.tencent.com/document/api/239/107300)
104231
+ * [ModifyReplicationGroup](https://cloud.tencent.com/document/api/239/107299)
104247
104232
 
104248
104233
  新增数据结构:
104249
104234
 
104250
- * [[AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)](https://cloud.tencent.com/document/api/239/20022#[AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion))
104235
+ * [AvailableRegion](https://cloud.tencent.com/document/api/239/20022#AvailableRegion)
104251
104236
 
104252
104237
  ### 第 77 次发布
104253
104238
 
@@ -114207,6 +114192,25 @@
114207
114192
 
114208
114193
  ## 游戏数据库 TcaplusDB(tcaplusdb) 版本:2019-08-23
114209
114194
 
114195
+ ### 第 21 次发布
114196
+
114197
+ 发布时间:2024-06-18 02:11:49
114198
+
114199
+ 本次发布包含了以下内容:
114200
+
114201
+ 改善已有的文档。
114202
+
114203
+ 修改数据结构:
114204
+
114205
+ * [SnapshotResult](https://cloud.tencent.com/document/api/596/39686#SnapshotResult)
114206
+
114207
+ * 新增成员:ApplicationId
114208
+
114209
+ * [TaskInfoNew](https://cloud.tencent.com/document/api/596/39686#TaskInfoNew)
114210
+
114211
+ * 新增成员:TableGroupId, TableGroupName, TableName
114212
+
114213
+
114210
114214
  ### 第 20 次发布
114211
114215
 
114212
114216
  发布时间:2023-06-20 01:48:17
@@ -138218,6 +138222,19 @@
138218
138222
 
138219
138223
  ## 实时音视频(trtc) 版本:2019-07-22
138220
138224
 
138225
+ ### 第 77 次发布
138226
+
138227
+ 发布时间:2024-06-18 02:25:06
138228
+
138229
+ 本次发布包含了以下内容:
138230
+
138231
+ 改善已有的文档。
138232
+
138233
+ 修改数据结构:
138234
+
138235
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
138236
+
138237
+
138221
138238
  ### 第 76 次发布
138222
138239
 
138223
138240
  发布时间:2024-06-03 02:25:00
@@ -139633,6 +139650,26 @@
139633
139650
 
139634
139651
  ## 微服务引擎(tse) 版本:2020-12-07
139635
139652
 
139653
+ ### 第 71 次发布
139654
+
139655
+ 发布时间:2024-06-18 02:25:40
139656
+
139657
+ 本次发布包含了以下内容:
139658
+
139659
+ 改善已有的文档。
139660
+
139661
+ 修改接口:
139662
+
139663
+ * [DescribePublicAddressConfig](https://cloud.tencent.com/document/api/1364/107147)
139664
+
139665
+ * 新增出参:Result
139666
+
139667
+
139668
+ 新增数据结构:
139669
+
139670
+ * [DescribePublicAddressConfigResult](https://cloud.tencent.com/document/api/1364/54942#DescribePublicAddressConfigResult)
139671
+ * [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
139672
+
139636
139673
  ### 第 70 次发布
139637
139674
 
139638
139675
  发布时间:2024-06-17 02:25:45
@@ -139643,8 +139680,8 @@
139643
139680
 
139644
139681
  新增数据结构:
139645
139682
 
139646
- * [[ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo))
139647
- * [[ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)](https://cloud.tencent.com/document/api/1364/54942#[ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo))
139683
+ * [ZookeeperRegionInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionInfo)
139684
+ * [ZookeeperRegionMyIdInfo](https://cloud.tencent.com/document/api/1364/54942#ZookeeperRegionMyIdInfo)
139648
139685
 
139649
139686
  修改数据结构:
139650
139687
 
@@ -141108,6 +141145,27 @@
141108
141145
 
141109
141146
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
141110
141147
 
141148
+ ### 第 108 次发布
141149
+
141150
+ 发布时间:2024-06-18 02:26:44
141151
+
141152
+ 本次发布包含了以下内容:
141153
+
141154
+ 改善已有的文档。
141155
+
141156
+ 修改数据结构:
141157
+
141158
+ * [FileConfigRelease](https://cloud.tencent.com/document/api/649/36099#FileConfigRelease)
141159
+
141160
+ * 新增成员:ConfigCenters
141161
+
141162
+ * <font color="#dd0000">**修改成员**:</font>ConfigReleaseId, ConfigId, ConfigName, ConfigVersion, ReleaseDesc, ReleaseTime, GroupId, GroupName, NamespaceId, NamespaceName, ClusterId, ClusterName
141163
+
141164
+ * [Instance](https://cloud.tencent.com/document/api/649/36099#Instance)
141165
+
141166
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, InstanceName, LanIp, WanIp, InstanceDesc, ClusterId, ClusterName, InstanceStatus, InstanceAvailableStatus, ServiceInstanceStatus, CountInTsf, GroupId, ApplicationId, ApplicationName, InstanceCreatedTime, InstanceExpiredTime, InstanceChargeType, InstanceTotalCpu, InstanceTotalMem, InstanceUsedCpu, InstanceUsedMem, InstanceLimitCpu, InstanceLimitMem, InstancePkgVersion, ClusterType, RestrictState, UpdateTime, OperationState, NamespaceId, InstanceZoneId, InstanceImportMode, ApplicationType, ApplicationResourceType, ServiceSidecarStatus, GroupName, NamespaceName, Reason, AgentVersion, NodeInstanceId
141167
+
141168
+
141111
141169
  ### 第 107 次发布
141112
141170
 
141113
141171
  发布时间:2024-06-04 02:27:15
@@ -153981,11 +154039,11 @@
153981
154039
 
153982
154040
  新增接口:
153983
154041
 
153984
- * [[DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)](https://cloud.tencent.com/document/api/#/#)
154042
+ * [DescribeAreaBanAreas](https://cloud.tencent.com/document/api/627/107303)
153985
154043
 
153986
154044
  新增数据结构:
153987
154045
 
153988
- * [[DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)](https://cloud.tencent.com/document/api/627/53609#[DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp))
154046
+ * [DescribeAreaBanAreasRsp](https://cloud.tencent.com/document/api/627/53609#DescribeAreaBanAreasRsp)
153989
154047
 
153990
154048
  ### 第 87 次发布
153991
154049
 
@@ -156345,6 +156403,25 @@
156345
156403
 
156346
156404
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
156347
156405
 
156406
+ ### 第 96 次发布
156407
+
156408
+ 发布时间:2024-06-19 02:35:11
156409
+
156410
+ 本次发布包含了以下内容:
156411
+
156412
+ 改善已有的文档。
156413
+
156414
+ 新增接口:
156415
+
156416
+ * [[MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)](https://cloud.tencent.com/document/api/#/#)
156417
+
156418
+ 修改数据结构:
156419
+
156420
+ * [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
156421
+
156422
+ * <font color="#dd0000">**修改成员**:</font>CirculateTaskList
156423
+
156424
+
156348
156425
  ### 第 95 次发布
156349
156426
 
156350
156427
  发布时间:2024-06-17 02:35:04
@@ -156355,7 +156432,7 @@
156355
156432
 
156356
156433
  新增接口:
156357
156434
 
156358
- * [[CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)](https://cloud.tencent.com/document/api/#/#)
156435
+ * [CreateTaskFolder](https://cloud.tencent.com/document/api/1267/107304)
156359
156436
 
156360
156437
  ### 第 94 次发布
156361
156438
 
@@ -157775,7 +157852,7 @@
157775
157852
  * [ModifyTaskLinksDs](https://cloud.tencent.com/document/api/#/#)
157776
157853
  * [ModifyTaskScriptDs](https://cloud.tencent.com/document/api/#/#)
157777
157854
  * [MoveFile](https://cloud.tencent.com/document/api/#/#)
157778
- * [MoveTasksToFolder](https://cloud.tencent.com/document/api/#/#)
157855
+ * [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
157779
157856
  * [RegisterDsEvent](https://cloud.tencent.com/document/api/#/#)
157780
157857
  * [RegisterDsEventListener](https://cloud.tencent.com/document/api/#/#)
157781
157858
  * [RegisterDsEventPublisher](https://cloud.tencent.com/document/api/#/#)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.876",
3
+ "version": "4.0.878",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {