@daocloud-proto/hydra 0.9.0 → 0.11.0-rc1

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.
@@ -92,6 +92,7 @@ export type Audit = {
92
92
  action?: string
93
93
  actionKey?: string
94
94
  customObject?: boolean
95
+ extraExplainKeys?: string[]
95
96
  }
96
97
 
97
98
  export type AuditObject = {
@@ -4,6 +4,7 @@
4
4
  * This file is a generated Typescript file for GRPC Gateway, DO NOT MODIFY
5
5
  */
6
6
 
7
+ import * as HydraCommonCommon from "../../../common/common.pb"
7
8
  import * as fm from "../../../fetch.pb"
8
9
  export type GetWebSearchAgentConfigRequest = {
9
10
  }
@@ -24,7 +25,7 @@ export type ListInferenceRuntimesResponse = {
24
25
  }
25
26
 
26
27
  export type InferenceRuntime = {
27
- name?: string
28
+ name?: HydraCommonCommon.I18nName
28
29
  }
29
30
 
30
31
  export class Management {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.9.0",
3
+ "version": "v0.11.0-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"