tencentcloud-sdk-nodejs-thpc 4.1.6 → 4.1.8

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-thpc",
3
- "version": "4.1.6",
3
+ "version": "4.1.8",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -62,6 +62,10 @@ export interface ClusterOverview {
62
62
  * 集群所属私有网络ID。
63
63
  */
64
64
  VpcId?: string;
65
+ /**
66
+ * 集群类型
67
+ */
68
+ ClusterType?: string;
65
69
  }
66
70
  /**
67
71
  * 节点概览信息。