@moloco-rmp/event-api-client - v1.1.2
    Preparing search index...

    Interface Client

    interface Client {
        insertEvent: (params: InsertEventParams) => Promise<void>;
    }
    Index

    Properties

    Properties

    insertEvent: (params: InsertEventParams) => Promise<void>

    Insert an event. Throws one of the errors defined in v1.errors.