@daocloud-proto/hydra 0.0.0-dev-94d4b7a0 → 0.0.0-dev-c1bc5938

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.
@@ -146,6 +146,7 @@ export type ModelServingRef = {
146
146
  export type WorkspaceModelServingGroup = {
147
147
  workspaceId?: string
148
148
  items?: ModelServingRef[]
149
+ workspaceName?: string
149
150
  }
150
151
 
151
152
  export type ListModelServingsByModelRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-94d4b7a0",
3
+ "version": "v0.0.0-dev-c1bc5938",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"