tencentcloud-sdk-nodejs 4.0.819 → 4.0.821

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 (67) hide show
  1. package/CHANGELOG.md +364 -0
  2. package/SERVICE_CHANGELOG.md +397 -33
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +30 -0
  7. package/src/services/aiart/v20221229/aiart_models.ts +103 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +43 -12
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  12. package/src/services/cls/v20201016/cls_client.ts +4 -3
  13. package/src/services/cls/v20201016/cls_models.ts +22 -22
  14. package/src/services/csip/v20221121/csip_models.ts +1 -1
  15. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  16. package/src/services/dlc/v20210125/dlc_models.ts +54 -0
  17. package/src/services/dts/v20211206/dts_models.ts +7 -2
  18. package/src/services/ess/v20201111/ess_client.ts +8 -3
  19. package/src/services/ess/v20201111/ess_models.ts +72 -12
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +64 -4
  22. package/src/services/faceid/v20180301/faceid_client.ts +39 -15
  23. package/src/services/faceid/v20180301/faceid_models.ts +187 -104
  24. package/src/services/live/v20180801/live_models.ts +1 -1
  25. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  26. package/src/services/pts/v20210728/pts_client.ts +57 -9
  27. package/src/services/pts/v20210728/pts_models.ts +169 -109
  28. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  29. package/src/services/wedata/v20210820/wedata_models.ts +182 -92
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +15 -1
  33. package/tencentcloud/services/aiart/v20221229/aiart_client.js +18 -0
  34. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +99 -0
  35. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +42 -12
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  39. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  40. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  41. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -3
  42. package/tencentcloud/services/cls/v20201016/cls_client.js +4 -3
  43. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +22 -22
  44. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +1 -1
  45. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  46. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  47. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +52 -0
  48. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
  49. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -3
  50. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -2
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +69 -12
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +61 -4
  55. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +13 -5
  56. package/tencentcloud/services/faceid/v20180301/faceid_client.js +18 -6
  57. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +183 -104
  58. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  59. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  60. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +19 -3
  61. package/tencentcloud/services/pts/v20210728/pts_client.js +27 -3
  62. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +161 -109
  63. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +181 -92
  64. package/test/aiart.v20221229.test.js +20 -0
  65. package/test/dlc.v20210125.test.js +10 -0
  66. package/test/faceid.v20180301.test.js +24 -4
  67. package/test/pts.v20210728.test.js +42 -2
@@ -1,95 +1,159 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 主机安全(cwp) 版本:2018-02-28
3
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
4
4
 
5
- ### 第 110 次发布
5
+ ### 第 99 次发布
6
6
 
