@cfxlabsinc/b2b-services
    Preparing search index...
    WireEmail: Omit<SelectWireEmail, "id" | "externalId"> & {
        bankName: string | null;
        id: string;
    }

    An inbound bank wire-notification email, projected for consumers: the integer PK and externalId collapse to a single string id (we_…). parsed holds the extracted wire fields, or null when the email isn't a recognized wire. bankName is the display name of the sending bank, resolved from the shared bank slug (bank.external_id = wire_email.bank_id); null if unresolved.