@daocloud-proto/hydra 0.10.0 → 0.11.0-rc1-dev-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 = {
@@ -21,6 +21,9 @@ export enum ErrorCode {
21
21
  // EN: out of inventory, can not create.
22
22
  // ZH: 库存不足,无法创建。
23
23
  SYSTEM_OUT_OF_INVENTORY = "SYSTEM-OUT_OF_INVENTORY",
24
+ // EN: sub-account balance limit exceeded.
25
+ // ZH: 子账号可用额度不足。
26
+ SYSTEM_OUT_OF_VIRTUAL_BALANCE = "SYSTEM-OUT_OF_VIRTUAL_BALANCE",
24
27
  // EN: request params error: %v
25
28
  // ZH: 请求参数错误:%v
26
29
  SYSTEM_PARAMS_ERROR = "SYSTEM-PARAMS_ERROR",
@@ -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.10.0",
3
+ "version": "v0.11.0-rc1-dev-rc1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"