@daocloud-proto/hydra 0.11.0-dev-41 → 0.11.0-dev-42

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.
@@ -58,6 +58,7 @@ export type SingleModelWeightsVolumeRequest = {
58
58
  export type ListModelWeightsVolumesRequest = {
59
59
  modelId?: string
60
60
  page?: HydraCommonCommon.Pagination
61
+ clusterName?: string
61
62
  }
62
63
 
63
64
  export type ListModelWeightsVolumesResponse = {
@@ -62,6 +62,7 @@ export type ListWSModelWeightsVolumesRequest = {
62
62
  workspace?: number
63
63
  modelId?: string
64
64
  page?: HydraCommonCommon.Pagination
65
+ clusterName?: string
65
66
  }
66
67
 
67
68
  export type ListWSModelWeightsVolumesResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-41",
3
+ "version": "v0.11.0-dev-42",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"