tencentcloud-sdk-nodejs-thpc 4.1.23 → 4.1.34

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.
@@ -1,8 +1,8 @@
1
+ import { v20211109 } from "./v20211109";
1
2
  import { v20220401 } from "./v20220401";
2
3
  import { v20230321 } from "./v20230321";
3
- import { v20211109 } from "./v20211109";
4
4
  export const thpc = {
5
+ v20211109: v20211109,
5
6
  v20220401: v20220401,
6
7
  v20230321: v20230321,
7
- v20211109: v20211109,
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-thpc",
3
- "version": "4.1.23",
3
+ "version": "4.1.34",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,4 +1,8 @@
1
1
  export declare const thpc: {
2
+ v20211109: {
3
+ Client: typeof import("./v20211109/thpc_client").Client;
4
+ Models: typeof import("./v20211109/thpc_models");
5
+ };
2
6
  v20220401: {
3
7
  Client: typeof import("./v20220401/thpc_client").Client;
4
8
  Models: typeof import("./v20220401/thpc_models");
@@ -7,8 +11,4 @@ export declare const thpc: {
7
11
  Client: typeof import("./v20230321/thpc_client").Client;
8
12
  Models: typeof import("./v20230321/thpc_models");
9
13
  };
10
- v20211109: {
11
- Client: typeof import("./v20211109/thpc_client").Client;
12
- Models: typeof import("./v20211109/thpc_models");
13
- };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
+ const v20211109_1 = require("./v20211109");
4
5
  const v20220401_1 = require("./v20220401");
5
6
  const v20230321_1 = require("./v20230321");
6
- const v20211109_1 = require("./v20211109");
7
7
  exports.thpc = {
8
+ v20211109: v20211109_1.v20211109,
8
9
  v20220401: v20220401_1.v20220401,
9
10
  v20230321: v20230321_1.v20230321,
10
- v20211109: v20211109_1.v20211109,
11
11
  };
@@ -524,7 +524,7 @@ export interface AddQueueRequest {
524
524
  */
525
525
  ClusterId: string;
526
526
  /**
527
- * 队列名称。<br><li>最多支持32个字符。
527
+ * 队列名称。<br><li>最多支持32个字符。</li>
528
528
  */
529
529
  QueueName: string;
530
530
  }