tencentcloud-sdk-nodejs-chdfs 4.0.771 → 4.0.772

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,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-chdfs",
3
- "version": "4.0.771",
3
+ "version": "4.0.772",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
- import { v20201112 } from "./v20201112"
2
1
  import { v20190718 } from "./v20190718"
2
+ import { v20201112 } from "./v20201112"
3
3
 
4
4
  export const chdfs = {
5
- v20201112: v20201112,
6
5
  v20190718: v20190718,
6
+ v20201112: v20201112,
7
7
  }
@@ -1,10 +1,10 @@
1
1
  export declare const chdfs: {
2
- v20201112: {
3
- Client: typeof import("./v20201112/chdfs_client").Client;
4
- Models: typeof import("./v20201112/chdfs_models");
5
- };
6
2
  v20190718: {
7
3
  Client: typeof import("./v20190718/chdfs_client").Client;
8
4
  Models: typeof import("./v20190718/chdfs_models");
9
5
  };
6
+ v20201112: {
7
+ Client: typeof import("./v20201112/chdfs_client").Client;
8
+ Models: typeof import("./v20201112/chdfs_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.chdfs = void 0;
4
- const v20201112_1 = require("./v20201112");
5
4
  const v20190718_1 = require("./v20190718");
5
+ const v20201112_1 = require("./v20201112");
6
6
  exports.chdfs = {
7
- v20201112: v20201112_1.v20201112,
8
7
  v20190718: v20190718_1.v20190718,
8
+ v20201112: v20201112_1.v20201112,
9
9
  };