tencentcloud-sdk-nodejs-cdb 4.1.181 → 4.1.184

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-cdb",
3
- "version": "4.1.181",
3
+ "version": "4.1.184",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6987,6 +6987,10 @@ export interface InstanceInfo {
6987
6987
  * 实例销毁保护状态,on表示开启保护,否则为关闭保护
6988
6988
  */
6989
6989
  DestroyProtect?: string;
6990
+ /**
6991
+ * TDSQL引擎参数
6992
+ */
6993
+ CpuModel?: string;
6990
6994
  }
6991
6995
  /**
6992
6996
  * DescribeDefaultParams返回参数结构体