@daocloud-proto/skoala 0.8.0 → 0.9.0-6

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.
@@ -46,6 +46,12 @@ export enum NacosConfigType {
46
46
  cluster = "cluster",
47
47
  }
48
48
 
49
+ export enum NacosServiceInstancePluginsHealthy {
50
+ UNKNOWN = "UNKNOWN",
51
+ HEALTHY = "HEALTHY",
52
+ UNHEALTHY = "UNHEALTHY",
53
+ }
54
+
49
55
  export enum NacosConfigHistoryBriefOpType {
50
56
  OP_TYPE_UNSPECIFIED = "OP_TYPE_UNSPECIFIED",
51
57
  CREATE = "CREATE",
@@ -97,6 +103,7 @@ export type Nacos = {
97
103
  database?: NacosDatabase
98
104
  resources?: SkoalaApiGeneralV1alpha1Resource.ResourceRequirements
99
105
  condition?: NacosCondition[]
106
+ certificationEnabled?: boolean
100
107
  volume?: Volume
101
108
  createAt?: string
102
109
  }
@@ -173,6 +180,7 @@ export type NacosConfig = {
173
180
  databaseParam?: DatabaseParam
174
181
  volume?: Volume
175
182
  insightEnabled?: boolean
183
+ certificationEnabled?: boolean
176
184
  }
177
185
 
178
186
  export type Volume = {
@@ -254,7 +262,7 @@ export type NacosServiceInstance = {
254
262
  port?: number
255
263
  serviceName?: string
256
264
  weight?: number
257
- pluginsHealthy?: boolean
265
+ pluginsHealthy?: NacosServiceInstancePluginsHealthy
258
266
  nacosNamespace?: string
259
267
  insight?: SkoalaApiGeneralV1alpha1Insight.InsightBrief
260
268
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.8.0",
3
+ "version": "0.9.0-6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {