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

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 = {
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-e59fa9bc",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"