getAttendeeBookingRowsByTokens(tokens: string[]): Promise<(AttendeeBookingRows | null)[]>
Look up attendees by plaintext tokens for the Previous bookings table.
This deliberately does not select pii_blob: the panel needs only attendee
ids, created dates, statuses and real booking rows.
Promise<(AttendeeBookingRows | null)[]>