tencentcloud-sdk-nodejs 4.0.797 → 4.0.799

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 (68) hide show
  1. package/CHANGELOG.md +291 -0
  2. package/SERVICE_CHANGELOG.md +350 -33
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +2 -2
  7. package/src/services/asr/v20190614/asr_models.ts +3 -1
  8. package/src/services/cvm/v20170312/cvm_client.ts +43 -6
  9. package/src/services/cvm/v20170312/cvm_models.ts +146 -28
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +28 -0
  12. package/src/services/dlc/v20210125/dlc_models.ts +4 -0
  13. package/src/services/dts/v20211206/dts_client.ts +8 -2
  14. package/src/services/dts/v20211206/dts_models.ts +211 -50
  15. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  16. package/src/services/ess/v20201111/ess_models.ts +4 -6
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -5
  18. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +12 -0
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
  20. package/src/services/iss/v20230517/iss_models.ts +55 -4
  21. package/src/services/lcic/v20220817/lcic_models.ts +15 -15
  22. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  23. package/src/services/live/v20180801/live_models.ts +8 -8
  24. package/src/services/memcached/v20190318/memcached_models.ts +2 -0
  25. package/src/services/mna/v20210119/mna_models.ts +10 -0
  26. package/src/services/monitor/v20180724/monitor_models.ts +9 -0
  27. package/src/services/soe/v20180724/soe_models.ts +3 -3
  28. package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +1 -1
  29. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +1 -1
  30. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  31. package/src/services/wedata/v20210820/wedata_client.ts +6 -3
  32. package/src/services/wedata/v20210820/wedata_models.ts +270 -142
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +2 -2
  36. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -1
  37. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +17 -4
  38. package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -3
  39. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +140 -28
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -0
  43. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
  44. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +1 -1
  45. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +205 -50
  46. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -5
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -5
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +26 -0
  52. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +55 -4
  53. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +15 -15
  54. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  55. package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -8
  56. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +2 -0
  57. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +10 -0
  58. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
  59. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +3 -3
  60. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.d.ts +1 -1
  61. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_client.js +1 -1
  62. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +1 -1
  63. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  64. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  65. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +267 -142
  66. package/test/cvm.v20170312.test.js +30 -0
  67. package/test/cynosdb.v20190107.test.js +10 -0
  68. package/test/iotexplorer.v20190423.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 域名注册(domain) 版本:2018-08-08
3
+ ## 云服务器(cvm) 版本:2017-03-12
4
4
 
5
- ### 第 30 次发布
5
+ ### 第 124 次发布
6
6
 
7
- 发布时间:2024-02-22 01:14:15
7
+ 发布时间:2024-02-27 01:11:44
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,58 +12,110 @@
12
12
 
13
13
  新增接口:
14
14
 
