tencentcloud-sdk-nodejs-wedata 4.1.201 → 4.1.203

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.1.201",
3
+ "version": "4.1.203",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1439,7 +1439,7 @@ export interface TriggerManualTasksRequest {
1439
1439
  */
1440
1440
  DataTimeList: Array<string>;
1441
1441
  /**
1442
- * 工作流ID
1442
+ * 手动工作流ID
1443
1443
  */
1444
1444
  WorkflowId: string;
1445
1445
  /**
@@ -1447,8 +1447,7 @@ export interface TriggerManualTasksRequest {
1447
1447
  */
1448
1448
  Remark?: string;
1449
1449
  /**
1450
- * 需要运行的任务列表
1451
- TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
1450
+ * 需要运行的手动工作流任务列表TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK此参数必传
1452
1451
  */
1453
1452
  TaskIds?: Array<string>;
1454
1453
  /**
@@ -4804,6 +4803,11 @@ export interface ProjectUserRole {
4804
4803
  注意:此字段可能返回 null,表示取不到有效值。
4805
4804
  */
4806
4805
  Status?: number;
4806
+ /**
4807
+ * 0: 普通用户 1: entraId用户
4808
+ 注意:此字段可能返回 null,表示取不到有效值。
4809
+ */
4810
+ UserTag?: number;
4807
4811
  }
4808
4812
  /**
4809
4813
  * DownloadLogByLine请求参数结构体
@@ -6338,6 +6342,16 @@ export interface ProdSchedulerTask {
6338
6342
  注意:此字段可能返回 null,表示取不到有效值。
6339
6343
  */
6340
6344
  InChargeNameList?: Array<string>;
6345
+ /**
6346
+ * 生产调度任务状态,参考调度任务侧状态信息,“DELETED”状态为质量侧单独加的,查不到任务时认为任务“DELETED”
6347
+ 'Y': '调度中',
6348
+ 'F': '已下线',
6349
+ 'O': '已暂停',
6350
+ 'INVALID': '已失效',
6351
+ 'DELETED': '已删除'
6352
+ 注意:此字段可能返回 null,表示取不到有效值。
6353
+ */
6354
+ TaskStatus?: string;
6341
6355
  }
6342
6356
  /**
6343
6357
  * DeleteCustomFunction返回参数结构体
@@ -10784,6 +10798,11 @@ export interface BaseUser {
10784
10798
  注意:此字段可能返回 null,表示取不到有效值。
10785
10799
  */
10786
10800
  Email?: string;
10801
+ /**
10802
+ * 0: 普通用户 1: entraId用户
10803
+ 注意:此字段可能返回 null,表示取不到有效值。
10804
+ */
10805
+ UserTag?: number;
10787
10806
  }
10788
10807
  /**
10789
10808
  * 实例检索条件
@@ -29701,6 +29720,11 @@ export interface DataSetRecord {
29701
29720
  注意:此字段可能返回 null,表示取不到有效值。
29702
29721
  */
29703
29722
  MetaFrom?: string;
29723
+ /**
29724
+ * 引擎侧责任人
29725
+ 注意:此字段可能返回 null,表示取不到有效值。
29726
+ */
29727
+ EngineOwner?: string;
29704
29728
  }
29705
29729
  /**
29706
29730
  * RemoveDatabase请求参数结构体
@@ -34134,15 +34158,20 @@ export interface CommitTaskDataDto {
34134
34158
  */
34135
34159
  export interface RuleGroupPage {
34136
34160
  /**
34137
- * 记录数
34161
+ * 查询结果总数量
34138
34162
  注意:此字段可能返回 null,表示取不到有效值。
34139
34163
  */
34140
- TotalCount: number;
34164
+ TotalCount?: number;
34141
34165
  /**
34142
34166
  * 规则组列表
34143
34167
  注意:此字段可能返回 null,表示取不到有效值。
34144
34168
  */
34145
- Items: Array<RuleGroup>;
34169
+ Items?: Array<RuleGroup>;
34170
+ /**
34171
+ * 已开启监控任务数量(在查询结果总量中)
34172
+ 注意:此字段可能返回 null,表示取不到有效值。
34173
+ */
34174
+ MonitorEnabledCount?: number;
34146
34175
  }
34147
34176
  /**
34148
34177
  * DeleteDataModel请求参数结构体