@daocloud-proto/hydra 0.5.0-dev-32 → 0.5.0-dev-33

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.
@@ -24,6 +24,7 @@ export enum SearchIndexFieldBuilderType {
24
24
  JSON_FILED_PATH = "JSON_FILED_PATH",
25
25
  CONST = "CONST",
26
26
  I18N_FIELD = "I18N_FIELD",
27
+ SUBQUERY = "SUBQUERY",
27
28
  FUNC_REPLACE = "FUNC_REPLACE",
28
29
  FUNC_CONCAT = "FUNC_CONCAT",
29
30
  }
@@ -66,6 +66,7 @@ export type Model = {
66
66
  publicModelPrice?: ModelPrice
67
67
  readme?: HydraCommonCommon.I18nName
68
68
  publicModelConfig?: PublicModelConfig
69
+ modelDeploymentsExists?: boolean
69
70
  }
70
71
 
71
72
  export type ListModelRequest = {
@@ -148,6 +149,7 @@ export type WSModel = {
148
149
  publicAccessModelName?: string
149
150
  readme?: HydraCommonCommon.I18nName
150
151
  publicModelConfig?: PublicModelConfig
152
+ modelDeploymentsExists?: boolean
151
153
  }
152
154
 
153
155
  export class ModelManagement {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.5.0-dev-32",
3
+ "version": "v0.5.0-dev-33",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"