15
- * [DeleteReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/103890)
16
- * [DescribePreDomainList](https://cloud.tencent.com/document/api/242/103889)
17
- * [DescribeReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/103888)
18
- * [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
15
+ * [DeleteInstancesActionTimer](https://cloud.tencent.com/document/api/213/103951)
16
+ * [DescribeInstancesActionTimer](https://cloud.tencent.com/document/api/213/103950)
17
+ * [ImportInstancesActionTimer](https://cloud.tencent.com/document/api/213/103949)
19
18
 
20
- 新增数据结构:
19
+ 修改接口:
21
20
 
22
- * [FailReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#FailReservedDomainInfo)
23
- * [ReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedDomainInfo)
24
- * [ReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedPreDomainInfo)
21
+ * [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
25
22
 
23
+ * 新增入参:HpcClusterType, HpcClusterBusinessId
26
24
 
25
+ * [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
27
26
 
28
- ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
27
+ * 新增入参:HpcClusterType, HpcClusterBusinessId
29
28
 
30
- ### 第 27 次发布
31
29
 
32
- 发布时间:2024-02-22 01:17:49
30
+ 修改数据结构:
31
+
32
+ * [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
33
+
34
+ * 新增成员:HpcClusterType, HpcClusterBusinessId
35
+
36
+
37
+
38
+
39
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
40
+
41
+ ### 第 80 次发布
42
+
43
+ 发布时间:2024-02-26 01:12:56
33
44
 
34
45
  本次发布包含了以下内容:
35
46
 
36
47
  改善已有的文档。
37
48
 
38
- 修改接口:
49
+ 新增接口:
39
50
 
40
- * [DescribeDevicePackages](https://cloud.tencent.com/document/api/1131/95522)
51
+ * [DescribeClusterInstanceGroups](https://cloud.tencent.com/document/api/1003/103934)
41
52
 
42
- * 新增入参:CSUserId
43
53
 
44
54
 
55
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
56
+
57
+ ### 第 56 次发布
58
+
59
+ 发布时间:2024-02-26 01:17:19
60
+
61
+ 本次发布包含了以下内容:
62
+
63
+ 改善已有的文档。
64
+
65
+ 新增接口:
66
+
67
+ * [DescribeDeviceFirmWare](https://cloud.tencent.com/document/api/1081/103935)
68
+
69
+
70
+
71
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
72
+
73
+ ### 第 51 次发布
74
+
75
+ 发布时间:2024-02-27 01:18:37
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
45
81
  修改数据结构:
46
82
 
47
- * [PackageInfo](https://cloud.tencent.com/document/api/1131/76635#PackageInfo)
83
+ * [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
48
84
 
49
- * 新增成员:CSUserId
85
+ * <font color="#dd0000">**修改成员**:</font>Name, Answer, CostTime, UserId, IsCorrect
50
86
 
87
+ * [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
51
88
 
89
+ * <font color="#dd0000">**修改成员**:</font>SdkAppId, UserId, OriginId
52
90
 
91
+ * [GroupInfo](https://cloud.tencent.com/document/api/1639/81423#GroupInfo)
53
92
 
54
- ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
93
+ * <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, TeacherId, GroupType, SubGroupIds
55
94
 
95
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
56
96
 
97
+ * <font color="#dd0000">**修改成员**:</font>IPAddress, Location, Device, PerMemberMicCount, PerMemberMessageCount, Role, GroupId, SubGroupId, Stage, CurrentState
57
98
 
58
- ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
99
+ * [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
59
100
 
101
+ * <font color="#dd0000">**修改成员**:</font>Timestamp, FromAccount, Seq, MessageBody
60
102
 
103
+ * [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
61
104
 
62
- ## 云数据库Redis(redis) 版本:2018-04-12
105
+ * <font color="#dd0000">**修改成员**:</font>Text, Color
63
106
 
64
- ### 第 71 次发布
107
+ * [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
65
108
 
66
- 发布时间:2024-02-22 01:21:35
109
+ * <font color="#dd0000">**修改成员**:</font>Url, Width, Height, LocationX, LocationY
110
+
111
+
112
+
113
+
114
+ ## 多网聚合加速(mna) 版本:2021-01-19
115
+
116
+ ### 第 16 次发布
117
+
118
+ 发布时间:2024-02-26 01:19:32
67
119
 
68
120
  本次发布包含了以下内容:
69
121
 
@@ -71,9 +123,35 @@
71
123
 
72
124
  修改接口:
73
125
 
74
- * [DescribeSlowLog](https://cloud.tencent.com/document/api/239/37984)
126
+ * [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
75
127
 
76
- * 新增出参:InstanceSlowLogDetail
128
+ * 新增入参:AutoVoucher, VoucherIds
129
+
130
+
131
+
132
+
133
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
134
+
135
+ ### 第 106 次发布
136
+
137
+ 发布时间:2024-02-26 01:19:42
138
+
139
+ 本次发布包含了以下内容:
140
+
141
+ 改善已有的文档。
142
+
143
+ 修改接口:
144
+
145
+ * [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
146
+
147
+ * 新增入参:TagOperation
148
+
149
+
150
+ 修改数据结构:
151
+
152
+ * [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
153
+
154
+ * 新增成员:TagOperation
77
155
 
78
156
 
79
157
 
@@ -6441,6 +6519,21 @@
6441
6519
 
6442
6520
  ## 语音识别(asr) 版本:2019-06-14
6443
6521
 
6522
+ ### 第 33 次发布
6523
+
6524
+ 发布时间:2024-02-23 01:07:51
6525
+
6526
+ 本次发布包含了以下内容:
6527
+
6528
+ 改善已有的文档。
6529
+
6530
+ 修改接口:
6531
+
6532
+ * [CreateCustomization](https://cloud.tencent.com/document/api/1093/48601)
6533
+
6534
+ * [GetCustomizationList](https://cloud.tencent.com/document/api/1093/48498)
6535
+
6536
+
6444
6537
  ### 第 32 次发布
6445
6538
 
6446
6539
  发布时间:2024-02-02 01:05:31
@@ -36858,6 +36951,38 @@
36858
36951
 
36859
36952
  ## 云服务器(cvm) 版本:2017-03-12
36860
36953
 
36954
+ ### 第 124 次发布
36955
+
36956
+ 发布时间:2024-02-27 01:11:44
36957
+
36958
+ 本次发布包含了以下内容:
36959
+
36960
+ 改善已有的文档。
36961
+
36962
+ 新增接口:
36963
+
36964
+ * [[DeleteInstancesActionTimer](https://cloud.tencent.com/document/api/213/103951)](https://cloud.tencent.com/document/api/#/#)
36965
+ * [[DescribeInstancesActionTimer](https://cloud.tencent.com/document/api/213/103950)](https://cloud.tencent.com/document/api/#/#)
36966
+ * [[ImportInstancesActionTimer](https://cloud.tencent.com/document/api/213/103949)](https://cloud.tencent.com/document/api/#/#)
36967
+
36968
+ 修改接口:
36969
+
36970
+ * [CreateHpcCluster](https://cloud.tencent.com/document/api/213/83222)
36971
+
36972
+ * 新增入参:HpcClusterType, HpcClusterBusinessId
36973
+
36974
+ * [DescribeHpcClusters](https://cloud.tencent.com/document/api/213/83220)
36975
+
36976
+ * 新增入参:HpcClusterType, HpcClusterBusinessId
36977
+
36978
+
36979
+ 修改数据结构:
36980
+
36981
+ * [HpcClusterInfo](https://cloud.tencent.com/document/api/213/15753#HpcClusterInfo)
36982
+
36983
+ * 新增成员:HpcClusterType, HpcClusterBusinessId
36984
+
36985
+
36861
36986
  ### 第 123 次发布
36862
36987
 
36863
36988
  发布时间:2023-12-22 01:11:31
@@ -42589,6 +42714,18 @@
42589
42714
 
42590
42715
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
42591
42716
 
42717
+ ### 第 80 次发布
42718
+
42719
+ 发布时间:2024-02-26 01:12:56
42720
+
42721
+ 本次发布包含了以下内容:
42722
+
42723
+ 改善已有的文档。
42724
+
42725
+ 新增接口:
42726
+
42727
+ * [[DescribeClusterInstanceGroups](https://cloud.tencent.com/document/api/1003/103934)](https://cloud.tencent.com/document/api/#/#)
42728
+
42592
42729
  ### 第 79 次发布
42593
42730
 
42594
42731
  发布时间:2024-02-21 01:12:48
@@ -48101,6 +48238,21 @@
48101
48238
 
48102
48239
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
48103
48240
 
48241
+ ### 第 81 次发布
48242
+
48243
+ 发布时间:2024-02-23 01:13:43
48244
+
48245
+ 本次发布包含了以下内容:
48246
+
48247
+ 改善已有的文档。
48248
+
48249
+ 修改接口:
48250
+
48251
+ * [DescribeTaskResult](https://cloud.tencent.com/document/api/1342/66644)
48252
+
48253
+ * 新增入参:IsTransformDataType
48254
+
48255
+
48104
48256
  ### 第 80 次发布
48105
48257
 
48106
48258
  发布时间:2024-02-21 01:13:43
@@ -50489,16 +50641,16 @@
50489
50641
 
50490
50642
  新增接口:
50491
50643
 
50492
- * [[DeleteReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/103890)](https://cloud.tencent.com/document/api/#/#)
50493
- * [[DescribePreDomainList](https://cloud.tencent.com/document/api/242/103889)](https://cloud.tencent.com/document/api/#/#)
50494
- * [[DescribeReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/103888)](https://cloud.tencent.com/document/api/#/#)
50495
- * [[ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)](https://cloud.tencent.com/document/api/#/#)
50644
+ * [DeleteReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/103890)
50645
+ * [DescribePreDomainList](https://cloud.tencent.com/document/api/242/103889)
50646
+ * [DescribeReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/103888)
50647
+ * [ReservedPreDomains](https://cloud.tencent.com/document/api/242/103887)
50496
50648
 
50497
50649
  新增数据结构:
50498
50650
 
50499
- * [[FailReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#FailReservedDomainInfo)](https://cloud.tencent.com/document/api/242/38895#[FailReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#FailReservedDomainInfo))
50500
- * [[ReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedDomainInfo)](https://cloud.tencent.com/document/api/242/38895#[ReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedDomainInfo))
50501
- * [[ReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedPreDomainInfo)](https://cloud.tencent.com/document/api/242/38895#[ReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedPreDomainInfo))
50651
+ * [FailReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#FailReservedDomainInfo)
50652
+ * [ReservedDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedDomainInfo)
50653
+ * [ReservedPreDomainInfo](https://cloud.tencent.com/document/api/242/38895#ReservedPreDomainInfo)
50502
50654
 
50503
50655
  ### 第 29 次发布
50504
50656
 
@@ -52126,6 +52278,30 @@
52126
52278
 
52127
52279
  ## 数据传输服务(dts) 版本:2021-12-06
52128
52280
 
52281
+ ### 第 23 次发布
52282
+
52283
+ 发布时间:2024-02-23 01:14:38
52284
+
52285
+ 本次发布包含了以下内容:
52286
+
52287
+ 改善已有的文档。
52288
+
52289
+ 新增数据结构:
52290
+
52291
+ * [AdvancedObjectsItem](https://cloud.tencent.com/document/api/571/82108#AdvancedObjectsItem)
52292
+ * [DifferenceAdvancedObjectsDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceAdvancedObjectsDetail)
52293
+ * [DifferenceData](https://cloud.tencent.com/document/api/571/82108#DifferenceData)
52294
+ * [DifferenceDataDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceDataDetail)
52295
+ * [DifferenceRowDetail](https://cloud.tencent.com/document/api/571/82108#DifferenceRowDetail)
52296
+ * [RowsCountDifference](https://cloud.tencent.com/document/api/571/82108#RowsCountDifference)
52297
+
52298
+ 修改数据结构:
52299
+
52300
+ * [CompareDetailInfo](https://cloud.tencent.com/document/api/571/82108#CompareDetailInfo)
52301
+
52302
+ * 新增成员:DifferenceAdvancedObjects, DifferenceData, DifferenceRow
52303
+
52304
+
52129
52305
  ### 第 22 次发布
52130
52306
 
52131
52307
  发布时间:2024-01-12 01:14:12
@@ -72002,6 +72178,18 @@
72002
72178
 
72003
72179
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
72004
72180
 
72181
+ ### 第 56 次发布
72182
+
72183
+ 发布时间:2024-02-26 01:17:19
72184
+
72185
+ 本次发布包含了以下内容:
72186
+
72187
+ 改善已有的文档。
72188
+
72189
+ 新增接口:
72190
+
72191
+ * [[DescribeDeviceFirmWare](https://cloud.tencent.com/document/api/1081/103935)](https://cloud.tencent.com/document/api/#/#)
72192
+
72005
72193
  ### 第 55 次发布
72006
72194
 
72007
72195
  发布时间:2024-02-02 01:15:04
@@ -75173,6 +75361,32 @@
75173
75361
 
75174
75362
  ## 智能视图计算平台(iss) 版本:2023-05-17
75175
75363
 
75364
+ ### 第 12 次发布
75365
+
75366
+ 发布时间:2024-02-23 01:18:04
75367
+
75368
+ 本次发布包含了以下内容:
75369
+
75370
+ 改善已有的文档。
75371
+
75372
+ 修改接口:
75373
+
75374
+ * [ListTasks](https://cloud.tencent.com/document/api/1344/97294)
75375
+
75376
+ * 新增入参:BeginTime, EndTime
75377
+
75378
+
75379
+ 修改数据结构:
75380
+
75381
+ * [SubTaskData](https://cloud.tencent.com/document/api/1344/95952#SubTaskData)
75382
+
75383
+ * 新增成员:DeviceId, DeviceName, ChannelId, ChannelName
75384
+
75385
+ * [TaskData](https://cloud.tencent.com/document/api/1344/95952#TaskData)
75386
+
75387
+ * 新增成员:DeviceId, DeviceName, ChannelId, ChannelName
75388
+
75389
+
75176
75390
  ### 第 11 次发布
75177
75391
 
75178
75392
  发布时间:2024-02-02 01:16:04
@@ -76638,6 +76852,45 @@
76638
76852
 
76639
76853
  ## 实时互动-教育版(lcic) 版本:2022-08-17
76640
76854
 
76855
+ ### 第 51 次发布
76856
+
76857
+ 发布时间:2024-02-27 01:18:37
76858
+
76859
+ 本次发布包含了以下内容:
76860
+
76861
+ 改善已有的文档。
76862
+
76863
+ 修改数据结构:
76864
+
76865
+ * [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
76866
+
76867
+ * <font color="#dd0000">**修改成员**:</font>Name, Answer, CostTime, UserId, IsCorrect
76868
+
76869
+ * [BatchUserInfo](https://cloud.tencent.com/document/api/1639/81423#BatchUserInfo)
76870
+
76871
+ * <font color="#dd0000">**修改成员**:</font>SdkAppId, UserId, OriginId
76872
+
76873
+ * [GroupInfo](https://cloud.tencent.com/document/api/1639/81423#GroupInfo)
76874
+
76875
+ * <font color="#dd0000">**修改成员**:</font>GroupId, GroupName, TeacherId, GroupType, SubGroupIds
76876
+
76877
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
76878
+
76879
+ * <font color="#dd0000">**修改成员**:</font>IPAddress, Location, Device, PerMemberMicCount, PerMemberMessageCount, Role, GroupId, SubGroupId, Stage, CurrentState
76880
+
76881
+ * [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
76882
+
76883
+ * <font color="#dd0000">**修改成员**:</font>Timestamp, FromAccount, Seq, MessageBody
76884
+
76885
+ * [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
76886
+
76887
+ * <font color="#dd0000">**修改成员**:</font>Text, Color
76888
+
76889
+ * [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
76890
+
76891
+ * <font color="#dd0000">**修改成员**:</font>Url, Width, Height, LocationX, LocationY
76892
+
76893
+
76641
76894
  ### 第 50 次发布
76642
76895
 
76643
76896
  发布时间:2024-01-31 01:17:54
@@ -82780,6 +83033,21 @@
82780
83033
 
82781
83034
  ## 多网聚合加速(mna) 版本:2021-01-19
82782
83035
 
83036
+ ### 第 16 次发布
83037
+
83038
+ 发布时间:2024-02-26 01:19:32
83039
+
83040
+ 本次发布包含了以下内容:
83041
+
83042
+ 改善已有的文档。
83043
+
83044
+ 修改接口:
83045
+
83046
+ * [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
83047
+
83048
+ * 新增入参:AutoVoucher, VoucherIds
83049
+
83050
+
82783
83051
  ### 第 15 次发布
82784
83052
 
82785
83053
  发布时间:2023-12-01 01:19:47
@@ -83736,6 +84004,28 @@
83736
84004
 
83737
84005
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
83738
84006
 
84007
+ ### 第 106 次发布
84008
+
84009
+ 发布时间:2024-02-26 01:19:42
84010
+
84011
+ 本次发布包含了以下内容:
84012
+
84013
+ 改善已有的文档。
84014
+
84015
+ 修改接口:
84016
+
84017
+ * [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
84018
+
84019
+ * 新增入参:TagOperation
84020
+
84021
+
84022
+ 修改数据结构:
84023
+
84024
+ * [AlarmPolicy](https://cloud.tencent.com/document/api/248/30354#AlarmPolicy)
84025
+
84026
+ * 新增成员:TagOperation
84027
+
84028
+
83739
84029
  ### 第 105 次发布
83740
84030
 
83741
84031
  发布时间:2024-01-24 01:32:19
@@ -146531,6 +146821,33 @@
146531
146821
 
146532
146822
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
146533
146823
 
146824
+ ### 第 75 次发布
146825
+
146826
+ 发布时间:2024-02-23 01:28:34
146827
+
146828
+ 本次发布包含了以下内容:
146829
+
146830
+ 改善已有的文档。
146831
+
146832
+ 新增数据结构:
146833
+
146834
+ * [AttributeItemDTO](https://cloud.tencent.com/document/api/1267/76336#AttributeItemDTO)
146835
+ * [InstanceLifeCycleOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeCycleOpsDto)
146836
+ * [InstanceLifeDetailDto](https://cloud.tencent.com/document/api/1267/76336#InstanceLifeDetailDto)
146837
+
146838
+ 修改数据结构:
146839
+
146840
+ * [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
146841
+
146842
+ * 新增成员:ExtensionInfo
146843
+
146844
+ * <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus, CodeFileName
146845
+
146846
+ * [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
146847
+
146848
+ * 新增成员:RelatedInstanceList, RelatedInstanceSize, OwnerId, UserId, InstanceLifeCycleOpsDto, RetryAttempts
146849
+
146850
+
146534
146851
  ### 第 74 次发布
146535
146852
 
146536
146853
  发布时间:2024-01-30 01:28:12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.797",
3
+ "version": "4.0.799",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {