tencentcloud-sdk-nodejs 4.0.762 → 4.0.764

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 (83) hide show
  1. package/CHANGELOG.md +351 -0
  2. package/SERVICE_CHANGELOG.md +417 -43
  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/ams/v20201229/ams_client.ts +1 -2
  7. package/src/services/ams/v20201229/ams_models.ts +67 -1
  8. package/src/services/asr/v20190614/asr_models.ts +1 -1
  9. package/src/services/bi/v20220105/bi_models.ts +5 -0
  10. package/src/services/ccc/v20200210/ccc_models.ts +31 -28
  11. package/src/services/cdb/v20170320/cdb_client.ts +2 -2
  12. package/src/services/cdb/v20170320/cdb_models.ts +31 -22
  13. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +5 -0
  14. package/src/services/cvm/v20170312/cvm_client.ts +3 -3
  15. package/src/services/cvm/v20170312/cvm_models.ts +11 -8
  16. package/src/services/dlc/v20210125/dlc_models.ts +2 -2
  17. package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
  18. package/src/services/dts/v20211206/dts_models.ts +1 -1
  19. package/src/services/ess/v20201111/ess_client.ts +64 -4
  20. package/src/services/ess/v20201111/ess_models.ts +175 -202
  21. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -9
  23. package/src/services/faceid/v20180301/faceid_client.ts +2 -0
  24. package/src/services/faceid/v20180301/faceid_models.ts +36 -0
  25. package/src/services/lcic/v20220817/lcic_models.ts +8 -4
  26. package/src/services/ocr/v20181119/ocr_client.ts +4 -1
  27. package/src/services/ocr/v20181119/ocr_models.ts +328 -44
  28. package/src/services/redis/v20180412/redis_models.ts +23 -14
  29. package/src/services/tag/v20180813/tag_models.ts +1 -1
  30. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -2
  31. package/src/services/tdmq/v20200217/tdmq_models.ts +35 -44
  32. package/src/services/tione/v20211111/tione_models.ts +15 -15
  33. package/src/services/trp/v20210515/trp_client.ts +20 -7
  34. package/src/services/trp/v20210515/trp_models.ts +141 -48
  35. package/src/services/vm/v20210922/vm_client.ts +1 -0
  36. package/src/services/vm/v20210922/vm_models.ts +67 -0
  37. package/src/services/vod/v20180717/vod_client.ts +14 -1
  38. package/src/services/vod/v20180717/vod_models.ts +73 -6
  39. package/src/services/vpc/v20170312/vpc_client.ts +32 -16
  40. package/tencentcloud/common/sdk_version.d.ts +1 -1
  41. package/tencentcloud/common/sdk_version.js +1 -1
  42. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -2
  43. package/tencentcloud/services/ams/v20201229/ams_client.js +0 -2
  44. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +66 -1
  45. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  46. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
  47. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -28
  48. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  49. package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
  50. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -22
  51. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +5 -0
  52. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
  53. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
  54. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +2 -2
  56. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  57. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  58. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -4
  59. package/tencentcloud/services/ess/v20201111/ess_client.js +64 -4
  60. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +175 -202
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -9
  64. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -0
  65. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -4
  66. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  67. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +325 -44
  68. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +23 -14
  69. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
  70. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +35 -43
  72. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -15
  73. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
  74. package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
  75. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +138 -48
  76. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +66 -0
  77. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  78. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  79. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +70 -6
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -0
  81. package/tencentcloud/services/vpc/v20170312/vpc_client.js +16 -0
  82. package/test/trp.v20210515.test.js +12 -2
  83. package/test/vod.v20180717.test.js +10 -0
@@ -1,10 +1,37 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
3
+ ## 音频内容安全(ams) 版本:2020-12-29
4
4
 
5
- ### 第 3 次发布
5
+ ### 第 10 次发布
6
6
 
