X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Finterfaces%2Fei.types.ts;h=1aecebc070056526603d167b445c6571548af5c9;hb=8ce8fccb49a3c082c9fde5f20335af8e85b41584;hp=2b0d92d7c2c93c7a69a124f605680b668207d844;hpb=a3e5b2cc0eaf68e4f167cbf6cb39a6e154457678;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/interfaces/ei.types.ts b/webapp-frontend/src/app/interfaces/ei.types.ts index 2b0d92d..1aecebc 100644 --- a/webapp-frontend/src/app/interfaces/ei.types.ts +++ b/webapp-frontend/src/app/interfaces/ei.types.ts @@ -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 = 'ENABLED', + DISABLED = 'DISABLED' +} +export interface ProducerStatus { + opState: OperationalState } \ No newline at end of file