tencentcloud-sdk-nodejs-wedata 4.0.1054 → 4.1.2

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.
File without changes
package/package.json CHANGED
@@ -1,16 +1,25 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.0.1054",
3
+ "version": "4.1.2",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
- "main": "tencentcloud/index.js",
5
+ "main": "./tencentcloud/index.js",
6
+ "module": "./es/index.js",
7
+ "types": "./tencentcloud/index.d.ts",
6
8
  "scripts": {
7
9
  "test": "mocha -t 10000",
8
- "build": "tsc",
9
- "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'"
10
+ "build": "concurrently 'npm:build:cjs' 'npm:build:es'",
11
+ "build:cjs": "tsc -p tsconfig.json",
12
+ "build:es": "tsc -p tsconfig.es.json",
13
+ "prettier": "prettier --config prettier.config.js --write 'src/**/*.{tsx,ts,jsx,js,css,json,vue}'",
14
+ "clean": "rimraf tencentcloud es"
10
15
  },
11
16
  "engines": {
12
17
  "node": ">=10"
13
18
  },
19
+ "files": [
20
+ "tencentcloud",
21
+ "es"
22
+ ],
14
23
  "keywords": [
15
24
  "tencentcloudapi",
16
25
  "tencentcloud",
@@ -43,10 +52,12 @@
43
52
  "@typescript-eslint/parser": "^2.34.0",
44
53
  "babel-eslint": "^10.0.2",
45
54
  "chai": "^4.2.0",
55
+ "concurrently": "^6.5.1",
46
56
  "eslint": "^6.8.0",
47
57
  "eslint-plugin-react": "^7.17.0",
48
- "mocha": "^8.1.1",
58
+ "mocha": "^8.4.0",
49
59
  "prettier": "^2.3.0",
60
+ "rimraf": "^5.0.10",
50
61
  "ts-node": "^8.10.2",
51
62
  "typescript": "^3.9.7"
52
63
  }
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.v20210820 = void 0;
4
- const Models = require("./wedata_models");
4
+ const tslib_1 = require("tslib");
5
+ const Models = tslib_1.__importStar(require("./wedata_models"));
5
6
  const wedata_client_1 = require("./wedata_client");
6
7
  exports.v20210820 = {
7
8
  Client: wedata_client_1.Client,
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Client = void 0;
4
+ const tslib_1 = require("tslib");
4
5
  /* eslint-disable @typescript-eslint/no-unused-vars */
5
6
  /*
6
7
  * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
@@ -18,7 +19,7 @@ exports.Client = void 0;
18
19
  * specific language governing permissions and limitations
19
20
  * under the License.
20
21
  */
21
- const TencentCloudCommon = require("tencentcloud-sdk-nodejs-common");
22
+ const TencentCloudCommon = tslib_1.__importStar(require("tencentcloud-sdk-nodejs-common"));
22
23
  /**
23
24
  * wedata client
24
25
  * @class
@@ -3569,6 +3569,30 @@ export interface RuleGroupExecStrategy {
3569
3569
  注意:此字段可能返回 null,表示取不到有效值。
3570
3570
  */
3571
3571
  DlcGroupName?: string;
3572
+ /**
3573
+ * 任务名称
3574
+ */
3575
+ RuleGroupName?: string;
3576
+ /**
3577
+ * 数据库名称
3578
+ */
3579
+ DatabaseName?: string;
3580
+ /**
3581
+ * schema名称
3582
+ */
3583
+ SchemaName?: string;
3584
+ /**
3585
+ * 表名称
3586
+ */
3587
+ TableName?: string;
3588
+ /**
3589
+ * 数据源id
3590
+ */
3591
+ DatasourceId?: string;
3592
+ /**
3593
+ * 任务描述
3594
+ */
3595
+ Description?: string;
3572
3596
  }
3573
3597
  /**
3574
3598
  * ModifyWorkflowSchedule请求参数结构体
@@ -3647,6 +3671,10 @@ export interface CreateDsFolderRequest {
3647
3671
  * 父文件夹ID
3648
3672
  */
3649
3673
  ParentsFolderId?: string;
3674
+ /**
3675
+ * 文件夹来源 template管理,orchestrationSpace 编排空间
3676
+ */
3677
+ FolderForm?: string;
3650
3678
  }
3651
3679
  /**
3652
3680
  * RegisterEvent请求参数结构体
@@ -4687,6 +4715,10 @@ export interface ProdSchedulerTask {
4687
4715
  注意:此字段可能返回 null,表示取不到有效值。
4688
4716
  */
4689
4717
  CycleType?: number;
4718
+ /**
4719
+ * 生产任务类型
4720
+ */
4721
+ TaskType?: string;
4690
4722
  }
4691
4723
  /**
4692
4724
  * DeleteCustomFunction返回参数结构体
@@ -5930,6 +5962,11 @@ export interface DatabaseMeta {
5930
5962
  注意:此字段可能返回 null,表示取不到有效值。
5931
5963
  */
5932
5964
  LastAccessTimeByTables?: number;
5965
+ /**
5966
+ * 库guid
5967
+ 注意:此字段可能返回 null,表示取不到有效值。
5968
+ */
5969
+ DatabaseGuid?: string;
5933
5970
  }
5934
5971
  /**
5935
5972
  * DescribeAllByFolderNew请求参数结构体
@@ -6827,6 +6864,35 @@ export interface RuleGroup {
6827
6864
  注意:此字段可能返回 null,表示取不到有效值。
6828
6865
  */
6829
6866
  ClusterDeployType?: string;
