@daocloud-proto/kpanda 0.42.0-dev-53bd3851 → 0.42.0-dev-da5837ae

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.
@@ -22,6 +22,8 @@ export type ListGPURequest = {
22
22
  searchNodeName?: string
23
23
  searchGPUModel?: string
24
24
  searchVendor?: string
25
+ searchDeviceUUID?: string
26
+ searchGPUID?: string
25
27
  }
26
28
 
27
29
  export type ListGPUResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.42.0-dev-53bd3851",
3
+ "version":"v0.42.0-dev-da5837ae",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {