tencentcloud-sdk-nodejs-wedata 4.1.217 → 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.217",
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
  };
@@ -26465,49 +26465,59 @@ export interface RunRerunScheduleInstancesRequest {
26465
26465
  */
26466
26466
  export interface SystemRole {
26467
26467
  /**
26468
- * 角色id
26468
+ * <p>角色id</p>
26469
26469
  */
26470
26470
  RoleId?: string;
26471
26471
  /**
26472
- * 角色名称
26472
+ * <p>角色名称</p>
26473
26473
  注意:此字段可能返回 null,表示取不到有效值。
26474
26474
  */
26475
26475
  Name?: string;
26476
26476
  /**
26477
- * 角色昵称
26477
+ * <p>角色昵称</p>
26478
26478
  注意:此字段可能返回 null,表示取不到有效值。
26479
26479
  */
26480
26480
  NameCn?: string;
26481
26481
  /**
26482
- * 描述
26482
+ * <p>描述</p>
26483
26483
  注意:此字段可能返回 null,表示取不到有效值。
26484
26484
  */
26485
26485
  Description?: string;
26486
26486
  /**
26487
- * 角色权限
26487
+ * <p>角色权限</p>
26488
26488
  注意:此字段可能返回 null,表示取不到有效值。
26489
26489
  */
26490
26490
  Privileges?: Array<RolePrivilege>;
26491
26491
  /**
26492
- * 方法路径
26492
+ * <p>方法路径</p>
26493
26493
  注意:此字段可能返回 null,表示取不到有效值。
26494
26494
  */
26495
26495
  MethodPaths?: Array<string>;
26496
26496
  /**
26497
- * 角色类型, 分为System,Tenant,Project,Commercial
26497
+ * <p>角色类型, 分为System,Tenant,Project,Commercial</p>
26498
26498
  注意:此字段可能返回 null,表示取不到有效值。
26499
26499
  */
26500
26500
  RoleType?: string;
26501
26501
  /**
26502
- * 是否系统默认
26502
+ * <p>是否系统默认</p>
26503
26503
  注意:此字段可能返回 null,表示取不到有效值。
26504
26504
  */
26505
26505
  SystemInit?: boolean;
26506
26506
  /**
26507
- * 自定义参数
26507
+ * <p>自定义参数</p>
26508
26508
  注意:此字段可能返回 null,表示取不到有效值。
26509
26509
  */
26510
26510
  Params?: string;
26511
+ /**
26512
+ * <p>创建时间</p>
26513
+ 注意:此字段可能返回 null,表示取不到有效值。
26514
+ */
26515
+ CreateTimeStr?: string;
26516
+ /**
26517
+ * <p>创建人</p>
26518
+ 注意:此字段可能返回 null,表示取不到有效值。
26519
+ */
26520
+ Creator?: string;
26511
26521
  }
26512
26522
  /**
26513
26523
  * 规则组关联表信息
@@ -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请求参数结构体