tencentcloud-sdk-nodejs 4.0.767 → 4.0.768
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 +49 -0
- package/SERVICE_CHANGELOG.md +61 -224
- package/package.json +1 -1
- package/products.md +8 -8
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +4 -5
- package/src/services/ess/v20201111/ess_models.ts +17 -13
- package/src/services/essbasic/v20210526/essbasic_models.ts +24 -10
- package/src/services/ivld/v20210903/ivld_models.ts +3 -3
- package/src/services/omics/v20221128/omics_models.ts +21 -4
- package/src/services/ssm/v20190923/ssm_models.ts +2 -2
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/wedata/v20210820/wedata_client.ts +55 -16
- package/src/services/wedata/v20210820/wedata_models.ts +552 -71
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -13
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +24 -10
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +3 -3
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +21 -4
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +2 -2
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +545 -73
- package/test/wedata.v20210820.test.js +34 -4
|
@@ -835,7 +835,9 @@ export interface ChannelCreateBatchSignUrlResponse {
|
|
|
835
835
|
/**
|
|
836
836
|
* 批量签署链接,以短链形式返回,短链的有效期参考回参中的 ExpiredTime。
|
|
837
837
|
|
|
838
|
-
注:
|
|
838
|
+
注:
|
|
839
|
+
1. 非小程序和APP集成使用
|
|
840
|
+
2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
839
841
|
*/
|
|
840
842
|
SignUrl?: string
|
|
841
843
|
/**
|
|
@@ -845,7 +847,9 @@ export interface ChannelCreateBatchSignUrlResponse {
|
|
|
845
847
|
/**
|
|
846
848
|
* 从客户小程序或者客户APP跳转至腾讯电子签小程序进行批量签署的跳转路径
|
|
847
849
|
|
|
848
|
-
注:
|
|
850
|
+
注:
|
|
851
|
+
1. 小程序和APP集成使用
|
|
852
|
+
2. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
849
853
|
*/
|
|
850
854
|
MiniAppPath?: string
|
|
851
855
|
/**
|
|
@@ -1228,9 +1232,11 @@ export interface CreateConsoleLoginUrlResponse {
|
|
|
1228
1232
|
/**
|
|
1229
1233
|
* 跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
|
|
1230
1234
|
<table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
|
|
1235
|
+
|
|
1231
1236
|
注:
|
|
1232
|
-
|
|
1233
|
-
|
|
1237
|
+
1. <font color="red">链接仅单次有效</font>,每次登录需要需要重新创建新的链接
|
|
1238
|
+
2. 创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义
|
|
1239
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
1234
1240
|
|
|
1235
1241
|
*/
|
|
1236
1242
|
ConsoleUrl?: string
|
|
@@ -1747,10 +1753,12 @@ export interface DownloadFlowInfo {
|
|
|
1747
1753
|
*/
|
|
1748
1754
|
export interface FlowApproverUrlInfo {
|
|
1749
1755
|
/**
|
|
1750
|
-
*
|
|
1756
|
+
* 签署短链接。
|
|
1757
|
+
|
|
1751
1758
|
注意:
|
|
1752
|
-
|
|
1753
|
-
|
|
1759
|
+
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
1760
|
+
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
1761
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
1754
1762
|
*/
|
|
1755
1763
|
SignUrl?: string
|
|
1756
1764
|
/**
|
|
@@ -1767,10 +1775,12 @@ export interface FlowApproverUrlInfo {
|
|
|
1767
1775
|
*/
|
|
1768
1776
|
Mobile?: string
|
|
1769
1777
|
/**
|
|
1770
|
-
*
|
|
1778
|
+
* 签署长链接。
|
|
1779
|
+
|
|
1771
1780
|
注意:
|
|
1772
|
-
|
|
1773
|
-
|
|
1781
|
+
1. 该链接有效期为**30分钟**,同时需要注意保密,不要外泄给无关用户。
|
|
1782
|
+
2. 该链接不支持小程序嵌入,仅支持**移动端浏览器**打开。
|
|
1783
|
+
3. <font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
1774
1784
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1775
1785
|
*/
|
|
1776
1786
|
LongUrl?: string
|
|
@@ -3330,6 +3340,8 @@ export interface OrganizationInfo {
|
|
|
3330
3340
|
export interface SignUrlInfo {
|
|
3331
3341
|
/**
|
|
3332
3342
|
* 签署链接,过期时间为90天
|
|
3343
|
+
|
|
3344
|
+
注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
3333
3345
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3334
3346
|
*/
|
|
3335
3347
|
SignUrl?: string
|
|
@@ -7080,6 +7092,8 @@ export interface UsageDetail {
|
|
|
7080
7092
|
export interface ChannelCreateBatchCancelFlowUrlResponse {
|
|
7081
7093
|
/**
|
|
7082
7094
|
* 批量撤销合同的URL链接, 需要在手机端打开, 有效期24小时
|
|
7095
|
+
|
|
7096
|
+
注:<font color="red">生成的链路后面不能再增加参数</font>(会出现覆盖链接中已有参数导致错误)
|
|
7083
7097
|
*/
|
|
7084
7098
|
BatchCancelFlowUrl?: string
|
|
7085
7099
|
/**
|
|
@@ -1539,11 +1539,11 @@ export interface AppearIndexPair {
|
|
|
1539
1539
|
/**
|
|
1540
1540
|
* 出现信息,取值范围为[1,3]
|
|
1541
1541
|
*/
|
|
1542
|
-
AppearIndex
|
|
1542
|
+
AppearIndex?: number
|
|
1543
1543
|
/**
|
|
1544
|
-
* AppearInfo中AppearIndex对应元素的第Index元素,从0
|
|
1544
|
+
* AppearInfo中AppearIndex对应元素的第Index元素,从0开始计数
|
|
1545
1545
|
*/
|
|
1546
|
-
Index
|
|
1546
|
+
Index?: number
|
|
1547
1547
|
}
|
|
1548
1548
|
|
|
1549
1549
|
/**
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
* RetryRuns返回参数结构体
|
|
20
20
|
*/
|
|
21
21
|
export interface RetryRunsResponse {
|
|
22
|
+
/**
|
|
23
|
+
* 新的任务批次ID。
|
|
24
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
+
*/
|
|
26
|
+
RunGroupId?: string
|
|
22
27
|
/**
|
|
23
28
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
24
29
|
*/
|
|
@@ -595,13 +600,25 @@ export interface ResourceQuota {
|
|
|
595
600
|
*/
|
|
596
601
|
export interface RetryRunsRequest {
|
|
597
602
|
/**
|
|
598
|
-
*
|
|
603
|
+
* 项目ID。(不填使用指定地域下的默认项目)
|
|
599
604
|
*/
|
|
600
|
-
ProjectId
|
|
605
|
+
ProjectId?: string
|
|
601
606
|
/**
|
|
602
|
-
*
|
|
607
|
+
* 需要重试的任务批次ID。
|
|
603
608
|
*/
|
|
604
|
-
|
|
609
|
+
RunGroupId?: string
|
|
610
|
+
/**
|
|
611
|
+
* 需要重试的任务UUID。
|
|
612
|
+
*/
|
|
613
|
+
RunUuids?: Array<string>
|
|
614
|
+
/**
|
|
615
|
+
* WDL运行选项,不填使用被重试的任务批次运行选项。
|
|
616
|
+
*/
|
|
617
|
+
WDLOption?: RunOption
|
|
618
|
+
/**
|
|
619
|
+
* Nextflow运行选项,不填使用被重试的任务批次运行选项。
|
|
620
|
+
*/
|
|
621
|
+
NFOption?: NFOption
|
|
605
622
|
}
|
|
606
623
|
|
|
607
624
|
/**
|
|
@@ -215,11 +215,11 @@ export interface CreateSecretRequest {
|
|
|
215
215
|
*/
|
|
216
216
|
SecretType?: number
|
|
217
217
|
/**
|
|
218
|
-
* 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持
|
|
218
|
+
* 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
|
|
219
219
|
*/
|
|
220
220
|
SecretBinary?: string
|
|
221
221
|
/**
|
|
222
|
-
* 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString
|
|
222
|
+
* 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
|
|
223
223
|
*/
|
|
224
224
|
SecretString?: string
|
|
225
225
|
/**
|
|
@@ -37,6 +37,7 @@ import {
|
|
|
37
37
|
DescribeRuleDimStatResponse,
|
|
38
38
|
DescribeInstanceLogsRequest,
|
|
39
39
|
DescribeTaskAlarmRegulationsResponse,
|
|
40
|
+
DescribeTableLineageInfoRequest,
|
|
40
41
|
CheckIntegrationTaskNameExistsResponse,
|
|
41
42
|
DescribeWorkflowInfoByIdRequest,
|
|
42
43
|
CreateDataSourceRequest,
|
|
@@ -84,6 +85,7 @@ import {
|
|
|
84
85
|
EventPage,
|
|
85
86
|
ModifyDimensionWeightResponse,
|
|
86
87
|
DescribeInstanceByCycleReportResponse,
|
|
88
|
+
DescribeFieldBasicInfoResponse,
|
|
87
89
|
DescribeRuleExecResultsByPageResponse,
|
|
88
90
|
RuleGroupExecResult,
|
|
89
91
|
MakeUpTasksByWorkflowResponse,
|
|
@@ -91,6 +93,7 @@ import {
|
|
|
91
93
|
TaskInstanceDetail,
|
|
92
94
|
BytesSpeed,
|
|
93
95
|
CheckTaskNameExistRequest,
|
|
96
|
+
TablePropertyScore,
|
|
94
97
|
ThresholdValue,
|
|
95
98
|
DescribeFunctionKindsRequest,
|
|
96
99
|
DescribeFunctionKindsResponse,
|
|
@@ -123,6 +126,7 @@ import {
|
|
|
123
126
|
WorkflowTaskCountOpsDto,
|
|
124
127
|
StageCloudApiRequest,
|
|
125
128
|
DescribeDependOpsTasksRequest,
|
|
129
|
+
ColumnBasicInfo,
|
|
126
130
|
DescribeClusterNamespaceListResponse,
|
|
127
131
|
CreateInLongAgentResponse,
|
|
128
132
|
RuleGroupTable,
|
|
@@ -208,7 +212,7 @@ import {
|
|
|
208
212
|
DescribeTaskReportDetailListResponse,
|
|
209
213
|
DescribeBaselineInstanceDagRequest,
|
|
210
214
|
DescribeIntegrationStatisticsInstanceTrendResponse,
|
|
211
|
-
|
|
215
|
+
BatchReturn,
|
|
212
216
|
RerunOpsMakePlanInstancesResponse,
|
|
213
217
|
DescribeTableMetaRequest,
|
|
214
218
|
RunnerRuleExecResult,
|
|
@@ -267,7 +271,7 @@ import {
|
|
|
267
271
|
CreateTaskAlarmRegularRequest,
|
|
268
272
|
ModifyRuleRequest,
|
|
269
273
|
DescribeTableMetasResponse,
|
|
270
|
-
|
|
274
|
+
DescribeInstanceLogListRequest,
|
|
271
275
|
DescribeDiagnosticInfoResponse,
|
|
272
276
|
AlarmDsVO,
|
|
273
277
|
DependencyConfigDsDTONoRecurV2,
|
|
@@ -327,6 +331,7 @@ import {
|
|
|
327
331
|
SimpleDataSourceInfo,
|
|
328
332
|
InstanceLogInfo,
|
|
329
333
|
GetFileInfoRequest,
|
|
334
|
+
TableLineageBaseInfo,
|
|
330
335
|
DescribeSonInstancesRequest,
|
|
331
336
|
DescribeBaselinesResponse,
|
|
332
337
|
DescribeTaskInstancesData,
|
|
@@ -355,6 +360,7 @@ import {
|
|
|
355
360
|
AlarmReceiverInfo,
|
|
356
361
|
GeneralTaskParam,
|
|
357
362
|
CandidateDsDTo,
|
|
363
|
+
DescribeTableBasicInfoResponse,
|
|
358
364
|
DescribeDiagnosticInfoByBaselineIdResponse,
|
|
359
365
|
CompareRuleItem,
|
|
360
366
|
ModifyRuleTemplateRequest,
|
|
@@ -443,6 +449,7 @@ import {
|
|
|
443
449
|
RuleExecConfig,
|
|
444
450
|
BaselineTaskDto,
|
|
445
451
|
SearchConditionInstance,
|
|
452
|
+
TableBasicInfo,
|
|
446
453
|
DescribeSchedulerRunTimeInstanceCntByStatusResponse,
|
|
447
454
|
DescribeDataTypesRequest,
|
|
448
455
|
RecordField,
|
|
@@ -481,7 +488,7 @@ import {
|
|
|
481
488
|
RealTimeTaskInstanceNodeInfo,
|
|
482
489
|
DeleteResourceFilesResponse,
|
|
483
490
|
RerunInstancesRequest,
|
|
484
|
-
|
|
491
|
+
DescribeFieldBasicInfoRequest,
|
|
485
492
|
DescribeEventIsAlarmTypesRequest,
|
|
486
493
|
CreateOpsMakePlanResponse,
|
|
487
494
|
DescribeStreamTaskLogListResponse,
|
|
@@ -597,6 +604,7 @@ import {
|
|
|
597
604
|
ModifyTaskInfoResponse,
|
|
598
605
|
DataCheckStat,
|
|
599
606
|
CreateRuleRequest,
|
|
607
|
+
IntegrationNodeSchema,
|
|
600
608
|
DescribeColumnsMetaResponse,
|
|
601
609
|
DescribeRuleExecResultsResponse,
|
|
602
610
|
DescribeTaskByStatusReportRequest,
|
|
@@ -743,7 +751,7 @@ import {
|
|
|
743
751
|
ModifyExecStrategyResponse,
|
|
744
752
|
BatchStartIntegrationTasksRequest,
|
|
745
753
|
DescribeDatasourceResponse,
|
|
746
|
-
|
|
754
|
+
DescribeTableBasicInfoRequest,
|
|
747
755
|
DescribeDatasourceRequest,
|
|
748
756
|
RuleExecStat,
|
|
749
757
|
KillInstancesResponse,
|
|
@@ -782,6 +790,7 @@ import {
|
|
|
782
790
|
TaskTypeMap,
|
|
783
791
|
DescribeRuleDataSourcesResponse,
|
|
784
792
|
DescribeAlarmReceiverResponse,
|
|
793
|
+
DescribeTableLineageInfoResponse,
|
|
785
794
|
DlcExpiredSnapshotsInfo,
|
|
786
795
|
DescribeWorkflowCanvasInfoResponse,
|
|
787
796
|
DependencyConfig,
|
|
@@ -1255,13 +1264,13 @@ export class Client extends AbstractClient {
|
|
|
1255
1264
|
}
|
|
1256
1265
|
|
|
1257
1266
|
/**
|
|
1258
|
-
*
|
|
1267
|
+
* 元数据模型-字段基础信息查询接口
|
|
1259
1268
|
*/
|
|
1260
|
-
async
|
|
1261
|
-
req:
|
|
1262
|
-
cb?: (error: string, rep:
|
|
1263
|
-
): Promise<
|
|
1264
|
-
return this.request("
|
|
1269
|
+
async DescribeFieldBasicInfo(
|
|
1270
|
+
req: DescribeFieldBasicInfoRequest,
|
|
1271
|
+
cb?: (error: string, rep: DescribeFieldBasicInfoResponse) => void
|
|
1272
|
+
): Promise<DescribeFieldBasicInfoResponse> {
|
|
1273
|
+
return this.request("DescribeFieldBasicInfo", req, cb)
|
|
1265
1274
|
}
|
|
1266
1275
|
|
|
1267
1276
|
/**
|
|
@@ -2302,13 +2311,13 @@ export class Client extends AbstractClient {
|
|
|
2302
2311
|
}
|
|
2303
2312
|
|
|
2304
2313
|
/**
|
|
2305
|
-
*
|
|
2314
|
+
* 元数据模型-表基础信息查询接口
|
|
2306
2315
|
*/
|
|
2307
|
-
async
|
|
2308
|
-
req:
|
|
2309
|
-
cb?: (error: string, rep:
|
|
2310
|
-
): Promise<
|
|
2311
|
-
return this.request("
|
|
2316
|
+
async DescribeTableBasicInfo(
|
|
2317
|
+
req: DescribeTableBasicInfoRequest,
|
|
2318
|
+
cb?: (error: string, rep: DescribeTableBasicInfoResponse) => void
|
|
2319
|
+
): Promise<DescribeTableBasicInfoResponse> {
|
|
2320
|
+
return this.request("DescribeTableBasicInfo", req, cb)
|
|
2312
2321
|
}
|
|
2313
2322
|
|
|
2314
2323
|
/**
|
|
@@ -2932,6 +2941,16 @@ export class Client extends AbstractClient {
|
|
|
2932
2941
|
return this.request("UploadContent", req, cb)
|
|
2933
2942
|
}
|
|
2934
2943
|
|
|
2944
|
+
/**
|
|
2945
|
+
* 提交自定义函数
|
|
2946
|
+
*/
|
|
2947
|
+
async SubmitCustomFunction(
|
|
2948
|
+
req: SubmitCustomFunctionRequest,
|
|
2949
|
+
cb?: (error: string, rep: SubmitCustomFunctionResponse) => void
|
|
2950
|
+
): Promise<SubmitCustomFunctionResponse> {
|
|
2951
|
+
return this.request("SubmitCustomFunction", req, cb)
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2935
2954
|
/**
|
|
2936
2955
|
* 获取关联父实例
|
|
2937
2956
|
*/
|
|
@@ -3984,6 +4003,16 @@ export class Client extends AbstractClient {
|
|
|
3984
4003
|
return this.request("DescribeProject", req, cb)
|
|
3985
4004
|
}
|
|
3986
4005
|
|
|
4006
|
+
/**
|
|
4007
|
+
* 查询表元数据详情
|
|
4008
|
+
*/
|
|
4009
|
+
async DescribeTableMeta(
|
|
4010
|
+
req: DescribeTableMetaRequest,
|
|
4011
|
+
cb?: (error: string, rep: DescribeTableMetaResponse) => void
|
|
4012
|
+
): Promise<DescribeTableMetaResponse> {
|
|
4013
|
+
return this.request("DescribeTableMeta", req, cb)
|
|
4014
|
+
}
|
|
4015
|
+
|
|
3987
4016
|
/**
|
|
3988
4017
|
* 没用到
|
|
3989
4018
|
|
|
@@ -4036,6 +4065,16 @@ export class Client extends AbstractClient {
|
|
|
4036
4065
|
return this.request("BatchRerunIntegrationTaskInstances", req, cb)
|
|
4037
4066
|
}
|
|
4038
4067
|
|
|
4068
|
+
/**
|
|
4069
|
+
* 列出表血缘信息
|
|
4070
|
+
*/
|
|
4071
|
+
async DescribeTableLineageInfo(
|
|
4072
|
+
req: DescribeTableLineageInfoRequest,
|
|
4073
|
+
cb?: (error: string, rep: DescribeTableLineageInfoResponse) => void
|
|
4074
|
+
): Promise<DescribeTableLineageInfoResponse> {
|
|
4075
|
+
return this.request("DescribeTableLineageInfo", req, cb)
|
|
4076
|
+
}
|
|
4077
|
+
|
|
4039
4078
|
/**
|
|
4040
4079
|
* 离线任务实例详情
|
|
4041
4080
|
*/
|