@bovine/account-api
    Preparing search index...

    Type Alias EventInformation

    EventInformation

    Send on outgoing or incoming events

    type EventInformation = {
        actor: string;
        data: { [key: string]: unknown };
        event_type: EventType;
        history_id?: string | null;
    }
    Index

    Properties

    actor: string

    Actor

    actor_id of the actor that received the message

    data: { [key: string]: unknown }

    Data

    The data that was exchanged. We note that this data was processed by the transformers.

    event_type: EventType

    Type of event

    incoming means that the contained data was not generated on the actors behalf.

    outgoing means that the data is being send out by the actor.

    history_id?: string | null

    History Id

    If history is supported, the id in the database