wire-email-servicesOwns the wire_email domain: inbound bank wire-notification emails received by
the SES wire-email-handler lambda.
WireEmailService.create — idempotent insert (unique SES messageId); called
by the lambda.WireEmailService.get / search — read surface for the admin-dashboard
(/wire-emails). search follows the standard { items, hasNext, total }
shape with a count(*) OVER () window total.Reconciliation (matching a wire to a bank_transaction) is handled out of band,
not here.