tencentcloud-sdk-nodejs-bh 4.1.158 → 4.1.159

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-bh",
3
- "version": "4.1.158",
3
+ "version": "4.1.159",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3060,7 +3060,7 @@ export interface ModifyChangePwdTaskRequest {
3060
3060
  */
3061
3061
  export interface CreateAssetSyncJobRequest {
3062
3062
  /**
3063
- * 同步资产类别,1 - 主机资产, 2 - 数据库资产
3063
+ * 同步资产类别,1 - 主机资产, 2 - 数据库资产,3-容器资产
3064
3064
  */
3065
3065
  Category: number;
3066
3066
  }
@@ -3741,7 +3741,7 @@ export interface CreateDeviceAccountResponse {
3741
3741
  */
3742
3742
  export interface ExternalDevice {
3743
3743
  /**
3744
- * 操作系统名称,只能是Linux、WindowsMySQL
3744
+ * 操作系统名称,只能是主机(Linux、Windows)、数据库(MySQL、SQL Server、MariaDB、PostgreSQL、MongoDBReplicaSet、MongoDBSharded、Redis)、容器(TKE、EKS)
3745
3745
  */
3746
3746
  OsName: string;
3747
3747
  /**