@daocloud-proto/skoala 0.13.0 → 0.14.0-2

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.
@@ -105,10 +105,15 @@ export type RegistryServiceInfo = {
105
105
  meshId?: string
106
106
  meshName?: string
107
107
  meshNamespaceName?: string
108
+ meshType?: string
109
+ meshStatus?: string
110
+ meshDeployType?: string
108
111
  nacosNamespaceId?: string
109
112
  nacosGroupName?: string
110
113
  kubernetesClusterName?: string
111
114
  kubernetesNamespaceName?: string
115
+ kubernetesPorts?: string[]
116
+ kubernetesLabels?: string[]
112
117
  registryType?: RegistryServiceInfoRegistryType
113
118
  }
114
119
 
@@ -87,7 +87,7 @@ export type GetAppsSentinelGrafanaRes = {
87
87
  }
88
88
 
89
89
  export type Resource = {
90
- name?: string
90
+ resource?: string
91
91
  }
92
92
 
93
93
  export type ListResourceReq = {
@@ -96,8 +96,6 @@ export type ListResourceReq = {
96
96
  namespaceName?: string
97
97
  sentinelName?: string
98
98
  appName?: string
99
- page?: number
100
- pageSize?: number
101
99
  }
102
100
 
103
101
  export type ListResourceRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.13.0",
3
+ "version": "0.14.0-2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {