tencentcloud-sdk-nodejs-wedata 4.1.46 → 4.1.48
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/package.json
CHANGED
|
@@ -2169,6 +2169,26 @@ export interface AlarmEventInfo {
|
|
|
2169
2169
|
*/
|
|
2170
2170
|
SyncType?: number;
|
|
2171
2171
|
}
|
|
2172
|
+
/**
|
|
2173
|
+
* key-value 键值对
|
|
2174
|
+
*/
|
|
2175
|
+
export interface ExtensionInfoVO {
|
|
2176
|
+
/**
|
|
2177
|
+
* key
|
|
2178
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2179
|
+
*/
|
|
2180
|
+
Key?: string;
|
|
2181
|
+
/**
|
|
2182
|
+
* value
|
|
2183
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2184
|
+
*/
|
|
2185
|
+
Value?: string;
|
|
2186
|
+
/**
|
|
2187
|
+
* 描述
|
|
2188
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2189
|
+
*/
|
|
2190
|
+
Description?: string;
|
|
2191
|
+
}
|
|
2172
2192
|
/**
|
|
2173
2193
|
* TriggerManualTasks返回参数结构体
|
|
2174
2194
|
*/
|
|
@@ -3694,6 +3714,14 @@ export interface DownloadLogByLineRequest {
|
|
|
3694
3714
|
* log 0 code 1 result 2 custo 3
|
|
3695
3715
|
*/
|
|
3696
3716
|
FileType?: number;
|
|
3717
|
+
/**
|
|
3718
|
+
* 查询文件标志:0: 从执行机获取,1: 从cos获取,获取不到会再从执行机获取
|
|
3719
|
+
*/
|
|
3720
|
+
QueryFileFlag?: number;
|
|
3721
|
+
/**
|
|
3722
|
+
* 透传字段,如果queryFileFlag为1,则ext回作为上一页的分页标识offset
|
|
3723
|
+
*/
|
|
3724
|
+
ExtInfo?: string;
|
|
3697
3725
|
}
|
|
3698
3726
|
/**
|
|
3699
3727
|
* ModifyWorkflowSchedule请求参数结构体
|
|
@@ -5771,6 +5799,16 @@ export interface InstanceLogByLine {
|
|
|
5771
5799
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5772
5800
|
*/
|
|
5773
5801
|
JobLogErrorTip?: JobLogErrorTip;
|
|
5802
|
+
/**
|
|
5803
|
+
* 执行实例的扩展属性
|
|
5804
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5805
|
+
*/
|
|
5806
|
+
ExecutionExtendedProps?: Array<ExtensionInfoVO>;
|
|
5807
|
+
/**
|
|
5808
|
+
* 如果queryFileFlag为1,则ext返回当前页数据的结束行信息,下一页把这个extInfo透传过来
|
|
5809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5810
|
+
*/
|
|
5811
|
+
ExtInfo?: string;
|
|
5774
5812
|
}
|
|
5775
5813
|
/**
|
|
5776
5814
|
* 批量运行集成任务配置
|
|
@@ -14304,6 +14342,18 @@ export interface CreateOpsMakePlanRequest {
|
|
|
14304
14342
|
* 补录扩展属性
|
|
14305
14343
|
*/
|
|
14306
14344
|
SelfWorkflowDependency?: string;
|
|
14345
|
+
/**
|
|
14346
|
+
* 任务 TASK; 项目: PROJECT
|
|
14347
|
+
*/
|
|
14348
|
+
MakeType?: string;
|
|
14349
|
+
/**
|
|
14350
|
+
* 任务状态
|
|
14351
|
+
*/
|
|
14352
|
+
StatusList?: string;
|
|
14353
|
+
/**
|
|
14354
|
+
* 补录是否跳过事件检查
|
|
14355
|
+
*/
|
|
14356
|
+
MakeCheckEventType?: string;
|
|
14307
14357
|
}
|
|
14308
14358
|
/**
|
|
14309
14359
|
* DescribeDimensionScore返回参数结构体
|
|
@@ -18270,7 +18320,7 @@ export interface LineageTask {
|
|
|
18270
18320
|
*/
|
|
18271
18321
|
export interface CommonIdOpsDto {
|
|
18272
18322
|
/**
|
|
18273
|
-
*
|
|
18323
|
+
* 返回补录计划名称_ok
|
|
18274
18324
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18275
18325
|
*/
|
|
18276
18326
|
Id?: string;
|