tencentcloud-sdk-nodejs-wedata 4.1.197 → 4.1.198
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
|
@@ -1873,6 +1873,11 @@ export interface EventCaseAuditLogOptDto {
|
|
|
1873
1873
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1874
1874
|
*/
|
|
1875
1875
|
Description?: string;
|
|
1876
|
+
/**
|
|
1877
|
+
* 消费次数
|
|
1878
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1879
|
+
*/
|
|
1880
|
+
ConsumeCount?: number;
|
|
1876
1881
|
}
|
|
1877
1882
|
/**
|
|
1878
1883
|
* DescribeTableLineage请求参数结构体
|
|
@@ -4122,6 +4127,11 @@ export interface InstanceOpsDto {
|
|
|
4122
4127
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4123
4128
|
*/
|
|
4124
4129
|
Ext?: StrToStrMap;
|
|
4130
|
+
/**
|
|
4131
|
+
* 事件列表
|
|
4132
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4133
|
+
*/
|
|
4134
|
+
RelatedEventList?: Array<EventCaseAuditLogOptDto>;
|
|
4125
4135
|
}
|
|
4126
4136
|
/**
|
|
4127
4137
|
* DescribeDutyScheduleDetails请求参数结构体
|
|
@@ -5351,6 +5361,31 @@ export interface AiOpsEventListenerDTO {
|
|
|
5351
5361
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5352
5362
|
*/
|
|
5353
5363
|
EventBroadcastType?: string;
|
|
5364
|
+
/**
|
|
5365
|
+
* 事件生产者任务Id
|
|
5366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5367
|
+
*/
|
|
5368
|
+
ProducerTaskId?: string;
|
|
5369
|
+
/**
|
|
5370
|
+
* 事件维度
|
|
5371
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5372
|
+
*/
|
|
5373
|
+
Dimension?: string;
|
|
5374
|
+
/**
|
|
5375
|
+
* 事件状态
|
|
5376
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5377
|
+
*/
|
|
5378
|
+
Status?: string;
|
|
5379
|
+
/**
|
|
5380
|
+
* 事件触发时间
|
|
5381
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5382
|
+
*/
|
|
5383
|
+
EventTriggerTs?: string;
|
|
5384
|
+
/**
|
|
5385
|
+
* 事件ID
|
|
5386
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5387
|
+
*/
|
|
5388
|
+
CaseId?: string;
|
|
5354
5389
|
}
|
|
5355
5390
|
/**
|
|
5356
5391
|
* DescribeRuleGroupsByPage请求参数结构体
|
|
@@ -14150,6 +14185,10 @@ export interface BatchCreateTaskVersionAsyncRequest {
|
|
|
14150
14185
|
* 是否需要补录中间实例
|
|
14151
14186
|
*/
|
|
14152
14187
|
EnableMakeUp?: boolean;
|
|
14188
|
+
/**
|
|
14189
|
+
* 指定审批人列表
|
|
14190
|
+
*/
|
|
14191
|
+
AssignApprovalList?: Array<string>;
|
|
14153
14192
|
}
|
|
14154
14193
|
/**
|
|
14155
14194
|
* 任务类型基本信息
|
|
@@ -15247,6 +15286,11 @@ export interface MakePlanOpsDto {
|
|
|
15247
15286
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15248
15287
|
*/
|
|
15249
15288
|
MapParamList?: Array<StrToStrMap>;
|
|
15289
|
+
/**
|
|
15290
|
+
* 补录扩展属性
|
|
15291
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15292
|
+
*/
|
|
15293
|
+
MakeExtList?: Array<StrToStrMap>;
|
|
15250
15294
|
/**
|
|
15251
15295
|
* 创建人ID
|
|
15252
15296
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -17885,6 +17929,11 @@ export interface TaskFormParams {
|
|
|
17885
17929
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
17886
17930
|
*/
|
|
17887
17931
|
LatestSavedVersionId?: string;
|
|
17932
|
+
/**
|
|
17933
|
+
* 任务状态
|
|
17934
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
17935
|
+
*/
|
|
17936
|
+
Status?: string;
|
|
17888
17937
|
}
|
|
17889
17938
|
/**
|
|
17890
17939
|
* SubmitCustomFunction返回参数结构体
|
|
@@ -18983,6 +19032,10 @@ export interface CreateTaskVersionDsRequest {
|
|
|
18983
19032
|
* 是否需要补录中间实例
|
|
18984
19033
|
*/
|
|
18985
19034
|
EnableMakeUp?: boolean;
|
|
19035
|
+
/**
|
|
19036
|
+
* 指定审批人列表
|
|
19037
|
+
*/
|
|
19038
|
+
AssignApprovalList?: Array<string>;
|
|
18986
19039
|
}
|
|
18987
19040
|
/**
|
|
18988
19041
|
* DeleteOfflineTask请求参数结构体
|
|
@@ -26698,6 +26751,10 @@ export interface CreateCodeTemplateVersionRequest {
|
|
|
26698
26751
|
false表示:针对所有状态的任务均仅生成开发态保存版本。
|
|
26699
26752
|
*/
|
|
26700
26753
|
NeedSubmitScheduleForTemplate?: boolean;
|
|
26754
|
+
/**
|
|
26755
|
+
* 指定审批人列表
|
|
26756
|
+
*/
|
|
26757
|
+
AssignApprovalList?: Array<string>;
|
|
26701
26758
|
}
|
|
26702
26759
|
/**
|
|
26703
26760
|
* DescribeTablePartitions返回参数结构体
|
|
@@ -30159,6 +30216,11 @@ export interface TaskOpsDto {
|
|
|
30159
30216
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
30160
30217
|
*/
|
|
30161
30218
|
TaskExtDTO?: TaskExtOpsDto;
|
|
30219
|
+
/**
|
|
30220
|
+
* 任务时区
|
|
30221
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
30222
|
+
*/
|
|
30223
|
+
ScheduleTimeZone?: string;
|
|
30162
30224
|
}
|
|
30163
30225
|
/**
|
|
30164
30226
|
* DeleteLink返回参数结构体
|