tencentcloud-sdk-nodejs-wedata 4.0.1054 → 4.1.1

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.1",
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
@@ -3647,6 +3647,10 @@ export interface CreateDsFolderRequest {
3647
3647
  * 父文件夹ID
3648
3648
  */
3649
3649
  ParentsFolderId?: string;
3650
+ /**
3651
+ * 文件夹来源 template管理,orchestrationSpace 编排空间
3652
+ */
3653
+ FolderForm?: string;
3650
3654
  }
3651
3655
  /**
3652
3656
  * RegisterEvent请求参数结构体
@@ -5930,6 +5934,11 @@ export interface DatabaseMeta {
5930
5934
  注意:此字段可能返回 null,表示取不到有效值。
5931
5935
  */
5932
5936
  LastAccessTimeByTables?: number;
5937
+ /**
5938
+ * 库guid
5939
+ 注意:此字段可能返回 null,表示取不到有效值。
5940
+ */
5941
+ DatabaseGuid?: string;
5933
5942
  }
5934
5943
  /**
5935
5944
  * DescribeAllByFolderNew请求参数结构体
@@ -7593,6 +7602,26 @@ export interface DescribeDsFolderTreeRequest {
7593
7602
  - manual 手动工作流
7594
7603
  */
7595
7604
  WorkflowType?: string;
7605
+ /**
7606
+ * 任务类型id列表
7607
+ */
7608
+ TaskTypeIdList?: Array<number | bigint>;
7609
+ /**
7610
+ * 责任人id列表
7611
+ */
7612
+ InChargeIdList?: Array<string>;
7613
+ /**
7614
+ * 自身责任人
7615
+ */
7616
+ OnlyMe?: boolean;
7617
+ /**
7618
+ * 是否包含代码模版
7619
+ */
7620
+ IncludeCodeTemplate?: boolean;
7621
+ /**
7622
+ * 编排空间 或代码模版 orchestrationSpace 编排空间 template模版管理
7623
+ */
7624
+ FolderForm?: string;
7596
7625
  }
7597
7626
  /**
7598
7627
  * 表附加信息
@@ -10251,6 +10280,10 @@ export interface GenHiveTableDDLSqlRequest {
10251
10280
  * 获取源信息的环境
10252
10281
  */
10253
10282
  Env?: string;
10283
+ /**
10284
+ * doris写入模式配置
10285
+ */
10286
+ WriteMode?: string;
10254
10287
  }
10255
10288
  /**
10256
10289
  * BatchCreateIntegrationTaskAlarms请求参数结构体
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
- }