@daocloud-proto/hydra 0.11.0-dev-18 → 0.11.0-dev-21

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.
@@ -39,8 +39,8 @@ export enum ErrorCode {
39
39
  // EN: out of page: %v
40
40
  // ZH: 分页错误:%v
41
41
  USER_OUT_OF_PAGE = "USER-OUT_OF_PAGE",
42
- // EN: permission denied
43
- // ZH: 拒绝访问
42
+ // EN: permission denied: %v
43
+ // ZH: 拒绝访问:%v
44
44
  USER_PERMISSION_DENIED = "USER-PERMISSION_DENIED",
45
45
  // EN: unauthorized request
46
46
  // ZH: 未授权的请求
@@ -26,6 +26,8 @@ export type ListInferenceRuntimesResponse = {
26
26
 
27
27
  export type InferenceRuntime = {
28
28
  name?: HydraCommonCommon.I18nName
29
+ runtimeCommand?: string
30
+ distributedSupported?: boolean
29
31
  }
30
32
 
31
33
  export class Management {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-18",
3
+ "version": "v0.11.0-dev-21",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"