tencentcloud-sdk-nodejs-tione 4.0.1043 → 4.0.1050

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-tione",
3
- "version": "4.0.1043",
4
- "description": "Tencent Cloud API NODEJS SDK",
3
+ "version": "4.0.1050",
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
+ }
@@ -1,7 +1,7 @@
1
- import { v20191022 } from "./v20191022"
2
1
  import { v20211111 } from "./v20211111"
2
+ import { v20191022 } from "./v20191022"
3
3
 
4
4
  export const tione = {
5
- v20191022: v20191022,
6
5
  v20211111: v20211111,
6
+ v20191022: v20191022,
7
7
  }
@@ -2632,6 +2632,16 @@ export interface DatasetInfo {
2632
2632
  注意:此字段可能返回 null,表示取不到有效值。
2633
2633
  */
2634
2634
  AnnotationSchemaConfigured?: boolean
2635
+ /**
2636
+ * 创建者名称
2637
+ 注意:此字段可能返回 null,表示取不到有效值。
2638
+ */
2639
+ CreatorNickname?: string
2640
+ /**
2641
+ * cfs路径是否有修改
2642
+ 注意:此字段可能返回 null,表示取不到有效值。
2643
+ */
2644
+ IsCfsUpdated?: boolean
2635
2645
  }
2636
2646
 
2637
2647
  /**
@@ -3472,6 +3482,16 @@ export interface DatasetGroup {
3472
3482
  注意:此字段可能返回 null,表示取不到有效值。
3473
3483
  */
3474
3484
  AnnotationSchemaConfigured?: boolean
3485
+ /**
3486
+ * 创建者名称
3487
+ 注意:此字段可能返回 null,表示取不到有效值。
3488
+ */
3489
+ CreatorNickname?: string
3490
+ /**
3491
+ * cfs路径是否有修改
3492
+ 注意:此字段可能返回 null,表示取不到有效值。
3493
+ */
3494
+ IsCfsUpdated?: boolean
3475
3495
  }
3476
3496
 
3477
3497
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const tione: {
2
- v20191022: {
3
- Client: typeof import("./v20191022/tione_client").Client;
4
- Models: typeof import("./v20191022/tione_models");
5
- };
6
2
  v20211111: {
7
3
  Client: typeof import("./v20211111/tione_client").Client;
8
4
  Models: typeof import("./v20211111/tione_models");
9
5
  };
6
+ v20191022: {
7
+ Client: typeof import("./v20191022/tione_client").Client;
8
+ Models: typeof import("./v20191022/tione_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tione = void 0;
4
- const v20191022_1 = require("./v20191022");
5
4
  const v20211111_1 = require("./v20211111");
5
+ const v20191022_1 = require("./v20191022");
6
6
  exports.tione = {
7
- v20191022: v20191022_1.v20191022,
8
7
  v20211111: v20211111_1.v20211111,
8
+ v20191022: v20191022_1.v20191022,
9
9
  };
@@ -2541,6 +2541,16 @@ export interface DatasetInfo {
2541
2541
  注意:此字段可能返回 null,表示取不到有效值。
2542
2542
  */
2543
2543
  AnnotationSchemaConfigured?: boolean;
2544
+ /**
2545
+ * 创建者名称
2546
+ 注意:此字段可能返回 null,表示取不到有效值。
2547
+ */
2548
+ CreatorNickname?: string;
2549
+ /**
2550
+ * cfs路径是否有修改
2551
+ 注意:此字段可能返回 null,表示取不到有效值。
2552
+ */
2553
+ IsCfsUpdated?: boolean;
2544
2554
  }
2545
2555
  /**
2546
2556
  * DescribeModelAccelerateTask返回参数结构体
@@ -3358,6 +3368,16 @@ export interface DatasetGroup {
3358
3368
  注意:此字段可能返回 null,表示取不到有效值。
3359
3369
  */
3360
3370
  AnnotationSchemaConfigured?: boolean;
3371
+ /**
3372
+ * 创建者名称
3373
+ 注意:此字段可能返回 null,表示取不到有效值。
3374
+ */
3375
+ CreatorNickname?: string;
3376
+ /**
3377
+ * cfs路径是否有修改
3378
+ 注意:此字段可能返回 null,表示取不到有效值。
3379
+ */
3380
+ IsCfsUpdated?: boolean;
3361
3381
  }
3362
3382
  /**
3363
3383
  * 实例状况