@daocloud-proto/hydra 0.11.0-dev-26 → 0.11.0-dev-27

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.
@@ -116,6 +116,8 @@ export type DeployTemplate = {
116
116
  env?: EnvVar[]
117
117
  inferenceRuntime?: string
118
118
  runtimeCommand?: string
119
+ templateName?: string
120
+ templateDescription?: string
119
121
  }
120
122
 
121
123
  export type EnvVar = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-26",
3
+ "version": "v0.11.0-dev-27",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"