7
- 发布时间:2024-03-25 01:12:24
7
+ 发布时间:2024-03-27 01:11:34
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改数据结构:
14
-
15
- * [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
13
+ 修改接口:
16
14
 
17
- * 新增成员:CpuLoadNum
15
+ * [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
18
16
 
19
- * <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime, MachineExtraInfo
17
+ * <font color="#dd0000">**修改入参**:</font>VpcId, SubnetId
20
18
 
21
19
 
22
20
 
23
21
 
24
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
22
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
25
23
 
26
- ### 第 158 次发布
24
+ ### 第 83 次发布
27
25
 
28
- 发布时间:2024-03-25 01:16:14
26
+ 发布时间:2024-03-27 01:14:55
29
27
 
30
28
  本次发布包含了以下内容:
31
29
 
32
30
  改善已有的文档。
33
31
 
34
- 新增数据结构:
32
+ 新增接口:
35
33
 
36
- * [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
34
+ * [QueryTaskCostDetail](https://cloud.tencent.com/document/api/1342/104596)
37
35
 
38
- 修改数据结构:
39
36
 
40
- * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
41
37
 
42
- * 新增成员:CanEditApprover
38
+ ## 数据传输服务(dts) 版本:2021-12-06
43
39
 
44
- * [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
40
+ ### 第 26 次发布
41
+
42
+ 发布时间:2024-03-27 01:15:59
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改接口:
49
+
50
+ * [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
51
+
52
+ * 新增出参:KafkaVersion
45
53
 
46
- * 新增成员:ForbidAddApprover, ForbidEditFlowProperties, HideComponentTypes, ShowComponentTypes, ResultPageConfig
47
54
 
48
55
 
49
56
 
57
+ ## 数据传输服务(dts) 版本:2018-03-30
58
+
59
+
50
60
 
51
61
  ## 人脸核身(faceid) 版本:2018-03-01
52
62
 
53
- ### 第 71 次发布
63
+ ### 第 73 次发布
54
64
 
55
- 发布时间:2024-03-25 01:16:50
65
+ 发布时间:2024-03-27 01:17:36
56
66
 
57
67
  本次发布包含了以下内容:
58
68
 
59
69
  改善已有的文档。
60
70
 
61
- 修改数据结构:
71
+ 修改接口:
62
72
 
63
- * [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
73
+ * [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
64
74
 
65
- * 新增成员:MouthOpenRecognition
75
+ * 新增入参:RuleId
66
76
 
67
77
 
68
78
 
69
79
 
70
- ## 全球应用加速(gaap) 版本:2018-05-29
80
+ ## 云压测(pts) 版本:2021-07-28
71
81
 
72
- ### 第 43 次发布
82
+ ### 第 14 次发布
73
83
 
74
- 发布时间:2024-03-25 01:16:59
84
+ 发布时间:2024-03-27 01:23:10
85
+
86
+ 本次发布包含了以下内容:
87
+
88
+ 改善已有的文档。
89
+
90
+ 新增接口:
91
+
92
+ * [CreateEnvironment](https://cloud.tencent.com/document/api/1484/104600)
93
+ * [DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)
94
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)
95
+ * [UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)
96
+
97
+
98
+
99
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
100
+
101
+ ### 第 81 次发布
102
+
103
+ 发布时间:2024-03-27 01:31:32
75
104
 
76
105
  本次发布包含了以下内容:
77
106
 
78
107
  改善已有的文档。
79
108
 
109
+ 修改接口:
110
+
111
+ * [BatchKillIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82538)
112
+
113
+ * 新增出参:TaskNames
114
+
115
+ * [BatchRerunIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82536)
116
+
117
+ * 新增出参:TaskNames
118
+
119
+ * [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
120
+
121
+ * 新增入参:DevelopmentParams
122
+
123
+ * [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
124
+
125
+ * 新增入参:RecordId
126
+
127
+ * <font color="#dd0000">**修改入参**:</font>MessageId
128
+
129
+ * [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
130
+
131
+ * 新增入参:DevelopmentParams
132
+
133
+
134
+ 新增数据结构:
135
+
136
+ * [QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)
137
+
80
138
  修改数据结构:
81
139
 
82
- * [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
140
+ * [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
83
141
 
84
- * 新增成员:TLSSupportVersion, TLSCiphers
142
+ * 新增成员:InQuitePeriods, RecordId
85
143
 
86
- * [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
144
+ * [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
87
145
 
88
- * 新增成员:IsSupportTLSChoice
146
+ * 新增成员:ProductId, DevelopmentId, DevelopmentParams
89
147
 
90
- * [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
148
+ * [MakePlanTaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#MakePlanTaskOpsDto)
91
149
 
92
- * 新增成员:IsSupportTLSChoice
150
+ * 新增成员:InstanceTotalCount
151
+
152
+ * <font color="#dd0000">**修改成员**:</font>TaskBaseInfo, InstanceCount, CompletePercent, SuccessPercent
153
+
154
+ * [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
155
+
156
+ * 新增成员:QuietPeriods
93
157
 
94
158
 
95
159
 
@@ -738,6 +802,19 @@
738
802
 
739
803
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
740
804
 
805
+ ### 第 3 次发布
806
+
807
+ 发布时间:2024-03-26 10:43:03
808
+
809
+ 本次发布包含了以下内容:
810
+
811
+ 改善已有的文档。
812
+
813
+ 新增接口:
814
+
815
+ * [QueryTextToImageProJob](https://cloud.tencent.com/document/api/1668/104584)
816
+ * [SubmitTextToImageProJob](https://cloud.tencent.com/document/api/1668/104583)
817
+
741
818
  ### 第 2 次发布
742
819
 
743
820
  发布时间:2023-07-25 10:37:02
@@ -15984,6 +16061,32 @@
15984
16061
 
15985
16062
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
15986
16063
 
16064
+ ### 第 154 次发布
16065
+
16066
+ 发布时间:2024-03-26 01:09:47
16067
+
16068
+ 本次发布包含了以下内容:
16069
+
16070
+ 改善已有的文档。
16071
+
16072
+ 修改接口:
16073
+
16074
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
16075
+
16076
+ * 新增入参:PayType, Period
16077
+
16078
+
16079
+ 新增数据结构:
16080
+
16081
+ * [TaskAttachInfo](https://cloud.tencent.com/document/api/236/15878#TaskAttachInfo)
16082
+
16083
+ 修改数据结构:
16084
+
16085
+ * [TaskDetail](https://cloud.tencent.com/document/api/236/15878#TaskDetail)
16086
+
16087
+ * 新增成员:TaskAttachInfo
16088
+
16089
+
15987
16090
  ### 第 153 次发布
15988
16091
 
15989
16092
  发布时间:2024-02-28 01:09:55
@@ -25588,6 +25691,36 @@
25588
25691
 
25589
25692
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
25590
25693
 
25694
+ ### 第 99 次发布
25695
+
25696
+ 发布时间:2024-03-27 01:11:34
25697
+
25698
+ 本次发布包含了以下内容:
25699
+
25700
+ 改善已有的文档。
25701
+
25702
+ 修改接口:
25703
+
25704
+ * [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
25705
+
25706
+ * <font color="#dd0000">**修改入参**:</font>VpcId, SubnetId
25707
+
25708
+
25709
+ ### 第 98 次发布
25710
+
25711
+ 发布时间:2024-03-26 01:11:10
25712
+
25713
+ 本次发布包含了以下内容:
25714
+
25715
+ 改善已有的文档。
25716
+
25717
+ 修改接口:
25718
+
25719
+ * [ModifyAclRule](https://cloud.tencent.com/document/api/597/89216)
25720
+
25721
+ * <font color="#dd0000">**修改入参**:</font>IsApplied
25722
+
25723
+
25591
25724
  ### 第 97 次发布
25592
25725
 
25593
25726
  发布时间:2023-10-27 01:21:10
@@ -48800,6 +48933,18 @@
48800
48933
 
48801
48934
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
48802
48935
 
48936
+ ### 第 83 次发布
48937
+
48938
+ 发布时间:2024-03-27 01:14:55
48939
+
48940
+ 本次发布包含了以下内容:
48941
+
48942
+ 改善已有的文档。
48943
+
48944
+ 新增接口:
48945
+
48946
+ * [[QueryTaskCostDetail](https://cloud.tencent.com/document/api/1342/104596)](https://cloud.tencent.com/document/api/#/#)
48947
+
48803
48948
  ### 第 82 次发布
48804
48949
 
48805
48950
  发布时间:2024-03-21 01:14:28
@@ -52973,6 +53118,21 @@
52973
53118
 
52974
53119
  ## 数据传输服务(dts) 版本:2021-12-06
52975
53120
 
53121
+ ### 第 26 次发布
53122
+
53123
+ 发布时间:2024-03-27 01:15:59
53124
+
53125
+ 本次发布包含了以下内容:
53126
+
53127
+ 改善已有的文档。
53128
+
53129
+ 修改接口:
53130
+
53131
+ * [DescribeSubscribeDetail](https://cloud.tencent.com/document/api/571/102944)
53132
+
53133
+ * 新增出参:KafkaVersion
53134
+
53135
+
52976
53136
  ### 第 25 次发布
52977
53137
 
52978
53138
  发布时间:2024-03-14 01:15:02
@@ -59153,6 +59313,52 @@
59153
59313
 
59154
59314
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
59155
59315
 
59316
+ ### 第 159 次发布
59317
+
59318
+ 发布时间:2024-03-26 01:16:22
59319
+
59320
+ 本次发布包含了以下内容:
59321
+
59322
+ 改善已有的文档。
59323
+
59324
+ 修改接口:
59325
+
59326
+ * [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
59327
+
59328
+ * 新增入参:FlowGroupId
59329
+
59330
+ * <font color="#dd0000">**修改入参**:</font>FlowId
59331
+
59332
+ * [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
59333
+
59334
+ * 新增出参:Approvers
59335
+
59336
+ * [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
59337
+
59338
+ * 新增出参:Approvers
59339
+
59340
+ * [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
59341
+
59342
+ * 新增入参:FlowGroupUrlInfo
59343
+
59344
+
59345
+ 新增数据结构:
59346
+
59347
+ * [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApproverInfo)
59348
+ * [FlowGroupApprovers](https://cloud.tencent.com/document/api/1323/70369#FlowGroupApprovers)
59349
+ * [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupUrlInfo)
59350
+
59351
+ 修改数据结构:
59352
+
59353
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
59354
+
59355
+ * <font color="#dd0000">**修改成员**:</font>ApproverName, ApproverMobile
59356
+
59357
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
59358
+
59359
+ * 新增成员:FlowId
59360
+
59361
+
59156
59362
  ### 第 158 次发布
59157
59363
 
59158
59364
  发布时间:2024-03-25 01:16:14
@@ -59163,7 +59369,7 @@
59163
59369
 
59164
59370
  新增数据结构:
59165
59371
 
59166
- * [[CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)](https://cloud.tencent.com/document/api/1323/70369#[CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig))
59372
+ * [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
59167
59373
 
59168
59374
  修改数据结构:
59169
59375
 
@@ -62220,6 +62426,48 @@
62220
62426
 
62221
62427
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
62222
62428
 
62429
+ ### 第 161 次发布
62430
+
62431
+ 发布时间:2024-03-26 01:16:43
62432
+
62433
+ 本次发布包含了以下内容:
62434
+
62435
+ 改善已有的文档。
62436
+
62437
+ 修改接口:
62438
+
62439
+ * [ChannelCreateFlowApprovers](https://cloud.tencent.com/document/api/1420/99282)
62440
+
62441
+ * 新增入参:FlowGroupId
62442
+
62443
+ * <font color="#dd0000">**修改入参**:</font>FlowId
62444
+
62445
+ * [ChannelCreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1420/80390)
62446
+
62447
+ * 新增出参:Approvers
62448
+
62449
+ * [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
62450
+
62451
+ * 新增出参:Approvers
62452
+
62453
+ * [CreateSignUrls](https://cloud.tencent.com/document/api/1420/61522)
62454
+
62455
+ * 新增入参:FlowGroupUrlInfo
62456
+
62457
+
62458
+ 新增数据结构:
62459
+
62460
+ * [FlowGroupApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApproverInfo)
62461
+ * [FlowGroupApprovers](https://cloud.tencent.com/document/api/1420/61525#FlowGroupApprovers)
62462
+ * [FlowGroupUrlInfo](https://cloud.tencent.com/document/api/1420/61525#FlowGroupUrlInfo)
62463
+
62464
+ 修改数据结构:
62465
+
62466
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
62467
+
62468
+ * 新增成员:FlowId
62469
+
62470
+
62223
62471
  ### 第 160 次发布
62224
62472
 
62225
62473
  发布时间:2024-03-20 01:16:49
@@ -65396,6 +65644,34 @@
65396
65644
 
65397
65645
  ## 人脸核身(faceid) 版本:2018-03-01
65398
65646
 
65647
+ ### 第 73 次发布
65648
+
65649
+ 发布时间:2024-03-27 01:17:36
65650
+
65651
+ 本次发布包含了以下内容:
65652
+
65653
+ 改善已有的文档。
65654
+
65655
+ 修改接口:
65656
+
65657
+ * [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
65658
+
65659
+ * 新增入参:RuleId
65660
+
65661
+
65662
+ ### 第 72 次发布
65663
+
65664
+ 发布时间:2024-03-26 01:17:00
65665
+
65666
+ 本次发布包含了以下内容:
65667
+
65668
+ 改善已有的文档。
65669
+
65670
+ 新增接口:
65671
+
65672
+ * [GetFaceIdRiskInfo](https://cloud.tencent.com/document/api/1007/104582)
65673
+ * [GetFaceidRiskInfoToken](https://cloud.tencent.com/document/api/1007/104581)
65674
+
65399
65675
  ### 第 71 次发布
65400
65676
 
65401
65677
  发布时间:2024-03-25 01:16:50
@@ -98551,6 +98827,21 @@
98551
98827
 
98552
98828
  ## 云压测(pts) 版本:2021-07-28
98553
98829
 
98830
+ ### 第 14 次发布
98831
+
98832
+ 发布时间:2024-03-27 01:23:10
98833
+
98834
+ 本次发布包含了以下内容:
98835
+
98836
+ 改善已有的文档。
98837
+
98838
+ 新增接口:
98839
+
98840
+ * [[CreateEnvironment](https://cloud.tencent.com/document/api/1484/104600)](https://cloud.tencent.com/document/api/#/#)
98841
+ * [[DeleteEnvironments](https://cloud.tencent.com/document/api/1484/104599)](https://cloud.tencent.com/document/api/#/#)
98842
+ * [[DescribeEnvironments](https://cloud.tencent.com/document/api/1484/104598)](https://cloud.tencent.com/document/api/#/#)
98843
+ * [[UpdateEnvironment](https://cloud.tencent.com/document/api/1484/104597)](https://cloud.tencent.com/document/api/#/#)
98844
+
98554
98845
  ### 第 13 次发布
98555
98846
 
98556
98847
  发布时间:2023-08-23 01:36:48
@@ -149250,6 +149541,79 @@
149250
149541
 
149251
149542
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
149252
149543
 
149544
+ ### 第 81 次发布
149545
+
149546
+ 发布时间:2024-03-27 01:31:32
149547
+
149548
+ 本次发布包含了以下内容:
149549
+
149550
+ 改善已有的文档。
149551
+
149552
+ 修改接口:
149553
+
149554
+ * [BatchKillIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82538)
149555
+
149556
+ * 新增出参:TaskNames
149557
+
149558
+ * [BatchRerunIntegrationTaskInstances](https://cloud.tencent.com/document/api/1267/82536)
149559
+
149560
+ * 新增出参:TaskNames
149561
+
149562
+ * [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
149563
+
149564
+ * 新增入参:DevelopmentParams
149565
+
149566
+ * [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
149567
+
149568
+ * 新增入参:RecordId
149569
+
149570
+ * <font color="#dd0000">**修改入参**:</font>MessageId
149571
+
149572
+ * [ModifyDataSource](https://cloud.tencent.com/document/api/1267/80760)
149573
+
149574
+ * 新增入参:DevelopmentParams
149575
+
149576
+
149577
+ 新增数据结构:
149578
+
149579
+ * [[QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod)](https://cloud.tencent.com/document/api/1267/76336#[QuietPeriod](https://cloud.tencent.com/document/api/1267/76336#QuietPeriod))
149580
+
149581
+ 修改数据结构:
149582
+
149583
+ * [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
149584
+
149585
+ * 新增成员:InQuitePeriods, RecordId
149586
+
149587
+ * [DataSourceInfo](https://cloud.tencent.com/document/api/1267/76336#DataSourceInfo)
149588
+
149589
+ * 新增成员:ProductId, DevelopmentId, DevelopmentParams
149590
+
149591
+ * [MakePlanTaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#MakePlanTaskOpsDto)
149592
+
149593
+ * 新增成员:InstanceTotalCount
149594
+
149595
+ * <font color="#dd0000">**修改成员**:</font>TaskBaseInfo, InstanceCount, CompletePercent, SuccessPercent
149596
+
149597
+ * [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
149598
+
149599
+ * 新增成员:QuietPeriods
149600
+
149601
+
149602
+ ### 第 80 次发布
149603
+
149604
+ 发布时间:2024-03-26 01:30:25
149605
+
149606
+ 本次发布包含了以下内容:
149607
+
149608
+ 改善已有的文档。
149609
+
149610
+ 修改接口:
149611
+
149612
+ * [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
149613
+
149614
+ * 新增入参:ExecutionTTL, ScriptChange, InChargeIds
149615
+
149616
+
149253
149617
  ### 第 79 次发布
149254
149618
 
149255
149619
  发布时间:2024-03-14 01:29:38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.819",
3
+ "version": "4.0.821",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {