tencentcloud-sdk-nodejs-intl-en 3.0.500 → 3.0.501

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-intl-en",
3
- "version": "3.0.500",
3
+ "version": "3.0.501",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.500";
1
+ const sdkVersion = "3.0.501";
2
2
  module.exports = sdkVersion
@@ -2576,6 +2576,13 @@ Note: this field may return `null`, indicating that no valid values can be obtai
2576
2576
  */
2577
2577
  this.ResourceTags = null;
2578
2578
 
2579
+ /**
2580
+ * Database engine version
2581
+ Note: This field may return null, indicating that no valid values can be obtained.
2582
+ * @type {string || null}
2583
+ */
2584
+ this.DbVersionId = null;
2585
+
2579
2586
  }
2580
2587
 
2581
2588
  /**
@@ -2650,6 +2657,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
2650
2657
  this.ResourceTags.push(obj);
2651
2658
  }
2652
2659
  }
2660
+ this.DbVersionId = 'DbVersionId' in params ? params.DbVersionId : null;
2653
2661
 
2654
2662
  }
2655
2663
  }