tencentcloud-sdk-nodejs-wedata 4.0.1052 → 4.0.1054

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.0.1052",
4
- "description": "Tencent Cloud API NODEJS SDK",
3
+ "version": "4.0.1054",
4
+ "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
7
7
  "test": "mocha -t 10000",
@@ -22,7 +22,7 @@
22
22
  "author": "tencentcloudapi",
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "tencentcloud-sdk-nodejs-common": "^4.0.488",
25
+ "tencentcloud-sdk-nodejs-common": "*",
26
26
  "tslib": "1.13.0"
27
27
  },
28
28
  "directories": {
@@ -35,14 +35,19 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/form-data": "^2.5.0",
38
+ "@types/json-bigint": "^1.0.1",
38
39
  "@types/node": "^14.0.26",
39
40
  "@types/node-fetch": "^2.5.7",
41
+ "@types/uuid": "^9.0.8",
40
42
  "@typescript-eslint/eslint-plugin": "^2.34.0",
41
43
  "@typescript-eslint/parser": "^2.34.0",
44
+ "babel-eslint": "^10.0.2",
42
45
  "chai": "^4.2.0",
43
46
  "eslint": "^6.8.0",
47
+ "eslint-plugin-react": "^7.17.0",
44
48
  "mocha": "^8.1.1",
49
+ "prettier": "^2.3.0",
45
50
  "ts-node": "^8.10.2",
46
51
  "typescript": "^3.9.7"
47
52
  }
48
- }
53
+ }
@@ -1443,6 +1443,10 @@ TriggerScope=ENTIRE_WORKFLOW 时无需传此参数,TriggerScope=SPECIFIED_TASK
1443
1443
  * 实例时间的时区
1444
1444
  */
1445
1445
  ScheduleTimeZone?: string
1446
+ /**
1447
+ * 时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理
1448
+ */
1449
+ TimeType?: string
1446
1450
  }
1447
1451
 
1448
1452
  /**
@@ -8510,6 +8514,10 @@ export interface ManualTriggerRecordOpsDto {
8510
8514
  注意:此字段可能返回 null,表示取不到有效值。
8511
8515
  */
8512
8516
  ScheduleTimeZone?: string
8517
+ /**
8518
+ * 时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理
8519
+ */
8520
+ TimeType?: string
8513
8521
  }
8514
8522
 
8515
8523
  /**
@@ -11538,6 +11546,11 @@ REVERSE: 实例数据时间逆序
11538
11546
  * 执行应用参数
11539
11547
  */
11540
11548
  AppParam?: string
11549
+ /**
11550
+ * 补录计划时间范围的类型:
11551
+ DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
11552
+ */
11553
+ TimeType?: string
11541
11554
  }
11542
11555
 
11543
11556
  /**
@@ -15376,6 +15389,14 @@ export interface InstanceApiOpsRequest {
15376
15389
  * 时区
15377
15390
  */
15378
15391
  ScheduleTimeZone?: string
15392
+ /**
15393
+ * 计划调度时间
15394
+ */
15395
+ ScheduleTimeFrom?: string
15396
+ /**
15397
+ * 计划调度时间
15398
+ */
15399
+ ScheduleTimeTo?: string
15379
15400
  }
15380
15401
 
15381
15402
  /**
@@ -1388,6 +1388,10 @@ export interface TriggerManualTasksRequest {
1388
1388
  * 实例时间的时区
1389
1389
  */
1390
1390
  ScheduleTimeZone?: string;
1391
+ /**
1392
+ * 时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理
1393
+ */
1394
+ TimeType?: string;
1391
1395
  }
1392
1396
  /**
1393
1397
  * 任务血缘信息,包括源表和目标表
@@ -8258,6 +8262,10 @@ export interface ManualTriggerRecordOpsDto {
8258
8262
  注意:此字段可能返回 null,表示取不到有效值。
8259
8263
  */
8260
8264
  ScheduleTimeZone?: string;
8265
+ /**
8266
+ * 时间类型,DATA_TIME:数据时间、SCHEDULE_TIME:计划调度时间, 为空时会被当成DATA_TIME处理
8267
+ */
8268
+ TimeType?: string;
8261
8269
  }
8262
8270
  /**
8263
8271
  * ModifyRule返回参数结构体
@@ -11197,6 +11205,11 @@ export interface MakePlanOpsDto {
11197
11205
  * 执行应用参数
11198
11206
  */
11199
11207
  AppParam?: string;
11208
+ /**
11209
+ * 补录计划时间范围的类型:
11210
+ DATA_TIME:实例数据时间;SCHEDULE_TIME 计划调度时间
11211
+ */
11212
+ TimeType?: string;
11200
11213
  }
11201
11214
  /**
11202
11215
  * DescribeBatchOperateTask返回参数结构体
@@ -14893,6 +14906,14 @@ export interface InstanceApiOpsRequest {
14893
14906
  * 时区
14894
14907
  */
14895
14908
  ScheduleTimeZone?: string;
14909
+ /**
14910
+ * 计划调度时间
14911
+ */
14912
+ ScheduleTimeFrom?: string;
14913
+ /**
14914
+ * 计划调度时间
14915
+ */
14916
+ ScheduleTimeTo?: string;
14896
14917
  }
14897
14918
  /**
14898
14919
  * SubmitSqlTask请求参数结构体