Add gateway calls for producer in ei service
[portal/nonrtric-controlpanel.git] / webapp-frontend / src / app / interfaces / ei.types.ts
index 2b0d92d..814c099 100644 (file)
@@ -32,4 +32,16 @@ export interface EIProducer {
   ei_producer_id: string;
   ei_producer_types: string[];
   status: string;
+}
+
+export interface ProducerRegistrationInfo {
+  supported_ei_types: String[]
+}
+
+export enum OperationalState {
+  ENABLED,
+  DISABLED
+}
+export interface ProducerStatus {
+  opState: OperationalState
 }
\ No newline at end of file