@daocloud-proto/kpanda 0.22.0-dev-dfbb465c → 0.22.0-dev-dbcdf56d

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.
@@ -19,4 +19,12 @@ export type GPUResourceSetting = {
19
19
  isAllocatable?: boolean
20
20
  description?: string
21
21
  aliasZh?: string
22
+ range?: ResourceRange
23
+ }
24
+
25
+ export type ResourceRange = {
26
+ min?: number
27
+ minDesc?: string
28
+ max?: number
29
+ maxDesc?: string
22
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.22.0-dev-dfbb465c",
3
+ "version":"v0.22.0-dev-dbcdf56d",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {