@daocloud-proto/hydra 0.5.0-dev-13 → 0.5.0-dev-14

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.
@@ -108,6 +108,12 @@ export type DeployTemplate = {
108
108
  runtime?: DeployTemplateInferenceRuntime
109
109
  versionRequired?: string
110
110
  customDeployArgs?: string[]
111
+ env?: EnvVar[]
112
+ }
113
+
114
+ export type EnvVar = {
115
+ name?: string
116
+ value?: string
111
117
  }
112
118
 
113
119
  export type ListWSModelRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.5.0-dev-13",
3
+ "version": "v0.5.0-dev-14",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"