tencentcloud-sdk-nodejs-vm 4.1.110 → 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.
package/es/services/vm/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { v20201229 } from "./v20201229";
|
|
2
1
|
import { v20210922 } from "./v20210922";
|
|
2
|
+
import { v20201229 } from "./v20201229";
|
|
3
3
|
import { v20200709 } from "./v20200709";
|
|
4
4
|
export const vm = {
|
|
5
|
-
v20201229: v20201229,
|
|
6
5
|
v20210922: v20210922,
|
|
6
|
+
v20201229: v20201229,
|
|
7
7
|
v20200709: v20200709,
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const vm: {
|
|
2
|
-
v20201229: {
|
|
3
|
-
Client: typeof import("./v20201229/vm_client").Client;
|
|
4
|
-
Models: typeof import("./v20201229/vm_models");
|
|
5
|
-
};
|
|
6
2
|
v20210922: {
|
|
7
3
|
Client: typeof import("./v20210922/vm_client").Client;
|
|
8
4
|
Models: typeof import("./v20210922/vm_models");
|
|
9
5
|
};
|
|
6
|
+
v20201229: {
|
|
7
|
+
Client: typeof import("./v20201229/vm_client").Client;
|
|
8
|
+
Models: typeof import("./v20201229/vm_models");
|
|
9
|
+
};
|
|
10
10
|
v20200709: {
|
|
11
11
|
Client: typeof import("./v20200709/vm_client").Client;
|
|
12
12
|
Models: typeof import("./v20200709/vm_models");
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.vm = void 0;
|
|
4
|
-
const v20201229_1 = require("./v20201229");
|
|
5
4
|
const v20210922_1 = require("./v20210922");
|
|
5
|
+
const v20201229_1 = require("./v20201229");
|
|
6
6
|
const v20200709_1 = require("./v20200709");
|
|
7
7
|
exports.vm = {
|
|
8
|
-
v20201229: v20201229_1.v20201229,
|
|
9
8
|
v20210922: v20210922_1.v20210922,
|
|
9
|
+
v20201229: v20201229_1.v20201229,
|
|
10
10
|
v20200709: v20200709_1.v20200709,
|
|
11
11
|
};
|