Ingestion Receipt
data class IngestionReceipt(val accountId: String, val insertedEventIds: List<String>, val duplicateEventIds: List<String>, val quarantinedEventIds: List<String>)
Total result of one atomic ingestion transaction.
Every supplied outer event is classified exactly once. Ephemeral events are authenticated and included as inserted but never written to durable history.