tencentcloud-sdk-nodejs-cdb 4.1.57 → 4.1.60

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.57",
3
+ "version": "4.1.60",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -75,11 +75,11 @@ export interface DescribeTableColumnsResponse {
75
75
  /**
76
76
  * 符合查询条件的实例总数。
77
77
  */
78
- TotalCount: number;
78
+ TotalCount?: number;
79
79
  /**
80
80
  * 返回的数据库列信息。
81
81
  */
82
- Items: Array<string>;
82
+ Items?: Array<string>;
83
83
  /**
84
84
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
85
85
  */
@@ -4085,7 +4085,7 @@ export interface DescribeTableColumnsRequest {
4085
4085
  */
4086
4086
  InstanceId: string;
4087
4087
  /**
4088
- * 数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/253/7167)接口获得。
4088
+ * 数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/236/17493)接口获得。
4089
4089
  */
4090
4090
  Database: string;
4091
4091
  /**