@ucloud-sdks/ucloud-sdk-js 0.2.48 → 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?:
|
|
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?:
|
|
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?:
|
|
2033
|
+
Price?: number;
|
|
2034
2034
|
}[];
|
|
2035
2035
|
/**
|
|
2036
2036
|
* 档位描述(例如 "标准上下文 32k")
|