tencentcloud-sdk-nodejs-organization 4.1.34 → 4.1.64

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-organization",
3
- "version": "4.1.34",
3
+ "version": "4.1.64",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2986,6 +2986,10 @@ export interface UserInfo {
2986
2986
  * 是否选中
2987
2987
  */
2988
2988
  IsSelected?: boolean;
2989
+ /**
2990
+ * 用户密码
2991
+ */
2992
+ Password?: string;
2989
2993
  }
2990
2994
  /**
2991
2995
  * DeleteOrganizationMemberAuthIdentity返回参数结构体