tencentcloud-sdk-nodejs-cdb 4.1.156 → 4.1.158

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.156",
3
+ "version": "4.1.158",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -10078,6 +10078,7 @@ export interface ModifyAccountPasswordRequest {
10078
10078
  Accounts: Array<Account>;
10079
10079
  /**
10080
10080
  * 是否跳过校验密码复杂度
10081
+ * @deprecated
10081
10082
  */
10082
10083
  SkipValidatePassword?: boolean;
10083
10084
  }