tencentcloud-sdk-nodejs 4.0.911 → 4.0.913

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 (70) hide show
  1. package/CHANGELOG.md +442 -0
  2. package/SERVICE_CHANGELOG.md +547 -13
  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/as/v20180419/as_models.ts +38 -20
  7. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  8. package/src/services/cvm/v20170312/cvm_models.ts +11 -8
  9. package/src/services/dlc/v20210125/dlc_models.ts +8 -0
  10. package/src/services/es/v20180416/es_models.ts +13 -0
  11. package/src/services/ess/v20201111/ess_models.ts +18 -6
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +16 -6
  13. package/src/services/hunyuan/v20230901/hunyuan_client.ts +30 -6
  14. package/src/services/hunyuan/v20230901/hunyuan_models.ts +44 -6
  15. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +15 -0
  16. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  17. package/src/services/pts/v20210728/pts_models.ts +2 -2
  18. package/src/services/redis/v20180412/redis_client.ts +1 -1
  19. package/src/services/redis/v20180412/redis_models.ts +9 -7
  20. package/src/services/sms/v20210111/sms_models.ts +1 -2
  21. package/src/services/ssl/v20191205/ssl_models.ts +36 -26
  22. package/src/services/tcb/v20180608/tcb_models.ts +12 -7
  23. package/src/services/tcbr/v20220217/tcbr_models.ts +7 -0
  24. package/src/services/tds/v20220801/tds_client.ts +1 -0
  25. package/src/services/tds/v20220801/tds_models.ts +44 -0
  26. package/src/services/trtc/v20190722/trtc_client.ts +4 -2
  27. package/src/services/trtc/v20190722/trtc_models.ts +62 -27
  28. package/src/services/tts/v20190823/tts_models.ts +2 -1
  29. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  30. package/src/services/vrs/v20200824/vrs_client.ts +3 -2
  31. package/src/services/vrs/v20200824/vrs_models.ts +67 -10
  32. package/src/services/wedata/v20210820/wedata_client.ts +17 -1
  33. package/src/services/wedata/v20210820/wedata_models.ts +347 -26
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -20
  37. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  38. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  39. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
  41. package/tencentcloud/services/es/v20180416/es_models.d.ts +13 -0
  42. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +18 -6
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +16 -6
  44. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +11 -3
  45. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +15 -3
  46. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +40 -6
  47. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +15 -0
  48. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  49. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
  50. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  51. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  52. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +9 -7
  53. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -2
  54. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +36 -26
  55. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +12 -7
  56. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +7 -0
  57. package/tencentcloud/services/tds/v20220801/tds_models.d.ts +43 -0
  58. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
  59. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
  60. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +61 -26
  61. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -1
  62. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  63. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +3 -2
  64. package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -0
  65. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +67 -10
  66. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  68. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +341 -26
  69. package/test/hunyuan.v20230901.test.js +22 -2
  70. package/test/wedata.v20210820.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 数据安全治理中心(dsgc) 版本:2019-07-23
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
4
 
5
- ### 第 17 次发布
5
+ ### 第 72 次发布
6
6
 
