tencentcloud-sdk-nodejs-cdwdoris 4.1.159 → 4.1.186

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-cdwdoris",
3
- "version": "4.1.159",
3
+ "version": "4.1.186",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2977,11 +2977,11 @@ export interface UserInfo {
2977
2977
  */
2978
2978
  UserName: string;
2979
2979
  /**
2980
- * 密码
2980
+ * base64加密后的密码
2981
2981
  */
2982
2982
  PassWord: string;
2983
2983
  /**
2984
- * 用户链接来自的 IP
2984
+ * 用户链接来自的 IP地址
2985
2985
  */
2986
2986
  WhiteHost?: string;
2987
2987
  /**