tencentcloud-sdk-nodejs 4.0.727 → 4.0.729

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 (99) hide show
  1. package/CHANGELOG.md +363 -0
  2. package/SERVICE_CHANGELOG.md +331 -127
  3. package/package.json +1 -1
  4. package/products.md +25 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +1 -1
  7. package/src/services/ams/v20201229/ams_models.ts +4 -1
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +60 -31
  10. package/src/services/cfg/v20210820/cfg_models.ts +30 -7
  11. package/src/services/cfs/v20190719/cfs_client.ts +3 -2
  12. package/src/services/cfs/v20190719/cfs_models.ts +3 -2
  13. package/src/services/cls/v20201016/cls_models.ts +11 -8
  14. package/src/services/csip/v20221121/csip_models.ts +2 -2
  15. package/src/services/dlc/v20210125/dlc_client.ts +17 -4
  16. package/src/services/dlc/v20210125/dlc_models.ts +128 -54
  17. package/src/services/drm/v20181115/drm_client.ts +12 -0
  18. package/src/services/drm/v20181115/drm_models.ts +40 -0
  19. package/src/services/dts/v20211206/dts_models.ts +1 -1
  20. package/src/services/ess/v20201111/ess_client.ts +28 -24
  21. package/src/services/ess/v20201111/ess_models.ts +53 -58
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +97 -45
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +378 -149
  24. package/src/services/faceid/v20180301/faceid_models.ts +38 -38
  25. package/src/services/hai/index.ts +5 -0
  26. package/src/services/hai/v20230812/hai_client.ts +40 -0
  27. package/src/services/hai/v20230812/hai_models.ts +80 -0
  28. package/src/services/hai/v20230812/index.ts +6 -0
  29. package/src/services/index.ts +1 -0
  30. package/src/services/live/v20180801/live_models.ts +23 -23
  31. package/src/services/ocr/v20181119/ocr_client.ts +10 -7
  32. package/src/services/ocr/v20181119/ocr_models.ts +403 -129
  33. package/src/services/trocket/v20230308/trocket_client.ts +18 -2
  34. package/src/services/trocket/v20230308/trocket_models.ts +91 -15
  35. package/src/services/vm/v20201229/vm_models.ts +14 -14
  36. package/src/services/vm/v20210922/vm_client.ts +43 -9
  37. package/src/services/vm/v20210922/vm_models.ts +84 -37
  38. package/src/services/wedata/v20210820/wedata_client.ts +3 -3
  39. package/src/services/wedata/v20210820/wedata_models.ts +13 -13
  40. package/src/services/weilingwith/v20230427/weilingwith_client.ts +652 -24
  41. package/src/services/weilingwith/v20230427/weilingwith_models.ts +1031 -30
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +1 -1
  45. package/tencentcloud/services/ams/v20201229/ams_client.js +1 -1
  46. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +4 -1
  47. package/tencentcloud/services/as/v20180419/as_models.d.ts +59 -31
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +30 -7
  49. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -0
  50. package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -0
  51. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -2
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -8
  53. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2 -2
  54. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  55. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  56. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +125 -54
  57. package/tencentcloud/services/drm/v20181115/drm_client.d.ts +5 -1
  58. package/tencentcloud/services/drm/v20181115/drm_client.js +6 -0
  59. package/tencentcloud/services/drm/v20181115/drm_models.d.ts +38 -0
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +28 -24
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +28 -24
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +53 -58
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +81 -38
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +82 -37
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +372 -146
  67. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +38 -38
  68. package/tencentcloud/services/hai/index.d.ts +6 -0
  69. package/tencentcloud/services/hai/index.js +7 -0
  70. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +14 -0
  71. package/tencentcloud/services/hai/v20230812/hai_client.js +37 -0
  72. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +61 -0
  73. package/tencentcloud/services/hai/v20230812/hai_models.js +18 -0
  74. package/tencentcloud/services/hai/v20230812/index.d.ts +6 -0
  75. package/tencentcloud/services/hai/v20230812/index.js +9 -0
  76. package/tencentcloud/services/index.d.ts +1 -0
  77. package/tencentcloud/services/index.js +2 -0
  78. package/tencentcloud/services/live/v20180801/live_models.d.ts +23 -23
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +399 -128
  81. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +8 -1
  82. package/tencentcloud/services/trocket/v20230308/trocket_client.js +9 -0
  83. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +88 -15
  84. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +14 -14
  85. package/tencentcloud/services/vm/v20210922/vm_client.d.ts +41 -8
  86. package/tencentcloud/services/vm/v20210922/vm_client.js +41 -8
  87. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +83 -37
  88. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +3 -3
  89. package/tencentcloud/services/wedata/v20210820/wedata_client.js +3 -3
  90. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -13
  91. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +215 -7
  92. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +321 -9
  93. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +921 -28
  94. package/test/dlc.v20210125.test.js +10 -0
  95. package/test/drm.v20181115.test.js +10 -0
  96. package/test/essbasic.v20210526.test.js +10 -0
  97. package/test/hai.v20230812.test.js +31 -0
  98. package/test/trocket.v20230308.test.js +10 -0
  99. package/test/weilingwith.v20230427.test.js +526 -6
