tencentcloud-sdk-nodejs 4.0.768 → 4.0.770

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 (82) hide show
  1. package/CHANGELOG.md +227 -0
  2. package/SERVICE_CHANGELOG.md +218 -33
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/batch/v20170312/batch_models.ts +3 -3
  8. package/src/services/cat/v20180409/cat_models.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  10. package/src/services/cdc/v20201214/cdc_models.ts +3 -3
  11. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -1
  12. package/src/services/cfw/v20190904/cfw_models.ts +7 -7
  13. package/src/services/cvm/v20170312/cvm_models.ts +4 -4
  14. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  15. package/src/services/cwp/v20180228/cwp_models.ts +17 -13
  16. package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
  17. package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
  18. package/src/services/ess/v20201111/ess_client.ts +50 -6
  19. package/src/services/ess/v20201111/ess_models.ts +86 -10
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +19 -14
  22. package/src/services/oceanus/v20190422/oceanus_client.ts +16 -3
  23. package/src/services/oceanus/v20190422/oceanus_models.ts +100 -22
  24. package/src/services/scf/v20180416/scf_models.ts +6 -2
  25. package/src/services/tcss/v20201101/tcss_models.ts +29 -5
  26. package/src/services/teo/v20220901/teo_models.ts +5 -5
  27. package/src/services/tiw/v20190919/tiw_models.ts +101 -10
  28. package/src/services/tms/v20201229/tms_client.ts +18 -2
  29. package/src/services/tms/v20201229/tms_models.ts +250 -65
  30. package/src/services/trp/v20210515/trp_client.ts +1 -1
  31. package/src/services/trp/v20210515/trp_models.ts +17 -3
  32. package/src/services/tse/v20201207/tse_client.ts +76 -16
  33. package/src/services/tse/v20201207/tse_models.ts +237 -58
  34. package/src/services/tsf/v20180326/tsf_models.ts +24 -20
  35. package/src/services/vod/v20180717/vod_client.ts +2 -2
  36. package/src/services/vod/v20180717/vod_models.ts +11 -10
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  40. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +3 -3
  41. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  44. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +3 -3
  45. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -1
  46. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
  47. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
  48. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  49. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
  50. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
  51. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
  52. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
  53. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +43 -7
  54. package/tencentcloud/services/ess/v20201111/ess_client.js +44 -6
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +84 -10
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -13
  59. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  60. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  61. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +96 -21
  62. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
  63. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
  64. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
  65. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
  66. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
  67. package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
  68. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +243 -64
  69. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
  70. package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
  71. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
  72. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
  73. package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
  74. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
  75. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +24 -20
  76. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  77. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -10
  79. package/test/ess.v20201111.test.js +10 -0
  80. package/test/oceanus.v20190422.test.js +10 -0
  81. package/test/tms.v20201229.test.js +10 -0
  82. package/test/tse.v20201207.test.js +54 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,230 @@
