tencentcloud-sdk-nodejs 4.0.763 → 4.0.765

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 (73) hide show
  1. package/CHANGELOG.md +283 -0
  2. package/SERVICE_CHANGELOG.md +277 -99
  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/ams/v20201229/ams_client.ts +1 -2
  7. package/src/services/ams/v20201229/ams_models.ts +67 -1
  8. package/src/services/bi/v20220105/bi_models.ts +5 -0
  9. package/src/services/ccc/v20200210/ccc_models.ts +31 -28
  10. package/src/services/cdb/v20170320/cdb_client.ts +2 -2
  11. package/src/services/cdb/v20170320/cdb_models.ts +31 -22
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +15 -0
  13. package/src/services/cvm/v20170312/cvm_client.ts +3 -3
  14. package/src/services/cvm/v20170312/cvm_models.ts +11 -8
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
  16. package/src/services/dts/v20211206/dts_models.ts +1 -1
  17. package/src/services/emr/v20190103/emr_client.ts +2 -0
  18. package/src/services/emr/v20190103/emr_models.ts +230 -46
  19. package/src/services/ess/v20201111/ess_models.ts +163 -188
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -4
  22. package/src/services/faceid/v20180301/faceid_client.ts +2 -0
  23. package/src/services/faceid/v20180301/faceid_models.ts +36 -0
  24. package/src/services/organization/v20210331/organization_models.ts +17 -17
  25. package/src/services/redis/v20180412/redis_models.ts +23 -14
  26. package/src/services/rkp/v20191209/rkp_client.ts +12 -6
  27. package/src/services/ses/v20201002/ses_models.ts +2 -3
  28. package/src/services/tag/v20180813/tag_models.ts +1 -1
  29. package/src/services/trp/v20210515/trp_client.ts +20 -7
  30. package/src/services/trp/v20210515/trp_models.ts +141 -48
  31. package/src/services/vm/v20210922/vm_client.ts +1 -0
  32. package/src/services/vm/v20210922/vm_models.ts +67 -0
  33. package/src/services/vod/v20180717/vod_client.ts +33 -22
  34. package/src/services/vod/v20180717/vod_models.ts +4 -3
  35. package/src/services/vpc/v20170312/vpc_client.ts +32 -16
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -2
  39. package/tencentcloud/services/ams/v20201229/ams_client.js +0 -2
  40. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +66 -1
  41. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
  42. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -28
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -22
  46. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +15 -0
  47. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
  48. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
  50. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  51. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  52. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +228 -46
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -188
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -4
  57. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -0
  58. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +23 -14
  60. package/tencentcloud/services/rkp/v20191209/rkp_client.d.ts +9 -3
  61. package/tencentcloud/services/rkp/v20191209/rkp_client.js +9 -3
  62. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -3
  63. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
  64. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
  65. package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
  66. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +138 -48
  67. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +66 -0
  68. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +22 -11
  69. package/tencentcloud/services/vod/v20180717/vod_client.js +22 -11
  70. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -3
  71. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -0
  72. package/tencentcloud/services/vpc/v20170312/vpc_client.js +16 -0
  73. package/test/trp.v20210515.test.js +12 -2
@@ -1,33 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
4
-
5
- ### 第 145 次发布
6
-
7
- 发布时间:2023-12-21 01:38:43
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改接口:
14
-
15
- * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
16
-
17
- * <font color="#dd0000">**修改入参**:</font>ResourceId
18
-
19
-
20
-
21
-
22
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
23
-
24
-
25
-
26
- ## 实时互动-教育版(lcic) 版本:2022-08-17
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
27
4
 
28
- ### 第 49 次发布
5
+ ### 第 5 次发布
29
6
 
30
- 发布时间:2023-12-21 01:48:52
7
+ 发布时间:2023-12-25 00:04:35
31
8
 
32
9
  本次发布包含了以下内容:
33
10
 
@@ -35,18 +12,18 @@
35
12
 
36
13
  修改数据结构:
37
14
 
38
- * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
15
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
39
16
 
40
- * 新增成员:RecordBackground
17
+ * 新增成员:GraceShutdownWaitSeconds, CaseSensitive
41
18
 
42
19
 
43
20
 
44
21
 
45
- ## 文字识别(ocr) 版本:2018-11-19
22
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
46
23
 
47
- ### 第 125 次发布
24
+ ### 第 55 次发布
48
25
 
49
- 发布时间:2023-12-21 01:56:34
26
+ 发布时间:2023-12-25 00:10:01
50
27
 
51
28
  本次发布包含了以下内容:
52
29
 
@@ -54,93 +31,48 @@
54
31
 
55
32
  修改接口:
56
33
 
57
- * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
34
+ * [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
58
35
 
59
- * 新增出参:ElectronicTrainTicket, ElectronicAirTransport
36
+ * 新增入参:ExportDb
60
37
 
61
38
 
62
39
  新增数据结构:
63
40
 
64
- * [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
65
- * [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
66
- * [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
41
+ * [EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail)
42
+ * [ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail)
67
43
 
68
44
  修改数据结构:
69
45
 
70
- * [VatInvoice](https://cloud.tencent.com/document/api/866/33527#VatInvoice)
71
-
72
- * 新增成员:ElectronicType
73
-
74
-
75
-
76
-
77
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
78
-
79
- ### 第 100 次发布
80
-
81
- 发布时间:2023-12-21 02:11:13
82
-
83
- 本次发布包含了以下内容:
84
-
85
- 改善已有的文档。
86
-
87
- 修改接口:
88
-
89
- * [DescribeNamespaceBundlesOpt](https://cloud.tencent.com/document/api/1179/59039)
90
-
91
- * <font color="#dd0000">**删除出参**:</font>BundleSet
92
-
93
-
94
- <font color="#dd0000">**删除数据结构**:</font>
95
-
96
- * BundleSetOpt
97
-
98
-
99
-
100
- ## TI-ONE 训练平台(tione) 版本:2021-11-11
101
-
102
- ### 第 48 次发布
103
-
104
- 发布时间:2023-12-21 02:14:50
105
-
106
- 本次发布包含了以下内容:
107
-
108
- 改善已有的文档。
109
-
110
- 修改接口:
111
-
112
- * [DescribeBillingResourceGroups](https://cloud.tencent.com/document/api/851/75065)
46
+ * [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
113
47
 
114
- * <font color="#dd0000">**修改入参**:</font>Type
48
+ * 新增成员:RetryCount, RetryInfo
115
49
 
116
- * [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
117
-
118
- * <font color="#dd0000">**修改入参**:</font>TaskType
50
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
119
51
 
52
+ * 新增成员:ClusterTitle, ConfigDetail
120
53
 
54
+ * [ScriptBootstrapActionConfig](https://cloud.tencent.com/document/api/589/33981#ScriptBootstrapActionConfig)
121
55
 
56
+ * 新增成员:Remark
122
57
 
123
- ## TI-ONE 训练平台(tione) 版本:2019-10-22
124
58
 
125
59
 
126
60
 
127
- ## 云点播(vod) 版本:2018-07-17
61
+ ## 风险探针(rkp) 版本:2019-12-09
128
62
 
129
- ### 第 176 次发布
63
+ ### 第 2 次发布
130
64
 
131
- 发布时间:2023-12-21 02:21:45
65
+ 发布时间:2023-12-25 00:16:39
132
66
 
133
67
  本次发布包含了以下内容:
134
68
 
135
69
  改善已有的文档。
136
70
 
137
- 新增接口:
138
-
139
- * [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
140
-
141
- 新增数据结构:
71
+ <font color="#dd0000">**预下线接口**:</font>
142
72
 
143
- * [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
73
+ * GetOpenId
74
+ * GetToken
75
+ * QueryDevAndRisk
144
76
 
145
77
 
146
78
 
@@ -1679,6 +1611,25 @@
1679
1611
 
1680
1612
  ## 音频内容安全(ams) 版本:2020-12-29
1681
1613
 
1614
+ ### 第 10 次发布
1615
+
1616
+ 发布时间:2023-12-22 01:06:11
1617
+
1618
+ 本次发布包含了以下内容:
1619
+
1620
+ 改善已有的文档。
1621
+
1622
+ 修改接口:
1623
+
1624
+ * [CreateAudioModerationTask](https://cloud.tencent.com/document/api/1219/53257)
1625
+
1626
+ * 新增入参:User
1627
+
1628
+
1629
+ 新增数据结构:
1630
+
1631
+ * [User](https://cloud.tencent.com/document/api/1219/53259#User)
1632
+
1682
1633
  ### 第 9 次发布
1683
1634
 
1684
1635
  发布时间:2022-12-29 10:01:58
@@ -8425,6 +8376,21 @@
8425
8376
 
8426
8377
  ## 商业智能分析 BI(bi) 版本:2022-01-05
8427
8378
 
8379
+ ### 第 8 次发布
8380
+
8381
+ 发布时间:2023-12-22 01:07:03
8382
+
8383
+ 本次发布包含了以下内容:
8384
+
8385
+ 改善已有的文档。
8386
+
8387
+ 修改数据结构:
8388
+
8389
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
8390
+
8391
+ * 新增成员:ClusterId
8392
+
8393
+
8428
8394
  ### 第 7 次发布
8429
8395
 
8430
8396
  发布时间:2023-12-06 01:10:35
@@ -15482,6 +15448,28 @@
15482
15448
 
15483
15449
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
15484
15450
 
15451
+ ### 第 150 次发布
15452
+
15453
+ 发布时间:2023-12-22 01:08:53
15454
+
15455
+ 本次发布包含了以下内容:
15456
+
15457
+ 改善已有的文档。
15458
+
15459
+ 修改接口:
15460
+
15461
+ * [DescribeBinlogs](https://cloud.tencent.com/document/api/236/15843)
15462
+
15463
+ * 新增入参:ContainsMinStartTime
15464
+
15465
+
15466
+ 修改数据结构:
15467
+
15468
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
15469
+
15470
+ * 新增成员:ExecutedGTIDSet
15471
+
15472
+
15485
15473
  ### 第 149 次发布
15486
15474
 
15487
15475
  发布时间:2023-12-13 01:17:04
@@ -21769,6 +21757,36 @@
21769
21757
 
21770
21758
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
21771
21759
 
21760
+ ### 第 5 次发布
21761
+
21762
+ 发布时间:2023-12-25 00:04:35
21763
+
21764
+ 本次发布包含了以下内容:
21765
+
21766
+ 改善已有的文档。
21767
+
21768
+ 修改数据结构:
21769
+
21770
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
21771
+
21772
+ * 新增成员:GraceShutdownWaitSeconds, CaseSensitive
21773
+
21774
+
21775
+ ### 第 4 次发布
21776
+
21777
+ 发布时间:2023-12-22 01:09:56
21778
+
21779
+ 本次发布包含了以下内容:
21780
+
21781
+ 改善已有的文档。
21782
+
21783
+ 修改数据结构:
21784
+
21785
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
21786
+
21787
+ * 新增成员:RestartTimeout
21788
+
21789
+
21772
21790
  ### 第 3 次发布
21773
21791
 
21774
21792
  发布时间:2023-12-20 01:16:54
@@ -36129,6 +36147,21 @@
36129
36147
 
36130
36148
  ## 云服务器(cvm) 版本:2017-03-12
36131
36149
 
36150
+ ### 第 123 次发布
36151
+
36152
+ 发布时间:2023-12-22 01:11:31
36153
+
36154
+ 本次发布包含了以下内容:
36155
+
36156
+ 改善已有的文档。
36157
+
36158
+ 修改数据结构:
36159
+
36160
+ * [InstanceRefund](https://cloud.tencent.com/document/api/213/15753#InstanceRefund)
36161
+
36162
+ * <font color="#dd0000">**修改成员**:</font>InstanceId, Refunds, PriceDetail
36163
+
36164
+
36132
36165
  ### 第 122 次发布
36133
36166
 
36134
36167
  发布时间:2023-12-01 01:12:05
@@ -48862,6 +48895,21 @@
48862
48895
 
48863
48896
  ## DNSPod(dnspod) 版本:2021-03-23
48864
48897
 
48898
+ ### 第 28 次发布
48899
+
48900
+ 发布时间:2023-12-22 01:14:13
48901
+
48902
+ 本次发布包含了以下内容:
48903
+
48904
+ 改善已有的文档。
48905
+
48906
+ 修改数据结构:
48907
+
48908
+ * [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
48909
+
48910
+ * 新增成员:SlaveDNS
48911
+
48912
+
48865
48913
  ### 第 27 次发布
48866
48914
 
48867
48915
  发布时间:2023-11-09 01:12:46
@@ -54372,6 +54420,41 @@
54372
54420
 
54373
54421
  ## 弹性 MapReduce(emr) 版本:2019-01-03
54374
54422
 
54423
+ ### 第 55 次发布
54424
+
54425
+ 发布时间:2023-12-25 00:10:01
54426
+
54427
+ 本次发布包含了以下内容:
54428
+
54429
+ 改善已有的文档。
54430
+
54431
+ 修改接口:
54432
+
54433
+ * [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
54434
+
54435
+ * 新增入参:ExportDb
54436
+
54437
+
54438
+ 新增数据结构:
54439
+
54440
+ * [[EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail)](https://cloud.tencent.com/document/api/589/33981#[EmrProductConfigDetail](https://cloud.tencent.com/document/api/589/33981#EmrProductConfigDetail))
54441
+ * [[ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail)](https://cloud.tencent.com/document/api/589/33981#[ResourceDetail](https://cloud.tencent.com/document/api/589/33981#ResourceDetail))
54442
+
54443
+ 修改数据结构:
54444
+
54445
+ * [AutoScaleRecord](https://cloud.tencent.com/document/api/589/33981#AutoScaleRecord)
54446
+
54447
+ * 新增成员:RetryCount, RetryInfo
54448
+
54449
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
54450
+
54451
+ * 新增成员:ClusterTitle, ConfigDetail
54452
+
54453
+ * [ScriptBootstrapActionConfig](https://cloud.tencent.com/document/api/589/33981#ScriptBootstrapActionConfig)
54454
+
54455
+ * 新增成员:Remark
54456
+
54457
+
54375
54458
  ### 第 54 次发布
54376
54459
 
54377
54460
  发布时间:2023-12-19 01:39:39
@@ -62460,6 +62543,26 @@
62460
62543
 
62461
62544
  ## 人脸核身(faceid) 版本:2018-03-01
62462
62545
 
62546
+ ### 第 68 次发布
62547
+
62548
+ 发布时间:2023-12-22 01:16:17
62549
+
62550
+ 本次发布包含了以下内容:
62551
+
62552
+ 改善已有的文档。
62553
+
62554
+ 修改接口:
62555
+
62556
+ * [DetectAIFakeFaces](https://cloud.tencent.com/document/api/1007/101561)
62557
+
62558
+ * 新增出参:ExtraInfo
62559
+
62560
+
62561
+ 新增数据结构:
62562
+
62563
+ * [ExtraInfo](https://cloud.tencent.com/document/api/1007/41958#ExtraInfo)
62564
+ * [RetrievalLivenessExtraInfo](https://cloud.tencent.com/document/api/1007/41958#RetrievalLivenessExtraInfo)
62565
+
62463
62566
  ### 第 67 次发布
62464
62567
 
62465
62568
  发布时间:2023-12-06 01:49:35
@@ -89141,9 +89244,9 @@
89141
89244
 
89142
89245
  新增数据结构:
89143
89246
 
89144
- * [[ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)](https://cloud.tencent.com/document/api/866/33527#[ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport))
89145
- * [[ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)](https://cloud.tencent.com/document/api/866/33527#[ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail))
89146
- * [[ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)](https://cloud.tencent.com/document/api/866/33527#[ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket))
89247
+ * [ElectronicAirTransport](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransport)
89248
+ * [ElectronicAirTransportDetail](https://cloud.tencent.com/document/api/866/33527#ElectronicAirTransportDetail)
89249
+ * [ElectronicTrainTicket](https://cloud.tencent.com/document/api/866/33527#ElectronicTrainTicket)
89147
89250
 
89148
89251
  修改数据结构:
89149
89252
 
@@ -94615,6 +94718,21 @@
94615
94718
 
94616
94719
  ## 云数据库Redis(redis) 版本:2018-04-12
94617
94720
 
94721
+ ### 第 69 次发布
94722
+
94723
+ 发布时间:2023-12-22 01:21:35
94724
+
94725
+ 本次发布包含了以下内容:
94726
+
94727
+ 改善已有的文档。
94728
+
94729
+ 修改数据结构:
94730
+
94731
+ * [ProductConf](https://cloud.tencent.com/document/api/239/20022#ProductConf)
94732
+
94733
+ * 新增成员:EnableReplicaReadOnly
94734
+
94735
+
94618
94736
  ### 第 68 次发布
94619
94737
 
94620
94738
  发布时间:2023-12-11 01:11:39
@@ -95980,6 +96098,20 @@
95980
96098
 
95981
96099
  ## 风险探针(rkp) 版本:2019-12-09
95982
96100
 
96101
+ ### 第 2 次发布
96102
+
96103
+ 发布时间:2023-12-25 00:16:39
96104
+
96105
+ 本次发布包含了以下内容:
96106
+
96107
+ 改善已有的文档。
96108
+
96109
+ <font color="#dd0000">**预下线接口**:</font>
96110
+
96111
+ * GetOpenId
96112
+ * GetToken
96113
+ * QueryDevAndRisk
96114
+
95983
96115
  ### 第 1 次发布
95984
96116
 
95985
96117
  发布时间:2020-08-06 17:36:26
@@ -125411,6 +125543,33 @@
125411
125543
 
125412
125544
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
125413
125545
 
125546
+ ### 第 30 次发布
125547
+
125548
+ 发布时间:2023-12-21 10:26:13
125549
+
125550
+ 本次发布包含了以下内容:
125551
+
125552
+ 改善已有的文档。
125553
+
125554
+ 新增接口:
125555
+
125556
+ * [DescribePlanQRCodeScanRecords](https://cloud.tencent.com/document/api/1458/102574)
125557
+
125558
+ 新增数据结构:
125559
+
125560
+ * [PlanQRCodeRecord](https://cloud.tencent.com/document/api/1458/75030#PlanQRCodeRecord)
125561
+
125562
+ 修改数据结构:
125563
+
125564
+ * [CodeBatch](https://cloud.tencent.com/document/api/1458/75030#CodeBatch)
125565
+
125566
+ * <font color="#dd0000">**修改成员**:</font>TplName, Job, ProductionDate, ValidDate, Attrs
125567
+
125568
+ * [Ext](https://cloud.tencent.com/document/api/1458/75030#Ext)
125569
+
125570
+ * 新增成员:Value
125571
+
125572
+
125414
125573
  ### 第 29 次发布
125415
125574
 
125416
125575
  发布时间:2023-10-26 14:46:10
@@ -125437,7 +125596,7 @@
125437
125596
 
125438
125597
  新增接口:
125439
125598
 
125440
- * [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/75017)
125599
+ * [DescribeCodeBatches](https://cloud.tencent.com/document/api/1458/101819)
125441
125600
 
125442
125601
  ### 第 27 次发布
125443
125602
 
@@ -131590,6 +131749,25 @@
131590
131749
 
131591
131750
  ## 视频内容安全(vm) 版本:2021-09-22
131592
131751
 
131752
+ ### 第 6 次发布
131753
+
131754
+ 发布时间:2023-12-22 01:27:31
131755
+
131756
+ 本次发布包含了以下内容:
131757
+
131758
+ 改善已有的文档。
131759
+
131760
+ 修改接口:
131761
+
131762
+ * [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
131763
+
131764
+ * 新增入参:User
131765
+
131766
+
131767
+ 新增数据结构:
131768
+
131769
+ * [User](https://cloud.tencent.com/document/api/1265/80019#User)
131770
+
131593
131771
  ### 第 5 次发布
131594
131772
 
131595
131773
  发布时间:2023-11-10 01:28:11
@@ -131770,11 +131948,11 @@
131770
131948
 
131771
131949
  新增接口:
131772
131950
 
131773
- * [[EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)](https://cloud.tencent.com/document/api/#/#)
131951
+ * [EnhanceMediaQuality](https://cloud.tencent.com/document/api/266/102571)
131774
131952
 
131775
131953
  新增数据结构:
131776
131954
 
131777
- * [[EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)](https://cloud.tencent.com/document/api/266/31773#[EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig))
131955
+ * [EnhanceMediaQualityOutputConfig](https://cloud.tencent.com/document/api/266/31773#EnhanceMediaQualityOutputConfig)
131778
131956
 
131779
131957
  ### 第 175 次发布
131780
131958
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.763",
3
+ "version": "4.0.765",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {