@ucloud-sdks/ucloud-sdk-js 0.2.47 → 0.2.49

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.
@@ -1090,7 +1090,7 @@ export interface GetUFSquareModelDetailResponse {
1090
1090
  /**
1091
1091
  * 价格
1092
1092
  */
1093
- Price?: string;
1093
+ Price?: number;
1094
1094
  }[];
1095
1095
  /**
1096
1096
  * 档位描述(例如 "标准上下文 32k")
@@ -1179,7 +1179,7 @@ export interface GetUFSquareModelPricesResponse {
1179
1179
  /**
1180
1180
  * 价格
1181
1181
  */
1182
- Price?: string;
1182
+ Price?: number;
1183
1183
  }[];
1184
1184
  /**
1185
1185
  * 档位描述(例如 "标准上下文 32k")
@@ -2030,7 +2030,7 @@ export interface ListUFSquareModelResponse {
2030
2030
  /**
2031
2031
  * 价格
2032
2032
  */
2033
- Price?: string;
2033
+ Price?: number;
2034
2034
  }[];
2035
2035
  /**
2036
2036
  * 档位描述(例如 "标准上下文 32k")
@@ -4797,7 +4797,7 @@ export interface UpdateSecGroupRequest {
4797
4797
  /**
4798
4798
  * 安全组资源ID数组。不支持 .n 格式。Type 为 string 数组。
4799
4799
  */
4800
- SecGroupId: string;
4800
+ SecGroupId: string[];
4801
4801
  /**
4802
4802
  * 安全组名称,默认为空,为空则不做修改。Name,Tag,Remark必须填写1个及以上
4803
4803
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ucloud-sdks/ucloud-sdk-js",
3
3
  "description": "ucloud-sdk-js",
4
- "version": "0.2.47",
4
+ "version": "0.2.49",
5
5
  "author": "oas@ucloud.cn",
6
6
  "license": "MIT",
7
7
  "private": false,