feat(webhook): Return events list and total_count on list initial delivery attempt call (#7243)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Amey Wale
2025-03-21 17:31:34 +05:30
committed by GitHub
parent 80218d0f27
commit 4d57f5e62d
9 changed files with 317 additions and 88 deletions

View File

@ -678,6 +678,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::webhook_events::EventRetrieveResponse,
api_models::webhook_events::OutgoingWebhookRequestContent,
api_models::webhook_events::OutgoingWebhookResponseContent,
api_models::webhook_events::TotalEventsResponse,
api_models::enums::WebhookDeliveryAttempt,
api_models::enums::PaymentChargeType,
api_models::enums::StripeChargeType,