tencentcloud-sdk-nodejs 4.0.869 → 4.0.871

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 (109) hide show
  1. package/CHANGELOG.md +373 -0
  2. package/SERVICE_CHANGELOG.md +395 -33
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +4 -2
  7. package/src/services/asr/v20190614/asr_models.ts +4 -2
  8. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  9. package/src/services/ccc/v20200210/ccc_models.ts +56 -12
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cfw/v20190904/cfw_client.ts +5 -3
  12. package/src/services/cfw/v20190904/cfw_models.ts +1 -1
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +27 -17
  14. package/src/services/dlc/v20210125/dlc_client.ts +174 -47
  15. package/src/services/dlc/v20210125/dlc_models.ts +740 -292
  16. package/src/services/dts/v20180330/dts_models.ts +8 -8
  17. package/src/services/dts/v20211206/dts_models.ts +4 -0
  18. package/src/services/eb/v20210416/eb_models.ts +34 -25
  19. package/src/services/ess/v20201111/ess_models.ts +2 -2
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  21. package/src/services/facefusion/v20220927/facefusion_client.ts +14 -0
  22. package/src/services/facefusion/v20220927/facefusion_models.ts +110 -0
  23. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
  24. package/src/services/hunyuan/v20230901/hunyuan_models.ts +3 -3
  25. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +16 -2
  26. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +128 -54
  27. package/src/services/mongodb/v20190725/mongodb_models.ts +12 -12
  28. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  29. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  30. package/src/services/mps/v20190612/mps_models.ts +19 -23
  31. package/src/services/ocr/v20181119/ocr_client.ts +5 -4
  32. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  33. package/src/services/postgres/v20170312/postgres_client.ts +20 -8
  34. package/src/services/postgres/v20170312/postgres_models.ts +214 -150
  35. package/src/services/pts/v20210728/pts_models.ts +1 -1
  36. package/src/services/rum/v20210622/rum_models.ts +1 -1
  37. package/src/services/smh/v20210712/smh_models.ts +2 -2
  38. package/src/services/sqlserver/v20180328/sqlserver_models.ts +23 -15
  39. package/src/services/tcss/v20201101/tcss_models.ts +2 -2
  40. package/src/services/teo/v20220901/teo_models.ts +5 -3
  41. package/src/services/tione/v20211111/tione_client.ts +1 -0
  42. package/src/services/tione/v20211111/tione_models.ts +38 -2
  43. package/src/services/trp/v20210515/trp_client.ts +17 -3
  44. package/src/services/trp/v20210515/trp_models.ts +101 -40
  45. package/src/services/vcg/v20240404/vcg_models.ts +2 -2
  46. package/src/services/vtc/v20240223/vtc_models.ts +8 -0
  47. package/src/services/waf/v20180125/waf_models.ts +5 -1
  48. package/src/services/wedata/v20210820/wedata_models.ts +32 -7
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +4 -2
  52. package/tencentcloud/services/aiart/v20221229/aiart_client.js +4 -2
  53. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -2
  54. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  55. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  56. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +54 -12
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  58. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +4 -2
  59. package/tencentcloud/services/cfw/v20190904/cfw_client.js +4 -2
  60. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1 -1
  61. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +27 -17
  62. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +53 -13
  63. package/tencentcloud/services/dlc/v20210125/dlc_client.js +78 -18
  64. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +713 -292
  65. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +8 -8
  66. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +4 -0
  67. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +34 -25
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +2 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  70. package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +6 -1
  71. package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +7 -0
  72. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +107 -0
  73. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  74. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  75. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +3 -3
  76. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  77. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  78. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +124 -54
  79. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +12 -12
  80. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  81. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  82. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  83. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -21
  84. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -2
  85. package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -2
  86. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  87. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +9 -5
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.js +11 -5
  89. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +212 -150
  90. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +1 -1
  91. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  92. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +2 -2
  93. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +23 -15
  94. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +2 -2
  95. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -2
  96. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +37 -2
  97. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
  98. package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
  99. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +97 -40
  100. package/tencentcloud/services/vcg/v20240404/vcg_models.d.ts +2 -2
  101. package/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +8 -0
  102. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -1
  103. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +32 -7
  104. package/test/ccc.v20200210.test.js +10 -0
  105. package/test/dlc.v20210125.test.js +114 -14
  106. package/test/facefusion.v20220927.test.js +10 -0
  107. package/test/iotexplorer.v20190423.test.js +10 -0
  108. package/test/postgres.v20170312.test.js +12 -2
  109. package/test/trp.v20210515.test.js +10 -0