1
+ # Release 4.0.770
2
+
3
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
4
+
5
+ ### 第 52 次发布
6
+
7
+ 发布时间:2024-01-01 00:15:04
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
16
+
17
+ * 新增入参:ExtraResult
18
+
19
+
20
+ 新增数据结构:
21
+
22
+ * [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
23
+
24
+ 修改数据结构:
25
+
26
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
27
+
28
+ * 新增成员:EventInfo
29
+
30
+
31
+
32
+
33
+ # Release 4.0.769
34
+
35
+ ## 主机安全(cwp) 版本:2018-02-28
36
+
37
+ ### 第 105 次发布
38
+
39
+ 发布时间:2023-12-29 01:12:06
40
+
41
+ 本次发布包含了以下内容:
42
+
43
+ 改善已有的文档。
44
+
45
+ 修改接口:
46
+
47
+ * [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
48
+
49
+ * 新增入参:TaskIds
50
+
51
+
52
+
53
+
54
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
55
+
56
+ ### 第 145 次发布
57
+
58
+ 发布时间:2023-12-29 01:16:02
59
+
60
+ 本次发布包含了以下内容:
61
+
62
+ 改善已有的文档。
63
+
64
+ 新增接口:
65
+
66
+ * [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
67
+
68
+
69
+
70
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
71
+
72
+ ### 第 51 次发布
73
+
74
+ 发布时间:2023-12-29 01:21:17
75
+
76
+ 本次发布包含了以下内容:
77
+
78
+ 改善已有的文档。
79
+
80
+ 新增接口:
81
+
82
+ * [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
83
+
84
+
85
+
86
+ ## 云函数(scf) 版本:2018-04-16
87
+
88
+ ### 第 64 次发布
89
+
90
+ 发布时间:2023-12-29 01:22:39
91
+
92
+ 本次发布包含了以下内容:
93
+
94
+ 改善已有的文档。
95
+
96
+ 修改接口:
97
+
98
+ * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
99
+
100
+ * <font color="#dd0000">**修改入参**:</font>FunctionName
101
+
102
+ * [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
103
+
104
+ * 新增入参:IgnoreSysLog
105
+
106
+
107
+
108
+
109
+ ## 容器安全服务(tcss) 版本:2020-11-01
110
+
111
+ ### 第 57 次发布
112
+
113
+ 发布时间:2023-12-29 01:24:30
114
+
115
+ 本次发布包含了以下内容:
116
+
117
+ 改善已有的文档。
118
+
119
+ 修改数据结构:
120
+
121
+ * [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
122
+
123
+ * 新增成员:ChargeCoresCnt
124
+
125
+ * [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
126
+
127
+ * 新增成员:ChargeCoresCnt, DefendStatus
128
+
129
+
130
+
131
+
132
+ ## 互动白板(tiw) 版本:2019-09-19
133
+
134
+ ### 第 38 次发布
135
+
136
+ 发布时间:2023-12-29 01:26:38
137
+
138
+ 本次发布包含了以下内容:
139
+
140
+ 改善已有的文档。
141
+
142
+ 修改接口:
143
+
144
+ * [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
145
+
146
+ * 新增入参:AutoHandleUnsupportedElementTypes
147
+
148
+ * [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
149
+
150
+ * 新增入参:AutoHandleUnsupportedElementTypes
151
+
152
+
153
+
154
+
155
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
156
+
157
+ ### 第 31 次发布
158
+
159
+ 发布时间:2023-12-29 01:27:21
160
+
161
+ 本次发布包含了以下内容:
162
+
163
+ 改善已有的文档。
164
+
165
+ 修改接口:
166
+
167
+ * [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
168
+
169
+ * 新增入参:CertState
170
+
171
+
172
+ 修改数据结构:
173
+
174
+ * [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
175
+
176
+ * <font color="#dd0000">**修改成员**:</font>Value
177
+
178
+ * [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
179
+
180
+ * 新增成员:CertState
181
+
182
+ * [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
183
+
184
+ * 新增成员:ProductCertify
185
+
186
+
187
+
188
+
189
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
190
+
191
+ ### 第 55 次发布
192
+
193
+ 发布时间:2023-12-29 01:27:46
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 新增接口:
200
+
201
+ * [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
202
+ * [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
203
+ * [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
204
+ * [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
205
+ * [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
206
+
207
+
208
+
209
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
210
+
211
+ ### 第 102 次发布
212
+
213
+ 发布时间:2023-12-29 01:28:01
214
+
215
+ 本次发布包含了以下内容:
216
+
217
+ 改善已有的文档。
218
+
219
+ 修改数据结构:
220
+
221
+ * [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
222
+
223
+ * 新增成员:LbDns
224
+
225
+
226
+
227
+
1
228
  # Release 4.0.768
2
229
 
3
230
  ## 腾讯健康组学平台(omics) 版本:2022-11-28
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯健康组学平台(omics) 版本:2022-11-28
3
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
4
4
 
5
- ### 第 10 次发布
5
+ ### 第 52 次发布
6
6
 
7
- 发布时间:2023-12-28 01:21:09
7
+ 发布时间:2024-01-01 00:15:04
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,38 +12,21 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
16
-
17
- * 新增入参:RunGroupId, WDLOption, NFOption
18
-
19
- * <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
20
-
21
- * 新增出参:RunGroupId
22
-
23
-
24
-
25
-
26
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
15
+ * [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
27
16
 
28
- ### 第 66 次发布
17
+ * 新增入参:ExtraResult
29
18
 
30
- 发布时间:2023-12-28 01:29:55
31
19
 
32
- 本次发布包含了以下内容:
20
+ 新增数据结构:
33
21
 
34
- 改善已有的文档。
22
+ * [JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)
35
23
 
36
- 新增接口:
24
+ 修改数据结构:
37
25
 
38
- * [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
39
- * [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
40
- * [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
26
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
41
27
 
42
- 新增数据结构:
28
+ * 新增成员:EventInfo
43
29
 
44
- * [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
45
- * [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
46
- * [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
47
30
 
48
31
 
49
32
 
@@ -38475,6 +38458,21 @@
38475
38458
 
38476
38459
  ## 主机安全(cwp) 版本:2018-02-28
38477
38460
 
38461
+ ### 第 105 次发布
38462
+
38463
+ 发布时间:2023-12-29 01:12:06
38464
+
38465
+ 本次发布包含了以下内容:
38466
+
38467
+ 改善已有的文档。
38468
+
38469
+ 修改接口:
38470
+
38471
+ * [SyncBaselineDetectSummary](https://cloud.tencent.com/document/api/296/81348)
38472
+
38473
+ * 新增入参:TaskIds
38474
+
38475
+
38478
38476
  ### 第 104 次发布
38479
38477
 
38480
38478
  发布时间:2023-11-24 01:11:01
@@ -56922,6 +56920,18 @@
56922
56920
 
56923
56921
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
56924
56922
 
56923
+ ### 第 145 次发布
56924
+
56925
+ 发布时间:2023-12-29 01:16:02
56926
+
56927
+ 本次发布包含了以下内容:
56928
+
56929
+ 改善已有的文档。
56930
+
56931
+ 新增接口:
56932
+
56933
+ * [ModifyExtendedService](https://cloud.tencent.com/document/api/1323/102771)
56934
+
56925
56935
  ### 第 144 次发布
56926
56936
 
56927
56937
  发布时间:2023-12-27 01:19:02
@@ -88422,6 +88432,44 @@
88422
88432
 
88423
88433
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
88424
88434
 
88435
+ ### 第 52 次发布
88436
+
88437
+ 发布时间:2024-01-01 00:15:04
88438
+
88439
+ 本次发布包含了以下内容:
88440
+
88441
+ 改善已有的文档。
88442
+
88443
+ 修改接口:
88444
+
88445
+ * [DescribeJobs](https://cloud.tencent.com/document/api/849/52008)
88446
+
88447
+ * 新增入参:ExtraResult
88448
+
88449
+
88450
+ 新增数据结构:
88451
+
88452
+ * [[JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo)](https://cloud.tencent.com/document/api/849/52010#[JobEventInfo](https://cloud.tencent.com/document/api/849/52010#JobEventInfo))
88453
+
88454
+ 修改数据结构:
88455
+
88456
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
88457
+
88458
+ * 新增成员:EventInfo
88459
+
88460
+
88461
+ ### 第 51 次发布
88462
+
88463
+ 发布时间:2023-12-29 01:21:17
88464
+
88465
+ 本次发布包含了以下内容:
88466
+
88467
+ 改善已有的文档。
88468
+
88469
+ 新增接口:
88470
+
88471
+ * [GetMetaTable](https://cloud.tencent.com/document/api/849/102773)
88472
+
88425
88473
  ### 第 50 次发布
88426
88474
 
88427
88475
  发布时间:2023-12-20 01:57:04
@@ -96902,6 +96950,25 @@
96902
96950
 
96903
96951
  ## 云函数(scf) 版本:2018-04-16
96904
96952
 
96953
+ ### 第 64 次发布
96954
+
96955
+ 发布时间:2023-12-29 01:22:39
96956
+
96957
+ 本次发布包含了以下内容:
96958
+
96959
+ 改善已有的文档。
96960
+
96961
+ 修改接口:
96962
+
96963
+ * [GetFunction](https://cloud.tencent.com/document/api/583/18584)
96964
+
96965
+ * <font color="#dd0000">**修改入参**:</font>FunctionName
96966
+
96967
+ * [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
96968
+
96969
+ * 新增入参:IgnoreSysLog
96970
+
96971
+
96905
96972
  ### 第 63 次发布
96906
96973
 
96907
96974
  发布时间:2023-11-30 05:41:26
@@ -108994,6 +109061,25 @@
108994
109061
 
108995
109062
  ## 容器安全服务(tcss) 版本:2020-11-01
108996
109063
 
109064
+ ### 第 57 次发布
109065
+
109066
+ 发布时间:2023-12-29 01:24:30
109067
+
109068
+ 本次发布包含了以下内容:
109069
+
109070
+ 改善已有的文档。
109071
+
109072
+ 修改数据结构:
109073
+
109074
+ * [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
109075
+
109076
+ * 新增成员:ChargeCoresCnt
109077
+
109078
+ * [HostInfo](https://cloud.tencent.com/document/api/1285/65614#HostInfo)
109079
+
109080
+ * 新增成员:ChargeCoresCnt, DefendStatus
109081
+
109082
+
108997
109083
  ### 第 56 次发布
108998
109084
 
108999
109085
  发布时间:2023-11-29 02:03:30
@@ -121139,6 +121225,25 @@
121139
121225
 
121140
121226
  ## 互动白板(tiw) 版本:2019-09-19
121141
121227
 
121228
+ ### 第 38 次发布
121229
+
121230
+ 发布时间:2023-12-29 01:26:38
121231
+
121232
+ 本次发布包含了以下内容:
121233
+
121234
+ 改善已有的文档。
121235
+
121236
+ 修改接口:
121237
+
121238
+ * [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
121239
+
121240
+ * 新增入参:AutoHandleUnsupportedElementTypes
121241
+
121242
+ * [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
121243
+
121244
+ * 新增入参:AutoHandleUnsupportedElementTypes
121245
+
121246
+
121142
121247
  ### 第 37 次发布
121143
121248
 
121144
121249
  发布时间:2023-12-01 01:26:06
@@ -125344,6 +125449,25 @@
125344
125449
 
125345
125450
  ## 文本内容安全(tms) 版本:2020-12-29
125346
125451
 
125452
+ ### 第 9 次发布
125453
+
125454
+ 发布时间:2023-12-29 16:06:34
125455
+
125456
+ 本次发布包含了以下内容:
125457
+
125458
+ 改善已有的文档。
125459
+
125460
+ 新增接口:
125461
+
125462
+ * [ModerateText](https://cloud.tencent.com/document/api/1124/102791)
125463
+
125464
+ 新增数据结构:
125465
+
125466
+ * [LabelGrade](https://cloud.tencent.com/document/api/1124/51861#LabelGrade)
125467
+ * [LibCheckResult](https://cloud.tencent.com/document/api/1124/51861#LibCheckResult)
125468
+ * [ModelResult](https://cloud.tencent.com/document/api/1124/51861#ModelResult)
125469
+ * [ModerationDetail](https://cloud.tencent.com/document/api/1124/51861#ModerationDetail)
125470
+
125347
125471
  ### 第 8 次发布
125348
125472
 
125349
125473
  发布时间:2023-11-28 01:28:13
@@ -125803,6 +125927,36 @@
125803
125927
 
125804
125928
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
125805
125929
 
125930
+ ### 第 31 次发布
125931
+
125932
+ 发布时间:2023-12-29 01:27:21
125933
+
125934
+ 本次发布包含了以下内容:
125935
+
125936
+ 改善已有的文档。
125937
+
125938
+ 修改接口:
125939
+
125940
+ * [DescribeProducts](https://cloud.tencent.com/document/api/1458/75011)
125941
+
125942
+ * 新增入参:CertState
125943
+
125944
+
125945
+ 修改数据结构:
125946
+
125947
+ * [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
125948
+
125949
+ * <font color="#dd0000">**修改成员**:</font>Value
125950
+
125951
+ * [Product](https://cloud.tencent.com/document/api/1458/75030#Product)
125952
+
125953
+ * 新增成员:CertState
125954
+
125955
+ * [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
125956
+
125957
+ * 新增成员:ProductCertify
125958
+
125959
+
125806
125960
  ### 第 30 次发布
125807
125961
 
125808
125962
  发布时间:2023-12-21 10:26:13
@@ -127738,6 +127892,22 @@
127738
127892
 
127739
127893
  ## 微服务引擎 TSE(tse) 版本:2020-12-07
127740
127894
 
127895
+ ### 第 55 次发布
127896
+
127897
+ 发布时间:2023-12-29 01:27:46
127898
+
127899
+ 本次发布包含了以下内容:
127900
+
127901
+ 改善已有的文档。
127902
+
127903
+ 新增接口:
127904
+
127905
+ * [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
127906
+ * [DeleteCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102777)
127907
+ * [ModifyConsoleNetwork](https://cloud.tencent.com/document/api/1364/102776)
127908
+ * [ModifyNetworkAccessStrategy](https://cloud.tencent.com/document/api/1364/102775)
127909
+ * [ModifyNetworkBasicInfo](https://cloud.tencent.com/document/api/1364/102774)
127910
+
127741
127911
  ### 第 54 次发布
127742
127912
 
127743
127913
  发布时间:2023-11-23 01:30:34
@@ -128835,6 +129005,21 @@
128835
129005
 
128836
129006
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
128837
129007
 
129008
+ ### 第 102 次发布
129009
+
129010
+ 发布时间:2023-12-29 01:28:01
129011
+
129012
+ 本次发布包含了以下内容:
129013
+
129014
+ 改善已有的文档。
129015
+
129016
+ 修改数据结构:
129017
+
129018
+ * [ContainerGroupOther](https://cloud.tencent.com/document/api/649/36099#ContainerGroupOther)
129019
+
129020
+ * 新增成员:LbDns
129021
+
129022
+
128838
129023
  ### 第 101 次发布
128839
129024
 
128840
129025
  发布时间:2023-11-30 07:09:40
@@ -143269,15 +143454,15 @@
143269
143454
 
143270
143455
  新增接口:
143271
143456
 
143272
- * [[DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)](https://cloud.tencent.com/document/api/#/#)
143273
- * [[DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)](https://cloud.tencent.com/document/api/#/#)
143274
- * [[DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)](https://cloud.tencent.com/document/api/#/#)
143457
+ * [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
143458
+ * [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
143459
+ * [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
143275
143460
 
143276
143461
  新增数据结构:
143277
143462
 
143278
- * [[ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)](https://cloud.tencent.com/document/api/1267/76336#[ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo))
143279
- * [[TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo))
143280
- * [[TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo))
143463
+ * [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
143464
+ * [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
143465
+ * [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
143281
143466
 
143282
143467
  ### 第 65 次发布
143283
143468
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.768",
3
+ "version": "4.0.770",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {