@camstack/types 0.1.37 → 0.1.39

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.
@@ -68,6 +68,17 @@ declare const TopologyNodeSchema: z.ZodObject<{
68
68
  }, z.core.$strip>>>;
69
69
  groupId: z.ZodOptional<z.ZodString>;
70
70
  }, z.core.$strip>>>;
71
+ categories: z.ZodReadonly<z.ZodArray<z.ZodObject<{
72
+ category: z.ZodString;
73
+ total: z.ZodNumber;
74
+ healthy: z.ZodNumber;
75
+ addons: z.ZodReadonly<z.ZodArray<z.ZodObject<{
76
+ id: z.ZodString;
77
+ status: z.ZodString;
78
+ cpuPercent: z.ZodNumber;
79
+ memoryRss: z.ZodNumber;
80
+ }, z.core.$strip>>>;
81
+ }, z.core.$strip>>>;
71
82
  }, z.core.$strip>;
72
83
  declare const ClusterAddonNodeDeploymentSchema: z.ZodObject<{
73
84
  nodeId: z.ZodString;
@@ -146,6 +157,17 @@ export declare const nodesCapability: {
146
157
  }, z.core.$strip>>>;
147
158
  groupId: z.ZodOptional<z.ZodString>;
148
159
  }, z.core.$strip>>>;
160
+ categories: z.ZodReadonly<z.ZodArray<z.ZodObject<{
161
+ category: z.ZodString;
162
+ total: z.ZodNumber;
163
+ healthy: z.ZodNumber;
164
+ addons: z.ZodReadonly<z.ZodArray<z.ZodObject<{
165
+ id: z.ZodString;
166
+ status: z.ZodString;
167
+ cpuPercent: z.ZodNumber;
168
+ memoryRss: z.ZodNumber;
169
+ }, z.core.$strip>>>;
170
+ }, z.core.$strip>>>;
149
171
  }, z.core.$strip>>>, import("./capability-definition.js").CapabilityMethodKind>;
150
172
  readonly deployAddon: import("./capability-definition.js").CapabilityMethodSchema<z.ZodObject<{
151
173
  nodeId: z.ZodString;
@@ -1 +1 @@
1
- {"version":3,"file":"nodes.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/nodes.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;;;;;;;;;;GAYG;AAIH,QAAA,MAAM,qBAAqB;;;;iBAIzB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;iBASzB,CAAA;AAEF,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAyBtB,CAAA;AAIF,QAAA,MAAM,gCAAgC;;;;;;iBAMpC,CAAA;AAEF,QAAA,MAAM,6BAA6B;;;;;;;;;iBAGjC,CAAA;AASF,QAAA,MAAM,oBAAoB;;;;;iBAKxB,CAAA;AAmBF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA6DxB;;;;;;;WAOG;;;;;;;;;;;;;;;;;;;;;;CAsBkC,CAAA;AAEzC,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,OAAO,eAAe,CAAC,CAAA;AAElE,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,6BAA6B,EAC7B,gCAAgC,EAChC,oBAAoB,GACrB,CAAA"}
1
+ {"version":3,"file":"nodes.cap.d.ts","sourceRoot":"","sources":["../../src/capabilities/nodes.cap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AACvB,OAAO,EAAqC,KAAK,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAElG;;;;;;;;;;;;GAYG;AAIH,QAAA,MAAM,qBAAqB;;;;iBAIzB,CAAA;AAEF,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;iBASzB,CAAA;AAoBF,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBA0BtB,CAAA;AAcF,QAAA,MAAM,gCAAgC;;;;;;iBAMpC,CAAA;AAEF,QAAA,MAAM,6BAA6B;;;;;;;;;iBAGjC,CAAA;AASF,QAAA,MAAM,oBAAoB;;;;;iBAKxB,CAAA;AAmBF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAuDxB;;;;;;;WAOG;;;;;;;;;;;;;;;;;;;;;;CAsBkC,CAAA;AAEzC,MAAM,MAAM,cAAc,GAAG,aAAa,CAAC,OAAO,eAAe,CAAC,CAAA;AAElE,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,EACrB,6BAA6B,EAC7B,gCAAgC,EAChC,oBAAoB,GACrB,CAAA"}
@@ -1074,6 +1074,17 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
1074
1074
  }[];
1075
1075
  groupId?: string | undefined;
1076
1076
  }[];
1077
+ categories: readonly {
1078
+ category: string;
1079
+ total: number;
1080
+ healthy: number;
1081
+ addons: readonly {
1082
+ id: string;
1083
+ status: string;
1084
+ cpuPercent: number;
1085
+ memoryRss: number;
1086
+ }[];
1087
+ }[];
1077
1088
  }[];
1078
1089
  meta: object;
1079
1090
  }>;
@@ -11238,6 +11249,17 @@ export type AppRouter = import("@trpc/server/unstable-core-do-not-import").Route
11238
11249
  }[];
11239
11250
  groupId?: string | undefined;
11240
11251
  }[];
11252
+ categories: readonly {
11253
+ category: string;
11254
+ total: number;
11255
+ healthy: number;
11256
+ addons: readonly {
11257
+ id: string;
11258
+ status: string;
11259
+ cpuPercent: number;
11260
+ memoryRss: number;
11261
+ }[];
11262
+ }[];
11241
11263
  }[];
11242
11264
  meta: object;
11243
11265
  }>;