@@ -1,78 +1,127 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 物联网通信(iotcloud) 版本:2021-04-08
3
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
4
4
 
5
- ### 第 11 次发布
5
+ ### 第 92 次发布
6
6
 
7
- 发布时间:2024-06-05 01:47:50
7
+ 发布时间:2024-06-07 01:39:09
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 新增接口:
14
14
 
15
- * [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
15
+ * [CreateCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107096)
16
+ * [DeleteCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107095)
17
+ * [DeleteThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107094)
18
+ * [DescribeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107099)
19
+ * [DescribeOtherCHDFSBindingList](https://cloud.tencent.com/document/api/1342/107093)
20
+ * [DescribeSubUserAccessPolicy](https://cloud.tencent.com/document/api/1342/107092)
21
+ * [DescribeThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107091)
22
+ * [GrantDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107098)
23
+ * [RegisterThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107090)
24
+ * [RevokeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107097)
16
25
 
17
- * 新增出参:UserDefined
26
+ 新增数据结构:
18
27
 
28
+ * [CHDFSProductVpcInfo](https://cloud.tencent.com/document/api/1342/53778#CHDFSProductVpcInfo)
29
+ * [DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess)
30
+ * [MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates)
31
+ * [OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo)
32
+ * [OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding)
33
+ * [VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock)
34
+ * [VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo)
19
35
 
20
- 修改数据结构:
21
36
 
22
- * [FirmwareInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareInfo)
23
37
 
24
- * 新增成员:UserDefined
38
+ ## 数据传输服务(dts) 版本:2021-12-06
25
39
 
26
40
 
27
41
 
42
+ ## 数据传输服务(dts) 版本:2018-03-30
28
43
 
29
- ## 物联网通信(iotcloud) 版本:2018-06-14
44
+ ### 20 次发布
30
45
 
46
+ 发布时间:2024-06-07 01:43:53
31
47
 
48
+ 本次发布包含了以下内容:
32
49
 
33
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
50
+ 改善已有的文档。
34
51
 
35
- ### 第 65 次发布
52
+ 修改数据结构:
36
53
 
37
- 发布时间:2024-06-05 01:48:26
54
+ * [SubsErr](https://cloud.tencent.com/document/api/571/18131#SubsErr)
55
+
56
+ * <font color="#dd0000">**修改成员**:</font>Message
57
+
58
+
59
+
60
+
61
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
62
+
63
+ ### 第 42 次发布
64
+
65
+ 发布时间:2024-06-07 02:17:01
38
66
 
39
67
  本次发布包含了以下内容:
40
68
 
41
69
  改善已有的文档。
42
70
 
43
- 修改数据结构:
71
+ 新增接口:
44
72
 
45
- * [FirmwareInfo](https://cloud.tencent.com/document/api/1081/34988#FirmwareInfo)
73
+ * [RestoreDBInstanceObjects](https://cloud.tencent.com/document/api/409/107100)
46
74
 
47
- * 新增成员:UserDefined
75
+ 修改接口:
48
76
 
77
+ * [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
49
78
 
79
+ * 新增入参:Filters, Offset, Limit
50
80
 
81
+ * 新增出参:TotalCount
51
82
 
52
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
53
83
 
54
- ### 第 56 次发布
55
84
 
56
- 发布时间:2024-06-05 02:02:33
85
+
86
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
87
+
88
+ ### 第 63 次发布
89
+
90
+ 发布时间:2024-06-07 02:37:51
57
91
 
58
92
  本次发布包含了以下内容:
59
93
 
60
94
  改善已有的文档。
61
95
 
96
+ 修改接口:
97
+
98
+ * [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
99
+
100
+ * 新增出参:ServiceCallInfoV2
101
+
102
+
103
+ 新增数据结构:
104
+
105
+ * [ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)
106
+
62
107
  修改数据结构:
63
108
 
64
- * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
109
+ * [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
65
110
 
66
- * 新增成员:ResourceType
111
+ * 新增成员:PrivateLinkInfosV2
67
112
 
68
113
 
69
114
 
70
115
 
71
- ## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
116
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
72
117
 
73
- ### 第 19 次发布
74
118
 
75
- 发布时间:2024-06-05 02:38:46
119
+
120
+ ## 视频转译(vtc) 版本:2024-02-23
121
+
122
+ ### 第 2 次发布
123
+
124
+ 发布时间:2024-06-07 02:52:58
76
125
 
77
126
  本次发布包含了以下内容:
78
127
 
@@ -80,24 +129,28 @@
80
129
 
81
130
  修改接口:
82
131
 
83
- * [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
132
+ * [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
84
133
 
85
- * 新增入参:RoomId
134
+ * 新增出参:Status, Message
86
135
 
87
136
 
88
- 修改数据结构:
89
137
 
90
- * [LiveVipTradeInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipTradeInfo)
91
138
 
92
- * <font color="#dd0000">**修改成员**:</font>TradeSerialNo, AppName, UserId, RoomId, VipDays, Status, CreateTime
139
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
93
140
 
94
- * [LiveVipUserInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipUserInfo)
141
+ ### 第 93 次发布
95
142
 
96
- * <font color="#dd0000">**修改成员**:</font>RoomId, LiveVipEndTime, LiveVipStatus
143
+ 发布时间:2024-06-07 02:54:55
97
144
 
98
- * [UserInfo](https://cloud.tencent.com/document/api/1592/76191#UserInfo)
145
+ 本次发布包含了以下内容:
99
146
 
100
- * <font color="#dd0000">**修改成员**:</font>AppName, UserId, LiveVipUserInfo, UserType
147
+ 改善已有的文档。
148
+
149
+ 修改数据结构:
150
+
151
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
152
+
153
+ * 新增成员:OperatorUserIdsStr, OwnerUserIdsStr
101
154
 
102
155
 
103
156
 
@@ -15142,6 +15195,18 @@
15142
15195
 
15143
15196
  ## 云联络中心(ccc) 版本:2020-02-10
15144
15197
 
15198
+ ### 第 69 次发布
15199
+
15200
+ 发布时间:2024-06-06 01:17:16
15201
+
15202
+ 本次发布包含了以下内容:
15203
+
15204
+ 改善已有的文档。
15205
+
15206
+ 新增接口:
15207
+
15208
+ * [CreateIVRSession](https://cloud.tencent.com/document/api/679/106913)
15209
+
15145
15210
  ### 第 68 次发布
15146
15211
 
15147
15212
  发布时间:2024-05-20 01:15:04
@@ -24157,6 +24222,18 @@
24157
24222
 
24158
24223
  ## 云防火墙(cfw) 版本:2019-09-04
24159
24224
 
24225
+ ### 第 58 次发布
24226
+
24227
+ 发布时间:2024-06-06 01:22:29
24228
+
24229
+ 本次发布包含了以下内容:
24230
+
24231
+ 改善已有的文档。
24232
+
24233
+ <font color="#dd0000">**预下线接口**:</font>
24234
+
24235
+ * DeleteVpcInstance
24236
+
24160
24237
  ### 第 57 次发布
24161
24238
 
24162
24239
  发布时间:2024-04-19 01:11:12
@@ -44467,6 +44544,25 @@
44467
44544
 
44468
44545
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
44469
44546
 
44547
+ ### 第 91 次发布
44548
+
44549
+ 发布时间:2024-06-06 01:35:01
44550
+
44551
+ 本次发布包含了以下内容:
44552
+
44553
+ 改善已有的文档。
44554
+
44555
+ 修改数据结构:
44556
+
44557
+ * [ParamDetail](https://cloud.tencent.com/document/api/1003/48097#ParamDetail)
44558
+
44559
+ * 新增成员:FuncPattern
44560
+
44561
+ * [ParamItemDetail](https://cloud.tencent.com/document/api/1003/48097#ParamItemDetail)
44562
+
44563
+ * 新增成员:FuncPattern
44564
+
44565
+
44470
44566
  ### 第 90 次发布
44471
44567
 
44472
44568
  发布时间:2024-05-27 01:28:43
@@ -50419,6 +50515,37 @@
50419
50515
 
50420
50516
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
50421
50517
 
50518
+ ### 第 92 次发布
50519
+
50520
+ 发布时间:2024-06-07 01:39:09
50521
+
50522
+ 本次发布包含了以下内容:
50523
+
50524
+ 改善已有的文档。
50525
+
50526
+ 新增接口:
50527
+
50528
+ * [[CreateCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107096)](https://cloud.tencent.com/document/api/#/#)
50529
+ * [[DeleteCHDFSBindingProduct](https://cloud.tencent.com/document/api/1342/107095)](https://cloud.tencent.com/document/api/#/#)
50530
+ * [[DeleteThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107094)](https://cloud.tencent.com/document/api/#/#)
50531
+ * [[DescribeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107099)](https://cloud.tencent.com/document/api/#/#)
50532
+ * [[DescribeOtherCHDFSBindingList](https://cloud.tencent.com/document/api/1342/107093)](https://cloud.tencent.com/document/api/#/#)
50533
+ * [[DescribeSubUserAccessPolicy](https://cloud.tencent.com/document/api/1342/107092)](https://cloud.tencent.com/document/api/#/#)
50534
+ * [[DescribeThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107091)](https://cloud.tencent.com/document/api/#/#)
50535
+ * [[GrantDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107098)](https://cloud.tencent.com/document/api/#/#)
50536
+ * [[RegisterThirdPartyAccessUser](https://cloud.tencent.com/document/api/1342/107090)](https://cloud.tencent.com/document/api/#/#)
50537
+ * [[RevokeDLCCatalogAccess](https://cloud.tencent.com/document/api/1342/107097)](https://cloud.tencent.com/document/api/#/#)
50538
+
50539
+ 新增数据结构:
50540
+
50541
+ * [[CHDFSProductVpcInfo](https://cloud.tencent.com/document/api/1342/53778#CHDFSProductVpcInfo)](https://cloud.tencent.com/document/api/1342/53778#[CHDFSProductVpcInfo](https://cloud.tencent.com/document/api/1342/53778#CHDFSProductVpcInfo))
50542
+ * [[DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess)](https://cloud.tencent.com/document/api/1342/53778#[DLCCatalogAccess](https://cloud.tencent.com/document/api/1342/53778#DLCCatalogAccess))
50543
+ * [[MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates)](https://cloud.tencent.com/document/api/1342/53778#[MountPointAssociates](https://cloud.tencent.com/document/api/1342/53778#MountPointAssociates))
50544
+ * [[OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo)](https://cloud.tencent.com/document/api/1342/53778#[OpendThirdAccessUserInfo](https://cloud.tencent.com/document/api/1342/53778#OpendThirdAccessUserInfo))
50545
+ * [[OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding)](https://cloud.tencent.com/document/api/1342/53778#[OtherCHDFSBinding](https://cloud.tencent.com/document/api/1342/53778#OtherCHDFSBinding))
50546
+ * [[VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock)](https://cloud.tencent.com/document/api/1342/53778#[VpcCidrBlock](https://cloud.tencent.com/document/api/1342/53778#VpcCidrBlock))
50547
+ * [[VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo)](https://cloud.tencent.com/document/api/1342/53778#[VpcInfo](https://cloud.tencent.com/document/api/1342/53778#VpcInfo))
50548
+
50422
50549
  ### 第 91 次发布
50423
50550
 
50424
50551
  发布时间:2024-05-31 01:32:25
@@ -54566,6 +54693,21 @@
54566
54693
 
54567
54694
  ## 数据传输服务(dts) 版本:2018-03-30
54568
54695
 
54696
+ ### 第 20 次发布
54697
+
54698
+ 发布时间:2024-06-07 01:43:53
54699
+
54700
+ 本次发布包含了以下内容:
54701
+
54702
+ 改善已有的文档。
54703
+
54704
+ 修改数据结构:
54705
+
54706
+ * [SubsErr](https://cloud.tencent.com/document/api/571/18131#SubsErr)
54707
+
54708
+ * <font color="#dd0000">**修改成员**:</font>Message
54709
+
54710
+
54569
54711
  ### 第 19 次发布
54570
54712
 
54571
54713
  发布时间:2022-04-28 06:11:50
@@ -54971,6 +55113,21 @@
54971
55113
 
54972
55114
  ## 数据传输服务(dts) 版本:2021-12-06
54973
55115
 
55116
+ ### 第 29 次发布
55117
+
55118
+ 发布时间:2024-06-06 01:45:02
55119
+
55120
+ 本次发布包含了以下内容:
55121
+
55122
+ 改善已有的文档。
55123
+
55124
+ 修改接口:
55125
+
55126
+ * [DescribeSubscribeJobs](https://cloud.tencent.com/document/api/571/102943)
55127
+
55128
+ * 新增入参:Topic
55129
+
55130
+
54974
55131
  ### 第 28 次发布
54975
55132
 
54976
55133
  发布时间:2024-04-10 01:14:34
@@ -67955,6 +68112,22 @@
67955
68112
 
67956
68113
  ## 人脸融合(facefusion) 版本:2022-09-27
67957
68114
 
68115
+ ### 第 7 次发布
68116
+
68117
+ 发布时间:2024-06-05 10:32:35
68118
+
68119
+ 本次发布包含了以下内容:
68120
+
68121
+ 改善已有的文档。
68122
+
68123
+ 新增接口:
68124
+
68125
+ * [FuseFaceUltra](https://cloud.tencent.com/document/api/670/106891)
68126
+
68127
+ 新增数据结构:
68128
+
68129
+ * [FusionUltraParam](https://cloud.tencent.com/document/api/670/85619#FusionUltraParam)
68130
+
67958
68131
  ### 第 6 次发布
67959
68132
 
67960
68133
  发布时间:2023-09-18 01:48:33
@@ -76276,6 +76449,23 @@
76276
76449
 
76277
76450
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
76278
76451
 
76452
+ ### 第 66 次发布
76453
+
76454
+ 发布时间:2024-06-06 01:57:24
76455
+
76456
+ 本次发布包含了以下内容:
76457
+
76458
+ 改善已有的文档。
76459
+
76460
+ 新增接口:
76461
+
76462
+ * [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
76463
+
76464
+ 新增数据结构:
76465
+
76466
+ * [WXDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#WXDeviceInfo)
76467
+ * [WXIoTDeviceInfo](https://cloud.tencent.com/document/api/1081/34988#WXIoTDeviceInfo)
76468
+
76279
76469
  ### 第 65 次发布
76280
76470
 
76281
76471
  发布时间:2024-06-05 01:48:26
@@ -91694,6 +91884,25 @@
91694
91884
 
91695
91885
  ## 媒体处理(mps) 版本:2019-06-12
91696
91886
 
91887
+ ### 第 84 次发布
91888
+
91889
+ 发布时间:2024-06-06 02:11:55
91890
+
91891
+ 本次发布包含了以下内容:
91892
+
91893
+ 改善已有的文档。
91894
+
91895
+ 修改数据结构:
91896
+
91897
+ * [MediaProcessTaskAnimatedGraphicResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskAnimatedGraphicResult)
91898
+
91899
+ * <font color="#dd0000">**修改成员**:</font>BeginProcessTime, FinishTime
91900
+
91901
+ * [MediaProcessTaskImageSpriteResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskImageSpriteResult)
91902
+
91903
+ * <font color="#dd0000">**修改成员**:</font>BeginProcessTime, FinishTime
91904
+
91905
+
91697
91906
  ### 第 83 次发布
91698
91907
 
91699
91908
  发布时间:2024-05-24 01:56:56
@@ -101548,6 +101757,27 @@
101548
101757
 
101549
101758
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
101550
101759
 
101760
+ ### 第 42 次发布
101761
+
101762
+ 发布时间:2024-06-07 02:17:01
101763
+
101764
+ 本次发布包含了以下内容:
101765
+
101766
+ 改善已有的文档。
101767
+
101768
+ 新增接口:
101769
+
101770
+ * [[RestoreDBInstanceObjects](https://cloud.tencent.com/document/api/409/107100)](https://cloud.tencent.com/document/api/#/#)
101771
+
101772
+ 修改接口:
101773
+
101774
+ * [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
101775
+
101776
+ * 新增入参:Filters, Offset, Limit
101777
+
101778
+ * 新增出参:TotalCount
101779
+
101780
+
101551
101781
  ### 第 41 次发布
101552
101782
 
101553
101783
  发布时间:2024-03-01 01:22:03
@@ -107986,6 +108216,27 @@
107986
108216
 
107987
108217
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
107988
108218
 
108219
+ ### 第 62 次发布
108220
+
108221
+ 发布时间:2024-06-06 02:22:45
108222
+
108223
+ 本次发布包含了以下内容:
108224
+
108225
+ 改善已有的文档。
108226
+
108227
+ 修改数据结构:
108228
+
108229
+ * [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
108230
+
108231
+ * 新增成员:IsCam
108232
+
108233
+ * <font color="#dd0000">**修改成员**:</font>Password
108234
+
108235
+ * [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
108236
+
108237
+ * 新增成员:IsCam
108238
+
108239
+
107989
108240
  ### 第 61 次发布
107990
108241
 
107991
108242
  发布时间:2024-04-15 02:06:58
@@ -129542,6 +129793,32 @@
129542
129793
 
129543
129794
  ## TI-ONE 训练平台(tione) 版本:2021-11-11
129544
129795
 
129796
+ ### 第 63 次发布
129797
+
129798
+ 发布时间:2024-06-07 02:37:51
129799
+
129800
+ 本次发布包含了以下内容:
129801
+
129802
+ 改善已有的文档。
129803
+
129804
+ 修改接口:
129805
+
129806
+ * [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
129807
+
129808
+ * 新增出参:ServiceCallInfoV2
129809
+
129810
+
129811
+ 新增数据结构:
129812
+
129813
+ * [[ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2)](https://cloud.tencent.com/document/api/851/75051#[ServiceCallInfoV2](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfoV2))
129814
+
129815
+ 修改数据结构:
129816
+
129817
+ * [IntranetCallInfo](https://cloud.tencent.com/document/api/851/75051#IntranetCallInfo)
129818
+
129819
+ * 新增成员:PrivateLinkInfosV2
129820
+
129821
+
129545
129822
  ### 第 62 次发布
129546
129823
 
129547
129824
  发布时间:2024-05-27 02:17:11
@@ -136262,6 +136539,23 @@
136262
136539
 
136263
136540
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
136264
136541
 
136542
+ ### 第 35 次发布
136543
+
136544
+ 发布时间:2024-06-06 02:42:14
136545
+
136546
+ 本次发布包含了以下内容:
136547
+
136548
+ 改善已有的文档。
136549
+
136550
+ 新增接口:
136551
+
136552
+ * [CreateChainBatch](https://cloud.tencent.com/document/api/1458/106917)
136553
+
136554
+ 新增数据结构:
136555
+
136556
+ * [Chain](https://cloud.tencent.com/document/api/1458/75030#Chain)
136557
+ * [ChainValue](https://cloud.tencent.com/document/api/1458/75030#ChainValue)
136558
+
136265
136559
  ### 第 34 次发布
136266
136560
 
136267
136561
  发布时间:2024-05-30 02:20:31
@@ -152850,6 +153144,21 @@
152850
153144
 
152851
153145
  ## 视频转译(vtc) 版本:2024-02-23
152852
153146
 
153147
+ ### 第 2 次发布
153148
+
153149
+ 发布时间:2024-06-07 02:52:58
153150
+
153151
+ 本次发布包含了以下内容:
153152
+
153153
+ 改善已有的文档。
153154
+
153155
+ 修改接口:
153156
+
153157
+ * [ConfirmVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106275)
153158
+
153159
+ * 新增出参:Status, Message
153160
+
153161
+
152853
153162
  ### 第 1 次发布
152854
153163
 
152855
153164
  发布时间:2024-05-16 16:17:26
@@ -152875,6 +153184,21 @@
152875
153184
 
152876
153185
  ## Web 应用防火墙(waf) 版本:2018-01-25
152877
153186
 
153187
+ ### 第 86 次发布
153188
+
153189
+ 发布时间:2024-06-06 02:53:14
153190
+
153191
+ 本次发布包含了以下内容:
153192
+
153193
+ 改善已有的文档。
153194
+
153195
+ 修改接口:
153196
+
153197
+ * [DescribeAntiFakeRules](https://cloud.tencent.com/document/api/627/97641)
153198
+
153199
+ * 新增出参:Total
153200
+
153201
+
152878
153202
  ### 第 85 次发布
152879
153203
 
152880
153204
  发布时间:2024-06-04 02:34:05
@@ -155205,6 +155529,44 @@
155205
155529
 
155206
155530
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
155207
155531
 
155532
+ ### 第 93 次发布
155533
+
155534
+ 发布时间:2024-06-07 02:54:55
155535
+
155536
+ 本次发布包含了以下内容:
155537
+
155538
+ 改善已有的文档。
155539
+
155540
+ 修改数据结构:
155541
+
155542
+ * [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
155543
+
155544
+ * 新增成员:OperatorUserIdsStr, OwnerUserIdsStr
155545
+
155546
+
155547
+ ### 第 92 次发布
155548
+
155549
+ 发布时间:2024-06-06 02:55:04
155550
+
155551
+ 本次发布包含了以下内容:
155552
+
155553
+ 改善已有的文档。
155554
+
155555
+ 修改数据结构:
155556
+
155557
+ * [DimensionScoreInfo](https://cloud.tencent.com/document/api/1267/76336#DimensionScoreInfo)
155558
+
155559
+ * 新增成员:UserIdStr
155560
+
155561
+ * [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
155562
+
155563
+ * 新增成员:UserIdStr
155564
+
155565
+ * [SubscribeReceiver](https://cloud.tencent.com/document/api/1267/76336#SubscribeReceiver)
155566
+
155567
+ * 新增成员:ReceiverUserIdStr
155568
+
155569
+
155208
155570
  ### 第 91 次发布
155209
155571
 
155210
155572
  发布时间:2024-06-04 02:35:39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.869",
3
+ "version": "4.0.871",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {