import { HttpClient } from '@angular/common/http'; import { Observable } from 'rxjs'; import { PliCnfStatusFlowInteraction } from 'ng-pli-util'; import * as i0 from "@angular/core"; export declare class PliCnfStatusFlowInteractionService { private environment; private httpClient; private headerJson; constructor(environment: any, httpClient: HttpClient); /** It returns all list of status by prom code */ getByStatusFlowId(statusFlowId: number): Observable; /** It returns all list of status by prom code */ getByInteractionPromCodigo(promCodigo: number): Observable; save(lPliCnfStatusFlowInteraction: PliCnfStatusFlowInteraction[]): Observable; /** It delete all status flow interaction by ids */ deleteByStatusFlowIdAndInteractionIdAndPositive(statusFlowId: any, interactionId: any, positive: any): Observable; /** It delete a status flow interaction by list id */ deleteByListId(lPliCnfStatusFlowInteraction: PliCnfStatusFlowInteraction[]): Observable; /** It delete a status flow interaction by id */ deleteById(statusFlowInteractionId: any): Observable; /** It returns all list of status by prom code, status id and list of profile id */ getByPromCodigoAndStatusIdAndProfileIdIn(pliCnfStatusFlowInteraction: PliCnfStatusFlowInteraction): Observable; /** It returns all list of status by prom code, status id and list of profile id */ getByStatusStarIdAndInteractionId(statusStartId: number, interactionId: number, positive: boolean): Observable; saveAll(lPliCnfStatusFlowInteraction: PliCnfStatusFlowInteraction[]): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }