tencentcloud-sdk-nodejs 4.0.782 → 4.0.784

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 (71) hide show
  1. package/CHANGELOG.md +341 -0
  2. package/SERVICE_CHANGELOG.md +339 -58
  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/billing/v20180709/billing_client.ts +12 -0
  7. package/src/services/billing/v20180709/billing_models.ts +36 -0
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  9. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +14 -14
  11. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  12. package/src/services/dasb/v20191018/dasb_models.ts +4 -0
  13. package/src/services/eb/v20210416/eb_client.ts +2 -2
  14. package/src/services/eb/v20210416/eb_models.ts +4 -4
  15. package/src/services/emr/v20190103/emr_client.ts +14 -1
  16. package/src/services/emr/v20190103/emr_models.ts +149 -10
  17. package/src/services/ess/v20201111/ess_client.ts +35 -29
  18. package/src/services/ess/v20201111/ess_models.ts +9 -1
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -11
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -0
  21. package/src/services/iotvideo/v20211125/iotvideo_models.ts +12 -0
  22. package/src/services/live/v20180801/live_models.ts +2 -2
  23. package/src/services/monitor/v20180724/monitor_client.ts +3 -0
  24. package/src/services/monitor/v20180724/monitor_models.ts +22 -3
  25. package/src/services/organization/v20210331/organization_client.ts +216 -77
  26. package/src/services/organization/v20210331/organization_models.ts +1351 -830
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
  28. package/src/services/sts/v20180813/sts_models.ts +3 -4
  29. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  30. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  31. package/src/services/wedata/v20210820/wedata_models.ts +269 -59
  32. package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  36. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  37. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -0
  38. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  39. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  40. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -14
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  43. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
  44. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
  45. package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
  46. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  47. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  48. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  49. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +146 -10
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +35 -29
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +35 -29
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -11
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -11
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -0
  56. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +12 -0
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
  59. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
  60. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
  61. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
  62. package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
  63. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
  64. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
  65. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  67. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +267 -59
  68. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
  69. package/test/billing.v20180709.test.js +10 -0
  70. package/test/emr.v20190103.test.js +10 -0
  71. package/test/organization.v20210331.test.js +116 -6
@@ -1,40 +1,46 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
3
+ ## 费用中心(billing) 版本:2018-07-09
4
4
 
5
- ### 第 27 次发布
5
+ ### 第 55 次发布
6
6
 
7
- 发布时间:2024-01-16 01:12:56
7
+ 发布时间:2024-01-18 01:09:19
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 新增接口:
14
14
 
15
- * [DescribeRedisTopBigKeys](https://cloud.tencent.com/document/api/1130/72832)
15
+ * [DescribeSavingPlanResourceInfo](https://cloud.tencent.com/document/api/555/103077)
16
16
 
17
- * 新增入参:AsyncRequestId, ShardIds
18
17
 
19
18
 
20
- 修改数据结构:
19
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
21
20
 
22
- * [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
21
+ ### 第 56 次发布
23
22
 
24
- * 新增成员:ShardNum
23
+ 发布时间:2024-01-18 01:15:51
25
24
 
25
+ 本次发布包含了以下内容:
26
26
 
27
+ 改善已有的文档。
27
28
 
29
+ 新增接口:
28
30
 
29
- ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
31
+ * [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
30
32
 
33
+ 新增数据结构:
31
34
 
35
+ * [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
32
36
 
33
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
34
37
 
35
- ### 第 146 次发布
36
38
 
37
- 发布时间:2024-01-16 01:14:53
39
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
40
+
41
+ ### 第 24 次发布
42
+
43
+ 发布时间:2024-01-18 01:17:58
38
44
 
39
45
  本次发布包含了以下内容:
40
46
 
@@ -42,39 +48,34 @@
42
48
 
43
49
  修改接口:
44
50
 
45
- * [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
46
-
47
- * 新增入参:UrlType
51
+ * [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1131/95523)
48
52
 
49
- * <font color="#dd0000">**修改入参**:</font>FlowApproverInfos
53
+ * 新增入参:ChannelId
50
54
 
51
- * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
55
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1131/96706)
52
56
 
53
- * 新增入参:InvitationNotifyType, JumpUrl
57
+ * 新增出参:ChannelId
54
58
 
55
- * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
59
+ * [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
56
60
 
57
- * 新增入参:InvitationNotifyType, JumpUrl
61
+ * 新增入参:ChannelId
58
62
 
59
63
 
60
- 修改数据结构:
61
64
 
62
- * [SuccessCreateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessCreateStaffData)
63
65
 
64
- * 新增成员:Url
66
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
65
67
 
66
- * [SuccessUpdateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessUpdateStaffData)
67
68
 
68
- * 新增成员:Url
69
69
 
70
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
70
71
 
71
72
 
72
73
 
73
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
74
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
74
75
 
75
- ### 第 148 次发布
76
+ ### 第 69 次发布
76
77
 
77
- 发布时间:2024-01-16 01:15:09
78
+ 发布时间:2024-01-18 01:27:50
78
79
 
79
80
  本次发布包含了以下内容:
80
81
 
@@ -82,59 +83,54 @@
82
83
 
83
84
  修改接口:
84
85
 
85
- * [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
86
+ * [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
86
87
 
87
- * 新增入参:UrlType
88
+ * 新增入参:FunctionName, FunctionType, DatabaseName, SchemaName, CommandFormat
88
89
 
89
- * <font color="#dd0000">**修改入参**:</font>FlowApproverInfos
90
+ * <font color="#dd0000">**修改入参**:</font>ClusterIdentifier, FunctionId
90
91
 
91
- * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
92
92
 
93
- * 新增入参:ProxyOperatorIdCardNumber, AutoJumpUrl
93
+ 新增数据结构:
94
94
 
95
+ * [SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)
96
+ * [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
95
97
 
96
98
  修改数据结构:
97
99
 
98
- * [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
99
-
100
- * 新增成员:AdminIdCardType, AdminIdCardNumber
101
-
102
-
103
-
104
-
105
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
106
-
100
+ * [BooleanResponse](https://cloud.tencent.com/document/api/1267/76336#BooleanResponse)
107
101
 
102
+ * 新增成员:Code
108
103
 
109
- ## 文字识别(ocr) 版本:2018-11-19
104
+ * [InstanceReportReadNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportReadNode)
110
105
 
111
- ### 第 128 次发布
106
+ * 新增成员:WaitWriterTime
112
107
 
113
- 发布时间:2024-01-16 01:19:57
108
+ * [InstanceReportWriteNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportWriteNode)
114
109
 
115
- 本次发布包含了以下内容:
110
+ * 新增成员:WaitReaderTime
116
111
 
117
- 改善已有的文档。
112
+ * [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
118
113
 
119
- 新增接口:
114
+ * 新增成员:ArrangeSpaceTaskId, OfflineTaskStatus
120
115
 
121
- * [RecognizeForeignPermanentResidentIdCard](https://cloud.tencent.com/document/api/866/103033)
116
+ * [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
122
117
 
118
+ * 新增成员:TableName, TableOwnerName, ExecStrategy, Subscription, CreateTime, DatasourceId, DatabaseId, MonitorStatus
123
119
 
120
+ * [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
124
121
 
125
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
122
+ * 新增成员:RuleId, RuleName
126
123
 
127
- ### 67 次发布
124
+ * <font color="#dd0000">**修改成员**:</font>RuleGroupId, MonitorType, ExecQueue, ExecutorGroupId, ExecutorGroupName, Tasks, StartTime, EndTime, CycleType, DelayTime, CycleStep, TaskAction
128
125
 
129
- 发布时间:2024-01-16 01:27:38
126
+ * [RuleGroupSubscribe](https://cloud.tencent.com/document/api/1267/76336#RuleGroupSubscribe)
130
127
 
131
- 本次发布包含了以下内容:
128
+ * 新增成员:RuleId, RuleName
132
129
 
133
- 改善已有的文档。
130
+ * [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
134
131
 
135
- <font color="#dd0000">**删除接口**:</font>
132
+ * 新增成员:ResolvedSqlExpression, DatasourceTypes
136
133
 
137
- * DescribeKafkaTopicInfo
138
134
 
139
135
 
140
136
 
@@ -8639,6 +8635,18 @@
8639
8635
 
8640
8636
  ## 费用中心(billing) 版本:2018-07-09
8641
8637
 
8638
+ ### 第 55 次发布
8639
+
8640
+ 发布时间:2024-01-18 01:09:19
8641
+
8642
+ 本次发布包含了以下内容:
8643
+
8644
+ 改善已有的文档。
8645
+
8646
+ 新增接口:
8647
+
8648
+ * [[DescribeSavingPlanResourceInfo](https://cloud.tencent.com/document/api/555/103077)](https://cloud.tencent.com/document/api/#/#)
8649
+
8642
8650
  ### 第 54 次发布
8643
8651
 
8644
8652
  发布时间:2024-01-09 01:07:19
@@ -43722,6 +43730,21 @@
43722
43730
 
43723
43731
  ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
43724
43732
 
43733
+ ### 第 22 次发布
43734
+
43735
+ 发布时间:2024-01-17 01:12:30
43736
+
43737
+ 本次发布包含了以下内容:
43738
+
43739
+ 改善已有的文档。
43740
+
43741
+ 修改接口:
43742
+
43743
+ * [DeployResource](https://cloud.tencent.com/document/api/1025/86961)
43744
+
43745
+ * 新增入参:CdcClusterId
43746
+
43747
+
43725
43748
  ### 第 21 次发布
43726
43749
 
43727
43750
  发布时间:2024-01-05 01:13:10
@@ -54910,6 +54933,22 @@
54910
54933
 
54911
54934
  ## 弹性 MapReduce(emr) 版本:2019-01-03
54912
54935
 
54936
+ ### 第 56 次发布
54937
+
54938
+ 发布时间:2024-01-18 01:15:51
54939
+
54940
+ 本次发布包含了以下内容:
54941
+
54942
+ 改善已有的文档。
54943
+
54944
+ 新增接口:
54945
+
54946
+ * [[DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)](https://cloud.tencent.com/document/api/#/#)
54947
+
54948
+ 新增数据结构:
54949
+
54950
+ * [[InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)](https://cloud.tencent.com/document/api/589/33981#[InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult))
54951
+
54913
54952
  ### 第 55 次发布
54914
54953
 
54915
54954
  发布时间:2023-12-25 00:10:01
@@ -73033,6 +73072,29 @@
73033
73072
 
73034
73073
  ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
73035
73074
 
73075
+ ### 第 24 次发布
73076
+
73077
+ 发布时间:2024-01-18 01:17:58
73078
+
73079
+ 本次发布包含了以下内容:
73080
+
73081
+ 改善已有的文档。
73082
+
73083
+ 修改接口:
73084
+
73085
+ * [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1131/95523)
73086
+
73087
+ * 新增入参:ChannelId
73088
+
73089
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1131/96706)
73090
+
73091
+ * 新增出参:ChannelId
73092
+
73093
+ * [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
73094
+
73095
+ * 新增入参:ChannelId
73096
+
73097
+
73036
73098
  ### 第 23 次发布
73037
73099
 
73038
73100
  发布时间:2023-11-29 01:57:28
@@ -82626,6 +82688,28 @@
82626
82688
 
82627
82689
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
82628
82690
 
82691
+ ### 第 103 次发布
82692
+
82693
+ 发布时间:2024-01-17 01:18:35
82694
+
82695
+ 本次发布包含了以下内容:
82696
+
82697
+ 改善已有的文档。
82698
+
82699
+ 修改接口:
82700
+
82701
+ * [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
82702
+
82703
+ * 新增入参:SpecifyStatistics
82704
+
82705
+
82706
+ 修改数据结构:
82707
+
82708
+ * [DataPoint](https://cloud.tencent.com/document/api/248/30354#DataPoint)
82709
+
82710
+ * 新增成员:MaxValues, MinValues, AvgValues
82711
+
82712
+
82629
82713
  ### 第 102 次发布
82630
82714
 
82631
82715
  发布时间:2024-01-12 01:19:06
@@ -90150,7 +90234,7 @@
90150
90234
 
90151
90235
  新增接口:
90152
90236
 
90153
- * [[RecognizeForeignPermanentResidentIdCard](https://cloud.tencent.com/document/api/866/103033)](https://cloud.tencent.com/document/api/#/#)
90237
+ * [RecognizeForeignPermanentResidentIdCard](https://cloud.tencent.com/document/api/866/103033)
90154
90238
 
90155
90239
  ### 第 127 次发布
90156
90240
 
@@ -92930,6 +93014,38 @@
92930
93014
 
92931
93015
  ## 集团账号管理(organization) 版本:2021-03-31
92932
93016
 
93017
+ ### 第 28 次发布
93018
+
93019
+ 发布时间:2024-01-17 01:19:45
93020
+
93021
+ 本次发布包含了以下内容:
93022
+
93023
+ 改善已有的文档。
93024
+
93025
+ 新增接口:
93026
+
93027
+ * [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
93028
+ * [AddShareUnitMembers](https://cloud.tencent.com/document/api/850/103055)
93029
+ * [AddShareUnitResources](https://cloud.tencent.com/document/api/850/103054)
93030
+ * [DeleteShareUnit](https://cloud.tencent.com/document/api/850/103053)
93031
+ * [DeleteShareUnitMembers](https://cloud.tencent.com/document/api/850/103052)
93032
+ * [DeleteShareUnitResources](https://cloud.tencent.com/document/api/850/103051)
93033
+ * [DescribeShareAreas](https://cloud.tencent.com/document/api/850/103050)
93034
+ * [DescribeShareUnitMembers](https://cloud.tencent.com/document/api/850/103049)
93035
+ * [DescribeShareUnitResources](https://cloud.tencent.com/document/api/850/103048)
93036
+ * [DescribeShareUnits](https://cloud.tencent.com/document/api/850/103047)
93037
+ * [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
93038
+
93039
+ 新增数据结构:
93040
+
93041
+ * [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
93042
+ * [ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource)
93043
+ * [ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea)
93044
+ * [ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember)
93045
+ * [ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource)
93046
+ * [ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember)
93047
+ * [ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource)
93048
+
92933
93049
  ### 第 27 次发布
92934
93050
 
92935
93051
  发布时间:2023-10-27 02:04:21
@@ -138243,6 +138359,21 @@
138243
138359
 
138244
138360
  ## 私有网络(vpc) 版本:2017-03-12
138245
138361
 
138362
+ ### 第 186 次发布
138363
+
138364
+ 发布时间:2024-01-17 01:26:10
138365
+
138366
+ 本次发布包含了以下内容:
138367
+
138368
+ 改善已有的文档。
138369
+
138370
+ 修改接口:
138371
+
138372
+ * [DescribeUsedIpAddress](https://cloud.tencent.com/document/api/215/91061)
138373
+
138374
+ * 新增入参:Filters
138375
+
138376
+
138246
138377
  ### 第 185 次发布
138247
138378
 
138248
138379
  发布时间:2023-12-27 01:44:26
@@ -144467,6 +144598,141 @@
144467
144598
 
144468
144599
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
144469
144600
 
144601
+ ### 第 69 次发布
144602
+
144603
+ 发布时间:2024-01-18 01:27:50
144604
+
144605
+ 本次发布包含了以下内容:
144606
+
144607
+ 改善已有的文档。
144608
+
144609
+ 修改接口:
144610
+
144611
+ * [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
144612
+
144613
+ * 新增入参:FunctionName, FunctionType, DatabaseName, SchemaName, CommandFormat
144614
+
144615
+ * <font color="#dd0000">**修改入参**:</font>ClusterIdentifier, FunctionId
144616
+
144617
+
144618
+ 新增数据结构:
144619
+
144620
+ * [[SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)](https://cloud.tencent.com/document/api/1267/76336#[SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression))
144621
+ * [[SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)](https://cloud.tencent.com/document/api/1267/76336#[SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable))
144622
+
144623
+ 修改数据结构:
144624
+
144625
+ * [BooleanResponse](https://cloud.tencent.com/document/api/1267/76336#BooleanResponse)
144626
+
144627
+ * 新增成员:Code
144628
+
144629
+ * [InstanceReportReadNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportReadNode)
144630
+
144631
+ * 新增成员:WaitWriterTime
144632
+
144633
+ * [InstanceReportWriteNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportWriteNode)
144634
+
144635
+ * 新增成员:WaitReaderTime
144636
+
144637
+ * [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
144638
+
144639
+ * 新增成员:ArrangeSpaceTaskId, OfflineTaskStatus
144640
+
144641
+ * [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
144642
+
144643
+ * 新增成员:TableName, TableOwnerName, ExecStrategy, Subscription, CreateTime, DatasourceId, DatabaseId, MonitorStatus
144644
+
144645
+ * [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
144646
+
144647
+ * 新增成员:RuleId, RuleName
144648
+
144649
+ * <font color="#dd0000">**修改成员**:</font>RuleGroupId, MonitorType, ExecQueue, ExecutorGroupId, ExecutorGroupName, Tasks, StartTime, EndTime, CycleType, DelayTime, CycleStep, TaskAction
144650
+
144651
+ * [RuleGroupSubscribe](https://cloud.tencent.com/document/api/1267/76336#RuleGroupSubscribe)
144652
+
144653
+ * 新增成员:RuleId, RuleName
144654
+
144655
+ * [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
144656
+
144657
+ * 新增成员:ResolvedSqlExpression, DatasourceTypes
144658
+
144659
+
144660
+ ### 第 68 次发布
144661
+
144662
+ 发布时间:2024-01-17 01:27:06
144663
+
144664
+ 本次发布包含了以下内容:
144665
+
144666
+ 改善已有的文档。
144667
+
144668
+ 修改接口:
144669
+
144670
+ * [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
144671
+
144672
+ * 新增入参:ConnectResult
144673
+
144674
+ * [DescribeBaselineAllTaskDag](https://cloud.tencent.com/document/api/1267/95248)
144675
+
144676
+ * 新增入参:BaselineTaskId
144677
+
144678
+ * [DescribeBaselineInstanceDag](https://cloud.tencent.com/document/api/1267/95246)
144679
+
144680
+ * 新增入参:PromiseTaskId
144681
+
144682
+ * [DescribeBaselineInstanceGantt](https://cloud.tencent.com/document/api/1267/95245)
144683
+
144684
+ * 新增入参:PromiseTaskId
144685
+
144686
+ * [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
144687
+
144688
+ * 新增入参:WorkflowId
144689
+
144690
+ * [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
144691
+
144692
+ * 新增入参:WorkflowId, SortItem, SortType
144693
+
144694
+ * [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
144695
+
144696
+ * 新增入参:WorkflowId
144697
+
144698
+ * [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
144699
+
144700
+ * 新增入参:WorkflowId
144701
+
144702
+ * [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
144703
+
144704
+ * 新增入参:WorkflowId
144705
+
144706
+ * [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
144707
+
144708
+ * 新增入参:WorkflowId
144709
+
144710
+
144711
+ 修改数据结构:
144712
+
144713
+ * [BaselineTaskInstanceDto](https://cloud.tencent.com/document/api/1267/76336#BaselineTaskInstanceDto)
144714
+
144715
+ * 新增成员:CriticalDependency
144716
+
144717
+ * <font color="#dd0000">**修改成员**:</font>Id, BaselineInstanceId, BaselineType, BaselineDataTime, UpstreamInstanceIds, DownstreamInstanceIds, IsPromiseTask, TaskId, CurRunDate, TaskName, InCriticalPath, InFirstLevel, EstimatedCostTime, ActualCostTime, LatestStartTime, ActualStartTime, EstimatedEndTime, LatestEndTime, ActualEndTime, TaskInstanceStatus, ProjectId, ShardKey, CreateTime, UpdateTime, UserUin, OwnerUin, AppId
144718
+
144719
+ * [ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo)
144720
+
144721
+ * <font color="#dd0000">**修改成员**:</font>PrefixPath
144722
+
144723
+ * [RuntimeInstanceCntTop](https://cloud.tencent.com/document/api/1267/76336#RuntimeInstanceCntTop)
144724
+
144725
+ * 新增成员:WaitScheduleTime
144726
+
144727
+ * <font color="#dd0000">**修改成员**:</font>TaskId, TaskName, InCharge, CycleUnit, State, RunTime, CurRunTime
144728
+
144729
+ * [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
144730
+
144731
+ * 新增成员:ChannelType
144732
+
144733
+ * <font color="#dd0000">**修改成员**:</font>PrefixPath
144734
+
144735
+
144470
144736
  ### 第 67 次发布
144471
144737
 
144472
144738
  发布时间:2024-01-16 01:27:38
@@ -146537,6 +146803,21 @@
146537
146803
 
146538
146804
  ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
146539
146805
 
146806
+ ### 第 6 次发布
146807
+
146808
+ 发布时间:2024-01-17 01:27:53
146809
+
146810
+ 本次发布包含了以下内容:
146811
+
146812
+ 改善已有的文档。
146813
+
146814
+ 修改接口:
146815
+
146816
+ * [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
146817
+
146818
+ * 新增入参:IsSynchronized
146819
+
146820
+
146540
146821
  ### 第 5 次发布
146541
146822
 
146542
146823
  发布时间:2023-12-01 01:31:31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.782",
3
+ "version": "4.0.784",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {