tencentcloud-sdk-nodejs-tcb 4.1.304 → 4.1.305

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-tcb",
3
- "version": "4.1.304",
3
+ "version": "4.1.305",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2466,6 +2466,11 @@ export interface ExecutePGSqlResponse {
2466
2466
  注意:此字段可能返回 null,表示取不到有效值。
2467
2467
  */
2468
2468
  Columns?: Array<string>;
2469
+ /**
2470
+ * <p>字段类型名</p>
2471
+ 注意:此字段可能返回 null,表示取不到有效值。
2472
+ */
2473
+ ColumnTypes?: Array<string>;
2469
2474
  /**
2470
2475
  * <p>数据行。每一行数据都是一个JSON串,将JSON进行反序列化将得到了每列的值。值可能是 null 或者 字符串,如果是 null 说明该列的值为 &lt;null&gt;,如果是字符串则为该列的值的字符串表示形式。</p>
2471
2476
  注意:此字段可能返回 null,表示取不到有效值。