tencentcloud-sdk-nodejs-dlc 4.1.137 → 4.1.145

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-dlc",
3
- "version": "4.1.137",
3
+ "version": "4.1.145",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5622,6 +5622,10 @@ export interface DatasourceConnectionConfig {
5622
5622
  * TccHive数据目录连接信息
5623
5623
  */
5624
5624
  TccHive?: TccHive;
5625
+ /**
5626
+ * MongoDB 数据源
5627
+ */
5628
+ MongoDB?: DataSourceInfo;
5625
5629
  }
5626
5630
  /**
5627
5631
  * UpdateRowFilter请求参数结构体