@daocloud-proto/hydra 0.0.0-dev-e59fa9bc → 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.
@@ -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-e59fa9bc",
3
+ "version": "v0.0.0-dev-c0d8be46",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"