@daocloud-proto/hydra 0.0.0-dev-2fc727f6 → 0.0.0-dev-c0d8be46

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.
@@ -103,6 +103,7 @@ export type UpdateMAASModelRequest = {
103
103
  ratelimitConfig?: RatelimitConfig
104
104
  loadBalanceConfig?: LoadBalanceConfig
105
105
  upstreamModels?: UpstreamModel[]
106
+ tokenWeight?: string
106
107
  }
107
108
 
108
109
  export type UpdateMAASModelStatusRequest = {
@@ -161,6 +161,7 @@ export type WSModel = {
161
161
  publicModelConfig?: PublicModelConfig
162
162
  modelDeploymentsExists?: boolean
163
163
  visible?: string
164
+ tokenWeight?: string
164
165
  }
165
166
 
166
167
  export type CreatePrivateModelRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-2fc727f6",
3
+ "version": "v0.0.0-dev-c0d8be46",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"