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.
Files changed (59) hide show
  1. package/CHANGELOG.md +345 -0
  2. package/SERVICE_CHANGELOG.md +473 -6
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/dasb/v20191018/dasb_models.ts +4 -0
  9. package/src/services/dbbrain/v20210527/dbbrain_models.ts +15 -2
  10. package/src/services/eb/v20210416/eb_client.ts +2 -2
  11. package/src/services/eb/v20210416/eb_models.ts +4 -4
  12. package/src/services/ess/v20201111/ess_client.ts +65 -10
  13. package/src/services/ess/v20201111/ess_models.ts +68 -12
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +5 -6
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +53 -9
  16. package/src/services/monitor/v20180724/monitor_models.ts +22 -3
  17. package/src/services/ocr/v20181119/ocr_client.ts +21 -9
  18. package/src/services/ocr/v20181119/ocr_models.ts +71 -0
  19. package/src/services/organization/v20210331/organization_client.ts +216 -77
  20. package/src/services/organization/v20210331/organization_models.ts +1351 -830
  21. package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
  22. package/src/services/sts/v20180813/sts_models.ts +3 -4
  23. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  24. package/src/services/wedata/v20210820/wedata_client.ts +0 -14
  25. package/src/services/wedata/v20210820/wedata_models.ts +74 -35
  26. package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  30. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  31. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  32. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
  33. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +15 -2
  34. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
  35. package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
  36. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  37. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +64 -9
  38. package/tencentcloud/services/ess/v20201111/ess_client.js +64 -9
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +68 -12
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -6
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -6
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +53 -9
  43. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
  44. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
  45. package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
  46. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +69 -0
  47. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
  48. package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
  49. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
  50. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
  51. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
  52. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  53. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -7
  54. package/tencentcloud/services/wedata/v20210820/wedata_client.js +0 -8
  55. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +74 -33
  56. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
  57. package/test/ocr.v20181119.test.js +12 -2
  58. package/test/organization.v20210331.test.js +116 -6
  59. package/test/wedata.v20210820.test.js +0 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,348 @@
1
+ # Release 4.0.783
2
+
3
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
4
+
5
+ ### 第 22 次发布
6
+
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
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
35
+
36
+ * 新增入参:SpecifyStatistics
37
+
38
+
39
+ 修改数据结构:
40
+
41
+ * [DataPoint](https://cloud.tencent.com/document/api/248/30354#DataPoint)
42
+
43
+ * 新增成员:MaxValues, MinValues, AvgValues
44
+
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
202
+
203
+
204
+
205
+
206
+ # Release 4.0.782
207
+
208
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
209
+
210
+ ### 第 27 次发布
211
+
212
+ 发布时间:2024-01-16 01:12:56
213
+
214
+ 本次发布包含了以下内容:
215
+
216
+ 改善已有的文档。
217
+
218
+ 修改接口:
219
+
220
+ * [DescribeRedisTopBigKeys](https://cloud.tencent.com/document/api/1130/72832)
221
+
222
+ * 新增入参:AsyncRequestId, ShardIds
223
+
224
+
225
+ 修改数据结构:
226
+
227
+ * [InstanceConfs](https://cloud.tencent.com/document/api/1130/57812#InstanceConfs)
228
+
229
+ * 新增成员:ShardNum
230
+
231
+
232
+
233
+
234
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
235
+
236
+
237
+
238
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
239
+
240
+ ### 第 146 次发布
241
+
242
+ 发布时间:2024-01-16 01:14:53
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 修改接口:
249
+
250
+ * [CreateFlowSignUrl](https://cloud.tencent.com/document/api/1323/85818)
251
+
252
+ * 新增入参:UrlType
253
+
254
+ * <font color="#dd0000">**修改入参**:</font>FlowApproverInfos
255
+
256
+ * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
257
+
258
+ * 新增入参:InvitationNotifyType, JumpUrl
259
+
260
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
261
+
262
+ * 新增入参:InvitationNotifyType, JumpUrl
263
+
264
+
265
+ 修改数据结构:
266
+
267
+ * [SuccessCreateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessCreateStaffData)
268
+
269
+ * 新增成员:Url
270
+
271
+ * [SuccessUpdateStaffData](https://cloud.tencent.com/document/api/1323/70369#SuccessUpdateStaffData)
272
+
273
+ * 新增成员:Url
274
+
275
+
276
+
277
+
278
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
279
+
280
+ ### 第 148 次发布
281
+
282
+ 发布时间:2024-01-16 01:15:09
283
+
284
+ 本次发布包含了以下内容:
285
+
286
+ 改善已有的文档。
287
+
288
+ 修改接口:
289
+
290
+ * [ChannelCreateFlowSignUrl](https://cloud.tencent.com/document/api/1420/85819)
291
+
292
+ * 新增入参:UrlType
293
+
294
+ * <font color="#dd0000">**修改入参**:</font>FlowApproverInfos
295
+
296
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
297
+
298
+ * 新增入参:ProxyOperatorIdCardNumber, AutoJumpUrl
299
+
300
+
301
+ 修改数据结构:
302
+
303
+ * [RegistrationOrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#RegistrationOrganizationInfo)
304
+
305
+ * 新增成员:AdminIdCardType, AdminIdCardNumber
306
+
307
+
308
+
309
+
310
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
311
+
312
+
313
+
314
+ ## 文字识别(ocr) 版本:2018-11-19
315
+
316
+ ### 第 128 次发布
317
+
318
+ 发布时间:2024-01-16 01:19:57
319
+
320
+ 本次发布包含了以下内容:
321
+
322
+ 改善已有的文档。
323
+
324
+ 新增接口:
325
+
326
+ * [RecognizeForeignPermanentResidentIdCard](https://cloud.tencent.com/document/api/866/103033)
327
+
328
+
329
+
330
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
331
+
332
+ ### 第 67 次发布
333
+
334
+ 发布时间:2024-01-16 01:27:38
335
+
336
+ 本次发布包含了以下内容:
337
+
338
+ 改善已有的文档。
339
+
340
+ <font color="#dd0000">**删除接口**:</font>
341
+
342
+ * DescribeKafkaTopicInfo
343
+
344
+
345
+
1
346
  # Release 4.0.781
2
347
 
3
348
  ## 微服务平台 TSF(tsf) 版本:2018-03-26