tencentcloud-sdk-nodejs-cdwdoris 4.1.76 → 4.1.88

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.76",
3
+ "version": "4.1.88",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2914,6 +2914,10 @@ export interface UserInfo {
2914
2914
  * ranger group id列表
2915
2915
  */
2916
2916
  CamRangerGroupIds?: Array<number | bigint>;
2917
+ /**
2918
+ * 0: 灵活场景 1: 固定场景
2919
+ */
2920
+ ComputeGroupType?: number;
2917
2921
  }
2918
2922
  /**
2919
2923
  * DescribeInstanceUsedSubnets请求参数结构体