@daocloud-proto/kpanda 0.48.0-dev-1ed995f9 → 0.48.0-dev-0a06a328

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.
@@ -13,6 +13,7 @@ export type GPUSetting = {
13
13
  resource?: GPUResourceSetting[]
14
14
  resourceTemplate?: GPUResourceSetting
15
15
  isDynamic?: boolean
16
+ provider?: string
16
17
  }
17
18
 
18
19
  export type GPUResourceSetting = {
@@ -23,6 +24,8 @@ export type GPUResourceSetting = {
23
24
  aliasZh?: string
24
25
  range?: ResourceRange
25
26
  available?: AvailableResource
27
+ type?: string
28
+ descriptionZh?: string
26
29
  }
27
30
 
28
31
  export type AvailableResource = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.48.0-dev-1ed995f9",
3
+ "version":"v0.48.0-dev-0a06a328",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {