@cadenza.io/service 1.10.18 → 1.11.0

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.
package/dist/index.d.mts CHANGED
@@ -135,6 +135,7 @@ interface ServiceInstanceDescriptor {
135
135
  port: number;
136
136
  serviceName: string;
137
137
  numberOfRunningGraphs?: number;
138
+ isPrimary: boolean;
138
139
  isActive: boolean;
139
140
  isNonResponsive: boolean;
140
141
  isBlocked: boolean;
package/dist/index.d.ts CHANGED
@@ -135,6 +135,7 @@ interface ServiceInstanceDescriptor {
135
135
  port: number;
136
136
  serviceName: string;
137
137
  numberOfRunningGraphs?: number;
138
+ isPrimary: boolean;
138
139
  isActive: boolean;
139
140
  isNonResponsive: boolean;
140
141
  isBlocked: boolean;