@daocloud-proto/zestu 0.1.0-dev-3813c6e7 → 0.1.0-dev-2784e323

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":"@daocloud-proto/zestu",
3
- "version":"v0.1.0-dev-3813c6e7",
3
+ "version":"v0.1.0-dev-2784e323",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -4,6 +4,7 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
+ import * as ZestuIoApiResourcesV1alpha1Resources from "../../resources/v1alpha1/resources.pb"
7
8
  import * as ZestuIoApiTypesPage from "../../types/page.pb"
8
9
  import * as ZestuIoApiTypesTypes from "../../types/types.pb"
9
10
 
@@ -91,8 +92,10 @@ export type Hardware = {
91
92
  gpuMemory?: string
92
93
  cpuNum?: number
93
94
  memory?: string
94
- gpuType?: string
95
+ gpuModel?: string
95
96
  gpuNum?: number
97
+ gpuType?: ZestuIoApiResourcesV1alpha1Resources.GpuType
98
+ gpuVendor?: string
96
99
  }
97
100
 
98
101
  export type CreateContainerInstanceRequest = {
@@ -50,6 +50,7 @@ export type ResourceDetail = {
50
50
  gpuType?: GpuType
51
51
  gpuMemory?: string
52
52
  gpuCore?: string
53
+ gpuVendor?: string
53
54
  }
54
55
 
55
56
  export type ResourceGPU = {