7
- 发布时间:2023-12-20 01:16:54
7
+ 发布时间:2023-12-22 01:06:11
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateAudioModerationTask](https://cloud.tencent.com/document/api/1219/53257)
16
+
17
+ * 新增入参:User
18
+
19
+
20
+ 新增数据结构:
21
+
22
+ * [User](https://cloud.tencent.com/document/api/1219/53259#User)
23
+
24
+
25
+
26
+ ## 音频内容安全(ams) 版本:2020-06-08
27
+
28
+
29
+
30
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
31
+
32
+ ### 第 8 次发布
33
+
34
+ 发布时间:2023-12-22 01:07:03
8
35
 
9
36
  本次发布包含了以下内容:
10
37
 
@@ -12,18 +39,18 @@
12
39
 
13
40
  修改数据结构:
14
41
 
15
- * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
42
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
16
43
 
17
- * 新增成员:Characteristic
44
+ * 新增成员:ClusterId
18
45
 
19
46
 
20
47
 
21
48
 
22
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
49
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
23
50
 
24
- ### 第 143 次发布
51
+ ### 第 150 次发布
25
52
 
26
- 发布时间:2023-12-20 01:38:18
53
+ 发布时间:2023-12-22 01:08:53
27
54
 
28
55
  本次发布包含了以下内容:
29
56
 
@@ -31,38 +58,44 @@
31
58
 
32
59
  修改接口:
33
60
 
34
- * [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
61
+ * [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
35
62
 
36
- * 新增入参:CcInfos
63
+ * 新增入参:ContainsMinStartTime
64
+
65
+
66
+ 修改数据结构:
37
67
 
68
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
38
69
 
70
+ * 新增成员:ExecutedGTIDSet
39
71
 
40
72
 
41
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
42
73
 
43
- ### 第 50 次发布
44
74
 
45
- 发布时间:2023-12-20 01:57:04
75
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
76
+
77
+ ### 第 4 次发布
78
+
79
+ 发布时间:2023-12-22 01:09:56
46
80
 
47
81
  本次发布包含了以下内容:
48
82
 
49
83
  改善已有的文档。
50
84
 
51
- 新增接口:
85
+ 修改数据结构:
52
86
 
53
- * [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
87
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
54
88
 
55
- 新增数据结构:
89
+ * 新增成员:RestartTimeout
56
90
 
57
- * [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
58
91
 
59
92
 
60
93
 
61
- ## SSL 证书(ssl) 版本:2019-12-05
94
+ ## 云服务器(cvm) 版本:2017-03-12
62
95
 
63
- ### 第 51 次发布
96
+ ### 第 123 次发布
64
97
 
65
- 发布时间:2023-12-20 02:05:02
98
+ 发布时间:2023-12-22 01:11:31
66
99
 
67
100
  本次发布包含了以下内容:
68
101
 
@@ -70,43 +103,61 @@
70
103
 
71
104
  修改数据结构:
72
105
 
73
- * [OperationLog](https://cloud.tencent.com/document/api/400/41679#OperationLog)
106
+ * [InstanceRefund](https://cloud.tencent.com/document/api/213/15753#InstanceRefund)
74
107
 
75
- * 新增成员:Uin, SubAccountUin, CertId, Type
108
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, Refunds, PriceDetail
76
109
 
77
110
 
78
111
 
79
112
 
80
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
113
+ ## DNSPod(dnspod) 版本:2021-03-23
81
114
 
82
- ### 第 47 次发布
115
+ ### 第 28 次发布
83
116
 
84
- 发布时间:2023-12-20 02:15:59
117
+ 发布时间:2023-12-22 01:14:13
85
118
 
86
119
  本次发布包含了以下内容:
87
120
 
88
121
  改善已有的文档。
89
122
 
90
- 新增接口:
123
+ 修改数据结构:
91
124
 
92
- * [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
125
+ * [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
93
126
 
94
- 新增数据结构:
127
+ * 新增成员:SlaveDNS
95
128
 
96
- * [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
97
- * [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
98
129
 
99
130
 
100
131
 
101
- ## TI-ONE 训练平台(tione) 版本:2019-10-22
132
+ ## 人脸核身(faceid) 版本:2018-03-01
102
133
 
134
+ ### 第 68 次发布
103
135
 
136
+ 发布时间:2023-12-22 01:16:17
104
137
 
105
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
138
+ 本次发布包含了以下内容:
106
139
 
107
- ### 第 65 次发布
140
+ 改善已有的文档。
108
141
 
109
- 发布时间:2023-12-20 02:28:42
142
+ 修改接口:
143
+
144
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
145
+
146
+ * 新增出参:ExtraInfo
147
+
148
+
149
+ 新增数据结构:
150
+
151
+ * [ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo)
152
+ * [RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo)
153
+
154
+
155
+
156
+ ## 云数据库Redis(redis) 版本:2018-04-12
157
+
158
+ ### 第 69 次发布
159
+
160
+ 发布时间:2023-12-22 01:21:35
110
161
 
111
162
  本次发布包含了以下内容:
112
163
 
@@ -114,12 +165,41 @@
114
165
 
115
166
  修改数据结构:
116
167
 
117
- * [InstanceLogInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceLogInfo)
168
+ * [ProductConf](https://cloud.tencent.com/document/api/239/20022#ProductConf)
169
+
170
+ * 新增成员:EnableReplicaReadOnly
171
+
118
172
 
119
- * 新增成员:CodeFileName
120
173
 
121
- * <font color="#dd0000">**修改成员**:</font>TaskId, CurRunDate, Tries, LastUpdate, BrokerIp, FileSize, OriginFileName, CreateTime, InstanceLogType, TaskName, CostTime, InstanceStatus
122
174
 
175
+ ## 视频内容安全(vm) 版本:2021-09-22
176
+
177
+ ### 第 6 次发布
178
+
179
+ 发布时间:2023-12-22 01:27:31
180
+
181
+ 本次发布包含了以下内容:
182
+
183
+ 改善已有的文档。
184
+
185
+ 修改接口:
186
+
187
+ * [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
188
+
189
+ * 新增入参:User
190
+
191
+
192
+ 新增数据结构:
193
+
194
+ * [User](https://cloud.tencent.com/document/api/1265/80019#User)
195
+
196
+
197
+
198
+ ## 视频内容安全(vm) 版本:2020-12-29
199
+
200
+
201
+
202
+ ## 视频内容安全(vm) 版本:2020-07-09
123
203
 
124
204
 
125
205
 
@@ -1658,6 +1738,25 @@
1658
1738
 
1659
1739
  ## 音频内容安全(ams) 版本:2020-12-29
1660
1740
 
1741
+ ### 第 10 次发布
1742
+
1743
+ 发布时间:2023-12-22 01:06:11
1744
+
1745
+ 本次发布包含了以下内容:
1746
+
1747
+ 改善已有的文档。
1748
+
1749
+ 修改接口:
1750
+
1751
+ * [CreateAudioModerationTask](https://cloud.tencent.com/document/api/1219/53257)
1752
+
1753
+ * 新增入参:User
1754
+
1755
+
1756
+ 新增数据结构:
1757
+
1758
+ * [[User](https://cloud.tencent.com/document/api/1219/53259#User)](https://cloud.tencent.com/document/api/1219/53259#[User](https://cloud.tencent.com/document/api/1219/53259#User))
1759
+
1661
1760
  ### 第 9 次发布
1662
1761
 
1663
1762
  发布时间:2022-12-29 10:01:58
@@ -8404,6 +8503,21 @@
8404
8503
 
8405
8504
  ## 商业智能分析 BI(bi) 版本:2022-01-05
8406
8505
 
8506
+ ### 第 8 次发布
8507
+
8508
+ 发布时间:2023-12-22 01:07:03
8509
+
8510
+ 本次发布包含了以下内容:
8511
+
8512
+ 改善已有的文档。
8513
+
8514
+ 修改数据结构:
8515
+
8516
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
8517
+
8518
+ * 新增成员:ClusterId
8519
+
8520
+
8407
8521
  ### 第 7 次发布
8408
8522
 
8409
8523
  发布时间:2023-12-06 01:10:35
@@ -15461,6 +15575,28 @@
15461
15575
 
15462
15576
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
15463
15577
 
15578
+ ### 第 150 次发布
15579
+
15580
+ 发布时间:2023-12-22 01:08:53
15581
+
15582
+ 本次发布包含了以下内容:
15583
+
15584
+ 改善已有的文档。
15585
+
15586
+ 修改接口:
15587
+
15588
+ * [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
15589
+
15590
+ * 新增入参:ContainsMinStartTime
15591
+
15592
+
15593
+ 修改数据结构:
15594
+
15595
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
15596
+
15597
+ * 新增成员:ExecutedGTIDSet
15598
+
15599
+
15464
15600
  ### 第 149 次发布
15465
15601
 
15466
15602
  发布时间:2023-12-13 01:17:04
@@ -21748,6 +21884,21 @@
21748
21884
 
21749
21885
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
21750
21886
 
21887
+ ### 第 4 次发布
21888
+
21889
+ 发布时间:2023-12-22 01:09:56
21890
+
21891
+ 本次发布包含了以下内容:
21892
+
21893
+ 改善已有的文档。
21894
+
21895
+ 修改数据结构:
21896
+
21897
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
21898
+
21899
+ * 新增成员:RestartTimeout
21900
+
21901
+
21751
21902
  ### 第 3 次发布
21752
21903
 
21753
21904
  发布时间:2023-12-20 01:16:54
@@ -36108,6 +36259,21 @@
36108
36259
 
36109
36260
  ## 云服务器(cvm) 版本:2017-03-12
36110
36261
 
36262
+ ### 第 123 次发布
36263
+
36264
+ 发布时间:2023-12-22 01:11:31
36265
+
36266
+ 本次发布包含了以下内容:
36267
+
36268
+ 改善已有的文档。
36269
+
36270
+ 修改数据结构:
36271
+
36272
+ * [InstanceRefund](https://cloud.tencent.com/document/api/213/15753#InstanceRefund)
36273
+
36274
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, Refunds, PriceDetail
36275
+
36276
+
36111
36277
  ### 第 122 次发布
36112
36278
 
36113
36279
  发布时间:2023-12-01 01:12:05
@@ -48841,6 +49007,21 @@
48841
49007
 
48842
49008
  ## DNSPod(dnspod) 版本:2021-03-23
48843
49009
 
49010
+ ### 第 28 次发布
49011
+
49012
+ 发布时间:2023-12-22 01:14:13
49013
+
49014
+ 本次发布包含了以下内容:
49015
+
49016
+ 改善已有的文档。
49017
+
49018
+ 修改数据结构:
49019
+
49020
+ * [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
49021
+
49022
+ * 新增成员:SlaveDNS
49023
+
49024
+
48844
49025
  ### 第 27 次发布
48845
49026
 
48846
49027
  发布时间:2023-11-09 01:12:46
@@ -59532,6 +59713,21 @@
59532
59713
 
59533
59714
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
59534
59715
 
59716
+ ### 第 145 次发布
59717
+
59718
+ 发布时间:2023-12-21 01:38:43
59719
+
59720
+ 本次发布包含了以下内容:
59721
+
59722
+ 改善已有的文档。
59723
+
59724
+ 修改接口:
59725
+
59726
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
59727
+
59728
+ * <font color="#dd0000">**修改入参**:</font>ResourceId
59729
+
59730
+
59535
59731
  ### 第 144 次发布
59536
59732
 
59537
59733
  发布时间:2023-12-15 19:40:36
@@ -62424,6 +62620,26 @@
62424
62620
 
62425
62621
  ## 人脸核身(faceid) 版本:2018-03-01
62426
62622
 
62623
+ ### 第 68 次发布
62624
+
62625
+ 发布时间:2023-12-22 01:16:17
62626
+
62627
+ 本次发布包含了以下内容:
62628
+
62629
+ 改善已有的文档。
62630
+
62631
+ 修改接口:
62632
+
62633
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
62634
+
62635
+ * 新增出参:ExtraInfo
62636
+
62637
+
62638
+ 新增数据结构:
62639
+
62640
+ * [[ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo)](https://cloud.tencent.com/document/api/1007/41958#[ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo))
62641
+ * [[RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo)](https://cloud.tencent.com/document/api/1007/41958#[RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo))
62642
+
62427
62643
  ### 第 67 次发布
62428
62644
 
62429
62645
  发布时间:2023-12-06 01:49:35
@@ -74672,6 +74888,21 @@
74672
74888
 
74673
74889
  ## 实时互动-教育版(lcic) 版本:2022-08-17
74674
74890
 
74891
+ ### 第 49 次发布
74892
+
74893
+ 发布时间:2023-12-21 01:48:52
74894
+
74895
+ 本次发布包含了以下内容:
74896
+
74897
+ 改善已有的文档。
74898
+
74899
+ 修改数据结构:
74900
+
74901
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
74902
+
74903
+ * 新增成员:RecordBackground
74904
+
74905
+
74675
74906
  ### 第 48 次发布
74676
74907
 
74677
74908
  发布时间:2023-12-14 02:03:05
@@ -88067,11 +88298,11 @@
88067
88298
 
88068
88299
  新增接口:
88069
88300
 
88070
- * [[DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)](https://cloud.tencent.com/document/api/#/#)
88301
+ * [DescribeJobEvents](https://cloud.tencent.com/document/api/849/102554)
88071
88302
 
88072
88303
  新增数据结构:
88073
88304
 
88074
- * [[JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)](https://cloud.tencent.com/document/api/849/52010#[JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent))
88305
+ * [JobEvent](https://cloud.tencent.com/document/api/849/52010#JobEvent)
88075
88306
 
88076
88307
  ### 第 49 次发布
88077
88308
 
@@ -89073,6 +89304,34 @@
89073
89304
 
89074
89305
  ## 文字识别(ocr) 版本:2018-11-19
89075
89306
 
89307
+ ### 第 125 次发布
89308
+
89309
+ 发布时间:2023-12-21 01:56:34
89310
+
89311
+ 本次发布包含了以下内容:
89312
+
89313
+ 改善已有的文档。
89314
+
89315
+ 修改接口:
89316
+
89317
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
89318
+
89319
+ * 新增出参:ElectronicTrainTicket, ElectronicAirTransport
89320
+
89321
+
89322
+ 新增数据结构:
89323
+
89324
+ * [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
89325
+ * [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
89326
+ * [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
89327
+
89328
+ 修改数据结构:
89329
+
89330
+ * [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
89331
+
89332
+ * 新增成员:ElectronicType
89333
+
89334
+
89076
89335
  ### 第 124 次发布
89077
89336
 
89078
89337
  发布时间:2023-12-08 02:12:05
@@ -94536,6 +94795,21 @@
94536
94795
 
94537
94796
  ## 云数据库Redis(redis) 版本:2018-04-12
94538
94797
 
94798
+ ### 第 69 次发布
94799
+
94800
+ 发布时间:2023-12-22 01:21:35
94801
+
94802
+ 本次发布包含了以下内容:
94803
+
94804
+ 改善已有的文档。
94805
+
94806
+ 修改数据结构:
94807
+
94808
+ * [ProductConf](https://cloud.tencent.com/document/api/239/20022#ProductConf)
94809
+
94810
+ * 新增成员:EnableReplicaReadOnly
94811
+
94812
+
94539
94813
  ### 第 68 次发布
94540
94814
 
94541
94815
  发布时间:2023-12-11 01:11:39
@@ -110977,6 +111251,25 @@
110977
111251
 
110978
111252
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
110979
111253
 
111254
+ ### 第 100 次发布
111255
+
111256
+ 发布时间:2023-12-21 02:11:13
111257
+
111258
+ 本次发布包含了以下内容:
111259
+
111260
+ 改善已有的文档。
111261
+
111262
+ 修改接口:
111263
+
111264
+ * [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
111265
+
111266
+ * <font color="#dd0000">**删除出参**:</font>BundleSet
111267
+
111268
+
111269
+ <font color="#dd0000">**删除数据结构**:</font>
111270
+
111271
+ * BundleSetOpt
111272
+
110980
111273
  ### 第 99 次发布
110981
111274
 
110982
111275
  发布时间:2023-12-19 02:14:52
@@ -119453,6 +119746,25 @@
119453
119746
 
119454
119747
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
119455
119748
 
119749
+ ### 第 48 次发布
119750
+
119751
+ 发布时间:2023-12-21 02:14:50
119752
+
119753
+ 本次发布包含了以下内容:
119754
+
119755
+ 改善已有的文档。
119756
+
119757
+ 修改接口:
119758
+
119759
+ * [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
119760
+
119761
+ * <font color="#dd0000">**修改入参**:</font>Type
119762
+
119763
+ * [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
119764
+
119765
+ * <font color="#dd0000">**修改入参**:</font>TaskType
119766
+
119767
+
119456
119768
  ### 第 47 次发布
119457
119769
 
119458
119770
  发布时间:2023-12-20 02:15:59
@@ -119463,12 +119775,12 @@
119463
119775
 
119464
119776
  新增接口:
119465
119777
 
119466
- * [[DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)](https://cloud.tencent.com/document/api/#/#)
119778
+ * [DescribeModelAccelerateVersions](https://cloud.tencent.com/document/api/851/102555)
119467
119779
 
119468
119780
  新增数据结构:
119469
119781
 
119470
- * [[ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)](https://cloud.tencent.com/document/api/851/75051#[ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion))
119471
- * [[ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)](https://cloud.tencent.com/document/api/851/75051#[ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource))
119782
+ * [ModelAccelerateVersion](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateVersion)
119783
+ * [ModelSource](https://cloud.tencent.com/document/api/851/75051#ModelSource)
119472
119784
 
119473
119785
  ### 第 46 次发布
119474
119786
 
@@ -125294,6 +125606,33 @@
125294
125606
 
125295
125607
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
125296
125608
 
125609
+ ### 第 30 次发布
125610
+
125611
+ 发布时间:2023-12-21 10:26:13
125612
+
125613
+ 本次发布包含了以下内容:
125614
+
125615
+ 改善已有的文档。
125616
+
125617
+ 新增接口:
125618
+
125619
+ * [DescribePlanQRCodeScanRecords](https://cloud.tencent.com/document/api/1458/102574)
125620
+
125621
+ 新增数据结构:
125622
+
125623
+ * [PlanQRCodeRecord](https://cloud.tencent.com/document/api/1458/75030#PlanQRCodeRecord)
125624
+
125625
+ 修改数据结构:
125626
+
125627
+ * [CodeBatch](https://cloud.tencent.com/document/api/1458/75030#CodeBatch)
125628
+
125629
+ * <font color="#dd0000">**修改成员**:</font>TplName, Job, ProductionDate, ValidDate, Attrs
125630
+
125631
+ * [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
125632
+
125633
+ * 新增成员:Value
125634
+
125635
+
125297
125636
  ### 第 29 次发布
125298
125637
 
125299
125638
  发布时间:2023-10-26 14:46:10
@@ -125320,7 +125659,7 @@
125320
125659
 
125321
125660
  新增接口:
125322
125661
 
125323
- * [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/75017)
125662
+ * [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/101819)
125324
125663
 
125325
125664
  ### 第 27 次发布
125326
125665
 
@@ -131473,6 +131812,25 @@
131473
131812
 
131474
131813
  ## 视频内容安全(vm) 版本:2021-09-22
131475
131814
 
131815
+ ### 第 6 次发布
131816
+
131817
+ 发布时间:2023-12-22 01:27:31
131818
+
131819
+ 本次发布包含了以下内容:
131820
+
131821
+ 改善已有的文档。
131822
+
131823
+ 修改接口:
131824
+
131825
+ * [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
131826
+
131827
+ * 新增入参:User
131828
+
131829
+
131830
+ 新增数据结构:
131831
+
131832
+ * [[User](https://cloud.tencent.com/document/api/1265/80019#User)](https://cloud.tencent.com/document/api/1265/80019#[User](https://cloud.tencent.com/document/api/1265/80019#User))
131833
+
131476
131834
  ### 第 5 次发布
131477
131835
 
131478
131836
  发布时间:2023-11-10 01:28:11
@@ -131643,6 +132001,22 @@
131643
132001
 
131644
132002
  ## 云点播(vod) 版本:2018-07-17
131645
132003
 
132004
+ ### 第 176 次发布
132005
+
132006
+ 发布时间:2023-12-21 02:21:45
132007
+
132008
+ 本次发布包含了以下内容:
132009
+
132010
+ 改善已有的文档。
132011
+
132012
+ 新增接口:
132013
+
132014
+ * [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
132015
+
132016
+ 新增数据结构:
132017
+
132018
+ * [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
132019
+
131646
132020
  ### 第 175 次发布
131647
132021
 
131648
132022
  发布时间:2023-12-04 00:22:12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.762",
3
+ "version": "4.0.764",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {