ao-js-sdk - v0.2.11
    Preparing search index...

    Interface IANTEventHistoryService

    interface IANTEventHistoryService {
        getAllEvents(processId: string): AllANTEventsType;
        getApprovePrimaryNameNoticeEvents(
            processId: string,
        ): Observable<IApprovePrimaryNameNoticeEvent[]>;
        getCreditNoticeEvents(processId: string): Observable<ICreditNoticeEvent[]>;
        getDebitNoticeEvents(processId: string): Observable<IDebitNoticeEvent[]>;
        getFilteredStateNoticeEvents(
            processId: string,
        ): Observable<IStateNoticeEvent[]>;
        getReassignNameNoticeEvents(
            processId: string,
        ): Observable<IReassignNameNoticeEvent[]>;
        getReleaseNameNoticeEvents(
            processId: string,
        ): Observable<IReleaseNameNoticeEvent[]>;
        getRemovePrimaryNamesNoticeEvents(
            processId: string,
        ): Observable<IRemovePrimaryNamesNoticeEvent[]>;
        getSetRecordEvents(processId: string): Observable<ISetRecordEvent[]>;
        getStateNoticeEvents(processId: string): Observable<IStateNoticeEvent[]>;
    }

    Implemented by

    Index

    Methods