6867
+ /**
6868
+ * 任务名称
6869
+ 注意:此字段可能返回 null,表示取不到有效值。
6870
+ */
6871
+ Name?: string;
6872
+ /**
6873
+ * 执行详情
6874
+ 注意:此字段可能返回 null,表示取不到有效值。
6875
+ */
6876
+ ExecDetail?: string;
6877
+ /**
6878
+ * 事中关联任务数量
6879
+ 注意:此字段可能返回 null,表示取不到有效值。
6880
+ */
6881
+ PipelineTaskCount?: number;
6882
+ /**
6883
+ * 有效规则数
6884
+ 注意:此字段可能返回 null,表示取不到有效值。
6885
+ */
6886
+ EnableRuleCount?: number;
6887
+ /**
6888
+ * 任务描述
6889
+ 注意:此字段可能返回 null,表示取不到有效值。
6890
+ */
6891
+ Description?: string;
6892
+ /**
6893
+ * 监控创建人
6894
+ */
6895
+ CreateUserName?: string;
6830
6896
  }
6831
6897
  /**
6832
6898
  * DescribeTableQualityDetails请求参数结构体
@@ -7593,6 +7659,26 @@ export interface DescribeDsFolderTreeRequest {
7593
7659
  - manual 手动工作流
7594
7660
  */
7595
7661
  WorkflowType?: string;
7662
+ /**
7663
+ * 任务类型id列表
7664
+ */
7665
+ TaskTypeIdList?: Array<number | bigint>;
7666
+ /**
7667
+ * 责任人id列表
7668
+ */
7669
+ InChargeIdList?: Array<string>;
7670
+ /**
7671
+ * 自身责任人
7672
+ */
7673
+ OnlyMe?: boolean;
7674
+ /**
7675
+ * 是否包含代码模版
7676
+ */
7677
+ IncludeCodeTemplate?: boolean;
7678
+ /**
7679
+ * 编排空间 或代码模版 orchestrationSpace 编排空间 template模版管理
7680
+ */
7681
+ FolderForm?: string;
7596
7682
  }
7597
7683
  /**
7598
7684
  * 表附加信息
@@ -10251,6 +10337,10 @@ export interface GenHiveTableDDLSqlRequest {
10251
10337
  * 获取源信息的环境
10252
10338
  */
10253
10339
  Env?: string;
10340
+ /**
10341
+ * doris写入模式配置
10342
+ */
10343
+ WriteMode?: string;
10254
10344
  }
10255
10345
  /**
10256
10346
  * BatchCreateIntegrationTaskAlarms请求参数结构体
@@ -18189,6 +18279,11 @@ export interface RuleGroupSubscribe {
18189
18279
  注意:此字段可能返回 null,表示取不到有效值。
18190
18280
  */
18191
18281
  RuleName?: string;
18282
+ /**
18283
+ * 发送对象
18284
+ 注意:此字段可能返回 null,表示取不到有效值。
18285
+ */
18286
+ AlarmMessageRule?: string;
18192
18287
  }
18193
18288
  /**
18194
18289
  * RegisterEventListener请求参数结构体
package/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import * as tencentcloud from './tencentcloud';
2
- export default tencentcloud;
package/index.js DELETED
@@ -1,6 +0,0 @@
1
- 'use strict'
2
- Object.defineProperty(exports, '__esModule', { value: true })
3
- const tslib_1 = require('tslib')
4
- const tencentcloud = tslib_1.__importStar(require('./tencentcloud'))
5
- exports.default = tencentcloud
6
- //# sourceMappingURL=index.js.map
@@ -1,38 +0,0 @@
1
- // prettier.config.js
2
- module.exports = {
3
- // 一行最多 100 字符
4
- printWidth: 100,
5
- // 使用 4 个空格缩进
6
- tabWidth: 2,
7
- // 不使用缩进符,而使用空格
8
- useTabs: false,
9
- // 行尾需要有分号
10
- semi: false,
11
- // 使用单引号
12
- singleQuote: false,
13
- // 对象的 key 仅在必要时用引号
14
- quoteProps: "as-needed",
15
- // jsx 不使用单引号,而使用双引号
16
- jsxSingleQuote: false,
17
- // 末尾不需要逗号
18
- trailingComma: "es5",
19
- // 大括号内的首尾需要空格
20
- bracketSpacing: true,
21
- // jsx 标签的反尖括号需要换行
22
- jsxBracketSameLine: false,
23
- // 箭头函数,只有一个参数的时候,也需要括号
24
- arrowParens: "always",
25
- // 每个文件格式化的范围是文件的全部内容
26
- rangeStart: 0,
27
- rangeEnd: Infinity,
28
- // 不需要写文件开头的 @prettier
29
- requirePragma: false,
30
- // 不需要自动在文件开头插入 @prettier
31
- insertPragma: false,
32
- // 使用默认的折行标准
33
- proseWrap: "preserve",
34
- // 根据显示样式决定 html 要不要折行
35
- htmlWhitespaceSensitivity: "css",
36
- // 换行符使用 lf
37
- endOfLine: "lf",
38
- }
package/src/index.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./services"
@@ -1 +0,0 @@
1
- export { wedata } from "./wedata"
@@ -1,5 +0,0 @@
1
- import { v20210820 } from "./v20210820"
2
-
3
- export const wedata = {
4
- v20210820: v20210820,
5
- }
@@ -1,6 +0,0 @@
1
- import * as Models from "./wedata_models"
2
- import { Client } from "./wedata_client"
3
- export const v20210820 = {
4
- Client: Client,
5
- Models: Models,
6
- }