tencentcloud-sdk-nodejs-thpc 4.1.241 → 4.1.255

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 { v20220401 } from "./v20220401";
2
1
  import { v20230321 } from "./v20230321";
2
+ import { v20220401 } from "./v20220401";
3
3
  import { v20211109 } from "./v20211109";
4
4
  export const thpc = {
5
- v20220401: v20220401,
6
5
  v20230321: v20230321,
6
+ v20220401: v20220401,
7
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.241",
3
+ "version": "4.1.255",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,12 +1,12 @@
1
1
  export declare const thpc: {
2
- v20220401: {
3
- Client: typeof import("./v20220401/thpc_client").Client;
4
- Models: typeof import("./v20220401/thpc_models");
5
- };
6
2
  v20230321: {
7
3
  Client: typeof import("./v20230321/thpc_client").Client;
8
4
  Models: typeof import("./v20230321/thpc_models");
9
5
  };
6
+ v20220401: {
7
+ Client: typeof import("./v20220401/thpc_client").Client;
8
+ Models: typeof import("./v20220401/thpc_models");
9
+ };
10
10
  v20211109: {
11
11
  Client: typeof import("./v20211109/thpc_client").Client;
12
12
  Models: typeof import("./v20211109/thpc_models");
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
- const v20220401_1 = require("./v20220401");
5
4
  const v20230321_1 = require("./v20230321");
5
+ const v20220401_1 = require("./v20220401");
6
6
  const v20211109_1 = require("./v20211109");
7
7
  exports.thpc = {
8
- v20220401: v20220401_1.v20220401,
9
8
  v20230321: v20230321_1.v20230321,
9
+ v20220401: v20220401_1.v20220401,
10
10
  v20211109: v20211109_1.v20211109,
11
11
  };