tencentcloud-sdk-nodejs-es 4.1.183 → 4.1.191

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,6 +1,6 @@
1
- import { v20180416 } from "./v20180416";
2
1
  import { v20250101 } from "./v20250101";
2
+ import { v20180416 } from "./v20180416";
3
3
  export const es = {
4
- v20180416: v20180416,
5
4
  v20250101: v20250101,
5
+ v20180416: v20180416,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-es",
3
- "version": "4.1.183",
3
+ "version": "4.1.191",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1,10 +1,10 @@
1
1
  export declare const es: {
2
- v20180416: {
3
- Client: typeof import("./v20180416/es_client").Client;
4
- Models: typeof import("./v20180416/es_models");
5
- };
6
2
  v20250101: {
7
3
  Client: typeof import("./v20250101/es_client").Client;
8
4
  Models: typeof import("./v20250101/es_models");
9
5
  };
6
+ v20180416: {
7
+ Client: typeof import("./v20180416/es_client").Client;
8
+ Models: typeof import("./v20180416/es_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.es = void 0;
4
- const v20180416_1 = require("./v20180416");
5
4
  const v20250101_1 = require("./v20250101");
5
+ const v20180416_1 = require("./v20180416");
6
6
  exports.es = {
7
- v20180416: v20180416_1.v20180416,
8
7
  v20250101: v20250101_1.v20250101,
8
+ v20180416: v20180416_1.v20180416,
9
9
  };