tencentcloud-sdk-nodejs-wedata 4.1.218 → 4.1.222

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.
@@ -1,6 +1,6 @@
1
- import { v20250806 } from "./v20250806";
2
1
  import { v20210820 } from "./v20210820";
2
+ import { v20250806 } from "./v20250806";
3
3
  export const wedata = {
4
- v20250806: v20250806,
5
4
  v20210820: v20210820,
5
+ v20250806: v20250806,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.1.218",
3
+ "version": "4.1.222",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const wedata: {
2
- v20250806: {
3
- Client: typeof import("./v20250806/wedata_client").Client;
4
- Models: typeof import("./v20250806/wedata_models");
5
- };
6
2
  v20210820: {
7
3
  Client: typeof import("./v20210820/wedata_client").Client;
8
4
  Models: typeof import("./v20210820/wedata_models");
9
5
  };
6
+ v20250806: {
7
+ Client: typeof import("./v20250806/wedata_client").Client;
8
+ Models: typeof import("./v20250806/wedata_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.wedata = void 0;
4
- const v20250806_1 = require("./v20250806");
5
4
  const v20210820_1 = require("./v20210820");
5
+ const v20250806_1 = require("./v20250806");
6
6
  exports.wedata = {
7
- v20250806: v20250806_1.v20250806,
8
7
  v20210820: v20210820_1.v20210820,
8
+ v20250806: v20250806_1.v20250806,
9
9
  };
@@ -3400,6 +3400,10 @@ export interface CreateTriggerTaskSchedulerConfiguration {
3400
3400
  * <p>是否允许下游依赖 1允许 0不允许</p><p>取值范围:[0, 1]</p><p>默认值:1</p>
3401
3401
  */
3402
3402
  AllowDownstreamDependency?: number;
3403
+ /**
3404
+ * <p>调度类型: 0 正常调度 1 空跑调度</p><p>枚举值:</p><ul><li>0: 正常调度</li><li>1: 空跑调度</li></ul><p>默认值:0</p>
3405
+ */
3406
+ ScheduleType?: number;
3403
3407
  }
3404
3408
  /**
3405
3409
  * GetTriggerTask返回参数结构体
@@ -6287,6 +6291,11 @@ export interface TriggerTaskSchedulerConfiguration {
6287
6291
  注意:此字段可能返回 null,表示取不到有效值。
6288
6292
  */
6289
6293
  AllowDownstreamDependency?: number;
6294
+ /**
6295
+ * <p>调度类型: 0 正常调度 1 空跑调度</p><p>枚举值:</p><ul><li>0: 正常调度</li><li>1: 空跑调度</li></ul><p>默认值:0</p>
6296
+ 注意:此字段可能返回 null,表示取不到有效值。
6297
+ */
6298
+ ScheduleType?: number;
6290
6299
  }
6291
6300
  /**
6292
6301
  * 查询任务上游依赖详情分页
@@ -16254,25 +16263,30 @@ export interface DeleteDataSourceResponse {
16254
16263
  */
16255
16264
  export interface InTaskParameter {
16256
16265
  /**
16257
- * 参数名
16266
+ * <p>参数名</p>
16258
16267
  注意:此字段可能返回 null,表示取不到有效值。
16259
16268
  */
16260
16269
  ParamKey: string;
16261
16270
  /**
16262
- * 参数描述:格式为 项目标识.任务名称.参数名;例:project_wedata_1.sh_250820_104107.pp_out
16271
+ * <p>参数描述:格式为 项目标识.任务名称.参数名;例:project_wedata_1.sh_250820_104107.pp_out</p>
16263
16272
  注意:此字段可能返回 null,表示取不到有效值。
16264
16273
  */
16265
16274
  ParamDesc: string;
16266
16275
  /**
16267
- * 父任务ID
16276
+ * <p>父任务ID</p>
16268
16277
  注意:此字段可能返回 null,表示取不到有效值。
16269
16278
  */
16270
16279
  FromTaskId: string;
16271
16280
  /**
16272
- * 父任务参数key
16281
+ * <p>父任务参数key</p>
16273
16282
  注意:此字段可能返回 null,表示取不到有效值。
16274
16283
  */
16275
16284
  FromParamKey: string;
16285
+ /**
16286
+ * <p>任务输入类型,默认使用TASK</p><p>枚举值:</p><ul><li>TASK: 来源为父任务</li><li>CONSTANT: 常量值,目前仅for-each节点支持</li></ul>
16287
+ 注意:此字段可能返回 null,表示取不到有效值。
16288
+ */
16289
+ Type?: string;
16276
16290
  }
16277
16291
  /**
16278
16292
  * ListResourceFolders请求参数结构体