@daocloud-proto/skoala 0.27.1 → 0.27.2-4

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.
@@ -67,8 +67,10 @@ export type Registry = {
67
67
  createdAt?: string
68
68
  }
69
69
 
70
- export type RegistryOnlyID = {
70
+ export type PartOfRegistry = {
71
71
  registryId?: string
72
+ type?: RegistryType
73
+ name?: string
72
74
  }
73
75
 
74
76
  export type ListRegistryReq = {
@@ -12,7 +12,7 @@ export type Service = {
12
12
  namespace?: NamespaceWithGroup
13
13
  healthInstanceCount?: number
14
14
  instanceCount?: number
15
- registry?: SkoalaApiIntegratedV1alpha1Registry.Registry
15
+ registry?: SkoalaApiIntegratedV1alpha1Registry.PartOfRegistry
16
16
  detail?: {[key: string]: string}
17
17
  insight?: SkoalaApiGeneralV1alpha1Insight.InsightBrief
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.27.1",
3
+ "version": "0.27.2-4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {