tencentcloud-sdk-nodejs-thpc 4.1.113 → 4.1.117
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 { v20230321 } from "./v20230321";
|
|
2
1
|
import { v20211109 } from "./v20211109";
|
|
3
2
|
import { v20220401 } from "./v20220401";
|
|
3
|
+
import { v20230321 } from "./v20230321";
|
|
4
4
|
export const thpc = {
|
|
5
|
-
v20230321: v20230321,
|
|
6
5
|
v20211109: v20211109,
|
|
7
6
|
v20220401: v20220401,
|
|
7
|
+
v20230321: v20230321,
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -1,8 +1,4 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
-
v20230321: {
|
|
3
|
-
Client: typeof import("./v20230321/thpc_client").Client;
|
|
4
|
-
Models: typeof import("./v20230321/thpc_models");
|
|
5
|
-
};
|
|
6
2
|
v20211109: {
|
|
7
3
|
Client: typeof import("./v20211109/thpc_client").Client;
|
|
8
4
|
Models: typeof import("./v20211109/thpc_models");
|
|
@@ -11,4 +7,8 @@ export declare const thpc: {
|
|
|
11
7
|
Client: typeof import("./v20220401/thpc_client").Client;
|
|
12
8
|
Models: typeof import("./v20220401/thpc_models");
|
|
13
9
|
};
|
|
10
|
+
v20230321: {
|
|
11
|
+
Client: typeof import("./v20230321/thpc_client").Client;
|
|
12
|
+
Models: typeof import("./v20230321/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 v20230321_1 = require("./v20230321");
|
|
5
4
|
const v20211109_1 = require("./v20211109");
|
|
6
5
|
const v20220401_1 = require("./v20220401");
|
|
6
|
+
const v20230321_1 = require("./v20230321");
|
|
7
7
|
exports.thpc = {
|
|
8
|
-
v20230321: v20230321_1.v20230321,
|
|
9
8
|
v20211109: v20211109_1.v20211109,
|
|
10
9
|
v20220401: v20220401_1.v20220401,
|
|
10
|
+
v20230321: v20230321_1.v20230321,
|
|
11
11
|
};
|