We released @getpeppr/sdk v1.7.0. The WebhookEventType union now includes the two events fired by inbound Peppol reception:
inbound.invoice.received— an invoice was delivered to one of your legal entities over the Peppol networkinbound.creditnote.received— same, for credit notes
If you consume getpeppr webhooks in TypeScript, your event handlers can now switch on these types without casting. This is a type-only change — the events themselves are already delivered to endpoints subscribed to them, and they are selectable in the console webhooks dashboard.
Update
npm install @getpeppr/sdk@latest