tencentcloud-sdk-nodejs-tione 4.1.186 → 4.1.188

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-tione",
3
- "version": "4.1.186",
3
+ "version": "4.1.188",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3304,6 +3304,10 @@ export interface SubAccountInfo {
3304
3304
  * 子账号在Linux下的GID
3305
3305
  */
3306
3306
  LinuxGid?: number;
3307
+ /**
3308
+ * 子账号在Linux下的用户名
3309
+ */
3310
+ LinuxUserName?: string;
3307
3311
  }
3308
3312
  /**
3309
3313
  * 镜像描述信息