@daocloud-proto/hydra 0.1.3-dev-5 → 0.1.3-dev-8

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.
@@ -42,6 +42,7 @@ export type Model = {
42
42
  publicEndpointBaseUrl?: string
43
43
  publicAccessModelName?: string
44
44
  publicModelPrice?: ModelPrice
45
+ readme?: HydraCommonCommon.I18nName
45
46
  }
46
47
 
47
48
  export type ListModelRequest = {
@@ -7,6 +7,7 @@
7
7
  import * as HydraCommonCommon from "../../../common/common.pb"
8
8
  import * as fm from "../../../fetch.pb"
9
9
  import * as GoogleProtobufTimestamp from "../../../google/protobuf/timestamp.pb"
10
+ import * as HydraManagement_apiModelV1alpha1Model from "../../model/v1alpha1/model.pb"
10
11
 
11
12
  export enum PaymentMethod {
12
13
  PAYMENT_METHOD_UNSPECIFIED = "PAYMENT_METHOD_UNSPECIFIED",
@@ -56,6 +57,7 @@ export type ModelServing = {
56
57
  address?: string
57
58
  modelAvatar?: string
58
59
  regionName?: HydraCommonCommon.I18nName
60
+ modelSupportFeature?: HydraManagement_apiModelV1alpha1Model.ModelSupportFeature[]
59
61
  }
60
62
 
61
63
  export type ListModelServingRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.1.3-dev-5",
3
+ "version": "v0.1.3-dev-8",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"