@@ -1,102 +1,69 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 文件存储(cfs) 版本:2019-07-19
4
-
5
- ### 第 27 次发布
6
-
7
- 发布时间:2023-11-09 01:08:52
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 新增接口:
14
-
15
- * [UpdateFileSystemBandwidthLimit](https://cloud.tencent.com/document/api/582/101428)
16
-
17
-
18
-
19
- ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
3
+ ## 云安全一体化平台(csip) 版本:2022-11-21
20
4
 
21
- ### 第 19 次发布
5
+ ### 第 21 次发布
22
6
 
23
- 发布时间:2023-11-09 01:11:47
7
+ 发布时间:2023-11-13 00:07:56
24
8
 
25
9
  本次发布包含了以下内容:
26
10
 
27
11
  改善已有的文档。
28
12
 
29
- 修改接口:
30
-
31
- * [CreateResource](https://cloud.tencent.com/document/api/1025/100130)
32
-
33
- * 新增出参:ResourceId
34
-
35
- * [ImportExternalDevice](https://cloud.tencent.com/document/api/1025/86967)
36
-
37
- * 新增出参:DeviceIdSet
38
-
39
-
40
13
  修改数据结构:
41
14
 
42
- * [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
43
-
44
- * 新增成员:SessionTime
45
-
46
- * <font color="#dd0000">**修改成员**:</font>Sid, UserName, Account, InstanceId, FromIp, SessTime, ConfirmTime, UserDepartmentId, UserDepartmentName, DeviceDepartmentId, DeviceDepartmentName
47
-
48
- * [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
49
-
50
- * 新增成员:SessionTime
15
+ * [AssetViewPortRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewPortRisk)
51
16
 
52
- * <font color="#dd0000">**修改成员**:</font>Account, FromIp, SessTime, ConfirmTime, UserDepartmentId, UserDepartmentName, DeviceDepartmentId, DeviceDepartmentName
17
+ * <font color="#dd0000">**修改成员**:</font>Port, AffectAsset, Level, InstanceType, Protocol, Component, Service, RecentTime, FirstTime, Suggestion, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, From
53
18
 
54
19
 
55
20
 
56
21
 
57
- ## DNSPod(dnspod) 版本:2021-03-23
22
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
58
23
 
59
- ### 第 27 次发布
24
+ ### 第 73 次发布
60
25
 
61
- 发布时间:2023-11-09 01:12:46
26
+ 发布时间:2023-11-13 00:11:03
62
27
 
63
28
  本次发布包含了以下内容:
64
29
 
65
30
  改善已有的文档。
66
31
 
67
- 修改数据结构:
32
+ 新增接口:
68
33
 
69
- * [DomainListItem](https://cloud.tencent.com/document/api/1427/56185#DomainListItem)
34
+ * [DescribeDataEngineEvents](https://cloud.tencent.com/document/api/1342/101534)
70
35
 
71
- * <font color="#dd0000">**修改成员**:</font>TagList
36
+ 新增数据结构:
72
37
 
38
+ * [HouseEventsInfo](https://cloud.tencent.com/document/api/1342/53778#HouseEventsInfo)
73
39
 
74
40
 
75
41
 
76
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
42
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
77
43
 
78
- ### 第 135 次发布
44
+ ### 第 131 次发布
79
45
 
80
- 发布时间:2023-11-09 01:14:12
46
+ 发布时间:2023-11-13 00:13:25
81
47
 
82
48
  本次发布包含了以下内容:
83
49
 
84
50
  改善已有的文档。
85
51
 
86
- 修改接口:
52
+ <font color="#dd0000">**预下线接口**:</font>
53
+
54
+ * DescribeBillUsageDetail
87
55
 
88
- * [DescribeBillUsageDetail](https://cloud.tencent.com/document/api/1323/101383)
89
56
 
90
- * <font color="#dd0000">**修改入参**:</font>Offset
91
57
 
58
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
92
59
 
93
60
 
94
61
 
95
- ## 实时互动-教育版(lcic) 版本:2022-08-17
62
+ ## 高性能应用服务(hai) 版本:2023-08-12
96
63
 
97
- ### 第 46 次发布
64
+ ### 第 1 次发布
98
65
 
99
- 发布时间:2023-11-09 01:19:33
66
+ 发布时间:2023-11-10 16:10:58
100
67
 
101
68
  本次发布包含了以下内容:
102
69
 
@@ -104,27 +71,19 @@
104
71
 
105
72
  新增接口:
106
73
 
107
- * [DescribeRoomForbiddenUser](https://cloud.tencent.com/document/api/1639/101432)
108
- * [ForbidSendMsg](https://cloud.tencent.com/document/api/1639/101431)
109
-
110
- 修改接口:
111
-
112
- * [SendRoomNormalMessage](https://cloud.tencent.com/document/api/1639/100449)
113
-
114
- * 新增入参:NickName
115
-
74
+ * [RunInstances](https://cloud.tencent.com/document/api/1721/101517)
116
75
 
117
76
  新增数据结构:
118
77
 
119
- * [MutedAccountList](https://cloud.tencent.com/document/api/1639/81423#MutedAccountList)
78
+ * [SystemDisk](https://cloud.tencent.com/document/api/1721/101518#SystemDisk)
120
79
 
121
80
 
122
81
 
123
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
82
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
124
83
 
125
- ### 第 89 次发布
84
+ ### 第 5 次发布
126
85
 
127
- 发布时间:2023-11-09 01:25:09
86
+ 发布时间:2023-11-13 00:24:24
128
87
 
129
88
  本次发布包含了以下内容:
130
89
 
@@ -132,62 +91,11 @@
132
91
 
133
92
  新增接口:
134
93
 
135
- * [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
136
-
137
-
138
-
139
- ## 微服务平台 TSF(tsf) 版本:2018-03-26
140
-
141
- ### 第 100 次发布
142
-
143
- 发布时间:2023-11-09 01:27:51
144
-
145
- 本次发布包含了以下内容:
146
-
147
- 改善已有的文档。
148
-
149
- 修改接口:
150
-
151
- * [DescribeImageRepository](https://cloud.tencent.com/document/api/649/49526)
152
-
153
- * 新增入参:RepoName
154
-
155
- * [DescribeImageTags](https://cloud.tencent.com/document/api/649/36052)
156
-
157
- * 新增入参:RepoName
158
-
159
- * <font color="#dd0000">**修改入参**:</font>ApplicationId
160
-
94
+ * [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
161
95
 
162
96
  新增数据结构:
163
97
 
164
- * [GroupContainerInfo](https://cloud.tencent.com/document/api/649/36099#GroupContainerInfo)
165
-
166
- 修改数据结构:
167
-
168
- * [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
169
-
170
- * 新增成员:ContainerName, AdditionalContainerList, InternalContainerList
171
-
172
-
173
-
174
-
175
- ## 私有网络(vpc) 版本:2017-03-12
176
-
177
- ### 第 179 次发布
178
-
179
- 发布时间:2023-11-09 01:29:06
180
-
181
- 本次发布包含了以下内容:
182
-
183
- 改善已有的文档。
184
-
185
- 修改接口:
186
-
187
- * [ModifyVpnGatewayAttribute](https://cloud.tencent.com/document/api/215/17507)
188
-
189
- * 新增入参:BgpAsn
190
-
98
+ * [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)
191
99
 
192
100
 
193
101
 
@@ -4825,6 +4733,36 @@
4825
4733
 
4826
4734
  ## 弹性伸缩(as) 版本:2018-04-19
4827
4735
 
4736
+ ### 第 69 次发布
4737
+
4738
+ 发布时间:2023-11-10 01:06:51
4739
+
4740
+ 本次发布包含了以下内容:
4741
+
4742
+ 改善已有的文档。
4743
+
4744
+ 修改接口:
4745
+
4746
+ * [CreateAutoScalingGroup](https://cloud.tencent.com/document/api/377/20440)
4747
+
4748
+ * 新增入参:InstanceNameIndexSettings
4749
+
4750
+ * [ModifyAutoScalingGroup](https://cloud.tencent.com/document/api/377/20433)
4751
+
4752
+ * 新增入参:InstanceNameIndexSettings
4753
+
4754
+
4755
+ 新增数据结构:
4756
+
4757
+ * [InstanceNameIndexSettings](https://cloud.tencent.com/document/api/377/20453#InstanceNameIndexSettings)
4758
+
4759
+ 修改数据结构:
4760
+
4761
+ * [AutoScalingGroup](https://cloud.tencent.com/document/api/377/20453#AutoScalingGroup)
4762
+
4763
+ * 新增成员:InstanceNameIndexSettings
4764
+
4765
+
4828
4766
  ### 第 68 次发布
4829
4767
 
4830
4768
  发布时间:2023-09-28 01:06:16
@@ -21563,6 +21501,32 @@
21563
21501
 
21564
21502
  ## 混沌演练平台(cfg) 版本:2021-08-20
21565
21503
 
21504
+ ### 第 12 次发布
21505
+
21506
+ 发布时间:2023-11-10 01:09:57
21507
+
21508
+ 本次发布包含了以下内容:
21509
+
21510
+ 改善已有的文档。
21511
+
21512
+ 修改接口:
21513
+
21514
+ * [DescribeTaskList](https://cloud.tencent.com/document/api/1500/71779)
21515
+
21516
+ * 新增入参:TaskUpdateTime, TaskStatusList
21517
+
21518
+
21519
+ 修改数据结构:
21520
+
21521
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
21522
+
21523
+ * 新增成员:VerifyId
21524
+
21525
+ * [TaskListItem](https://cloud.tencent.com/document/api/1500/71784#TaskListItem)
21526
+
21527
+ * 新增成员:VerifyId, TaskStatusType
21528
+
21529
+
21566
21530
  ### 第 11 次发布
21567
21531
 
21568
21532
  发布时间:2023-10-10 01:10:06
@@ -21832,7 +21796,7 @@
21832
21796
 
21833
21797
  新增接口:
21834
21798
 
21835
- * [[UpdateFileSystemBandwidthLimit](https://cloud.tencent.com/document/api/582/101428)](https://cloud.tencent.com/document/api/#/#)
21799
+ * [UpdateFileSystemBandwidthLimit](https://cloud.tencent.com/document/api/582/101428)
21836
21800
 
21837
21801
  ### 第 26 次发布
21838
21802
 
@@ -34970,6 +34934,21 @@
34970
34934
 
34971
34935
  ## 云安全一体化平台(csip) 版本:2022-11-21
34972
34936
 
34937
+ ### 第 21 次发布
34938
+
34939
+ 发布时间:2023-11-13 00:07:56
34940
+
34941
+ 本次发布包含了以下内容:
34942
+
34943
+ 改善已有的文档。
34944
+
34945
+ 修改数据结构:
34946
+
34947
+ * [AssetViewPortRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewPortRisk)
34948
+
34949
+ * <font color="#dd0000">**修改成员**:</font>Port, AffectAsset, Level, InstanceType, Protocol, Component, Service, RecentTime, FirstTime, Suggestion, Status, Id, Index, InstanceId, InstanceName, AppId, Nick, Uin, From
34950
+
34951
+
34973
34952
  ### 第 20 次发布
34974
34953
 
34975
34954
  发布时间:2023-11-03 01:10:39
@@ -46329,6 +46308,22 @@
46329
46308
 
46330
46309
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
46331
46310
 
46311
+ ### 第 73 次发布
46312
+
46313
+ 发布时间:2023-11-13 00:11:03
46314
+
46315
+ 本次发布包含了以下内容:
46316
+
46317
+ 改善已有的文档。
46318
+
46319
+ 新增接口:
46320
+
46321
+ * [[DescribeDataEngineEvents](https://cloud.tencent.com/document/api/1342/101534)](https://cloud.tencent.com/document/api/#/#)
46322
+
46323
+ 新增数据结构:
46324
+
46325
+ * [[HouseEventsInfo](https://cloud.tencent.com/document/api/1342/53778#HouseEventsInfo)](https://cloud.tencent.com/document/api/1342/53778#[HouseEventsInfo](https://cloud.tencent.com/document/api/1342/53778#HouseEventsInfo))
46326
+
46332
46327
  ### 第 72 次发布
46333
46328
 
46334
46329
  发布时间:2023-10-27 01:38:16
@@ -48999,6 +48994,18 @@
48999
48994
 
49000
48995
  ## 数字版权管理(drm) 版本:2018-11-15
49001
48996
 
48997
+ ### 第 6 次发布
48998
+
48999
+ 发布时间:2023-11-10 01:14:28
49000
+
49001
+ 本次发布包含了以下内容:
49002
+
49003
+ 改善已有的文档。
49004
+
49005
+ 新增接口:
49006
+
49007
+ * [GenerateTDRMKey](https://cloud.tencent.com/document/api/1000/101455)
49008
+
49002
49009
  ### 第 5 次发布
49003
49010
 
49004
49011
  发布时间:2023-11-02 01:38:44
@@ -58338,6 +58345,34 @@
58338
58345
 
58339
58346
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
58340
58347
 
58348
+ ### 第 131 次发布
58349
+
58350
+ 发布时间:2023-11-13 00:13:25
58351
+
58352
+ 本次发布包含了以下内容:
58353
+
58354
+ 改善已有的文档。
58355
+
58356
+ <font color="#dd0000">**预下线接口**:</font>
58357
+
58358
+ * DescribeBillUsageDetail
58359
+
58360
+ ### 第 130 次发布
58361
+
58362
+ 发布时间:2023-11-10 01:16:11
58363
+
58364
+ 本次发布包含了以下内容:
58365
+
58366
+ 改善已有的文档。
58367
+
58368
+ 新增接口:
58369
+
58370
+ * [ChannelDescribeBillUsageDetail](https://cloud.tencent.com/document/api/1420/101456)
58371
+
58372
+ 新增数据结构:
58373
+
58374
+ * [ChannelBillUsageDetail](https://cloud.tencent.com/document/api/1420/61525#ChannelBillUsageDetail)
58375
+
58341
58376
  ### 第 129 次发布
58342
58377
 
58343
58378
  发布时间:2023-11-08 14:25:55
@@ -60964,6 +60999,21 @@
60964
60999
 
60965
61000
  ## 人脸核身(faceid) 版本:2018-03-01
60966
61001
 
61002
+ ### 第 64 次发布
61003
+
61004
+ 发布时间:2023-11-10 01:16:33
61005
+
61006
+ 本次发布包含了以下内容:
61007
+
61008
+ 改善已有的文档。
61009
+
61010
+ 修改数据结构:
61011
+
61012
+ * [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
61013
+
61014
+ * <font color="#dd0000">**修改成员**:</font>IdInfoFrom, NFCRequestIds, NFCBillingCounts, PassNo, VisaNum
61015
+
61016
+
60967
61017
  ### 第 63 次发布
60968
61018
 
60969
61019
  发布时间:2023-09-06 01:49:13
@@ -65303,6 +65353,27 @@
65303
65353
 
65304
65354
 
65305
65355
 
65356
+ ## 高性能应用服务(hai) 版本:2023-08-12
65357
+
65358
+ ### 第 1 次发布
65359
+
65360
+ 发布时间:2023-11-10 16:10:58
65361
+
65362
+ 本次发布包含了以下内容:
65363
+
65364
+ 改善已有的文档。
65365
+
65366
+ 新增接口:
65367
+
65368
+ * [[RunInstances](https://cloud.tencent.com/document/api/1721/101517)](https://cloud.tencent.com/document/api/#/#)
65369
+
65370
+ 新增数据结构:
65371
+
65372
+ * [[SystemDisk](https://cloud.tencent.com/document/api/1721/101518#SystemDisk)](https://cloud.tencent.com/document/api/1721/101518#[SystemDisk](https://cloud.tencent.com/document/api/1721/101518#SystemDisk))
65373
+
65374
+
65375
+
65376
+
65306
65377
  ## 高可用物联网卡(hasim) 版本:2021-07-16
65307
65378
 
65308
65379
  ### 第 2 次发布
@@ -72918,8 +72989,8 @@
72918
72989
 
72919
72990
  新增接口:
72920
72991
 
72921
- * [[DescribeRoomForbiddenUser](https://cloud.tencent.com/document/api/1639/101432)](https://cloud.tencent.com/document/api/#/#)
72922
- * [[ForbidSendMsg](https://cloud.tencent.com/document/api/1639/101431)](https://cloud.tencent.com/document/api/#/#)
72992
+ * [DescribeRoomForbiddenUser](https://cloud.tencent.com/document/api/1639/101432)
72993
+ * [ForbidSendMsg](https://cloud.tencent.com/document/api/1639/101431)
72923
72994
 
72924
72995
  修改接口:
72925
72996
 
@@ -72930,7 +73001,7 @@
72930
73001
 
72931
73002
  新增数据结构:
72932
73003
 
72933
- * [[MutedAccountList](https://cloud.tencent.com/document/api/1639/81423#MutedAccountList)](https://cloud.tencent.com/document/api/1639/81423#[MutedAccountList](https://cloud.tencent.com/document/api/1639/81423#MutedAccountList))
73004
+ * [MutedAccountList](https://cloud.tencent.com/document/api/1639/81423#MutedAccountList)
72934
73005
 
72935
73006
  ### 第 45 次发布
72936
73007
 
@@ -86892,6 +86963,27 @@
86892
86963
 
86893
86964
  ## 文字识别(ocr) 版本:2018-11-19
86894
86965
 
86966
+ ### 第 117 次发布
86967
+
86968
+ 发布时间:2023-11-10 01:21:12
86969
+
86970
+ 本次发布包含了以下内容:
86971
+
86972
+ 改善已有的文档。
86973
+
86974
+ 修改接口:
86975
+
86976
+ * [VerifyOfdVatInvoiceOCR](https://cloud.tencent.com/document/api/866/52296)
86977
+
86978
+ * 新增出参:AirTicketInfo, RailwayTicketInfo
86979
+
86980
+
86981
+ 新增数据结构:
86982
+
86983
+ * [AirTicketInfo](https://cloud.tencent.com/document/api/866/33527#AirTicketInfo)
86984
+ * [DetailInformationOfAirTicketTupleList](https://cloud.tencent.com/document/api/866/33527#DetailInformationOfAirTicketTupleList)
86985
+ * [RailwayTicketInfo](https://cloud.tencent.com/document/api/866/33527#RailwayTicketInfo)
86986
+
86895
86987
  ### 第 116 次发布
86896
86988
 
86897
86989
  发布时间:2023-11-08 01:58:53
@@ -108079,7 +108171,7 @@
108079
108171
 
108080
108172
  新增接口:
108081
108173
 
108082
- * [[CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)](https://cloud.tencent.com/document/api/#/#)
108174
+ * [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
108083
108175
 
108084
108176
  ### 第 88 次发布
108085
108177
 
@@ -121750,6 +121842,22 @@
121750
121842
 
121751
121843
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
121752
121844
 
121845
+ ### 第 5 次发布
121846
+
121847
+ 发布时间:2023-11-13 00:24:24
121848
+
121849
+ 本次发布包含了以下内容:
121850
+
121851
+ 改善已有的文档。
121852
+
121853
+ 新增接口:
121854
+
121855
+ * [[DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)](https://cloud.tencent.com/document/api/#/#)
121856
+
121857
+ 新增数据结构:
121858
+
121859
+ * [[ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)](https://cloud.tencent.com/document/api/1493/96031#[ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem))
121860
+
121753
121861
  ### 第 4 次发布
121754
121862
 
121755
121863
  发布时间:2023-09-26 01:33:40
@@ -124734,7 +124842,7 @@
124734
124842
 
124735
124843
  新增数据结构:
124736
124844
 
124737
- * [[GroupContainerInfo](https://cloud.tencent.com/document/api/649/36099#GroupContainerInfo)](https://cloud.tencent.com/document/api/649/36099#[GroupContainerInfo](https://cloud.tencent.com/document/api/649/36099#GroupContainerInfo))
124845
+ * [GroupContainerInfo](https://cloud.tencent.com/document/api/649/36099#GroupContainerInfo)
124738
124846
 
124739
124847
  修改数据结构:
124740
124848
 
@@ -127855,6 +127963,32 @@
127855
127963
 
127856
127964
  ## 视频内容安全(vm) 版本:2021-09-22
127857
127965
 
127966
+ ### 第 5 次发布
127967
+
127968
+ 发布时间:2023-11-10 01:28:11
127969
+
127970
+ 本次发布包含了以下内容:
127971
+
127972
+ 改善已有的文档。
127973
+
127974
+ 修改接口:
127975
+
127976
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
127977
+
127978
+ * 新增出参:SegmentCosUrlList
127979
+
127980
+
127981
+ 新增数据结构:
127982
+
127983
+ * [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/80019#SegmentCosUrlList)
127984
+
127985
+ 修改数据结构:
127986
+
127987
+ * [TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)
127988
+
127989
+ * 新增成员:SubLabel
127990
+
127991
+
127858
127992
  ### 第 4 次发布
127859
127993
 
127860
127994
  发布时间:2022-09-16 06:48:14
@@ -140407,6 +140541,76 @@
140407
140541
 
140408
140542
  ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
140409
140543
 
140544
+ ### 第 2 次发布
140545
+
140546
+ 发布时间:2023-11-10 01:30:47
140547
+
140548
+ 本次发布包含了以下内容:
140549
+
140550
+ 改善已有的文档。
140551
+
140552
+ 新增接口:
140553
+
140554
+ * [AddAlarmProcessRecord](https://cloud.tencent.com/document/api/1693/101492)
140555
+ * [BatchCreateDevice](https://cloud.tencent.com/document/api/1693/101491)
140556
+ * [BatchKillAlarm](https://cloud.tencent.com/document/api/1693/101490)
140557
+ * [BatchReportAppMessage](https://cloud.tencent.com/document/api/1693/101489)
140558
+ * [ChangeAlarmStatus](https://cloud.tencent.com/document/api/1693/101488)
140559
+ * [ControlCameraPTZ](https://cloud.tencent.com/document/api/1693/101468)
140560
+ * [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
140561
+ * [CreateApplicationToken](https://cloud.tencent.com/document/api/1693/101495)
140562
+ * [DescribeActionList](https://cloud.tencent.com/document/api/1693/101486)
140563
+ * [DescribeAdministrationByTag](https://cloud.tencent.com/document/api/1693/101461)
140564
+ * [DescribeAlarmLevelList](https://cloud.tencent.com/document/api/1693/101485)
140565
+ * [DescribeAlarmList](https://cloud.tencent.com/document/api/1693/101484)
140566
+ * [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
140567
+ * [DescribeAlarmTypeList](https://cloud.tencent.com/document/api/1693/101483)
140568
+ * [DescribeBuildingList](https://cloud.tencent.com/document/api/1693/101512)
140569
+ * [DescribeBuildingModel](https://cloud.tencent.com/document/api/1693/101511)
140570
+ * [DescribeBuildingProfile](https://cloud.tencent.com/document/api/1693/101510)
140571
+ * [DescribeCameraExtendInfo](https://cloud.tencent.com/document/api/1693/101467)
140572
+ * [DescribeCityWorkspaceList](https://cloud.tencent.com/document/api/1693/101459)
140573
+ * [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
140574
+ * [DescribeDeviceShadowList](https://cloud.tencent.com/document/api/1693/101481)
140575
+ * [DescribeDeviceStatusList](https://cloud.tencent.com/document/api/1693/101480)
140576
+ * [DescribeDeviceStatusStat](https://cloud.tencent.com/document/api/1693/101479)
140577
+ * [DescribeDeviceTagList](https://cloud.tencent.com/document/api/1693/101478)
140578
+ * [DescribeDeviceTypeList](https://cloud.tencent.com/document/api/1693/101477)
140579
+ * [DescribeElementProfilePage](https://cloud.tencent.com/document/api/1693/101509)
140580
+ * [DescribeElementProfileTree](https://cloud.tencent.com/document/api/1693/101508)
140581
+ * [DescribeEventList](https://cloud.tencent.com/document/api/1693/101476)
140582
+ * [DescribeFileDownloadURL](https://cloud.tencent.com/document/api/1693/101494)
140583
+ * [DescribeFileUploadURL](https://cloud.tencent.com/document/api/1693/101493)
140584
+ * [DescribeLinkRuleList](https://cloud.tencent.com/document/api/1693/101475)
140585
+ * [DescribeModelList](https://cloud.tencent.com/document/api/1693/101474)
140586
+ * [DescribeProductList](https://cloud.tencent.com/document/api/1693/101473)
140587
+ * [DescribePropertyList](https://cloud.tencent.com/document/api/1693/101507)
140588
+ * [DescribeRuleDetail](https://cloud.tencent.com/document/api/1693/101472)
140589
+ * [DescribeSceneList](https://cloud.tencent.com/document/api/1693/101506)
140590
+ * [DescribeSpaceDeviceIdList](https://cloud.tencent.com/document/api/1693/101505)
140591
+ * [DescribeSpaceDeviceRelationList](https://cloud.tencent.com/document/api/1693/101504)
140592
+ * [DescribeSpaceInfoByDeviceId](https://cloud.tencent.com/document/api/1693/101503)
140593
+ * [DescribeSpaceRelationByDeviceId](https://cloud.tencent.com/document/api/1693/101502)
140594
+ * [DescribeSpaceTypeList](https://cloud.tencent.com/document/api/1693/101501)
140595
+ * [DescribeTenantBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101500)
140596
+ * [DescribeTenantDepartmentList](https://cloud.tencent.com/document/api/1693/101497)
140597
+ * [DescribeTenantUserList](https://cloud.tencent.com/document/api/1693/101496)
140598
+ * [DescribeVideoCloudRecord](https://cloud.tencent.com/document/api/1693/101466)
140599
+ * [DescribeVideoLiveStream](https://cloud.tencent.com/document/api/1693/101465)
140600
+ * [DescribeVideoRecordStream](https://cloud.tencent.com/document/api/1693/101464)
140601
+ * [DescribeWorkSpaceBuildingCountAndArea](https://cloud.tencent.com/document/api/1693/101499)
140602
+ * [ModifyDeviceName](https://cloud.tencent.com/document/api/1693/101471)
140603
+ * [ReportAppMessage](https://cloud.tencent.com/document/api/1693/101470)
140604
+ * [StopVideoStreaming](https://cloud.tencent.com/document/api/1693/101463)
140605
+ * [UpdateWorkspaceParkAttributes](https://cloud.tencent.com/document/api/1693/101458)
140606
+
140607
+ 新增数据结构:
140608
+
140609
+ * [SsoDepartment](https://cloud.tencent.com/document/api/1693/97961#SsoDepartment)
140610
+ * [SsoDepartmentsResult](https://cloud.tencent.com/document/api/1693/97961#SsoDepartmentsResult)
140611
+ * [SsoUser](https://cloud.tencent.com/document/api/1693/97961#SsoUser)
140612
+ * [SsoUserResult](https://cloud.tencent.com/document/api/1693/97961#SsoUserResult)
140613
+
140410
140614
  ### 第 1 次发布
140411
140615
 
140412
140616
  发布时间:2023-09-12 09:30:48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.727",
3
+ "version": "4.0.729",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {