tencentcloud-sdk-nodejs-wedata 4.1.188 → 4.1.190

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 { v20250806 } from "./v20250806";
2
1
  import { v20210820 } from "./v20210820";
2
+ import { v20250806 } from "./v20250806";
3
3
  export const wedata = {
4
- v20250806: v20250806,
5
4
  v20210820: v20210820,
5
+ v20250806: v20250806,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-wedata",
3
- "version": "4.1.188",
3
+ "version": "4.1.190",
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 wedata: {
2
- v20250806: {
3
- Client: typeof import("./v20250806/wedata_client").Client;
4
- Models: typeof import("./v20250806/wedata_models");
5
- };
6
2
  v20210820: {
7
3
  Client: typeof import("./v20210820/wedata_client").Client;
8
4
  Models: typeof import("./v20210820/wedata_models");
9
5
  };
6
+ v20250806: {
7
+ Client: typeof import("./v20250806/wedata_client").Client;
8
+ Models: typeof import("./v20250806/wedata_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.wedata = void 0;
4
- const v20250806_1 = require("./v20250806");
5
4
  const v20210820_1 = require("./v20210820");
5
+ const v20250806_1 = require("./v20250806");
6
6
  exports.wedata = {
7
- v20250806: v20250806_1.v20250806,
8
7
  v20210820: v20210820_1.v20210820,
8
+ v20250806: v20250806_1.v20250806,
9
9
  };
@@ -259,6 +259,7 @@ export interface CreateDataSourceRequest {
259
259
  - TDENGINE
260
260
  - TDSQLC
261
261
  - FileSystem
262
+ - TCLake
262
263
 
263
264
  */
264
265
  Type: string;