tencentcloud-sdk-nodejs-tcb 4.1.203 → 4.1.205

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-tcb",
3
- "version": "4.1.203",
3
+ "version": "4.1.205",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4800,7 +4800,7 @@ export interface ModifyUserRequest {
4800
4800
  */
4801
4801
  Name?: string;
4802
4802
  /**
4803
- * 用户类型:0-内部用户、1-外部用户,默认0(内部用户),不传该字段或传空字符串不修改
4803
+ * 用户类型:internalUser-内部用户、externalUser-外部用户,不传该字段或传空字符串不修改。
4804
4804
  */
4805
4805
  Type?: string;
4806
4806
  /**