tencentcloud-sdk-nodejs-wedata 4.1.1 → 4.1.4

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.1",
3
+ "version": "4.1.4",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10,6 +10,7 @@
10
10
  "build": "concurrently 'npm:build:cjs' 'npm:build:es'",
11
11
  "build:cjs": "tsc -p tsconfig.json",
12
12
  "build:es": "tsc -p tsconfig.es.json",
13
+ "build:slim": "node ./scripts/build_slim.js",
13
14
  "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
14
15
  "clean": "rimraf tencentcloud es"
15
16
  },
@@ -53,6 +54,7 @@
53
54
  "babel-eslint": "^10.0.2",
54
55
  "chai": "^4.2.0",
55
56
  "concurrently": "^6.5.1",
57
+ "esbuild": "^0.25.0",
56
58
  "eslint": "^6.8.0",
57
59
  "eslint-plugin-react": "^7.17.0",
58
60
  "mocha": "^8.4.0",
@@ -209,7 +209,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
209
209
  /**
210
210
  * 添加项目用户角色
211
211
  */
212
- AddProjectUserRole(req?: AddProjectUserRoleRequest, cb?: (error: string, rep: AddProjectUserRoleResponse) => void): Promise<AddProjectUserRoleResponse>;
212
+ AddProjectUserRole(req: AddProjectUserRoleRequest, cb?: (error: string, rep: AddProjectUserRoleResponse) => void): Promise<AddProjectUserRoleResponse>;
213
213
  /**
214
214
  * 判断集成节点名称是否存在
215
215
  */
@@ -1759,6 +1759,10 @@ export interface KillOpsMakePlanInstancesRequest {
1759
1759
  * AddProjectUserRole返回参数结构体
1760
1760
  */
1761
1761
  export interface AddProjectUserRoleResponse {
1762
+ /**
1763
+ * 返回数据
1764
+ */
1765
+ Data?: boolean;
1762
1766
  /**
1763
1767
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1764
1768
  */
@@ -3569,6 +3573,30 @@ export interface RuleGroupExecStrategy {
3569
3573
  注意:此字段可能返回 null,表示取不到有效值。
3570
3574
  */
3571
3575
  DlcGroupName?: string;
3576
+ /**
3577
+ * 任务名称
3578
+ */
3579
+ RuleGroupName?: string;
3580
+ /**
3581
+ * 数据库名称
3582
+ */
3583
+ DatabaseName?: string;
3584
+ /**
3585
+ * schema名称
3586
+ */
3587
+ SchemaName?: string;
3588
+ /**
3589
+ * 表名称
3590
+ */
3591
+ TableName?: string;
3592
+ /**
3593
+ * 数据源id
3594
+ */
3595
+ DatasourceId?: string;
3596
+ /**
3597
+ * 任务描述
3598
+ */
3599
+ Description?: string;
3572
3600
  }
3573
3601
  /**
3574
3602
  * ModifyWorkflowSchedule请求参数结构体
@@ -4381,7 +4409,20 @@ export interface Rule {
4381
4409
  /**
4382
4410
  * AddProjectUserRole请求参数结构体
4383
4411
  */
4384
- export declare type AddProjectUserRoleRequest = null;
4412
+ export interface AddProjectUserRoleRequest {
4413
+ /**
4414
+ * 项目id
4415
+ */
4416
+ ProjectId: string;
4417
+ /**
4418
+ * 用户uin
4419
+ */
4420
+ UserIds: Array<string>;
4421
+ /**
4422
+ * 角色id
4423
+ */
4424
+ RoleIds: Array<string>;
4425
+ }
4385
4426
  /**
4386
4427
  * ModifyRuleGroupSubscription请求参数结构体
4387
4428
  */
@@ -4691,6 +4732,10 @@ export interface ProdSchedulerTask {
4691
4732
  注意:此字段可能返回 null,表示取不到有效值。
4692
4733
  */
4693
4734
  CycleType?: number;
4735
+ /**
4736
+ * 生产任务类型
4737
+ */
4738
+ TaskType?: string;
4694
4739
  }
4695
4740
  /**
4696
4741
  * DeleteCustomFunction返回参数结构体
@@ -6836,6 +6881,35 @@ export interface RuleGroup {
6836
6881
  注意:此字段可能返回 null,表示取不到有效值。
6837
6882
  */
6838
6883
  ClusterDeployType?: string;
6884
+ /**
6885
+ * 任务名称
6886
+ 注意:此字段可能返回 null,表示取不到有效值。
6887
+ */
6888
+ Name?: string;
6889
+ /**
6890
+ * 执行详情
6891
+ 注意:此字段可能返回 null,表示取不到有效值。
6892
+ */
6893
+ ExecDetail?: string;
6894
+ /**
6895
+ * 事中关联任务数量
6896
+ 注意:此字段可能返回 null,表示取不到有效值。
6897
+ */
6898
+ PipelineTaskCount?: number;
6899
+ /**
6900
+ * 有效规则数
6901
+ 注意:此字段可能返回 null,表示取不到有效值。
6902
+ */
6903
+ EnableRuleCount?: number;
6904
+ /**
6905
+ * 任务描述
6906
+ 注意:此字段可能返回 null,表示取不到有效值。
6907
+ */
6908
+ Description?: string;
6909
+ /**
6910
+ * 监控创建人
6911
+ */
6912
+ CreateUserName?: string;
6839
6913
  }
6840
6914
  /**
6841
6915
  * DescribeTableQualityDetails请求参数结构体
@@ -9621,6 +9695,11 @@ export interface AlarmReceiverInfo {
9621
9695
  注意:此字段可能返回 null,表示取不到有效值。
9622
9696
  */
9623
9697
  LarkGroup?: number;
9698
+ /**
9699
+ * 发送结果 大json格式
9700
+ 注意:此字段可能返回 null,表示取不到有效值。
9701
+ */
9702
+ AlarmMessageSendResult?: string;
9624
9703
  }
9625
9704
  /**
9626
9705
  * Spark SQL配置参数
@@ -15974,6 +16053,11 @@ export interface TaskAlarmInfo {
15974
16053
  注意:此字段可能返回 null,表示取不到有效值。
15975
16054
  */
15976
16055
  BusinessType?: number;
16056
+ /**
16057
+ * alarm message rule
16058
+ 注意:此字段可能返回 null,表示取不到有效值。
16059
+ */
16060
+ AlarmMessageRule?: string;
15977
16061
  }
15978
16062
  /**
15979
16063
  * DescribeSchedulerTaskCntByStatus请求参数结构体
@@ -18222,6 +18306,11 @@ export interface RuleGroupSubscribe {
18222
18306
  注意:此字段可能返回 null,表示取不到有效值。
18223
18307
  */
18224
18308
  RuleName?: string;
18309
+ /**
18310
+ * 发送对象
18311
+ 注意:此字段可能返回 null,表示取不到有效值。
18312
+ */
18313
+ AlarmMessageRule?: string;
18225
18314
  }
18226
18315
  /**
18227
18316
  * RegisterEventListener请求参数结构体