tencentcloud-sdk-nodejs-wedata 4.1.211 → 4.1.213

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.211",
3
+ "version": "4.1.213",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -16042,45 +16042,50 @@ export interface BatchStopIntegrationTasksResponse {
16042
16042
  */
16043
16043
  export interface EventListenerTaskInfo {
16044
16044
  /**
16045
- * 任务id
16045
+ * <p>任务id</p>
16046
16046
  注意:此字段可能返回 null,表示取不到有效值。
16047
16047
  */
16048
16048
  TaskId: string;
16049
16049
  /**
16050
- * 任务名称
16050
+ * <p>任务名称</p>
16051
16051
  注意:此字段可能返回 null,表示取不到有效值。
16052
16052
  */
16053
16053
  TaskName: string;
16054
16054
  /**
16055
- * 工作流id
16055
+ * <p>工作流id</p>
16056
16056
  注意:此字段可能返回 null,表示取不到有效值。
16057
16057
  */
16058
16058
  WorkflowId: string;
16059
16059
  /**
16060
- * 工作流名称
16060
+ * <p>工作流名称</p>
16061
16061
  注意:此字段可能返回 null,表示取不到有效值。
16062
16062
  */
16063
16063
  WorkflowName: string;
16064
16064
  /**
16065
- * 任务类型id
16065
+ * <p>任务类型id</p>
16066
16066
  注意:此字段可能返回 null,表示取不到有效值。
16067
16067
  */
16068
16068
  TaskTypeId: number;
16069
16069
  /**
16070
- * 任务类型名称
16070
+ * <p>任务类型名称</p>
16071
16071
  注意:此字段可能返回 null,表示取不到有效值。
16072
16072
  */
16073
16073
  TaskType: string;
16074
16074
  /**
16075
- * 项目id
16075
+ * <p>项目id</p>
16076
16076
  注意:此字段可能返回 null,表示取不到有效值。
16077
16077
  */
16078
16078
  ProjectId: string;
16079
16079
  /**
16080
- * 任务周期类型
16080
+ * <p>任务周期类型</p>
16081
16081
  注意:此字段可能返回 null,表示取不到有效值。
16082
16082
  */
16083
16083
  CycleType?: string;
16084
+ /**
16085
+ * <p>事件名称</p>
16086
+ 注意:此字段可能返回 null,表示取不到有效值。
16087
+ */
16088
+ EventName?: string;
16084
16089
  }
16085
16090
  /**
16086
16091
  * DescribeApproveTypeList请求参数结构体