7
- 发布时间:2024-08-06 01:35:34
7
+ 发布时间:2024-08-08 01:09:56
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,32 +12,188 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [ModifyDSPAAssessmentRiskLatest](https://cloud.tencent.com/document/api/1087/97199)
15
+ * [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
16
16
 
17
- * <font color="#dd0000">**修改入参**:</font>RiskLatestTableId
17
+ * 新增入参:ClearInstanceTags
18
18
 
19
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
19
20
 
21
+ * 新增入参:InstanceTags
20
22
 
21
23
 
22
- ## 私有网络(vpc) 版本:2017-03-12
24
+ 修改数据结构:
23
25
 
24
- ### 第 198 次发布
26
+ * [HostNameSettings](https://cloud.tencent.com/document/api/377/20453#HostNameSettings)
27
+
28
+ * 新增成员:HostNameSuffix
25
29
 
26
- 发布时间:2024-08-06 02:28:26
30
+
31
+
32
+
33
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
34
+
35
+ ### 第 99 次发布
36
+
37
+ 发布时间:2024-08-08 01:33:40
27
38
 
28
39
  本次发布包含了以下内容:
29
40
 
30
41
  改善已有的文档。
31
42
 
32
- 新增数据结构:
43
+ 修改接口:
44
+
45
+ * [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
46
+
47
+ * 新增入参:UseLakeFs, CustomResultPath
48
+
49
+
50
+
51
+
52
+ ## Elasticsearch Service(es) 版本:2018-04-16
53
+
54
+ ### 第 64 次发布
55
+
56
+ 发布时间:2024-08-08 01:41:08
57
+
58
+ 本次发布包含了以下内容:
59
+
60
+ 改善已有的文档。
61
+
62
+ 修改接口:
63
+
64
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
65
+
66
+ * 新增入参:SubProductCode
67
+
68
+ * [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
69
+
70
+ * 新增入参:CdcId
33
71
 
34
- * [PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)
35
72
 
36
73
  修改数据结构:
37
74
 
38
- * [PrivateNatGateway](https://cloud.tencent.com/document/api/215/15824#PrivateNatGateway)
75
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
76
+
77
+ * 新增成员:SubProductCode
78
+
79
+
80
+
81
+
82
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
83
+
84
+ ### 第 76 次发布
85
+
86
+ 发布时间:2024-08-08 01:47:56
87
+
88
+ 本次发布包含了以下内容:
89
+
90
+ 改善已有的文档。
91
+
92
+ 修改接口:
93
+
94
+ * [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
95
+
96
+ * 新增出参:FailureList, SuccessList
97
+
98
+
99
+ 修改数据结构:
100
+
101
+ * [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
102
+
103
+ * 新增成员:ExpireTime
104
+
105
+
106
+
107
+
108
+ ## SSL 证书(ssl) 版本:2019-12-05
109
+
110
+ ### 第 64 次发布
111
+
112
+ 发布时间:2024-08-08 02:09:39
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 修改数据结构:
119
+
120
+ * [CompanyInfo](https://cloud.tencent.com/document/api/400/41679#CompanyInfo)
121
+
122
+ * 新增成员:Tags
123
+
124
+ * <font color="#dd0000">**修改成员**:</font>IdType, IdNumber
125
+
126
+ * [ManagerInfo](https://cloud.tencent.com/document/api/400/41679#ManagerInfo)
127
+
128
+ * 新增成员:Tags
129
+
130
+
131
+
132
+
133
+ ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
134
+
135
+ ### 第 10 次发布
136
+
137
+ 发布时间:2024-08-08 02:12:50
138
+
139
+ 本次发布包含了以下内容:
140
+
141
+ 改善已有的文档。
142
+
143
+ 修改数据结构:
144
+
145
+ * [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
146
+
147
+ * 新增成员:Tag
148
+
149
+
39
150
 
40
- * 新增成员:DirectConnectGatewayIds, NatType, CrossDomainInfo, VpcType, CcnId
151
+
152
+ ## 实时音视频(trtc) 版本:2019-07-22
153
+
154
+ ### 第 85 次发布
155
+
156
+ 发布时间:2024-08-08 02:24:11
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ 修改接口:
163
+
164
+ * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
165
+
166
+ * 新增入参:AutoPush, RepeatNum, MaxDuration
167
+
168
+
169
+ 修改数据结构:
170
+
171
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
172
+
173
+ * 新增成员:WelcomeMessage
174
+
175
+ * [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
176
+
177
+ * 新增成员:StopAfterPlay
178
+
179
+
180
+
181
+
182
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
183
+
184
+ ### 第 103 次发布
185
+
186
+ 发布时间:2024-08-08 02:34:16
187
+
188
+ 本次发布包含了以下内容:
189
+
190
+ 改善已有的文档。
191
+
192
+ 修改接口:
193
+
194
+ * [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
195
+
196
+ * 新增入参:ProjectId
41
197
 
42
198
 
43
199
 
@@ -5091,6 +5247,32 @@
5091
5247
 
5092
5248
  ## 弹性伸缩(as) 版本:2018-04-19
5093
5249
 
5250
+ ### 第 72 次发布
5251
+
5252
+ 发布时间:2024-08-08 01:09:56
5253
+
5254
+ 本次发布包含了以下内容:
5255
+
5256
+ 改善已有的文档。
5257
+
5258
+ 修改接口:
5259
+
5260
+ * [ClearLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/54255)
5261
+
5262
+ * 新增入参:ClearInstanceTags
5263
+
5264
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
5265
+
5266
+ * 新增入参:InstanceTags
5267
+
5268
+
5269
+ 修改数据结构:
5270
+
5271
+ * [HostNameSettings](https://cloud.tencent.com/document/api/377/20453#HostNameSettings)
5272
+
5273
+ * 新增成员:HostNameSuffix
5274
+
5275
+
5094
5276
  ### 第 71 次发布
5095
5277
 
5096
5278
  发布时间:2024-07-23 01:04:47
@@ -51904,6 +52086,21 @@
51904
52086
 
51905
52087
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
51906
52088
 
52089
+ ### 第 99 次发布
52090
+
52091
+ 发布时间:2024-08-08 01:33:40
52092
+
52093
+ 本次发布包含了以下内容:
52094
+
52095
+ 改善已有的文档。
52096
+
52097
+ 修改接口:
52098
+
52099
+ * [UpdateDataEngineConfig](https://cloud.tencent.com/document/api/1342/99265)
52100
+
52101
+ * 新增入参:UseLakeFs, CustomResultPath
52102
+
52103
+
51907
52104
  ### 第 98 次发布
51908
52105
 
51909
52106
  发布时间:2024-07-31 01:28:29
@@ -62142,6 +62339,32 @@
62142
62339
 
62143
62340
  ## Elasticsearch Service(es) 版本:2018-04-16
62144
62341
 
62342
+ ### 第 64 次发布
62343
+
62344
+ 发布时间:2024-08-08 01:41:08
62345
+
62346
+ 本次发布包含了以下内容:
62347
+
62348
+ 改善已有的文档。
62349
+
62350
+ 修改接口:
62351
+
62352
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
62353
+
62354
+ * 新增入参:SubProductCode
62355
+
62356
+ * [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
62357
+
62358
+ * 新增入参:CdcId
62359
+
62360
+
62361
+ 修改数据结构:
62362
+
62363
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
62364
+
62365
+ * 新增成员:SubProductCode
62366
+
62367
+
62145
62368
  ### 第 63 次发布
62146
62369
 
62147
62370
  发布时间:2024-07-22 01:39:08
@@ -75604,6 +75827,19 @@
75604
75827
 
75605
75828
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
75606
75829
 
75830
+ ### 第 16 次发布
75831
+
75832
+ 发布时间:2024-08-07 01:45:31
75833
+
75834
+ 本次发布包含了以下内容:
75835
+
75836
+ 改善已有的文档。
75837
+
75838
+ 新增接口:
75839
+
75840
+ * [ActivateService](https://cloud.tencent.com/document/api/1729/109752)
75841
+ * [SetPayMode](https://cloud.tencent.com/document/api/1729/109751)
75842
+
75607
75843
  ### 第 15 次发布
75608
75844
 
75609
75845
  发布时间:2024-08-02 01:40:08
@@ -79043,6 +79279,28 @@
79043
79279
 
79044
79280
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
79045
79281
 
79282
+ ### 第 76 次发布
79283
+
79284
+ 发布时间:2024-08-08 01:47:56
79285
+
79286
+ 本次发布包含了以下内容:
79287
+
79288
+ 改善已有的文档。
79289
+
79290
+ 修改接口:
79291
+
79292
+ * [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
79293
+
79294
+ * 新增出参:FailureList, SuccessList
79295
+
79296
+
79297
+ 修改数据结构:
79298
+
79299
+ * [DeviceActiveResult](https://cloud.tencent.com/document/api/1081/34988#DeviceActiveResult)
79300
+
79301
+ * 新增成员:ExpireTime
79302
+
79303
+
79046
79304
  ### 第 75 次发布
79047
79305
 
79048
79306
  发布时间:2024-08-02 01:42:30
@@ -101280,6 +101538,23 @@
101280
101538
 
101281
101539
  ## 文字识别(ocr) 版本:2018-11-19
101282
101540
 
101541
+ ### 第 145 次发布
101542
+
101543
+ 发布时间:2024-08-07 02:04:23
101544
+
101545
+ 本次发布包含了以下内容:
101546
+
101547
+ 改善已有的文档。
101548
+
101549
+ 修改数据结构:
101550
+
101551
+ * [VatElectronicInfo](https://cloud.tencent.com/document/api/866/33527#VatElectronicInfo)
101552
+
101553
+ * 新增成员:ServiceTypeLabel
101554
+
101555
+ * <font color="#dd0000">**修改成员**:</font>Title, Number, Date, PretaxAmount, Tax, Total, TotalCn, Seller, SellerTaxID, Buyer, BuyerTaxID, Issuer, Remark, SubTotal, SubTax, VatElectronicItems
101556
+
101557
+
101283
101558
  ### 第 144 次发布
101284
101559
 
101285
101560
  发布时间:2024-07-29 02:00:34
@@ -114392,6 +114667,27 @@
114392
114667
 
114393
114668
  ## SSL 证书(ssl) 版本:2019-12-05
114394
114669
 
114670
+ ### 第 64 次发布
114671
+
114672
+ 发布时间:2024-08-08 02:09:39
114673
+
114674
+ 本次发布包含了以下内容:
114675
+
114676
+ 改善已有的文档。
114677
+
114678
+ 修改数据结构:
114679
+
114680
+ * [CompanyInfo](https://cloud.tencent.com/document/api/400/41679#CompanyInfo)
114681
+
114682
+ * 新增成员:Tags
114683
+
114684
+ * <font color="#dd0000">**修改成员**:</font>IdType, IdNumber
114685
+
114686
+ * [ManagerInfo](https://cloud.tencent.com/document/api/400/41679#ManagerInfo)
114687
+
114688
+ * 新增成员:Tags
114689
+
114690
+
114395
114691
  ### 第 63 次发布
114396
114692
 
114397
114693
  发布时间:2024-07-05 01:16:31
@@ -118610,6 +118906,21 @@
118610
118906
 
118611
118907
  ## 云开发 CloudBase(tcb) 版本:2018-06-08
118612
118908
 
118909
+ ### 第 103 次发布
118910
+
118911
+ 发布时间:2024-08-07 02:15:35
118912
+
118913
+ 本次发布包含了以下内容:
118914
+
118915
+ 改善已有的文档。
118916
+
118917
+ 修改接口:
118918
+
118919
+ * [DescribeCloudBaseRunServer](https://cloud.tencent.com/document/api/876/63346)
118920
+
118921
+ * 新增出参:Tag
118922
+
118923
+
118613
118924
  ### 第 102 次发布
118614
118925
 
118615
118926
  发布时间:2024-05-30 02:08:52
@@ -120439,6 +120750,21 @@
120439
120750
 
120440
120751
  ## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
120441
120752
 
120753
+ ### 第 10 次发布
120754
+
120755
+ 发布时间:2024-08-08 02:12:50
120756
+
120757
+ 本次发布包含了以下内容:
120758
+
120759
+ 改善已有的文档。
120760
+
120761
+ 修改数据结构:
120762
+
120763
+ * [ServerBaseConfig](https://cloud.tencent.com/document/api/1243/75713#ServerBaseConfig)
120764
+
120765
+ * 新增成员:Tag
120766
+
120767
+
120442
120768
  ### 第 9 次发布
120443
120769
 
120444
120770
  发布时间:2023-03-08 01:54:20
@@ -127858,6 +128184,25 @@
127858
128184
 
127859
128185
  ## 设备安全(tds) 版本:2022-08-01
127860
128186
 
128187
+ ### 第 4 次发布
128188
+
128189
+ 发布时间:2024-08-07 02:22:38
128190
+
128191
+ 本次发布包含了以下内容:
128192
+
128193
+ 改善已有的文档。
128194
+
128195
+ 修改接口:
128196
+
128197
+ * [DescribeFraudUltimate](https://cloud.tencent.com/document/api/1628/83695)
128198
+
128199
+ * 新增入参:DataAuthorization
128200
+
128201
+
128202
+ 新增数据结构:
128203
+
128204
+ * [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1628/81020#DataAuthorizationInfo)
128205
+
127861
128206
  ### 第 3 次发布
127862
128207
 
127863
128208
  发布时间:2023-11-15 02:26:59
@@ -142499,6 +142844,32 @@
142499
142844
 
142500
142845
  ## 实时音视频(trtc) 版本:2019-07-22
142501
142846
 
142847
+ ### 第 85 次发布
142848
+
142849
+ 发布时间:2024-08-08 02:24:11
142850
+
142851
+ 本次发布包含了以下内容:
142852
+
142853
+ 改善已有的文档。
142854
+
142855
+ 修改接口:
142856
+
142857
+ * [StartStreamIngest](https://cloud.tencent.com/document/api/647/101872)
142858
+
142859
+ * 新增入参:AutoPush, RepeatNum, MaxDuration
142860
+
142861
+
142862
+ 修改数据结构:
142863
+
142864
+ * [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
142865
+
142866
+ * 新增成员:WelcomeMessage
142867
+
142868
+ * [ServerPushText](https://cloud.tencent.com/document/api/647/44055#ServerPushText)
142869
+
142870
+ * 新增成员:StopAfterPlay
142871
+
142872
+
142502
142873
  ### 第 84 次发布
142503
142874
 
142504
142875
  发布时间:2024-08-02 02:18:56
@@ -154345,6 +154716,21 @@
154345
154716
 
154346
154717
  ## 私有网络(vpc) 版本:2017-03-12
154347
154718
 
154719
+ ### 第 199 次发布
154720
+
154721
+ 发布时间:2024-08-07 02:36:08
154722
+
154723
+ 本次发布包含了以下内容:
154724
+
154725
+ 改善已有的文档。
154726
+
154727
+ 修改接口:
154728
+
154729
+ * [AssignIpv6Addresses](https://cloud.tencent.com/document/api/215/34469)
154730
+
154731
+ * 新增入参:ClientToken
154732
+
154733
+
154348
154734
  ### 第 198 次发布
154349
154735
 
154350
154736
  发布时间:2024-08-06 02:28:26
@@ -154355,7 +154741,7 @@
154355
154741
 
154356
154742
  新增数据结构:
154357
154743
 
154358
- * [[PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)](https://cloud.tencent.com/document/api/215/15824#[PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo))
154744
+ * [PrivateNatCrossDomainInfo](https://cloud.tencent.com/document/api/215/15824#PrivateNatCrossDomainInfo)
154359
154745
 
154360
154746
  修改数据结构:
154361
154747
 
@@ -158756,6 +159142,40 @@
158756
159142
 
158757
159143
  ## 声音复刻(vrs) 版本:2020-08-24
158758
159144
 
159145
+ ### 第 7 次发布
159146
+
159147
+ 发布时间:2024-08-07 02:38:54
159148
+
159149
+ 本次发布包含了以下内容:
159150
+
159151
+ 改善已有的文档。
159152
+
159153
+ 修改接口:
159154
+
159155
+ * [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
159156
+
159157
+ * 新增入参:TaskType
159158
+
159159
+ * [GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)
159160
+
159161
+ * 新增入参:TaskType, Domain, TextLanguage
159162
+
159163
+ * [GetVRSVoiceTypes](https://cloud.tencent.com/document/api/1283/101623)
159164
+
159165
+ * 新增入参:TaskType
159166
+
159167
+
159168
+ 修改数据结构:
159169
+
159170
+ * [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
159171
+
159172
+ * 新增成员:ExpireTime, FastVoiceType
159173
+
159174
+ * [VoiceTypeInfo](https://cloud.tencent.com/document/api/1283/90065#VoiceTypeInfo)
159175
+
159176
+ * 新增成员:ExpireTime, FastVoiceType
159177
+
159178
+
158759
159179
  ### 第 6 次发布
158760
159180
 
158761
159181
  发布时间:2024-04-02 01:27:45
@@ -161449,6 +161869,120 @@
161449
161869
 
161450
161870
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
161451
161871
 
161872
+ ### 第 103 次发布
161873
+
161874
+ 发布时间:2024-08-08 02:34:16
161875
+
161876
+ 本次发布包含了以下内容:
161877
+
161878
+ 改善已有的文档。
161879
+
161880
+ 修改接口:
161881
+
161882
+ * [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
161883
+
161884
+ * 新增入参:ProjectId
161885
+
161886
+
161887
+ ### 第 102 次发布
161888
+
161889
+ 发布时间:2024-08-07 02:40:50
161890
+
161891
+ 本次发布包含了以下内容:
161892
+
161893
+ 改善已有的文档。
161894
+
161895
+ 新增接口:
161896
+
161897
+ * [DescribeTaskLineage](https://cloud.tencent.com/document/api/1267/109754)
161898
+
161899
+ 修改接口:
161900
+
161901
+ * [CreateOpsMakePlan](https://cloud.tencent.com/document/api/1267/95231)
161902
+
161903
+ * 新增入参:MakeExtList, SameSelfWorkflowDependType, SelfWorkflowDependency
161904
+
161905
+ * [DescribeDatabaseMetas](https://cloud.tencent.com/document/api/1267/101009)
161906
+
161907
+ * 新增入参:PageSize, PageNumber
161908
+
161909
+ * [DescribeOpsMakePlanInstances](https://cloud.tencent.com/document/api/1267/95203)
161910
+
161911
+ * 新增入参:StateList
161912
+
161913
+ * [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
161914
+
161915
+ * 新增入参:SearchNames
161916
+
161917
+ * 新增出参:LifecycleInfo, TagVoteSumList
161918
+
161919
+ * [DescribeTableSchemaInfo](https://cloud.tencent.com/document/api/1267/82542)
161920
+
161921
+ * 新增入参:Env, Model, DevDatasourceId
161922
+
161923
+ * [ModifyRule](https://cloud.tencent.com/document/api/1267/82792)
161924
+
161925
+ * 新增入参:TargetDatabaseName, TargetSchemaName, TargetTableName
161926
+
161927
+
161928
+ 新增数据结构:
161929
+
161930
+ * [LifecycleInfo](https://cloud.tencent.com/document/api/1267/76336#LifecycleInfo)
161931
+ * [TagVoteSum](https://cloud.tencent.com/document/api/1267/76336#TagVoteSum)
161932
+ * [TaskLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfo)
161933
+ * [TaskLineageInfoPair](https://cloud.tencent.com/document/api/1267/76336#TaskLineageInfoPair)
161934
+
161935
+ 修改数据结构:
161936
+
161937
+ * [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
161938
+
161939
+ * 新增成员:AlarmReason
161940
+
161941
+ * [ColumnMeta](https://cloud.tencent.com/document/api/1267/76336#ColumnMeta)
161942
+
161943
+ * 新增成员:InfluxCategory
161944
+
161945
+ * [DatabaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatabaseInfo)
161946
+
161947
+ * 新增成员:ClusterDeployType, SchemaName
161948
+
161949
+ * [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
161950
+
161951
+ * 新增成员:Category
161952
+
161953
+ * [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
161954
+
161955
+ * 新增成员:DatasourceType, SchemaName, TargetSchemaName
161956
+
161957
+ * [RuleExecConfig](https://cloud.tencent.com/document/api/1267/76336#RuleExecConfig)
161958
+
161959
+ * 新增成员:DlcGroupName
161960
+
161961
+ * [RuleExecResultDetail](https://cloud.tencent.com/document/api/1267/76336#RuleExecResultDetail)
161962
+
161963
+ * 新增成员:ClusterDeployType
161964
+
161965
+ * [RuleGroup](https://cloud.tencent.com/document/api/1267/76336#RuleGroup)
161966
+
161967
+ * 新增成员:SchemaName, ClusterDeployType
161968
+
161969
+ * [RuleGroupExecResult](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecResult)
161970
+
161971
+ * 新增成员:DatabaseName, RuleGroupTableId, ClusterDeployType, InstanceId, DsEnvType
161972
+
161973
+ * [TableInfo](https://cloud.tencent.com/document/api/1267/76336#TableInfo)
161974
+
161975
+ * 新增成员:TableType
161976
+
161977
+ * [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
161978
+
161979
+ * 新增成员:Environment, Schema
161980
+
161981
+ * [TableQualityDetail](https://cloud.tencent.com/document/api/1267/76336#TableQualityDetail)
161982
+
161983
+ * 新增成员:SchemaName, RuleGroupTableId
161984
+
161985
+
161452
161986
  ### 第 101 次发布
161453
161987
 
161454
161988
  发布时间:2024-07-25 02:32:09
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.911",
3
+ "version": "4.0.913",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {