tencentcloud-sdk-nodejs 4.0.811 → 4.0.813

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 +392 -0
  2. package/SERVICE_CHANGELOG.md +504 -46
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/af/v20200226/af_models.ts +3 -5
  7. package/src/services/afc/v20200226/afc_models.ts +4 -8
  8. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  9. package/src/services/cls/v20201016/cls_client.ts +17 -29
  10. package/src/services/cls/v20201016/cls_models.ts +54 -43
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +30 -0
  13. package/src/services/dnspod/v20210323/dnspod_client.ts +22 -9
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +130 -60
  15. package/src/services/dts/v20211206/dts_models.ts +7 -2
  16. package/src/services/emr/v20190103/emr_client.ts +4 -2
  17. package/src/services/emr/v20190103/emr_models.ts +130 -66
  18. package/src/services/es/v20180416/es_client.ts +59 -20
  19. package/src/services/es/v20180416/es_models.ts +352 -139
  20. package/src/services/ess/v20201111/ess_client.ts +14 -0
  21. package/src/services/ess/v20201111/ess_models.ts +42 -1
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +20 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +41 -3
  24. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +40 -0
  25. package/src/services/lcic/v20220817/lcic_models.ts +42 -0
  26. package/src/services/live/v20180801/live_client.ts +13 -0
  27. package/src/services/live/v20180801/live_models.ts +58 -0
  28. package/src/services/mps/v20190612/mps_models.ts +2 -2
  29. package/src/services/mrs/v20200910/mrs_models.ts +1 -1
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +4 -0
  31. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  32. package/src/services/teo/v20220901/teo_models.ts +1 -1
  33. package/src/services/tione/v20211111/tione_client.ts +19 -7
  34. package/src/services/tione/v20211111/tione_models.ts +26 -7
  35. package/src/services/trp/v20210515/trp_models.ts +10 -0
  36. package/src/services/wedata/v20210820/wedata_models.ts +30 -0
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/af/v20200226/af_models.d.ts +3 -5
  40. package/tencentcloud/services/afc/v20200226/afc_models.d.ts +4 -8
  41. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  42. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +7 -11
  43. package/tencentcloud/services/cls/v20201016/cls_client.js +9 -15
  44. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +54 -41
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +29 -0
  46. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +7 -3
  47. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +9 -3
  48. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +127 -60
  49. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
  50. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  51. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +128 -66
  52. package/tencentcloud/services/es/v20180416/es_client.d.ts +17 -5
  53. package/tencentcloud/services/es/v20180416/es_client.js +24 -6
  54. package/tencentcloud/services/es/v20180416/es_models.d.ts +343 -139
  55. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
  56. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
  57. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +40 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -2
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -1
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +39 -3
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
  62. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +42 -0
  63. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  64. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  65. package/tencentcloud/services/live/v20180801/live_models.d.ts +55 -0
  66. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
  67. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
  68. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4 -0
  69. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  70. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  71. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
  72. package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
  73. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +24 -7
  74. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +10 -0
  75. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
  76. package/test/cls.v20201016.test.js +12 -22
  77. package/test/dnspod.v20210323.test.js +12 -2
  78. package/test/es.v20180416.test.js +34 -4
  79. package/test/ess.v20201111.test.js +10 -0
  80. package/test/essbasic.v20210526.test.js +10 -0
  81. package/test/live.v20180801.test.js +10 -0
  82. package/test/tione.v20211111.test.js +12 -2
@@ -1,41 +1,191 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## Elasticsearch Service(es) 版本:2018-04-16
3
+ ## 日志服务(cls) 版本:2020-10-16
4
4
 
5
- ### 第 53 次发布
5
+ ### 第 86 次发布
6
6
 
7
- 发布时间:2024-03-13 16:49:04
7
+ 发布时间:2024-03-15 01:10:50
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改接口:
14
+
15
+ * [CreateKafkaRecharge](https://cloud.tencent.com/document/api/614/94448)
16
+
17
+ * <font color="#dd0000">**修改入参**:</font>LogRechargeRule
18
+
19
+
20
+
21
+
22
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
23
+
24
+ ### 第 81 次发布
25
+
26
+ 发布时间:2024-03-15 01:12:26
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
35
+
36
+ * 新增入参:UpgradeProxy
37
+
38
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
39
+
40
+ * 新增入参:UpgradeProxy
14
41
 
15
- * [CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)
16
- * [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
17
- * [DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)
18
- * [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
19
- * [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
20
- * [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
21
- * [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
22
- * [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
23
42
 
24
43
  新增数据结构:
25
44
 
26
- * [DiData](https://cloud.tencent.com/document/api/845/30634#DiData)
27
- * [DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)
28
- * [DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)
29
- * [DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)
30
- * [DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)
31
- * [DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)
32
- * [DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)
33
- * [DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)
34
- * [KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)
35
- * [ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)
36
- * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
37
- * [ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)
38
- * [VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)
45
+ * [UpgradeProxy](https://cloud.tencent.com/document/api/1003/48097#UpgradeProxy)
46
+
47
+
48
+
49
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
50
+
51
+ ### 第 62 次发布
52
+
53
+ 发布时间:2024-03-15 01:14:37
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 修改接口:
60
+
61
+ * [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
62
+
63
+ * 新增入参:StopParams
64
+
65
+
66
+ 新增数据结构:
67
+
68
+ * [Arg](https://cloud.tencent.com/document/api/589/33981#Arg)
69
+ * [StopParams](https://cloud.tencent.com/document/api/589/33981#StopParams)
70
+
71
+ 修改数据结构:
72
+
73
+ * [StrategyConfig](https://cloud.tencent.com/document/api/589/33981#StrategyConfig)
74
+
75
+ * 新增成员:Args
76
+
77
+
78
+
79
+
80
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
81
+
82
+ ### 第 155 次发布
83
+
84
+ 发布时间:2024-03-15 01:14:52
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 新增接口:
91
+
92
+ * [RenewAutoSignLicense](https://cloud.tencent.com/document/api/1323/104346)
93
+
94
+
95
+
96
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
97
+
98
+ ### 第 158 次发布
99
+
100
+ 发布时间:2024-03-15 01:15:07
101
+
102
+ 本次发布包含了以下内容:
103
+
104
+ 改善已有的文档。
105
+
106
+ 新增接口:
107
+
108
+ * [ChannelRenewAutoSignLicense](https://cloud.tencent.com/document/api/1420/104347)
109
+
110
+
111
+
112
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
113
+
114
+
115
+
116
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
117
+
118
+ ### 第 53 次发布
119
+
120
+ 发布时间:2024-03-15 01:17:42
121
+
122
+ 本次发布包含了以下内容:
123
+
124
+ 改善已有的文档。
125
+
126
+ 修改接口:
127
+
128
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
129
+
130
+ * 新增入参:RecordScene, RecordLang
131
+
132
+ * [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
133
+
134
+ * 新增出参:RecordScene, RecordLang
135
+
136
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
137
+
138
+ * 新增入参:RecordScene, RecordLang
139
+
140
+
141
+ 修改数据结构:
142
+
143
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
144
+
145
+ * 新增成员:RecordScene, RecordLang
146
+
147
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
148
+
149
+ * 新增成员:RecordScene, RecordLang
150
+
151
+
152
+
153
+
154
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
155
+
156
+ ### 第 59 次发布
157
+
158
+ 发布时间:2024-03-15 01:20:49
159
+
160
+ 本次发布包含了以下内容:
161
+
162
+ 改善已有的文档。
163
+
164
+ 修改接口:
165
+
166
+ * [DescribeCollationTimeZone](https://cloud.tencent.com/document/api/238/101735)
167
+
168
+ * 新增入参:DBVersion
169
+
170
+
171
+
172
+
173
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
174
+
175
+ ### 第 33 次发布
176
+
177
+ 发布时间:2024-03-15 01:24:38
178
+
179
+ 本次发布包含了以下内容:
180
+
181
+ 改善已有的文档。
182
+
183
+ 修改数据结构:
184
+
185
+ * [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
186
+
187
+ * 新增成员:AigcTextQuota, AigcImageQuota
188
+
39
189
 
40
190
 
41
191
 
@@ -30230,6 +30380,33 @@
30230
30380
 
30231
30381
  ## 日志服务(cls) 版本:2020-10-16
30232
30382
 
30383
+ ### 第 86 次发布
30384
+
30385
+ 发布时间:2024-03-15 01:10:50
30386
+
30387
+ 本次发布包含了以下内容:
30388
+
30389
+ 改善已有的文档。
30390
+
30391
+ 修改接口:
30392
+
30393
+ * [CreateKafkaRecharge](https://cloud.tencent.com/document/api/614/94448)
30394
+
30395
+ * <font color="#dd0000">**修改入参**:</font>LogRechargeRule
30396
+
30397
+
30398
+ ### 第 85 次发布
30399
+
30400
+ 发布时间:2024-03-14 01:11:38
30401
+
30402
+ 本次发布包含了以下内容:
30403
+
30404
+ 改善已有的文档。
30405
+
30406
+ <font color="#dd0000">**删除接口**:</font>
30407
+
30408
+ * DescribeKafkaUser
30409
+
30233
30410
  ### 第 84 次发布
30234
30411
 
30235
30412
  发布时间:2024-03-13 01:11:37
@@ -43071,6 +43248,29 @@
43071
43248
 
43072
43249
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43073
43250
 
43251
+ ### 第 81 次发布
43252
+
43253
+ 发布时间:2024-03-15 01:12:26
43254
+
43255
+ 本次发布包含了以下内容:
43256
+
43257
+ 改善已有的文档。
43258
+
43259
+ 修改接口:
43260
+
43261
+ * [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
43262
+
43263
+ * 新增入参:UpgradeProxy
43264
+
43265
+ * [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
43266
+
43267
+ * 新增入参:UpgradeProxy
43268
+
43269
+
43270
+ 新增数据结构:
43271
+
43272
+ * [[UpgradeProxy](https://cloud.tencent.com/document/api/1003/48097#UpgradeProxy)](https://cloud.tencent.com/document/api/1003/48097#[UpgradeProxy](https://cloud.tencent.com/document/api/1003/48097#UpgradeProxy))
43273
+
43074
43274
  ### 第 80 次发布
43075
43275
 
43076
43276
  发布时间:2024-02-26 01:12:56
@@ -50460,6 +50660,33 @@
50460
50660
 
50461
50661
  ## DNSPod(dnspod) 版本:2021-03-23
50462
50662
 
50663
+ ### 第 30 次发布
50664
+
50665
+ 发布时间:2024-03-14 01:14:21
50666
+
50667
+ 本次发布包含了以下内容:
50668
+
50669
+ 改善已有的文档。
50670
+
50671
+ 新增接口:
50672
+
50673
+ * [DescribeRecordLineCategoryList](https://cloud.tencent.com/document/api/1427/104320)
50674
+
50675
+ 修改接口:
50676
+
50677
+ * [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
50678
+
50679
+ * 新增入参:DnssecConflictMode
50680
+
50681
+ * [ModifyRecord](https://cloud.tencent.com/document/api/1427/56157)
50682
+
50683
+ * 新增入参:DnssecConflictMode
50684
+
50685
+
50686
+ 新增数据结构:
50687
+
50688
+ * [LineItem](https://cloud.tencent.com/document/api/1427/56185#LineItem)
50689
+
50463
50690
  ### 第 29 次发布
50464
50691
 
50465
50692
  发布时间:2024-01-10 01:13:10
@@ -52768,6 +52995,21 @@
52768
52995
 
52769
52996
  ## 数据传输服务(dts) 版本:2021-12-06
52770
52997
 
52998
+ ### 第 25 次发布
52999
+
53000
+ 发布时间:2024-03-14 01:15:02
53001
+
53002
+ 本次发布包含了以下内容:
53003
+
53004
+ 改善已有的文档。
53005
+
53006
+ 修改数据结构:
53007
+
53008
+ * [DBInfo](https://cloud.tencent.com/document/api/571/82108#DBInfo)
53009
+
53010
+ * 新增成员:SetId
53011
+
53012
+
52771
53013
  ### 第 24 次发布
52772
53014
 
52773
53015
  发布时间:2024-03-08 01:15:05
@@ -56281,6 +56523,52 @@
56281
56523
 
56282
56524
  ## 弹性 MapReduce(emr) 版本:2019-01-03
56283
56525
 
56526
+ ### 第 62 次发布
56527
+
56528
+ 发布时间:2024-03-15 01:14:37
56529
+
56530
+ 本次发布包含了以下内容:
56531
+
56532
+ 改善已有的文档。
56533
+
56534
+ 修改接口:
56535
+
56536
+ * [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
56537
+
56538
+ * 新增入参:StopParams
56539
+
56540
+
56541
+ 新增数据结构:
56542
+
56543
+ * [[Arg](https://cloud.tencent.com/document/api/589/33981#Arg)](https://cloud.tencent.com/document/api/589/33981#[Arg](https://cloud.tencent.com/document/api/589/33981#Arg))
56544
+ * [[StopParams](https://cloud.tencent.com/document/api/589/33981#StopParams)](https://cloud.tencent.com/document/api/589/33981#[StopParams](https://cloud.tencent.com/document/api/589/33981#StopParams))
56545
+
56546
+ 修改数据结构:
56547
+
56548
+ * [StrategyConfig](https://cloud.tencent.com/document/api/589/33981#StrategyConfig)
56549
+
56550
+ * 新增成员:Args
56551
+
56552
+
56553
+ ### 第 61 次发布
56554
+
56555
+ 发布时间:2024-03-14 01:15:43
56556
+
56557
+ 本次发布包含了以下内容:
56558
+
56559
+ 改善已有的文档。
56560
+
56561
+ 修改接口:
56562
+
56563
+ * [DescribeHiveQueries](https://cloud.tencent.com/document/api/589/94487)
56564
+
56565
+ * 新增入参:State, EndTimeGte, EndTimeLte
56566
+
56567
+ * [DescribeImpalaQueries](https://cloud.tencent.com/document/api/589/94486)
56568
+
56569
+ * 新增入参:State, EndTimeGte, EndTimeLte
56570
+
56571
+
56284
56572
  ### 第 60 次发布
56285
56573
 
56286
56574
  发布时间:2024-02-28 01:16:01
@@ -57685,6 +57973,26 @@
57685
57973
 
57686
57974
  ## Elasticsearch Service(es) 版本:2018-04-16
57687
57975
 
57976
+ ### 第 54 次发布
57977
+
57978
+ 发布时间:2024-03-14 01:15:53
57979
+
57980
+ 本次发布包含了以下内容:
57981
+
57982
+ 改善已有的文档。
57983
+
57984
+ 新增接口:
57985
+
57986
+ * [CheckMigrateIndexMetaData](https://cloud.tencent.com/document/api/845/104323)
57987
+ * [CreateCosMigrateToServerlessInstance](https://cloud.tencent.com/document/api/845/104322)
57988
+ * [DescribeUserCosSnapshotList](https://cloud.tencent.com/document/api/845/104321)
57989
+
57990
+ 新增数据结构:
57991
+
57992
+ * [CommonIndexInfo](https://cloud.tencent.com/document/api/845/30634#CommonIndexInfo)
57993
+ * [CosSnapShotInfo](https://cloud.tencent.com/document/api/845/30634#CosSnapShotInfo)
57994
+ * [DataStreamInfo](https://cloud.tencent.com/document/api/845/30634#DataStreamInfo)
57995
+
57688
57996
  ### 第 53 次发布
57689
57997
 
57690
57998
  发布时间:2024-03-13 16:49:04
@@ -57695,30 +58003,30 @@
57695
58003
 
57696
58004
  新增接口:
57697
58005
 
57698
- * [[CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)](https://cloud.tencent.com/document/api/#/#)
57699
- * [[CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)](https://cloud.tencent.com/document/api/#/#)
57700
- * [[DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)](https://cloud.tencent.com/document/api/#/#)
57701
- * [[DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)](https://cloud.tencent.com/document/api/#/#)
57702
- * [[DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)](https://cloud.tencent.com/document/api/#/#)
57703
- * [[DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)](https://cloud.tencent.com/document/api/#/#)
57704
- * [[UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)](https://cloud.tencent.com/document/api/#/#)
57705
- * [[UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)](https://cloud.tencent.com/document/api/#/#)
58006
+ * [CreateServerlessInstance](https://cloud.tencent.com/document/api/845/104318)
58007
+ * [CreateServerlessSpaceV2](https://cloud.tencent.com/document/api/845/104317)
58008
+ * [DeleteServerlessInstance](https://cloud.tencent.com/document/api/845/104316)
58009
+ * [DeleteServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104315)
58010
+ * [DescribeServerlessSpaceUser](https://cloud.tencent.com/document/api/845/104314)
58011
+ * [DescribeServerlessSpaces](https://cloud.tencent.com/document/api/845/104313)
58012
+ * [UpdateServerlessInstance](https://cloud.tencent.com/document/api/845/104312)
58013
+ * [UpdateServerlessSpace](https://cloud.tencent.com/document/api/845/104311)
57706
58014
 
57707
58015
  新增数据结构:
57708
58016
 
57709
- * [[DiData](https://cloud.tencent.com/document/api/845/30634#DiData)](https://cloud.tencent.com/document/api/845/30634#[DiData](https://cloud.tencent.com/document/api/845/30634#DiData))
57710
- * [[DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)](https://cloud.tencent.com/document/api/845/30634#[DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless))
57711
- * [[DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm))
57712
- * [[DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance))
57713
- * [[DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)](https://cloud.tencent.com/document/api/845/30634#[DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke))
57714
- * [[DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)](https://cloud.tencent.com/document/api/845/30634#[DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm))
57715
- * [[DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)](https://cloud.tencent.com/document/api/845/30634#[DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke))
57716
- * [[DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)](https://cloud.tencent.com/document/api/845/30634#[DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel))
57717
- * [[KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)](https://cloud.tencent.com/document/api/845/30634#[KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl))
57718
- * [[ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)](https://cloud.tencent.com/document/api/845/30634#[ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi))
57719
- * [[ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)](https://cloud.tencent.com/document/api/845/30634#[ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace))
57720
- * [[ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)](https://cloud.tencent.com/document/api/845/30634#[ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser))
57721
- * [[VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)](https://cloud.tencent.com/document/api/845/30634#[VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo))
58017
+ * [DiData](https://cloud.tencent.com/document/api/845/30634#DiData)
58018
+ * [DiDataSinkServerless](https://cloud.tencent.com/document/api/845/30634#DiDataSinkServerless)
58019
+ * [DiDataSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvm)
58020
+ * [DiDataSourceCvmInstance](https://cloud.tencent.com/document/api/845/30634#DiDataSourceCvmInstance)
58021
+ * [DiDataSourceTke](https://cloud.tencent.com/document/api/845/30634#DiDataSourceTke)
58022
+ * [DiSourceCvm](https://cloud.tencent.com/document/api/845/30634#DiSourceCvm)
58023
+ * [DiSourceTke](https://cloud.tencent.com/document/api/845/30634#DiSourceTke)
58024
+ * [DiSourceTkePodLabel](https://cloud.tencent.com/document/api/845/30634#DiSourceTkePodLabel)
58025
+ * [KibanaPublicAcl](https://cloud.tencent.com/document/api/845/30634#KibanaPublicAcl)
58026
+ * [ServerlessDi](https://cloud.tencent.com/document/api/845/30634#ServerlessDi)
58027
+ * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
58028
+ * [ServerlessSpaceUser](https://cloud.tencent.com/document/api/845/30634#ServerlessSpaceUser)
58029
+ * [VpcInfo](https://cloud.tencent.com/document/api/845/30634#VpcInfo)
57722
58030
 
57723
58031
  ### 第 52 次发布
57724
58032
 
@@ -58867,6 +59175,18 @@
58867
59175
 
58868
59176
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
58869
59177
 
59178
+ ### 第 155 次发布
59179
+
59180
+ 发布时间:2024-03-15 01:14:52
59181
+
59182
+ 本次发布包含了以下内容:
59183
+
59184
+ 改善已有的文档。
59185
+
59186
+ 新增接口:
59187
+
59188
+ * [[RenewAutoSignLicense](https://cloud.tencent.com/document/api/1323/104346)](https://cloud.tencent.com/document/api/#/#)
59189
+
58870
59190
  ### 第 154 次发布
58871
59191
 
58872
59192
  发布时间:2024-03-11 01:15:16
@@ -61857,6 +62177,18 @@
61857
62177
 
61858
62178
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
61859
62179
 
62180
+ ### 第 158 次发布
62181
+
62182
+ 发布时间:2024-03-15 01:15:07
62183
+
62184
+ 本次发布包含了以下内容:
62185
+
62186
+ 改善已有的文档。
62187
+
62188
+ 新增接口:
62189
+
62190
+ * [[ChannelRenewAutoSignLicense](https://cloud.tencent.com/document/api/1420/104347)](https://cloud.tencent.com/document/api/#/#)
62191
+
61860
62192
  ### 第 157 次发布
61861
62193
 
61862
62194
  发布时间:2024-03-13 01:15:56
@@ -72931,6 +73263,21 @@
72931
73263
 
72932
73264
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
72933
73265
 
73266
+ ### 第 57 次发布
73267
+
73268
+ 发布时间:2024-03-14 01:17:47
73269
+
73270
+ 本次发布包含了以下内容:
73271
+
73272
+ 改善已有的文档。
73273
+
73274
+ 修改数据结构:
73275
+
73276
+ * [InstanceDetail](https://cloud.tencent.com/document/api/1081/34988#InstanceDetail)
73277
+
73278
+ * 新增成员:UpDownTPS, UpDownCurrentTPS, ForwardTPS, ForwardCurrentTPS, CellNum, BillingTag, EverydayFreeMessageCount, MaxDeviceOnlineCount
73279
+
73280
+
72934
73281
  ### 第 56 次发布
72935
73282
 
72936
73283
  发布时间:2024-02-26 01:17:19
@@ -77632,6 +77979,40 @@
77632
77979
 
77633
77980
  ## 实时互动-教育版(lcic) 版本:2022-08-17
77634
77981
 
77982
+ ### 第 53 次发布
77983
+
77984
+ 发布时间:2024-03-15 01:17:42
77985
+
77986
+ 本次发布包含了以下内容:
77987
+
77988
+ 改善已有的文档。
77989
+
77990
+ 修改接口:
77991
+
77992
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
77993
+
77994
+ * 新增入参:RecordScene, RecordLang
77995
+
77996
+ * [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
77997
+
77998
+ * 新增出参:RecordScene, RecordLang
77999
+
78000
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
78001
+
78002
+ * 新增入参:RecordScene, RecordLang
78003
+
78004
+
78005
+ 修改数据结构:
78006
+
78007
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
78008
+
78009
+ * 新增成员:RecordScene, RecordLang
78010
+
78011
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
78012
+
78013
+ * 新增成员:RecordScene, RecordLang
78014
+
78015
+
77635
78016
  ### 第 52 次发布
77636
78017
 
77637
78018
  发布时间:2024-03-05 01:18:50
@@ -79867,6 +80248,22 @@
79867
80248
 
79868
80249
  ## 云直播CSS(live) 版本:2018-08-01
79869
80250
 
80251
+ ### 第 118 次发布
80252
+
80253
+ 发布时间:2024-03-14 01:19:23
80254
+
80255
+ 本次发布包含了以下内容:
80256
+
80257
+ 改善已有的文档。
80258
+
80259
+ 新增接口:
80260
+
80261
+ * [DescribePullTransformPushInfo](https://cloud.tencent.com/document/api/267/104324)
80262
+
80263
+ 新增数据结构:
80264
+
80265
+ * [TaskDurationInfo](https://cloud.tencent.com/document/api/267/20474#TaskDurationInfo)
80266
+
79870
80267
  ### 第 117 次发布
79871
80268
 
79872
80269
  发布时间:2024-01-22 01:16:38
@@ -103009,6 +103406,21 @@
103009
103406
 
103010
103407
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
103011
103408
 
103409
+ ### 第 59 次发布
103410
+
103411
+ 发布时间:2024-03-15 01:20:49
103412
+
103413
+ 本次发布包含了以下内容:
103414
+
103415
+ 改善已有的文档。
103416
+
103417
+ 修改接口:
103418
+
103419
+ * [DescribeCollationTimeZone](https://cloud.tencent.com/document/api/238/101735)
103420
+
103421
+ * 新增入参:DBVersion
103422
+
103423
+
103012
103424
  ### 第 58 次发布
103013
103425
 
103014
103426
  发布时间:2024-03-11 01:21:49
@@ -124141,6 +124553,18 @@
124141
124553
 
124142
124554
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
124143
124555
 
124556
+ ### 第 53 次发布
124557
+
124558
+ 发布时间:2024-03-14 01:25:59
124559
+
124560
+ 本次发布包含了以下内容:
124561
+
124562
+ 改善已有的文档。
124563
+
124564
+ 新增接口:
124565
+
124566
+ * [DescribeBuildInImages](https://cloud.tencent.com/document/api/851/104325)
124567
+
124144
124568
  ### 第 52 次发布
124145
124569
 
124146
124570
  发布时间:2024-03-13 01:25:17
@@ -130391,6 +130815,21 @@
130391
130815
 
130392
130816
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
130393
130817
 
130818
+ ### 第 33 次发布
130819
+
130820
+ 发布时间:2024-03-15 01:24:38
130821
+
130822
+ 本次发布包含了以下内容:
130823
+
130824
+ 改善已有的文档。
130825
+
130826
+ 修改数据结构:
130827
+
130828
+ * [Quota](https://cloud.tencent.com/document/api/1458/75030#Quota)
130829
+
130830
+ * 新增成员:AigcTextQuota, AigcImageQuota
130831
+
130832
+
130394
130833
  ### 第 32 次发布
130395
130834
 
130396
130835
  发布时间:2024-03-04 01:26:24
@@ -148388,6 +148827,25 @@
148388
148827
 
148389
148828
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
148390
148829
 
148830
+ ### 第 79 次发布
148831
+
148832
+ 发布时间:2024-03-14 01:29:38
148833
+
148834
+ 本次发布包含了以下内容:
148835
+
148836
+ 改善已有的文档。
148837
+
148838
+ 修改数据结构:
148839
+
148840
+ * [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
148841
+
148842
+ * 新增成员:DatasourceName, DatabaseName, DatabaseId
148843
+
148844
+ * [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
148845
+
148846
+ * 新增成员:IsPartitionTable, PartitionColumns, PartitionExpireDays
148847
+
148848
+
148391
148849
  ### 第 78 次发布
148392
148850
 
148393
148851
  发布时间:2024-03-13 01:28:24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.811",
3
+ "version": "4.0.813",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {