@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias Envelope

    Envelope: {
        createdAt: Date;
        customerId: string;
        data: object;
        event: string;
        id: string;
    } & EntityRefs

    Type Declaration

    • createdAt: Date
    • customerId: string

      CFX tenant id. Routes the event; stripped before delivery.

    • data: object
    • event: string
    • id: string

      Minted at publish. Internal only — never delivered to a customer.