@runloop/api-client - v1.18.1
    Preparing search index...

    Interface AxonPublishParams

    interface AxonPublishParams {
        event_type: string;
        origin: "EXTERNAL_EVENT" | "AGENT_EVENT" | "USER_EVENT";
        payload: string;
        source: string;
    }
    Index

    Properties

    event_type: string

    The event type (e.g. push, pull_request).

    origin: "EXTERNAL_EVENT" | "AGENT_EVENT" | "USER_EVENT"

    Event origin.

    payload: string

    Event payload.

    source: string

    The source of the event (e.g. github, slack).