tencentcloud-sdk-nodejs 4.0.781 → 4.0.783
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.
- package/CHANGELOG.md +345 -0
- package/SERVICE_CHANGELOG.md +473 -6
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_models.ts +4 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -2
- package/src/services/eb/v20210416/eb_client.ts +2 -2
- package/src/services/eb/v20210416/eb_models.ts +4 -4
- package/src/services/ess/v20201111/ess_client.ts +65 -10
- package/src/services/ess/v20201111/ess_models.ts +68 -12
- package/src/services/essbasic/v20210526/essbasic_client.ts +5 -6
- package/src/services/essbasic/v20210526/essbasic_models.ts +53 -9
- package/src/services/monitor/v20180724/monitor_models.ts +22 -3
- package/src/services/ocr/v20181119/ocr_client.ts +21 -9
- package/src/services/ocr/v20181119/ocr_models.ts +71 -0
- package/src/services/organization/v20210331/organization_client.ts +216 -77
- package/src/services/organization/v20210331/organization_models.ts +1351 -830
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
- package/src/services/sts/v20180813/sts_models.ts +3 -4
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +0 -14
- package/src/services/wedata/v20210820/wedata_models.ts +74 -35
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -2
- package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
- package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -9
- package/tencentcloud/services/ess/v20201111/ess_client.js +64 -9
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +68 -12
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +53 -9
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +69 -0
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
- package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -7
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +0 -8
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +74 -33
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
- package/test/ocr.v20181119.test.js +12 -2
- package/test/organization.v20210331.test.js +116 -6
- package/test/wedata.v20210820.test.js +0 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,22 +1,204 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 22 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-01-
|
|
7
|
+
发布时间:2024-01-17 01:12:30
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DeployResource](https://cloud.tencent.com/document/api/1025/86961)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CdcClusterId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
23
|
+
|
|
24
|
+
### 第 103 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-01-17 01:18:35
|
|
8
27
|
|
|
9
28
|
本次发布包含了以下内容:
|
|
10
29
|
|
|
11
30
|
改善已有的文档。
|
|
12
31
|
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
|
|
35
|
+
|
|
36
|
+
* 新增入参:SpecifyStatistics
|
|
37
|
+
|
|
38
|
+
|
|
13
39
|
修改数据结构:
|
|
14
40
|
|
|
15
|
-
* [
|
|
41
|
+
* [DataPoint](https://cloud.tencent.com/document/api/248/30354#DataPoint)
|
|
16
42
|
|
|
17
|
-
* 新增成员:
|
|
43
|
+
* 新增成员:MaxValues, MinValues, AvgValues
|
|
18
44
|
|
|
19
|
-
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 集团账号管理(organization) 版本:2021-03-31
|
|
49
|
+
|
|
50
|
+
### 第 28 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2024-01-17 01:19:45
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
新增接口:
|
|
59
|
+
|
|
60
|
+
* [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
|
|
61
|
+
* [AddShareUnitMembers](https://cloud.tencent.com/document/api/850/103055)
|
|
62
|
+
* [AddShareUnitResources](https://cloud.tencent.com/document/api/850/103054)
|
|
63
|
+
* [DeleteShareUnit](https://cloud.tencent.com/document/api/850/103053)
|
|
64
|
+
* [DeleteShareUnitMembers](https://cloud.tencent.com/document/api/850/103052)
|
|
65
|
+
* [DeleteShareUnitResources](https://cloud.tencent.com/document/api/850/103051)
|
|
66
|
+
* [DescribeShareAreas](https://cloud.tencent.com/document/api/850/103050)
|
|
67
|
+
* [DescribeShareUnitMembers](https://cloud.tencent.com/document/api/850/103049)
|
|
68
|
+
* [DescribeShareUnitResources](https://cloud.tencent.com/document/api/850/103048)
|
|
69
|
+
* [DescribeShareUnits](https://cloud.tencent.com/document/api/850/103047)
|
|
70
|
+
* [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
|
|
71
|
+
|
|
72
|
+
新增数据结构:
|
|
73
|
+
|
|
74
|
+
* [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
|
|
75
|
+
* [ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource)
|
|
76
|
+
* [ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea)
|
|
77
|
+
* [ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember)
|
|
78
|
+
* [ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource)
|
|
79
|
+
* [ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember)
|
|
80
|
+
* [ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource)
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 集团账号管理(organization) 版本:2018-12-25
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
89
|
+
|
|
90
|
+
### 第 186 次发布
|
|
91
|
+
|
|
92
|
+
发布时间:2024-01-17 01:26:10
|
|
93
|
+
|
|
94
|
+
本次发布包含了以下内容:
|
|
95
|
+
|
|
96
|
+
改善已有的文档。
|
|
97
|
+
|
|
98
|
+
修改接口:
|
|
99
|
+
|
|
100
|
+
* [DescribeUsedIpAddress](https://cloud.tencent.com/document/api/215/91061)
|
|
101
|
+
|
|
102
|
+
* 新增入参:Filters
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
108
|
+
|
|
109
|
+
### 第 68 次发布
|
|
110
|
+
|
|
111
|
+
发布时间:2024-01-17 01:27:06
|
|
112
|
+
|
|
113
|
+
本次发布包含了以下内容:
|
|
114
|
+
|
|
115
|
+
改善已有的文档。
|
|
116
|
+
|
|
117
|
+
修改接口:
|
|
118
|
+
|
|
119
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
120
|
+
|
|
121
|
+
* 新增入参:ConnectResult
|
|
122
|
+
|
|
123
|
+
* [DescribeBaselineAllTaskDag](https://cloud.tencent.com/document/api/1267/95248)
|
|
124
|
+
|
|
125
|
+
* 新增入参:BaselineTaskId
|
|
126
|
+
|
|
127
|
+
* [DescribeBaselineInstanceDag](https://cloud.tencent.com/document/api/1267/95246)
|
|
128
|
+
|
|
129
|
+
* 新增入参:PromiseTaskId
|
|
130
|
+
|
|
131
|
+
* [DescribeBaselineInstanceGantt](https://cloud.tencent.com/document/api/1267/95245)
|
|
132
|
+
|
|
133
|
+
* 新增入参:PromiseTaskId
|
|
134
|
+
|
|
135
|
+
* [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
|
|
136
|
+
|
|
137
|
+
* 新增入参:WorkflowId
|
|
138
|
+
|
|
139
|
+
* [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
|
|
140
|
+
|
|
141
|
+
* 新增入参:WorkflowId, SortItem, SortType
|
|
142
|
+
|
|
143
|
+
* [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
|
|
144
|
+
|
|
145
|
+
* 新增入参:WorkflowId
|
|
146
|
+
|
|
147
|
+
* [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
|
|
148
|
+
|
|
149
|
+
* 新增入参:WorkflowId
|
|
150
|
+
|
|
151
|
+
* [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
|
|
152
|
+
|
|
153
|
+
* 新增入参:WorkflowId
|
|
154
|
+
|
|
155
|
+
* [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
|
|
156
|
+
|
|
157
|
+
* 新增入参:WorkflowId
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
修改数据结构:
|
|
161
|
+
|
|
162
|
+
* [BaselineTaskInstanceDto](https://cloud.tencent.com/document/api/1267/76336#BaselineTaskInstanceDto)
|
|
163
|
+
|
|
164
|
+
* 新增成员:CriticalDependency
|
|
165
|
+
|
|
166
|
+
* <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
|
|
167
|
+
|
|
168
|
+
* [ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo)
|
|
169
|
+
|
|
170
|
+
* <font color="#dd0000">**修改成员**:</font>PrefixPath
|
|
171
|
+
|
|
172
|
+
* [RuntimeInstanceCntTop](https://cloud.tencent.com/document/api/1267/76336#RuntimeInstanceCntTop)
|
|
173
|
+
|
|
174
|
+
* 新增成员:WaitScheduleTime
|
|
175
|
+
|
|
176
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, TaskName, InCharge, CycleUnit, State, RunTime, CurRunTime
|
|
177
|
+
|
|
178
|
+
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
179
|
+
|
|
180
|
+
* 新增成员:ChannelType
|
|
181
|
+
|
|
182
|
+
* <font color="#dd0000">**修改成员**:</font>PrefixPath
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
188
|
+
|
|
189
|
+
### 第 6 次发布
|
|
190
|
+
|
|
191
|
+
发布时间:2024-01-17 01:27:53
|
|
192
|
+
|
|
193
|
+
本次发布包含了以下内容:
|
|
194
|
+
|
|
195
|
+
改善已有的文档。
|
|
196
|
+
|
|
197
|
+
修改接口:
|
|
198
|
+
|
|
199
|
+
* [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
|
|
200
|
+
|
|
201
|
+
* 新增入参:IsSynchronized
|
|
20
202
|
|
|
21
203
|
|
|
22
204
|
|
|
@@ -43605,6 +43787,21 @@
|
|
|
43605
43787
|
|
|
43606
43788
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
43607
43789
|
|
|
43790
|
+
### 第 22 次发布
|
|
43791
|
+
|
|
43792
|
+
发布时间:2024-01-17 01:12:30
|
|
43793
|
+
|
|
43794
|
+
本次发布包含了以下内容:
|
|
43795
|
+
|
|
43796
|
+
改善已有的文档。
|
|
43797
|
+
|
|
43798
|
+
修改接口:
|
|
43799
|
+
|
|
43800
|
+
* [DeployResource](https://cloud.tencent.com/document/api/1025/86961)
|
|
43801
|
+
|
|
43802
|
+
* 新增入参:CdcClusterId
|
|
43803
|
+
|
|
43804
|
+
|
|
43608
43805
|
### 第 21 次发布
|
|
43609
43806
|
|
|
43610
43807
|
发布时间:2024-01-05 01:13:10
|
|
@@ -45053,6 +45250,28 @@
|
|
|
45053
45250
|
|
|
45054
45251
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
45055
45252
|
|
|
45253
|
+
### 第 27 次发布
|
|
45254
|
+
|
|
45255
|
+
发布时间:2024-01-16 01:12:56
|
|
45256
|
+
|
|
45257
|
+
本次发布包含了以下内容:
|
|
45258
|
+
|
|
45259
|
+
改善已有的文档。
|
|
45260
|
+
|
|
45261
|
+
修改接口:
|
|
45262
|
+
|
|
45263
|
+
* [DescribeRedisTopBigKeys](https://cloud.tencent.com/document/api/1130/72832)
|
|
45264
|
+
|
|
45265
|
+
* 新增入参:AsyncRequestId, ShardIds
|
|
45266
|
+
|
|
45267
|
+
|
|
45268
|
+
修改数据结构:
|
|
45269
|
+
|
|
45270
|
+
* [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
|
|
45271
|
+
|
|
45272
|
+
* 新增成员:ShardNum
|
|
45273
|
+
|
|
45274
|
+
|
|
45056
45275
|
### 第 26 次发布
|
|
45057
45276
|
|
|
45058
45277
|
发布时间:2023-09-27 12:20:53
|
|
@@ -57211,6 +57430,42 @@
|
|
|
57211
57430
|
|
|
57212
57431
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
57213
57432
|
|
|
57433
|
+
### 第 146 次发布
|
|
57434
|
+
|
|
57435
|
+
发布时间:2024-01-16 01:14:53
|
|
57436
|
+
|
|
57437
|
+
本次发布包含了以下内容:
|
|
57438
|
+
|
|
57439
|
+
改善已有的文档。
|
|
57440
|
+
|
|
57441
|
+
修改接口:
|
|
57442
|
+
|
|
57443
|
+
* [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
|
|
57444
|
+
|
|
57445
|
+
* 新增入参:UrlType
|
|
57446
|
+
|
|
57447
|
+
* <font color="#dd0000">**修改入参**:</font>FlowApproverInfos
|
|
57448
|
+
|
|
57449
|
+
* [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
|
|
57450
|
+
|
|
57451
|
+
* 新增入参:InvitationNotifyType, JumpUrl
|
|
57452
|
+
|
|
57453
|
+
* [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
|
|
57454
|
+
|
|
57455
|
+
* 新增入参:InvitationNotifyType, JumpUrl
|
|
57456
|
+
|
|
57457
|
+
|
|
57458
|
+
修改数据结构:
|
|
57459
|
+
|
|
57460
|
+
* [SuccessCreateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessCreateStaffData)
|
|
57461
|
+
|
|
57462
|
+
* 新增成员:Url
|
|
57463
|
+
|
|
57464
|
+
* [SuccessUpdateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessUpdateStaffData)
|
|
57465
|
+
|
|
57466
|
+
* 新增成员:Url
|
|
57467
|
+
|
|
57468
|
+
|
|
57214
57469
|
### 第 145 次发布
|
|
57215
57470
|
|
|
57216
57471
|
发布时间:2023-12-29 01:16:02
|
|
@@ -60015,6 +60270,34 @@
|
|
|
60015
60270
|
|
|
60016
60271
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
60017
60272
|
|
|
60273
|
+
### 第 148 次发布
|
|
60274
|
+
|
|
60275
|
+
发布时间:2024-01-16 01:15:09
|
|
60276
|
+
|
|
60277
|
+
本次发布包含了以下内容:
|
|
60278
|
+
|
|
60279
|
+
改善已有的文档。
|
|
60280
|
+
|
|
60281
|
+
修改接口:
|
|
60282
|
+
|
|
60283
|
+
* [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
|
|
60284
|
+
|
|
60285
|
+
* 新增入参:UrlType
|
|
60286
|
+
|
|
60287
|
+
* <font color="#dd0000">**修改入参**:</font>FlowApproverInfos
|
|
60288
|
+
|
|
60289
|
+
* [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
|
|
60290
|
+
|
|
60291
|
+
* 新增入参:ProxyOperatorIdCardNumber, AutoJumpUrl
|
|
60292
|
+
|
|
60293
|
+
|
|
60294
|
+
修改数据结构:
|
|
60295
|
+
|
|
60296
|
+
* [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
|
|
60297
|
+
|
|
60298
|
+
* 新增成员:AdminIdCardType, AdminIdCardNumber
|
|
60299
|
+
|
|
60300
|
+
|
|
60018
60301
|
### 第 147 次发布
|
|
60019
60302
|
|
|
60020
60303
|
发布时间:2024-01-08 00:10:12
|
|
@@ -82423,6 +82706,28 @@
|
|
|
82423
82706
|
|
|
82424
82707
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
82425
82708
|
|
|
82709
|
+
### 第 103 次发布
|
|
82710
|
+
|
|
82711
|
+
发布时间:2024-01-17 01:18:35
|
|
82712
|
+
|
|
82713
|
+
本次发布包含了以下内容:
|
|
82714
|
+
|
|
82715
|
+
改善已有的文档。
|
|
82716
|
+
|
|
82717
|
+
修改接口:
|
|
82718
|
+
|
|
82719
|
+
* [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
|
|
82720
|
+
|
|
82721
|
+
* 新增入参:SpecifyStatistics
|
|
82722
|
+
|
|
82723
|
+
|
|
82724
|
+
修改数据结构:
|
|
82725
|
+
|
|
82726
|
+
* [DataPoint](https://cloud.tencent.com/document/api/248/30354#DataPoint)
|
|
82727
|
+
|
|
82728
|
+
* 新增成员:MaxValues, MinValues, AvgValues
|
|
82729
|
+
|
|
82730
|
+
|
|
82426
82731
|
### 第 102 次发布
|
|
82427
82732
|
|
|
82428
82733
|
发布时间:2024-01-12 01:19:06
|
|
@@ -89937,6 +90242,18 @@
|
|
|
89937
90242
|
|
|
89938
90243
|
## 文字识别(ocr) 版本:2018-11-19
|
|
89939
90244
|
|
|
90245
|
+
### 第 128 次发布
|
|
90246
|
+
|
|
90247
|
+
发布时间:2024-01-16 01:19:57
|
|
90248
|
+
|
|
90249
|
+
本次发布包含了以下内容:
|
|
90250
|
+
|
|
90251
|
+
改善已有的文档。
|
|
90252
|
+
|
|
90253
|
+
新增接口:
|
|
90254
|
+
|
|
90255
|
+
* [RecognizeForeignPermanentResidentIdCard](https://cloud.tencent.com/document/api/866/103033)
|
|
90256
|
+
|
|
89940
90257
|
### 第 127 次发布
|
|
89941
90258
|
|
|
89942
90259
|
发布时间:2024-01-12 01:20:10
|
|
@@ -92715,6 +93032,38 @@
|
|
|
92715
93032
|
|
|
92716
93033
|
## 集团账号管理(organization) 版本:2021-03-31
|
|
92717
93034
|
|
|
93035
|
+
### 第 28 次发布
|
|
93036
|
+
|
|
93037
|
+
发布时间:2024-01-17 01:19:45
|
|
93038
|
+
|
|
93039
|
+
本次发布包含了以下内容:
|
|
93040
|
+
|
|
93041
|
+
改善已有的文档。
|
|
93042
|
+
|
|
93043
|
+
新增接口:
|
|
93044
|
+
|
|
93045
|
+
* [[AddShareUnit](https://cloud.tencent.com/document/api/850/103056)](https://cloud.tencent.com/document/api/#/#)
|
|
93046
|
+
* [[AddShareUnitMembers](https://cloud.tencent.com/document/api/850/103055)](https://cloud.tencent.com/document/api/#/#)
|
|
93047
|
+
* [[AddShareUnitResources](https://cloud.tencent.com/document/api/850/103054)](https://cloud.tencent.com/document/api/#/#)
|
|
93048
|
+
* [[DeleteShareUnit](https://cloud.tencent.com/document/api/850/103053)](https://cloud.tencent.com/document/api/#/#)
|
|
93049
|
+
* [[DeleteShareUnitMembers](https://cloud.tencent.com/document/api/850/103052)](https://cloud.tencent.com/document/api/#/#)
|
|
93050
|
+
* [[DeleteShareUnitResources](https://cloud.tencent.com/document/api/850/103051)](https://cloud.tencent.com/document/api/#/#)
|
|
93051
|
+
* [[DescribeShareAreas](https://cloud.tencent.com/document/api/850/103050)](https://cloud.tencent.com/document/api/#/#)
|
|
93052
|
+
* [[DescribeShareUnitMembers](https://cloud.tencent.com/document/api/850/103049)](https://cloud.tencent.com/document/api/#/#)
|
|
93053
|
+
* [[DescribeShareUnitResources](https://cloud.tencent.com/document/api/850/103048)](https://cloud.tencent.com/document/api/#/#)
|
|
93054
|
+
* [[DescribeShareUnits](https://cloud.tencent.com/document/api/850/103047)](https://cloud.tencent.com/document/api/#/#)
|
|
93055
|
+
* [[UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)](https://cloud.tencent.com/document/api/#/#)
|
|
93056
|
+
|
|
93057
|
+
新增数据结构:
|
|
93058
|
+
|
|
93059
|
+
* [[ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)](https://cloud.tencent.com/document/api/850/67060#[ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit))
|
|
93060
|
+
* [[ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource)](https://cloud.tencent.com/document/api/850/67060#[ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource))
|
|
93061
|
+
* [[ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea)](https://cloud.tencent.com/document/api/850/67060#[ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea))
|
|
93062
|
+
* [[ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember)](https://cloud.tencent.com/document/api/850/67060#[ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember))
|
|
93063
|
+
* [[ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource)](https://cloud.tencent.com/document/api/850/67060#[ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource))
|
|
93064
|
+
* [[ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember)](https://cloud.tencent.com/document/api/850/67060#[ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember))
|
|
93065
|
+
* [[ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource)](https://cloud.tencent.com/document/api/850/67060#[ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource))
|
|
93066
|
+
|
|
92718
93067
|
### 第 27 次发布
|
|
92719
93068
|
|
|
92720
93069
|
发布时间:2023-10-27 02:04:21
|
|
@@ -138028,6 +138377,21 @@
|
|
|
138028
138377
|
|
|
138029
138378
|
## 私有网络(vpc) 版本:2017-03-12
|
|
138030
138379
|
|
|
138380
|
+
### 第 186 次发布
|
|
138381
|
+
|
|
138382
|
+
发布时间:2024-01-17 01:26:10
|
|
138383
|
+
|
|
138384
|
+
本次发布包含了以下内容:
|
|
138385
|
+
|
|
138386
|
+
改善已有的文档。
|
|
138387
|
+
|
|
138388
|
+
修改接口:
|
|
138389
|
+
|
|
138390
|
+
* [DescribeUsedIpAddress](https://cloud.tencent.com/document/api/215/91061)
|
|
138391
|
+
|
|
138392
|
+
* 新增入参:Filters
|
|
138393
|
+
|
|
138394
|
+
|
|
138031
138395
|
### 第 185 次发布
|
|
138032
138396
|
|
|
138033
138397
|
发布时间:2023-12-27 01:44:26
|
|
@@ -144252,6 +144616,94 @@
|
|
|
144252
144616
|
|
|
144253
144617
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
144254
144618
|
|
|
144619
|
+
### 第 68 次发布
|
|
144620
|
+
|
|
144621
|
+
发布时间:2024-01-17 01:27:06
|
|
144622
|
+
|
|
144623
|
+
本次发布包含了以下内容:
|
|
144624
|
+
|
|
144625
|
+
改善已有的文档。
|
|
144626
|
+
|
|
144627
|
+
修改接口:
|
|
144628
|
+
|
|
144629
|
+
* [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
|
|
144630
|
+
|
|
144631
|
+
* 新增入参:ConnectResult
|
|
144632
|
+
|
|
144633
|
+
* [DescribeBaselineAllTaskDag](https://cloud.tencent.com/document/api/1267/95248)
|
|
144634
|
+
|
|
144635
|
+
* 新增入参:BaselineTaskId
|
|
144636
|
+
|
|
144637
|
+
* [DescribeBaselineInstanceDag](https://cloud.tencent.com/document/api/1267/95246)
|
|
144638
|
+
|
|
144639
|
+
* 新增入参:PromiseTaskId
|
|
144640
|
+
|
|
144641
|
+
* [DescribeBaselineInstanceGantt](https://cloud.tencent.com/document/api/1267/95245)
|
|
144642
|
+
|
|
144643
|
+
* 新增入参:PromiseTaskId
|
|
144644
|
+
|
|
144645
|
+
* [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
|
|
144646
|
+
|
|
144647
|
+
* 新增入参:WorkflowId
|
|
144648
|
+
|
|
144649
|
+
* [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
|
|
144650
|
+
|
|
144651
|
+
* 新增入参:WorkflowId, SortItem, SortType
|
|
144652
|
+
|
|
144653
|
+
* [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
|
|
144654
|
+
|
|
144655
|
+
* 新增入参:WorkflowId
|
|
144656
|
+
|
|
144657
|
+
* [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
|
|
144658
|
+
|
|
144659
|
+
* 新增入参:WorkflowId
|
|
144660
|
+
|
|
144661
|
+
* [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
|
|
144662
|
+
|
|
144663
|
+
* 新增入参:WorkflowId
|
|
144664
|
+
|
|
144665
|
+
* [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
|
|
144666
|
+
|
|
144667
|
+
* 新增入参:WorkflowId
|
|
144668
|
+
|
|
144669
|
+
|
|
144670
|
+
修改数据结构:
|
|
144671
|
+
|
|
144672
|
+
* [BaselineTaskInstanceDto](https://cloud.tencent.com/document/api/1267/76336#BaselineTaskInstanceDto)
|
|
144673
|
+
|
|
144674
|
+
* 新增成员:CriticalDependency
|
|
144675
|
+
|
|
144676
|
+
* <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
|
|
144677
|
+
|
|
144678
|
+
* [ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo)
|
|
144679
|
+
|
|
144680
|
+
* <font color="#dd0000">**修改成员**:</font>PrefixPath
|
|
144681
|
+
|
|
144682
|
+
* [RuntimeInstanceCntTop](https://cloud.tencent.com/document/api/1267/76336#RuntimeInstanceCntTop)
|
|
144683
|
+
|
|
144684
|
+
* 新增成员:WaitScheduleTime
|
|
144685
|
+
|
|
144686
|
+
* <font color="#dd0000">**修改成员**:</font>TaskId, TaskName, InCharge, CycleUnit, State, RunTime, CurRunTime
|
|
144687
|
+
|
|
144688
|
+
* [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
|
|
144689
|
+
|
|
144690
|
+
* 新增成员:ChannelType
|
|
144691
|
+
|
|
144692
|
+
* <font color="#dd0000">**修改成员**:</font>PrefixPath
|
|
144693
|
+
|
|
144694
|
+
|
|
144695
|
+
### 第 67 次发布
|
|
144696
|
+
|
|
144697
|
+
发布时间:2024-01-16 01:27:38
|
|
144698
|
+
|
|
144699
|
+
本次发布包含了以下内容:
|
|
144700
|
+
|
|
144701
|
+
改善已有的文档。
|
|
144702
|
+
|
|
144703
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
144704
|
+
|
|
144705
|
+
* DescribeKafkaTopicInfo
|
|
144706
|
+
|
|
144255
144707
|
### 第 66 次发布
|
|
144256
144708
|
|
|
144257
144709
|
发布时间:2023-12-28 01:29:55
|
|
@@ -146310,6 +146762,21 @@
|
|
|
146310
146762
|
|
|
146311
146763
|
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
146312
146764
|
|
|
146765
|
+
### 第 6 次发布
|
|
146766
|
+
|
|
146767
|
+
发布时间:2024-01-17 01:27:53
|
|
146768
|
+
|
|
146769
|
+
本次发布包含了以下内容:
|
|
146770
|
+
|
|
146771
|
+
改善已有的文档。
|
|
146772
|
+
|
|
146773
|
+
修改接口:
|
|
146774
|
+
|
|
146775
|
+
* [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
|
|
146776
|
+
|
|
146777
|
+
* 新增入参:IsSynchronized
|
|
146778
|
+
|
|
146779
|
+
|
|
146313
146780
|
### 第 5 次发布
|
|
146314
146781
|
|
|
146315
146782
|
发布时间:2023-12-01 01:31:31
|