Get the encrypted PII blobs for attendees booked onto any of the given
listings (one row per attendee, even if booked onto several of them).
Returns an empty array when no listing IDs are supplied.
Parameters
listingIds: number[]
Return Type
Promise<OwnerKeyEncrypted[]>
Usage
import { getAttendeePiiBlobsForListings } from "docs/database.ts";