tencentcloud-sdk-nodejs-keewidb 4.0.1045 → 4.0.1046

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-keewidb",
3
- "version": "4.0.1045",
3
+ "version": "4.0.1046",
4
4
  "description": "Tencent Cloud API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
@@ -1793,7 +1793,6 @@ export interface InstanceInfo {
1793
1793
  ClientLimitMax?: number
1794
1794
  /**
1795
1795
  * 实例的节点详细信息。
1796
- 注意:此字段可能返回 null,表示取不到有效值。
1797
1796
  */
1798
1797
  NodeSet?: Array<NodeInfo>
1799
1798
  /**
@@ -1708,7 +1708,6 @@ export interface InstanceInfo {
1708
1708
  ClientLimitMax?: number;
1709
1709
  /**
1710
1710
  * 实例的节点详细信息。
1711
- 注意:此字段可能返回 null,表示取不到有效值。
1712
1711
  */
1713
1712
  NodeSet?: Array<NodeInfo>;
1714
1713
  /**